From e5b2794ab9dc46479e477d3de9df1656a686f2aa Mon Sep 17 00:00:00 2001 From: Daria Gavrilova Date: Fri, 18 Dec 2020 11:05:48 +0100 Subject: [PATCH] project done --- .DS_Store | Bin 0 -> 8196 bytes .gitignore.txt | 184 ++ Allergy_friendly_hotels/.DS_Store | Bin 0 -> 6148 bytes Allergy_friendly_hotels/README.md | 81 + .../Analysis-checkpoint.ipynb | 1518 +++++++++ Allergy_friendly_hotels/code/Analysis.ipynb | 1518 +++++++++ .../code/Cleaning data.ipynb | 1253 ++++++++ .../code/Web_scraping.ipynb | 968 ++++++ .../data/amsterdam_data.csv | 1465 +++++++++ .../data/barcelona_data.csv | 1601 ++++++++++ .../data/booking_pets_data_with_rome.csv | 2712 +++++++++++++++++ Allergy_friendly_hotels/data/lisabon_data.csv | 1501 +++++++++ .../data/new_paris_data.csv | 1561 ++++++++++ Allergy_friendly_hotels/data/rome_data.csv | 1661 ++++++++++ Allergy_friendly_hotels/data/tableau_data.csv | 2376 +++++++++++++++ Kick-Off.md | 97 - your-project/README.md | 72 - 17 files changed, 18399 insertions(+), 169 deletions(-) create mode 100644 .DS_Store create mode 100644 .gitignore.txt create mode 100644 Allergy_friendly_hotels/.DS_Store create mode 100644 Allergy_friendly_hotels/README.md create mode 100644 Allergy_friendly_hotels/code/.ipynb_checkpoints/Analysis-checkpoint.ipynb create mode 100644 Allergy_friendly_hotels/code/Analysis.ipynb create mode 100644 Allergy_friendly_hotels/code/Cleaning data.ipynb create mode 100644 Allergy_friendly_hotels/code/Web_scraping.ipynb create mode 100644 Allergy_friendly_hotels/data/amsterdam_data.csv create mode 100644 Allergy_friendly_hotels/data/barcelona_data.csv create mode 100644 Allergy_friendly_hotels/data/booking_pets_data_with_rome.csv create mode 100644 Allergy_friendly_hotels/data/lisabon_data.csv create mode 100644 Allergy_friendly_hotels/data/new_paris_data.csv create mode 100644 Allergy_friendly_hotels/data/rome_data.csv create mode 100644 Allergy_friendly_hotels/data/tableau_data.csv delete mode 100644 Kick-Off.md delete mode 100644 your-project/README.md diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..dafcd845e1f1b5a73e2bbe7847024a920c45f776 GIT binary patch literal 8196 zcmeHMTWl0n7(U;&g_$zYX)RFH&2Ft+f{V0LDHnyMEy$&W+HGl})n#^PXh)_qWoLE^ z)RG!P)C8k3#_I!KqCW6q6nw+m6R0o7CPs)4US5oemj^YeFaBrFEU_)sG#XRmoMg^F z=l{?DpP6sJ|D64I8DnV9>kW+6FvcXhxKtNVcb&%V{F>Gxfu@Wk$e*zsbD7Bs%wXwh zvqMFQK!`wyK!`wyK#0IxK!DC{-lQ4MePIpz5P=YZ|0M!^e~8n?WipUsLi$?=b$$sz zvXs<*qkF0Ye4ltAlYtx)(s!kpqIy8!ilD@Ra3_15PbZlSLxaapj667c@;UL=2zCxuF$IO^X9t1qW~~gp1P?b0SCL{2VWpe&5;-qW^M+1F!c9Xn;7Fw$y;OW^IIVSCOf5K!G&$I1`dZd$F( zYF0LHX`ZpoviM}uRk+!lV_EHvYkH<*AL#LnV_q@PBva2p*U5P;ez3Hv=3S%1pjc+X zXr+i0s*10+Z-|F+_ZvBvWL>ge;3l72v@~|>sx@~s-Id%vUZGZ2Db>o7?t8O!Jz zHg#{{faYcmTQ}|ggY=Qvo_W|ba&jdSa;L2g8sk+p%Wk~s=4f>4>|&Ije8xPQH@)L( zog|4hYNK_sdO_;b=?V8bI*+LPmS}Bsr6l!oeM`=uUZ|DT(S)pOQm0Gkh!AU)23d9G z&LhMt;o7LImsDNuvb2n03Drhrv!w2ky9?sAg|b@ND#<-rXK;{S#ud8eXse`NlJ4gV zw`s1oZ^*D|ZT@OIYNOEuT)$1%4PBC?x+3N3lB>jRT{1YZd_ZKCpMO!df^DGlu9F>R z4tt25VQ1NSc9FfqK4hP=tL#hm9s7m-$|l%vV31LPWvIn!B(MgzqX`?Z37fGK_o4$S zq%i;!M_}P7PGAJ1IEhm@gU9eVp1{*Mix=@SUcot>#|6BNcX0`q@ew}8ReXc*@dJLu zPnd|5M3hKnq)I$?q?knQ#WxD{)g)(^4Z%JVdExrm5W8pRuH8z@oX>{O7x5Ihp?dL> zrSavf*EVk4(tM35Q@HU*j{39|yz}{3q>ysHK!9!n$cQS?5tg2K0(fbrm<6%64NAV<{B62^2XYmq|`&GP#*YO74#9Ku3i$wDG@IF2u znvdfPd^LsCZIeljuV+W#ia67*6(L)ku0wS3#^;R*>AO(Jr*OSrj+4Chhaug^16wkXV?vUJ+Q0ro Yz_c&QfA8CHc>agye^4C%r_TT10ZSl=u>b%7 literal 0 HcmV?d00001 diff --git a/.gitignore.txt b/.gitignore.txt new file mode 100644 index 00000000..205fa3aa --- /dev/null +++ b/.gitignore.txt @@ -0,0 +1,184 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks,macos +# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks,macos + +### JupyterNotebooks ### +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +pytestdebug.log + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ +doc/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook + +# IPython + +# pyenv +.python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ +pythonenv* + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# profiling data +.prof + +# End of https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks,macos diff --git a/Allergy_friendly_hotels/.DS_Store b/Allergy_friendly_hotels/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..98c6f720645a8188c760805119149119d05ffe61 GIT binary patch literal 6148 zcmeHK!EO^V5VhNdIzd1VmD-~(+;YgO6%_}hC4@t7m9~OIshZtv)U32wN7)S#guwm= zd&M?M!a}>FZ)fi&}8lqE$ZiS#7 z+mfu2<`E#rJ;HG|2on{;{QJ^stFR1M2L3k&@a#IQ!xW2HcmDi_gCx%KM&l=6TX*i= z-w>iIst>Ejeou}4Jjh2`GZ-G>>>$W{A&n1}O3HB%zK*-&liKD>mF7X5c8A(Ij=Heq z?VC7_)VQfeX_V=Gd}9!zA}S}f?a9P_=GNuTZev=PlfAu0UGDBYolYxa>xuh(zukZT zVe)bM>5E~M!v&<}G2slp!k`Q=$~s91KM{?kGC6hqj_MC)9`m-oYPIM_6T=^$zf~^I zUo6_AKiUVqoA-X_57R`Yr?4OXcn2~Nu$%?AHwzTtEDH-!ugn5D%x9r}`RlCALTSIw z!Ycd9ERgSSS%5^`8KEO19^9FTZJ?F`%fR0 + +# Allergy friendly hotels +*[Daria Gavrilova]* + +*[Data analysis, Barcelona & 14.12]* + +## Content +- [Project Description](#project-description) +- [Hypotheses / Questions](#hypotheses-questions) +- [Dataset](#dataset) +- [Cleaning](#cleaning) +- [Analysis](#analysis) +- [Conclusion](#conclusion) +- [Future Work](#future-work) +- [Workflow](#workflow) +- [Organization](#organization) +- [Links](#links) + +## Project Description +As an allergic to pets, planning any trip, I always face a problem - to find a hotel that does not allow accommodation with pets. Booking.com has plenty of different filters such as "Adults only", "Pets allowed" and many others, but not "Pets are not allowed". +In this project I am analysing data from booking.com in order to define Hotels that do not allowed pets. I check which European city has more “no pets hotels” and compare price and hotel score of “Pets" and “No pets" hotels. + + +## Hypotheses / Questions +My Null hypotesis are: Prices and hotel's scores of "No pets" and "Pets" hotels are iqual. +Alternative hypotesis: A price of "Pets" hotels is higer, as special deep cleaning is required. + + +## Dataset +With web scraping I collected information about European hotels : names, links, score on booking.com , price for room rate and info “Pets allowed” or “Pets not allowed”. +I chosed 5 europeans touristic city with more than 500 hotels available on booking.com for the 30.03 : Barcelona, Amsterdam, Lisbon, Paris, Rome. From each of these cities I received information about 500 hotels (first 500 hotels according booking.com search, sorted by booking.com “top picks”). + + +## Cleaning +After cleaning proces I had data that contained 2367 properties information. Rome 496, Paris 495, Lisabon 472, Barcelona 467, Amsterdam 437. +In a cleaning proces I droped all the hotels with missed information and also with unrealistic values such as room rete egual to 1 eur. Prices and links were cleaned with regex. + + +## Analysis +All the information I recived about pets accommondation I divided into two groups ("Pets are allowed", "Pets are not allowed"). +Also I divided prices into 3 price groups ("Cheap", "Normal", "Expensive"). +With seaborn ploting I investigated price and score tendancy grouping by city and pets features. +In statistical analisis I used stats.ttest_ind function. + + +## Conclusion +My Null hypotesis could be rejected. Price and score differ statisticly significant. +The most expensive city is Paris and the cheapest is Lisabon. +Most pets friendly is Paris, and not pets friendly is Lisabon. +Amsterdam has no "Cheap and Pets are allowed" hotels. +Barcelona, Amsterdam and Lisabon have more hotels in group "Normal price and Pets not allowed". +Paris - "Expensive and pets allowed". Rome - "Normal and Pets allowed". +"Pets allowed hotels" are more expensive. +There are more higly rated "No pets" hotels than "Pets" hotels. + + +## Future Work +I would add more cities, more features such as stars, pools, locatin and season average price. + +## Workflow +Considering topic. +Searching Data (Recursive web scraping) + -first I collected links of booking.com hotel search + -from this links I collected (hotel name, hotel link, score and price) + -from hotel links (link to property) I collected "Pets information". +Data cleaning (Pandas and regex). +Analysis (pandas, seaborn and statistical modul). +Visualisation was made with tableau. + +## Organization +To organize my work I used Trello kanban board. +Repository contains data folder, code folder, git ignore and read me files. +Data folder (Hotels data by city and merged data). +Code folder (Web scraping file, Cleaning file, Analysis file, cleaned data for Tableau visualisation) + +## Links +[Repository](https://github.com/dariagavrilova/Project-Week-8-Final-Project) +[Slides](https://slides.com/dariagavrilova-1/deck-9b2441/edit) +[Trello](https://trello.com/b/bogPSi6R/final-project) +[Tableau](https://public.tableau.com/profile/daria4279#!/vizhome/Finalproject_16080338645630) diff --git a/Allergy_friendly_hotels/code/.ipynb_checkpoints/Analysis-checkpoint.ipynb b/Allergy_friendly_hotels/code/.ipynb_checkpoints/Analysis-checkpoint.ipynb new file mode 100644 index 00000000..60aaa91e --- /dev/null +++ b/Allergy_friendly_hotels/code/.ipynb_checkpoints/Analysis-checkpoint.ipynb @@ -0,0 +1,1518 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import numpy as np\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "import scipy.stats as stats" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "data=pd.read_csv('../data/booking_pets_data_with_rome.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0CityNameScorePricePetsLink
00BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...
11BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...
22BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...
33BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...
44BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " Unnamed: 0 City Name Score Price \\\n", + "0 0 Barcelona El Avenida Palace 8.8 111 \n", + "1 1 Barcelona W Barcelona 8.5 256 \n", + "2 2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2375" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(data)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "data.drop(['Unnamed: 0'],axis=1, inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...
1BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...
2BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...
3BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...
4BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Barcelona El Avenida Palace 8.8 111 \n", + "1 Barcelona W Barcelona 8.5 256 \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([111, 256, 77, 69, 74, 137, 92, 90, 82, 132, 134, 62, 302,\n", + " 139, 63, 79, 93, 181, 234, 100, 145, 66, 87, 220, 143, 56,\n", + " 94, 119, 67, 140, 73, 102, 122, 160, 354, 55, 76, 85, 80,\n", + " 106, 61, 121, 96, 136, 101, 91, 214, 97, 83, 65, 78, 70,\n", + " 75, 109, 172, 264, 114, 98, 414, 178, 60, 200, 159, 71, 151,\n", + " 81, 340, 107, 46, 58, 150, 125, 325, 225, 103, 110, 88, 99,\n", + " 126, 51, 142, 116, 53, 265, 123, 52, 105, 117, 161, 95, 84,\n", + " 57, 86, 49, 31, 112, 194, 37, 173, 113, 310, 379, 43, 72,\n", + " 48, 50, 115, 68, 230, 147, 282, 54, 187, 806, 118, 30, 239,\n", + " 166, 128, 576, 184, 133, 182, 320, 255, 170, 275, 144, 131, 486,\n", + " 335, 179, 245, 186, 155, 209, 1, 45, 278, 124, 44, 191, 193,\n", + " 120, 270, 535, 154, 227, 440, 162, 241, 41, 180, 285, 149, 183,\n", + " 130, 696, 89, 235, 210, 36, 104, 211, 175, 199, 207, 165, 158,\n", + " 306, 148, 59, 127, 204, 146, 206, 371, 444, 192, 156, 261, 169,\n", + " 419, 675, 314, 108, 280, 164, 208, 512, 141, 263, 196, 538, 356,\n", + " 751, 218, 405, 201, 250, 176, 188, 203, 304, 324, 571, 185, 177,\n", + " 288, 773, 262, 219, 195, 299, 205, 330, 138, 157, 351, 135, 291,\n", + " 224, 222, 984, 226, 240, 228, 274, 293, 328, 364, 705, 153, 152,\n", + " 64, 24, 594, 129, 39, 289, 454, 34, 319, 42, 290, 40, 33,\n", + " 247, 26, 20, 244, 213, 19, 35, 47, 18, 398, 27, 229, 259,\n", + " 38, 28, 268, 21, 409, 29, 32, 202, 215, 25, 660, 266, 945,\n", + " 348, 396, 568, 368, 428, 251, 558, 323, 316, 438, 311, 408, 960,\n", + " 267, 322, 980, 369, 197, 741, 431, 167, 483, 458, 411, 383, 258,\n", + " 338, 413, 424, 307, 688, 163, 171, 286, 269, 238, 492, 253, 367,\n", + " 683, 243, 276, 236, 252, 317, 422, 174, 231, 460, 760, 168, 189,\n", + " 246, 418, 273, 606, 448, 216, 233, 358, 303, 421, 217, 378, 271,\n", + " 249, 254, 321, 518, 248, 292, 402, 313, 514, 392, 410, 629, 407,\n", + " 315, 327, 223, 602, 480, 294, 337, 394, 237, 657, 406, 277])" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Looking for unreal values. Room rate can not be equal to 1.\n", + "data['Price'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "#droping rows = 1\n", + "data =data[data['Price'] !=1]" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# After cleaning data contains 2367 hotels. Rome 496, Paris 495, Lisabon 472, Barcelona 467, Amsterdam 437\n", + "\n", + "fig, ax = plt.subplots(figsize=(8,8))\n", + "sns.countplot(ax=ax, x='City', data=data, palette=\"crest\")\n", + "plt.title(\"Cities\")\n", + "plt.xlabel(\"City\")\n", + "plt.ylabel('Ammount')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [], + "source": [ + "# function to create Pets categories ( Allowed or Not allowed)\n", + "def pets_category (row):\n", + " if row['Pets'] == 'Pets are not allowed.' :\n", + " return 'Not allowed'\n", + " elif row['Pets'] == 'Free!\\n\\n\\nAll pools are free of charge':\n", + " return 'No info'\n", + " else:\n", + " return 'Allowed'\n", + " \n", + "pets_groups=data.apply (lambda row: pets_category(row), axis=1)\n", + "data['Pets TF'] = pets_groups" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPets TF
0BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...Allowed
1BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...Not allowed
2BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...Not allowed
3BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...Allowed
4BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...Allowed
\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Barcelona El Avenida Palace 8.8 111 \n", + "1 Barcelona W Barcelona 8.5 256 \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link Pets TF \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... Allowed \n", + "1 https://www.booking.com/hotel/es/negresco-prin... Not allowed \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... Not allowed \n", + "3 https://www.booking.com/hotel/es/avenidapalace... Allowed \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... Allowed " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [], + "source": [ + "#cleaning data after creating pets categories\n", + "data.drop(['Pets'],axis=1, inplace=True)\n", + "data.rename(columns={'Pets TF':'Pets'},inplace = True)\n", + "data = data[['City','Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0BarcelonaEl Avenida Palace8.8111Allowedhttps://www.booking.com/hotel/es/w-barcelona.e...
1BarcelonaW Barcelona8.5256Not allowedhttps://www.booking.com/hotel/es/negresco-prin...
2BarcelonaNegresco Princess 4* Sup8.377Not allowedhttps://www.booking.com/hotel/es/h10-cubik.en-...
3BarcelonaNovotel Barcelona City8.369Allowedhttps://www.booking.com/hotel/es/avenidapalace...
4BarcelonaAyre Hotel Rosellón8.874Allowedhttps://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "0 Barcelona El Avenida Palace 8.8 111 Allowed \n", + "1 Barcelona W Barcelona 8.5 256 Not allowed \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 Not allowed \n", + "3 Barcelona Novotel Barcelona City 8.3 69 Allowed \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 Allowed \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# There are 1430 hotels of the category 'Pets not allowed'\n", + "# 918 \"Allowed\"\n", + "# 19 there is no info about pets\n", + "fig, ax = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax, x='Pets', data=data, palette=\"crest\")\n", + "plt.title(\"No pets Hotels\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [], + "source": [ + "# Choosing palette\n", + "sns.set_palette(\"crest\")\n", + "pets_palette = {\"Allowed\": \"C5\", \"No info\":\"C2\", \"Not allowed\":\"C0\"}" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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JFOnTuWoo46iS5cufOhDH2LIkCHt8p4lSZIkdSw1u2YvM08HTgeIiL2Bb2Tm0RHxW+DzVALgCOCGYpXJxfy9xfLb1vR6vXp46aWXuO2223j44YeJCBYvXkxEcPzxx7dqnL322ouf/vSnPPvss5x11llcf/31XHPNNQwePBionK554YUXsv/++y+z3pQpU9rsvUiSJEnqvOrxnL1TqdysZSaVa/LGFe3jgJ5F+9eB0+pQ2xq75pprOOaYY3jmmWeYNWsWzz33HP369eO5555rtv/gwYOZMGECULlL52abbcZGG21Enz59ePHFF3nyySfZdttt2XPPPTn33HPZa6+9ANh///25+OKLefvttwH4+9//zmuvvcZee+3F1VdfzeLFi5k7dy633357+7xxSZIkSR1KTe/GuURm3gHcUUz/A9i1mT5vAIe3Rz21dNVVV3Hqqacu0/a5z32OH/zgB832Hzt2LF/60pdoaGhg/fXXZ/z48UuX7bbbbixevBiohMLTTz+dPffcE4DjjjuOWbNm8YlPfILMpFevXkyaNInDDjuM2267jf79+7P11lvzyU9+skbvVJIkSVJHFp3wTMmlBg4cmNOnT1+m7fHHH+djH/tYnSpau/m7l9RRnXXjRfUuodW+ffDoepcgSeoEIuKBzBzY3LJ6nMYpSZIkSaoxw54kSZIklZBhT5IkSZJKyLAnSZIkSSVk2JMkSZKkEjLsSZIkSVIJGfZqICI45ZRTls6fe+65jB07dqXrTJo0iccee6xV27n88ssZPbpya+6xY8dy7rnntrrW1dG3b19efPHFdtmWJEmSpNXTLg9Vr6e2frZSS557tN5663Hddddx+umns9lmm7Vo3EmTJnHQQQfRv3//NS1RkiRJkjyyVwtdu3Zl1KhRnHfeee9bNmvWLIYMGUJDQwP77LMPzz77LPfccw+TJ09mzJgxNDY28tRTTy2zzo033shuu+3GgAED2HfffXn++edXuv2mpiZ23313GhoaOOyww3j55Zd54YUX2HnnnQF46KGHiAieffZZALbbbjtef/115s2bx+c+9zl22WUXdtllF+6++24A5s+fz3777ccOO+zAcccdR2a2xa9JkiRJUg0Z9mrk+OOPZ8KECSxcuHCZ9hNOOIERI0YwY8YMjj76aE488UQGDRrE0KFDOeecc2hqamK77bZbZp0999yT++67jwcffJBhw4bxox/9aKXbHj58OD/84Q+ZMWMGO+20E2eeeSabb745b7zxBq+88gp33nknAwcO5M477+SZZ55h8803Z/311+ekk07ia1/7GtOmTePaa6/luOOOA+DMM89kzz335NFHH+Wwww5bGhIlSZIkdVylP42zXjbaaCOGDx/OBRdcQPfu3Ze233vvvVx33XUAHHPMMXzzm99c5VizZ8/myCOPZO7cubz11lv069dvhX0XLlzIggUL+NSnPgXAiBEjOPzwwwEYNGgQd999N1OnTuVb3/oWf/jDH8hMBg8eDMCf/vSnZa4bfOWVV1i0aBFTp05dWvOBBx7Ipptu2srfhiRJkqT25pG9Gjr55JMZN24cr7322hqNc8IJJzB69GgefvhhfvGLX/DGG2+s1jh77bXX0qN5hxxyCA899BB33XXX0rD37rvvct9999HU1ERTUxNz5sxhgw02WKPaJUmSJNWHYa+GevTowRFHHMG4ceOWtg0aNIiJEycCMGHChKVBa8MNN+TVV19tdpyFCxey1VZbATB+/PiVbnPjjTdm00035c477wTgyiuvXHqUb/DgwfzqV79i++23Z5111qFHjx5MmTKFPffcE4D99tuPCy+8cOlYTU1NQCUk/vrXvwbg97//PS+//HKrfg+SJEmS2p9hr8ZOOeWUZR5TcOGFF3LZZZfR0NDAlVdeyfnnnw/AsGHDOOeccxgwYMD7btAyduxYDj/8cHbeeecW3d1z/PjxjBkzhoaGBpqamvjud78LVB6ZkJnstddeQOVawE022WTpaZkXXHAB06dPp6Ghgf79+/Pzn/8cgDPOOIOpU6eyww47cN1117H11luv+S9GkiRJUk1FZ76z4sCBA3P69OnLtD3++ON87GMfq1NFazd/95I6qrZ+DE97aMmjfiRJiogHMnNgc8s8sidJkiRJJWTYkyRJkqQSMuxJkiRJUgkZ9iRJkiSphAx7kiRJklRChj1JkiRJKiHDXg1EBKeccsrS+XPPPZexY8e2eP3Jkydz9tlnr7LfmDFj2GGHHRgzZszqlClJkiSpxLrWu4BaO/AH32/T8X53+rdW2We99dbjuuuu4/TTT2/RQ9CXN3ToUIYOHbrKfpdccgkvvfQSXbp0afU2JEmSJJWbR/ZqoGvXrowaNYrzzjvvfctmzZrFkCFDaGhoYJ999uHZZ599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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "\"\"\" Amount of hotels by city that allow and do not allow acomandation with pets\n", + "Amsterdam: Not allowed - 307, Allowed - 130\n", + "Barcelona: Not allowed - 293, Allowed - 1\n", + "Lisabon: Not allowed - 415, Allowed - 57\n", + "Paris: Not allowed - 178, Allowed - 317\n", + "Rome: Not allowed - 259, Allowed - 237\n", + "\"\"\"\n", + "city_pets=data.groupby(['City', 'Pets'])['Price'].count().reset_index()\n", + "\n", + "plt.figure(figsize=(15,6))\n", + "sns.barplot(x='City', y='Price', hue='Pets', data=city_pets, palette=pets_palette)\n", + "plt.title(\"No pets Hotels\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0.5, 1.0, 'No pets Hotels')" + ] + }, + "execution_count": 43, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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3vGOd+SEE07I3LlzM2GCzA0AADw5qWEJm3dO3VittXz5y1/Oi1/84sfN/9GPfvS450cddVR22223XHDBBdlhhx3yzW9+M3/yJ38y7JIBAIAeE+qWgl133TUnnnhiTjzxxFRVrrrqqkyePDmrr776486b+8UvfpGtttoqW221Va644or85Cc/EeoAFsNx55806hIW23t3P3TUJQDQc4ZfLgX/8A//kEceeSQTJ07MFltskX/4h39IkrzsZS/Ldddd99iFUj7xiU9kyy23zMSJE7PiiivmVa961YgrBwAAlnV66pawBx544A/mrbLKKvnsZz/7B/PXWWedXHHFFY8933vvvYdaGwAAMP7oqQMAAOgxoQ4AAKDHhDoAAIAeE+oAAAB6TKgDAADoMaEOAACgx4S6p+mcc85JVeUnP/lJkuTGG2/MlltumSS56KKL8upXv3qp1HHggQfmrLPOWir7AgAAlh3j5j51k/c4colu76rzPrZI7U4//fTsuOOOOf3003Pssccu0RoAAAAWRk/d0/DAAw/k0ksvzfTp03PGGWc8adu77747e+65ZyZOnJjtt98+s2bNSpJstdVWmTt3blprWXfddXPKKackSfbff/98+9vfzqOPPpojjzwy22yzTSZOnPjYTcxbazn00EPz4he/OLvsskvuuOOO4b5YAABgmSTUPQ3nnntuXvnKV+ZFL3pR1l133Vx55ZVP2Pb9739/Jk+enFmzZuWDH/xg9t9//yTJDjvskMsuuyzXXnttXvCCF+SSSy5Jklx++eWZOnVqpk+fnjXXXDNXXHFFrrjiivzLv/xLfvWrX+UrX/lKfvrTn+a6667LKaeckh/84AdL5TUDAADLFqHuaTj99NOzzz77JEn22WefnH766U/Y9tJLL81+++2XJNl5550zZ86c3HfffZk2bVouvvjiXHzxxXnrW9+aa665JrfeemvWXnvtPOtZz8q3vvWtnHLKKZk0aVK22267zJkzJzfccEMuvvjivPGNb8wKK6yQ5z3vedl5552XymsGAACWLePmnLql7e67786FF16Ya665JlWVRx99NFWVQw45ZLG2s9NOO+VTn/pUbr755hx33HH5yle+krPOOivTpk1LMhhmeeKJJ2bXXXd93HoXXHDBEnstAABAf+mpe4rOOuus7Lfffrnpppty44035pZbbsmmm26aW265ZYHtp02bltNOOy3J4KqY6623XtZYY41stNFGueuuu3LDDTfkBS94QXbcccccf/zx2WmnnZIku+66az796U/nkUceSZL87Gc/y4MPPpiddtopZ555Zh599NHcdttt+d73vrd0XjgAALBM0VP3FJ1++ul597vf/bh5r33ta/OhD31oge2POeaYvPnNb87EiROz6qqr5uSTT35s2XbbbZdHH300ySD8HX300dlxxx2TJAcddFBuvPHG/Nmf/Vlaa1l//fVzzjnnZK+99sqFF16YzTffPBtvvHH+/M//fEivFAAAWJZVa23UNSzUlClT2owZMx437/rrr89LXvKSEVW0fPO7B5ZVx51/0qhLWGzv3f3QUZcAQA9U1ZWttSkLWmb4JQAAQI8JdQAAAD0m1AEAAPSYUAcAANBjQh0AAECPCXUAAAA9JtQ9DVWVI4444rHnxx9/fI455pgnXeecc87Jddddt1j7+eIXv5hDDx1c8vqYY47J8ccfv9i1PhWbbLJJ7rrrrqWyLwAA4KkZ6s3Hq+rvkhyUpCW5JslfJ3lukjOSrJvkyiT7tdYefrr7WtL3JlqU+wattNJKOfvss3P00UdnvfXWW6TtnnPOOXn1q1+dzTff/OmWCAAAMLyeuqraIMnhSaa01rZMskKSfZJ8JMnHW2t/nOSeJG8ZVg3DNmHChBx88MH5+Mc//gfLbrzxxuy8886ZOHFiXv7yl+fmm2/OD37wg5x33nk58sgjM2nSpPziF7943Drnn39+tttuu0yePDm77LJLbr/99ifd/8yZM7P99ttn4sSJ2WuvvXLPPffkjjvuyNZbb50kufrqq1NVufnmm5Mkm222WX7961/nzjvvzGtf+9pss8022WabbXLZZZclSebMmZNXvOIV2WKLLXLQQQelDzemBwCA5d2wh19OSLJKVU1IsmqS25LsnOSsbvnJSfYccg1Ddcghh+S0007Lvffe+7j5hx12WA444IDMmjUr++67bw4//PBMnTo1e+yxRz72sY9l5syZ2WyzzR63zo477pgf/vCHueqqq7LPPvvkox/96JPue//9989HPvKRzJo1K1tttVWOPfbYPPvZz85DDz2U++67L5dcckmmTJmSSy65JDfddFOe/exnZ9VVV83b3va2/N3f/V2uuOKKfPnLX85BBx2UJDn22GOz44475tprr81ee+31WBgEAACWXUMbftlau7Wqjk9yc5LfJPlWBsMt57bWfts1m51kgwWtX1UHJzk4STbeeONhlfm0rbHGGtl///1zwgknZJVVVnls/uWXX56zzz47SbLffvvlXe9610K3NXv27Oy999657bbb8vDDD2fTTTd9wrb33ntv5s6dm7/4i79IkhxwwAF5/etfnySZOnVqLrvsslx88cV5z3vek2984xtprWXatGlJku985zuPO6/vvvvuywMPPJCLL774sZp32223rL322ov52wAAAJa2YQ6/XDvJa5JsmuR5SZ6V5JWLun5r7XOttSmttSnrr7/+kKpcMt7+9rdn+vTpefDBB5/Wdg477LAceuihueaaa/LZz342Dz300FPazk477fRY79xrXvOaXH311bn00ksfC3W/+93v8sMf/jAzZ87MzJkzc+utt2a11VZ7WrUDAACjMczhl7sk+VVr7c7W2iNJzk6yQ5K1uuGYSbJhkluHWMNSsc466+QNb3hDpk+f/ti8qVOn5owzzkiSnHbaaY8FqtVXXz3333//Ardz7733ZoMNBh2XJ5988pPuc80118zaa6+dSy65JEly6qmnPtZrN23atHzpS1/KC1/4wjzjGc/IOuuskwsuuCA77rhjkuQVr3hFTjzxxMe2NXPmzCSDMPhv//ZvSZKvf/3rueeeexbr9wAAACx9wwx1NyfZvqpWrapK8vIk1yX5XpLXdW0OSHLuEGtYao444ojHXf7/xBNPzBe+8IVMnDgxp556aj75yU8mSfbZZ5987GMfy+TJk//gQinHHHNMXv/612frrbdepKtpnnzyyTnyyCMzceLEzJw5M+973/uSDG5F0FrLTjvtlGRwrt5aa6312HDKE044ITNmzMjEiROz+eab5zOf+UyS5P3vf38uvvjibLHFFjn77LOX6WGvAADAQA3zCodVdWySvZP8NslVGdzeYIMMbmmwTjfvr1pr//tk25kyZUqbMWPG4+Zdf/31eclLXjKMslkIv3tgWbWkb2+zNCzKLXQAoKqubK1NWdCyod6nrrX2/iTvn2/2L5NsO8z9AgAALC+GfUsDAAAAhkioAwAA6DGhDgAAoMeEOgAAgB4T6gAAAHpMqHsaqipHHHHEY8+PP/74HHPMMYu8/nnnnZcPf/jDC2135JFHZosttsiRRx75VMoEAADGsaHe0mBp2u1DH1yi2/va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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "\"\"\" % of hotels by city that allow and do not allow acomandation with pets\n", + "Amsterdam: Not allowed - 70% , Allowed - 30%\n", + "Barcelona: Not allowed - 63%, Allowed - 33%, No info - 4%\n", + "Lisabon: Not allowed - 88%, Allowed - 12%\n", + "Paris: Not allowed - 36%, Allowed - 64%\n", + "Rome: Not allowed - 48%, Allowed - 52%\n", + "\"\"\"\n", + "city_pets=data.groupby(['City', 'Pets'])['Price'].count().reset_index()\n", + "city_total=data['City'].value_counts().reset_index().rename(columns={'index':'City','City':'Total'})\n", + "ct=city_pets.merge(right=city_total, how=\"left\",left_on=\"City\", right_on=\"City\")\n", + "\n", + "ct.rename(columns={'Price':'Amount'},inplace = True)\n", + "\n", + "percents_city=round(ct['Amount']*100/ct['Total'])\n", + "ct['%'] = percents_city\n", + "fig_city, ax_city=plt.subplots(figsize=(15,6))\n", + "sns.barplot(ax=ax_city, x='City', y='%', hue='Pets', data=ct ,palette=pets_palette)\n", + "plt.title(\"No pets Hotels\")\n" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [], + "source": [ + "# Preparing data to create Price categories\n", + "price=data.groupby(['City', 'Pets'])['Price'].mean()\n", + "price=data['Price'].tolist()\n", + "df_price= pd.DataFrame(price)\n", + "names=data['Name'].tolist()\n", + "df_price['Names'] = names\n", + "df_price.rename(columns={0:'Price'},inplace = True)" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":11: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data['Price Groups'] = price_groups\n" + ] + } + ], + "source": [ + "# function to create Price categories ( Cheap, Normal, Expensive)\n", + "def price_category (row):\n", + " if row['Price'] <= 50:\n", + " return 'Cheap'\n", + " elif row['Price'] >50 and row['Price']<=150:\n", + " return 'Normal'\n", + " elif row['Price'] >150:\n", + " return 'Expensive'\n", + " \n", + "price_groups=df_price.apply (lambda row: price_category(row), axis=1)\n", + "data['Price Groups'] = price_groups" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPrice Groups
0BarcelonaEl Avenida Palace8.8111Allowedhttps://www.booking.com/hotel/es/w-barcelona.e...Normal
1BarcelonaW Barcelona8.5256Not allowedhttps://www.booking.com/hotel/es/negresco-prin...Expensive
2BarcelonaNegresco Princess 4* Sup8.377Not allowedhttps://www.booking.com/hotel/es/h10-cubik.en-...Normal
3BarcelonaNovotel Barcelona City8.369Allowedhttps://www.booking.com/hotel/es/avenidapalace...Normal
4BarcelonaAyre Hotel Rosellón8.874Allowedhttps://www.booking.com/hotel/es/diagonal-zero...Normal
\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "0 Barcelona El Avenida Palace 8.8 111 Allowed \n", + "1 Barcelona W Barcelona 8.5 256 Not allowed \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 Not allowed \n", + "3 Barcelona Novotel Barcelona City 8.3 69 Allowed \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 Allowed \n", + "\n", + " Link Price Groups \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... Normal \n", + "1 https://www.booking.com/hotel/es/negresco-prin... Expensive \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... Normal \n", + "3 https://www.booking.com/hotel/es/avenidapalace... Normal \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... Normal " + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 128, + "metadata": {}, + "outputs": [], + "source": [ + "#saving data with created categories for further tableau visialization\n", + "data.to_csv('tableau_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0.5, 1.0, 'Rome')" + ] + }, + "execution_count": 51, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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pfPOnjWbWbNm03GXXO4ceMhBHPOrXNGmTbs2jBk1mlGvjeSEP5zIC88PIyVo16EDAC+/NJyPPvjw23XNns3cuXMZPnw4AwcOBKBnz540b968gntDUnWrjRn0/PPP8+677367LjOo2lhwVqX88vBf06/v3hzyy0OqtJ4111pr6WNvYZC0KjNmzOCVl19lwrv/IiJYvHgxEcERRx1RofXs3LY9D95/D59sNJUTTz6N5597mmefeYqd27QDICU4+7yL6LzrbsssN/ylYQV7L5JqHzNIUk2w5Dys7379qrSec884h2N+/xt67L0nI155lWuuuLpS6+nQsSOjXhvJ5EmT6LH3nvzluhuICLp13wOAb75JjBw5cpnilKTaq/Zl0DdmUEYcUkOV0qxZM3rs1ZMH731g6bQ27drw+IDHABj48ADad2xfkG3t1KYNTz3+OACDBg6kTfvCrFdS7fLU44M44MADGPP2OEb/cyzjxr9Bq01bMXXy1BXO375jewY+nLtqPXrUazRrvh5NmjRlww03YsaML5n434/YpNWm7LRzW+66/RbatM1lyy6du/DQA/eycOFCAD7+6EPmz59PmzbtGTJ4EIsXL2ba558xetSI6nnjkmoEM0hSTbDkPGzAIw8tnbbDTjsz5KknAHhy0GNLL2CtvXYT5s+bt8L1zJ49mw032hCAfzz4j1Vuc51116FZs3UZNWIkAI889DAdd+kIQPtO7RnwjwFs9sMfUq9ePZo1a87Q54bSLn8uuNtPd+OGG25Yuq4333wTgC5duvDAA7lzySFDhjBjxowK7QdJ2ahoBs2dO3eF66muDOrevbsZlBF7ONdiT511doXmf/ffkwq6/V8deQwP3n/P0ueX/ukyTj7uRG6+4S+0WL8F1954XUG2c96ll3LWySdz+80307xFC6649tqCrFdS1bzxxFXlnveTmav+EojyeGzAoxx74vHLTNu7d09u+PP1K5z/lDNP4w/HnUS3XbqyxhoNuexP32bH9tvvwOJvvgFg5zbt6H/Nn9hp57YAHHDgIUydMpl+ffcmpUTz9Vpww023skf3PRk1cgS99+7GhhtuxE922LnK70lS5ZlBZpCUlXN6HVeh+YtyHnbf3d+257yLOOesU7nz9r/RvPl6XHLFNQDs1bMX5597Bg8+cBe33n37MmOonnLmqRzzq6NYt1kzdtm1M5P+u+rxS/vffANn/uE0vpr/Fa1ab8qf/5I719ukVStSSnTolLt9vV2HdnwydSrNmjUD4OI/XcrFZ1/A9ttvz6JFi+jSpQt//etfOf/88znkkEPYbrvt6NSpE61arfx2eknLqkgGFTp/oGIZdNEFZ3H7327LLIOuv/56jj32WDMoA1GThjFo06ZNGjt27Epf37H3aQXf5gFHb1rwdY54Z/bqZ6qEq/ftyzbbbFPp5YsRNM03WGv1M1XC3K8WF3ydW2y4YaWXnTBhAj8/444CtianGL9/UJzfwdVd4IiIcSmlNgXfcDVZXf5cOujGamzNdz1y638z3f4bT1zFhAkTKp1BhSj2VMWMaV9nun2AbbfYpNLLTpgwgYEfDC1gayquJvwOrooZVFw14f/fDKq8quQPwMhxoxk6dXSBWlNxNeH3b1Xqev4U4xysoop1zFxe+23ercadh1VEsc7ZymvDZt+r9LLFOg+riIpc4MyCGVRcWefPOb2Oq9IxkPlT+fwBGPbSCE655tECtabisv79g9Vf4FhZBjmkhiRJkiRJkiSpICw4S5IkSZIkSZIKwoJzLVOThkApFe5z6Vt+Hqqf+1z6lp+H6pdSIuF+l8yf6uc+l77l56H6pZT4xv1eaRaca5GGDRsyffp0g6YapZSYPn06DRs2zLopUubMoOpnBknfMoOq35IMmrNwftZNkTJl/lQ/j4Gkb5lB1W9JBk35bGbWTam1GmTdAJVfy5YtmTx5MtOmTavU8p9+PqPALYLZs4vzK/T1wm8Kvs5FM2dWarmGDRvSsmXLwjZGqoWqkkGz5s8pQovKb/7cRZluHyAWza3Ucksz6J0CN0iqZcygyqts/kAug96a/l4BWyPVPjXxPKwiinXOVl4zG0+v1HKeh0k5Vckg86dy+QO5DLr90dcK2JrSYsG5FlljjTXYbLPNKr38z88o/Le7FusbM0e8M7vg63zqrLMLvk6plFQlgy4ddGOBW1Mxj9z630y3DzX/G86lms4Mqryq5s//3sn+op2UpZp4HlYRxTpnK69zeh2X6fal2q4qGWT+VC1/5sz/ukAtKT1FHVIjIvaMiPci4oOIOLOY25Kk5ZlBkrJi/kjKkhkkKSvmjyQoYsE5IuoDfwH2ArYFDomIbYu1PUkqywySlBXzR1KWzCBJWTF/JC1RzB7O7YAPUkofppT+B/wd6FPE7UlSWWaQpKyYP5KyZAZJyor5IwmAKNa3XEbEAcCeKaWj8s9/CbRPKR233HzHAMfkn24F1ORvJVkf+CLrRtRi7r+qqen7b9OU0gZZN2KJ8mSQ+VNS3H9VV9P3YY3JII+BtALuv6qp6fuvxuQP1MljIKj5vwM1nfuvamr6/qsxGeQxkFbA/Vc1tWH/rTCDMv/SwJTSLcAtWbejPCJibEqpTdbtqK3cf1Xj/is886d0uP+qzn1YeGZQ6XD/VY37r/BqU/6AvwNV5f6rGvdf4dWmDPL/v2rcf1VTm/dfMYfUmAJsUuZ5y/w0SaoOZpCkrJg/krJkBknKivkjCShuwXkMsEVEbBYRawIHA08UcXuSVJYZJCkr5o+kLJlBkrJi/kgCijikRkppUUQcBzwD1AfuSCmNL9b2qkmtuOWjBnP/VY37rwLqYAb5/1817r+qcx+WUx3MH/D/v6rcf1Xj/qsAM0gr4P6rGvdfOZk/WgH3X9XU2v1XtC8NlCRJkiRJkiSVlmIOqSFJkiRJkiRJKiEWnCVJkiRJkiRJBVEyBeeISBFxTZnnp0bEBdXchhcjok11brO8ImJxRLxZ5ufMjNszOCKaZdmGYomIH0TE3yPiPxExLv9ej4mIJ7NumyrPz1DxmN+FY/6UJj9Dq2eGVw8zqG7y81NcZnhhmD91lxlUPOZP4ZRiBhXtSwNroK+B/SLi8pTSFxVdOCIapJQWFaFdNcVXKaUdsm7EEimlvbNuQzFERACPAnenlA7OT/sJ0DvThqkQ/AwVj/ldAOZPSfMztHpmeJGZQXWan5/iMsOryPyp88yg4jF/CqBUM6hkejgDi8h9u+PJy78QEa0jYlhE/DMihkZEq/z0uyLirxExCrgy//zmiBgZER9GRNeIuCMiJkTEXWXWd3NEjI2I8RFxYXW9wUKLiHUj4r2I2Cr//MGIODr/eG5E/Dn/HodGxAb56T+KiKfzV2xejoit89PviojrI2JEft8dkJ++YUQMz1+JfCcids1P/zgi1o+IKyLi2DJtuiAiTs0/Pi0ixuT/32rLfv4psDCl9NclE1JKbwEvA00i4pGI+FdE3J8PJSJi54h4Kb9Pn4mIDfPTj86//7ciYkBENM5PX/J7OzYi3o+IfTJ4n8LPUAGZ34Vh/pQuP0OVYIYXnBlUQvz8FJQZXnXmT4kxgwrG/CmM0syglFJJ/ABzgXWAj4F1gVOBC/KvDQIOzz8+Engs//gu4EmgfpnnfwcC6APMBv6PXOF+HLBDfr718v/WB14Ets8/fxFok/W+WMn+WQy8WebnoPz0nwGvAQcDT5eZPwG/yD/+I3Bj/vFQYIv84/bAsDL77uH8vtoW+CA//RTgnDL7q2n+8cfA+sCOwEtltvsusAnQnVzwRX6dTwJdst6P5djPJwB/XsH0rsAsoGX+/bwGdAbWAEYAG+TnOwi4I/+4RZnlLwGOL7Ovn86vZwtgMtAw6/de13/8DBV135rfhdmP5k+J/vgZKtc+MsOLv4/NoDr64+en6PvXDK/6PjR/6vCPGVTUfWv+FGY/lmQGldKQGqSUZkfEPeT+s78q81JHYL/843uBK8u89nBKaXGZ54NSSiki3gY+Sym9DRAR44HW5ALuwIg4htyQJRuSC6V/Fv4dFdQKb0NJKT0XEf2AvwA/KfPSN8BD+cf3AQMjognQCXg4f1EGYK0yyzyWUvoGeDcivp+fNga4IyLWyL/+5nLbfyMivhcRGwEbADNSSpMi4kRyQf1GftYm5D5Uwyv+1muM0SmlyQAR8Sa536eZwI+B5/L7tD7wSX7+H0fEJUAzcu//mTLr+kd+X/87Ij4Etib3u6ni8TNUROZ30Zk/dZyfodUyw7NlBtVufn6KzAwvKvOn9jODisj8Kbo6m0ElVXDO6w+8DtxZzvnnLff86/y/35R5vOR5g4jYjNxVn7YppRn5WwQaVrq1GYuIesA2wHygObmrJCuSyF1JmbmisM8ru78CIKU0PCK6AD2BuyLi2pTSPcst9zBwAPADvv3DEMDlKaW/VewdZW48ufeyImX3z2Jyn88AxqeUOq5g/ruAfVNKb0XEr8hdHVsiLTfv8s9VTfwMFVR/zO+qMH/UHz9DFWKGF5QZVGL8/BRcf8zwyjJ/SpAZVFD9MX+qoiQzqJTGcAYgpfQl8A/g12UmjyB3mwXAL8iNo1JZ65D7cM3KX/naqwrrqglOBiYAPwfuzF+9g9zvzpIPzM+BV1JKs4GP8lcRiZyfLL/CsiJiU3JXuG4FbgN2WsFsD5H7/zmAXGBD7irOkfkrkUTExhHxvUq+x+o0DFgrf+UOgIjYHth1JfO/B2wQER3z864REdvlX2sKfJL/P/nFcsv1i4h6EfEj4If59SgbfoYKxPyuMvOnxPkZqhQzvHDMoNLj56eAzPAqMX9KkxlUIOZPlZVkBpViD2eAa4Djyjw/nlwAnQZMA46o7IrzVxneAP4FTAJerUpDq1GjyHXfX+JpclevjgLapZTmRMRw4FzgfHJh0C4izgU+JzemDOR+4W/OT1+D3Fg9b61iu12B0yJiIbnxgQ5bfoaU0viIaApMSSl9kp/2bERsA7wWuVsM5gKH5ttSY+VvI+kL9I+IM4AF5MZDemwl8/8vcl9KcH1ErEvuM9uf3BWy84BR5H5nR5ELniUmAqPJBfdvU0oLivF+tAw/Q9XD/K4k80d5foZWzAwvMjOoTvPzU33M8Eowf+o8M6h6mD+VVKoZFCl5l4cqLiLmppSaZN0OfVfkbj95MqX0SNZt0cr5GVJdZP6oVJjhNZMZVDv4+VFdZP7UHmaQ6qKamEElN6SGJEmSJEmSJKk47OEsSZIkSZIkSSoIezhLkiRJkiRJkgrCgrMkSZIkSZIkqSAsOEuSJEmSJEmSCsKCc4mJiMUR8WZEvBMRD0dE45XMN6JA29szIkZHxL/y230oIloVYt2Sah8zSFKWzCBJWTF/JGXJDFJ180sDS0xEzE0pNck/vh8Yl1K6tszrDVJKiwq0rR8DjwK9U0oT8tN6AzNTSsOXm7dg25VUc5lBkrJkBknKivkjKUtmkKqbPZxL28vA5hHRNSJejogngHchF0ZLZoqIMyLi7Yh4KyKuyE/7UUQ8HRHj8stuvYL1nwFctiRgAFJKTywJmIh4MSL6R8RY4MSI6BYRb+S3dUdErJWf7+OIWD//uE1EvJh/fEFE3BsRr0XEvyPi6Pz0DSNieJmrd7sWftdJKgAzSFKWzCBJWTF/JGXJDFLRNci6AcpGRDQA9gKezk/aCfhxSumj5ebbC+gDtE8pzY+I9fIv3QL8NqX074hoD9wE7L7cZrYDrl5NU9ZMKbWJiIbAv4FuKaX3I+Ie4HdA/9Usvz3QAVgbeCMingIOAZ5JKV0aEfWBFd4qIik7ZpCkLJlBkrJi/kjKkhmk6mIP59LTKCLeBMYCE4Hb89NHLx8weXsAd6aU5gOklL6MiCZAJ+Dh/Lr+Bmy4qo1GRIv8Vab3I+LUMi89lP93K+CjlNL7+ed3A13K8X4eTyl9lVL6AngBaAeMAY6IiAuA/0spzSnHeiRVDzNIUpbMIElZMX8kZckMUrWyh3Pp+SqltEPZCREBMK8C66hHbuydHVYz33hyV8veSilNB3bIB0yTMvOUZ7uL+PbiSMPlXlt+EPKUUhoeEV2AnsBdEXFtSumecmxHUvGZQZKyZAZJyor5IylLZpCqlT2ctTrPkbtC1BggItZLKc0GPoqIfvlpERE/WcGyVwLnRMQ2Zaat7JaG94DWEbF5/vkvgZfyjz8Gds4/3n+55fpERMOIaAF0BcZExKbAZymlW4HbyAWdpNrJDJKUJTNIUlbMH0lZMoNUJRactUoppaeBJ4Cx+VsmltwC8Qvg1xHxFrmrV31WsOzbwInAPRHxXkS8CmwDPLCCeRcAR5C7NeNt4Bvgr/mXLwSui9yA8ouXW/Sf5G6fGAlcnFKaSi5s3oqIN4CDgOsq9+4lZc0MkpQlM0hSVswfSVkyg1RVkdLyvdCl2iFy4/LMTSmtbjB6SSo4M0hSlswgSVkxfyRlyQyqHezhLEmSJEmSJEkqCHs4S5IkSZIkSZIKwh7OkiRJkiRJkqSCsOAsSZIkSZIkSSoIC86SJEmSJEmSpIKw4CxJkiRJkiRJKggLzpIkSZIkSZKkgvh/gaFtD7aK5zYAAAAASUVORK5CYII=\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# creating plot to cheack amount of Cheap Normal and Expensive Hotels in each city\n", + "# Paris has no Cheap hotels that do not allow pets.\n", + "barcelona=data[data['City']=='Barcelona']\n", + "amsterdam=data[data['City']=='Amsterdam']\n", + "lisabon=data[data['City']=='Lisabon']\n", + "paris=data[data['City']=='Paris']\n", + "rome=data[data['City']=='Rome']\n", + "\n", + "fig1_1, ax1_1 =plt.subplots(1,5,figsize=(25,4))\n", + "sns.barplot(data=barcelona, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[0],palette=pets_palette)\n", + "ax1_1[0].set_title(\"Barcelona\")\n", + "sns.barplot(data=amsterdam, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[1],palette=pets_palette)\n", + "ax1_1[1].set_title(\"Amsterdam\")\n", + "sns.barplot(data=lisabon, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[2],palette=pets_palette)\n", + "ax1_1[2].set_title(\"Lisabon\")\n", + "sns.barplot(data=paris, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[3],palette=pets_palette)\n", + "ax1_1[3].set_title(\"Paris\")\n", + "sns.barplot(data=rome, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[4],palette=pets_palette)\n", + "ax1_1[4].set_title(\"Rome\")" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "281" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Creating list of hotels with conditions: no pets, normal price categories, score higher or equal 9\n", + "me=data[data['Pets']=='Not allowed']\n", + "me_price=me[me['Price Groups']==\"Normal\"] \n", + "me_score=me_price[me_price['Score']>=9]\n", + "len(me_score)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPrice Groups
5BarcelonaH10 Cubik 4* Sup9.2137Not allowedhttps://www.booking.com/hotel/es/ciutat-de-bar...Normal
10BarcelonaH10 Casa Mimosa 4* Sup9.4134Not allowedhttps://www.booking.com/hotel/es/h10-casa-mimo...Normal
28BarcelonaYurbban Passage Hotel & Spa9.3143Not allowedhttps://www.booking.com/hotel/es/ciutat-de-bar...Normal
32BarcelonaMidtown Apartments9.5119Not allowedhttps://www.booking.com/hotel/es/ohla.en-gb.htmlNormal
37BarcelonaHotel Casa Luz9.473Not allowedhttps://www.booking.com/hotel/es/wilson.en-gb....Normal
........................
2347RomeLatte & Biscotti9.3158Not allowedhttps://www.booking.com/hotel/it/residenza-pao...Normal
2350RomeVinci House9.6150Not allowedhttps://www.booking.com/hotel/it/mia-suites.en...Normal
2353RomeResidenza Alexander Guest House9.684Not allowedhttps://www.booking.com/hotel/it/condotti.en-g...Normal
2356RomeFelikshouse9.485Not allowedhttps://www.booking.com/hotel/it/borgo-pio-200...Normal
2363RomeAurora Luxury Suites9.0277Not allowedhttps://www.booking.com/hotel/it/genova-roma.e...Normal
\n", + "

281 rows × 7 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "5 Barcelona H10 Cubik 4* Sup 9.2 137 Not allowed \n", + "10 Barcelona H10 Casa Mimosa 4* Sup 9.4 134 Not allowed \n", + "28 Barcelona Yurbban Passage Hotel & Spa 9.3 143 Not allowed \n", + "32 Barcelona Midtown Apartments 9.5 119 Not allowed \n", + "37 Barcelona Hotel Casa Luz 9.4 73 Not allowed \n", + "... ... ... ... ... ... \n", + "2347 Rome Latte & Biscotti 9.3 158 Not allowed \n", + "2350 Rome Vinci House 9.6 150 Not allowed \n", + "2353 Rome Residenza Alexander Guest House 9.6 84 Not allowed \n", + "2356 Rome Felikshouse 9.4 85 Not allowed \n", + "2363 Rome Aurora Luxury Suites 9.0 277 Not allowed \n", + "\n", + " Link Price Groups \n", + "5 https://www.booking.com/hotel/es/ciutat-de-bar... Normal \n", + "10 https://www.booking.com/hotel/es/h10-casa-mimo... Normal \n", + "28 https://www.booking.com/hotel/es/ciutat-de-bar... Normal \n", + "32 https://www.booking.com/hotel/es/ohla.en-gb.html Normal \n", + "37 https://www.booking.com/hotel/es/wilson.en-gb.... Normal \n", + "... ... ... \n", + "2347 https://www.booking.com/hotel/it/residenza-pao... Normal \n", + "2350 https://www.booking.com/hotel/it/mia-suites.en... Normal \n", + "2353 https://www.booking.com/hotel/it/condotti.en-g... Normal \n", + "2356 https://www.booking.com/hotel/it/borgo-pio-200... Normal \n", + "2363 https://www.booking.com/hotel/it/genova-roma.e... Normal \n", + "\n", + "[281 rows x 7 columns]" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "me_score" + ] + }, + { + "cell_type": "code", + "execution_count": 133, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 133, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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4fXEE08wa9YsHnvssV6XslwZO3YsG264ISuttFK/1zHsSZIkSeq3WbNmsfrqqzNhwgSS9Lqc5UJVcc899zBr1iw22WSTfq/nME5JkiRJ/fbYY4+x7rrrGvSGURLWXXfdpe5NNexJkiRJWioGveG3LK+5YU+SJEnSqLfiiisyadIktthiC/bff38eeeSRRS47c+ZMLrzwwmGsrjcMe5IkSZJGvXHjxjFz5kxuuOEGnvOc53DKKacsclnDniRJkiSNQjvuuCO33HILDz/8MO94xzvYeuutmTx5Mj/4wQ94/PHHOfrooznnnHOYNGkS55xzDpdccgmTJk1i0qRJTJ48mQcffLDXT2FQeDVOSZIkSa3x5JNP8uMf/5g99tiDY489ll122YXTTz+defPmsfXWW7PrrrvyiU98ghkzZnDyyScDsPfee/PFL36R7bffnoceeoixY8f2+FkMDnv2JEmSJI16jz76KJMmTWLKlClsvPHGHHzwwfzsZz/juOOOY9KkSey888489thj3HHHHc9ad/vtt+cDH/gAJ554IvPmzWPMmHb0ibXjWUhqrcMPP5w5c+aw/vrrc/zxx/e6HEmSNELNP2evW1Xxve99j5e85CXPaL/yyiufMX/kkUey5557cuGFF7L99tvz05/+lJe+9KVDXfKQs2dP0og2Z84cZs+ezZw5c3pdiiRJGmV23313TjrpJKoKgGuuuQaA1Vdf/Rnn5d166628/OUv54gjjmCrrbbi97//fU/qHWyGPUmSJEmt9NGPfpQnnniCiRMnsvnmm/PRj34UgFe/+tXcdNNNCy7QcsIJJ7DFFlswceJEVlppJV772tf2uPLB4TBOSZIkSaPeQw899Ky2cePG8ZWvfOVZ7eussw5XXXXVgvk3v/nNQ1pbr9izJ0mSJEktZNiTJEmSpBYy7EmSJElSCxn2JEmSJKmFDHuSJEmS1EKGPUmSJElqIcOeJEmSpFElCR/84AcXzH/mM5/hmGOOWew65513HjfddNNS7eeMM87g0EMPBeCYY47hM5/5zFLXuiwmTJjA3/72twFvx9/ZkyRJkrTMjr3g5EHd3kf2PnSJy6y88sqce+65HHXUUay33nr92u55553HXnvtxWabbTbQEkcNe/YkSZIkjSpjxozhkEMO4fOf//yzHvvzn//MLrvswsSJE3nNa17DHXfcweWXX87555/Phz70ISZNmsStt976jHUuuOACttlmGyZPnsyuu+7KXXfdtdj9z5w5k2233ZaJEyfy+te/nvvuu4+7776bLbfcEoBrr72WJNxxxx0AvOhFL+KRRx5h7ty5/Ou//itbbbUVW221FZdddhkA99xzD7vtthubb74573znO6mqwXiZ7NmTRqrB/pZstLr34XkL7n1N+vdtpyRJy4N3v/vdTJw4kcMPP/wZ7YcddhhTp05l6tSpnH766bznPe/hvPPOY5999mGvvfbijW9847O2tcMOO3DFFVeQhK9+9ascf/zxfPazn13kvg888EBOOukkXvWqV3H00Ufz8Y9/nBNOOIHHHnuMBx54gOnTpzNlyhSmT5/ODjvswHOf+1xWWWUV3vnOd/L+97+fHXbYgTvuuIPdd9+dm2++mY9//OPssMMOHH300fzoRz/itNNOG5TXyLAnSZIkadRZY401OPDAAznxxBMZN27cgvbf/OY3nHvuuQC87W1ve1YYXJhZs2bx5je/mTvvvJPHH3+cTTbZZJHL3n///cybN49XvepVAEydOpX9998fgO22247LLruMSy+9lA9/+MP85Cc/oarYcccdAfjFL37xjPMGH3jgAR566CEuvfTSBTXvueeerL322kv5aiycwzglSZIkjUrve9/7OO2003j44YcHtJ3DDjuMQw89lOuvv56vfOUrPPbYY8u0nZ122onp06dz++23s++++3Lttdfy61//ekHYe+qpp7jiiiuYOXMmM2fOZPbs2ay22moDqn1xDHuSJEmSRqV11lmHN73pTc8Y9rjddttx9tlnA3DWWWctCFqrr746Dz744EK3c//997PBBhsAMG3atMXuc80112Tttddm+vTpAJx55pkLevl23HFHvvGNb7DpppuywgorsM4663DhhReyww47ALDbbrtx0kknLdjWzJkzgU5I/OY3vwnAj3/8Y+67776leh0WxbAnSZIkadT64Ac/+IyfKTjppJP42te+xsSJEznzzDP5whe+AMABBxzApz/9aSZPnvysC7Qcc8wx7L///my55Zb9urrntGnT+NCHPsTEiROZOXMmRx99NND5yYSqYqeddgI65wKutdZaC4ZlnnjiicyYMYOJEyey2WabccoppwDwsY99jEsvvZTNN9+cc889l4033njgLwyQwbrSSy9MmTKlZsyY0esypCHh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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# There are 281 properties that match all the conditions menshioned above\n", + "# 98 properties in Lisabon, 94 - Rome, 42 - Amsterdam, 35 - Barcelona and only 12 in Paris\n", + "plt.figure(figsize=(15,6))\n", + "sns.barplot(x='City', y='Price', hue='Pets', data=me_score, palette=pets_palette)\n", + "plt.title(\"Hotels where I can go\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Statistical analysis" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "Null hypotesis. Price of \"No pets\" hotels is equal to \"Pets\" hotels" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "metadata": {}, + "outputs": [], + "source": [ + "stat_data=data.drop(data[data['Pets']=='No info'].index, inplace=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "metadata": {}, + "outputs": [], + "source": [ + "allowed=stat_data[stat_data['Pets']==\"Allowed\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed=stat_data[stat_data['Pets']==\"Not allowed\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "metadata": {}, + "outputs": [], + "source": [ + "allowed_price=allowed['Price'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 81, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed_price=not_allowed['Price'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 80, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Ttest_indResult(statistic=3.861751337948566, pvalue=0.00011614515979463996)" + ] + }, + "execution_count": 80, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stats.ttest_ind(allowed_price,not_allowed_price,equal_var=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 94, + "metadata": {}, + "outputs": [], + "source": [ + "price_pets=stat_data.groupby(['Pets'])['Price'].count().reset_index()" + ] + }, + { + "cell_type": "code", + "execution_count": 98, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Price')" + ] + }, + "execution_count": 98, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "fig_stat_price, ax_stat_price = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax_stat_price, x='Pets', data=stat_data, palette=\"crest\")\n", + "plt.title(\"Price samples\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Price')" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "This two samples differ statisticly significant. Null hypotesis can be rejected." + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "Null hypotesis number 2. Score of \"No pets\" hotels is equal to \"Pets\" hotels" + ] + }, + { + "cell_type": "code", + "execution_count": 86, + "metadata": {}, + "outputs": [], + "source": [ + "allowed_score=allowed['Score'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 88, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed_score=not_allowed['Score'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Ttest_indResult(statistic=2.352520811697907, pvalue=0.018736259300029288)" + ] + }, + "execution_count": 89, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stats.ttest_ind(allowed_score,not_allowed_score,equal_var=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 99, + "metadata": {}, + "outputs": [], + "source": [ + "score_pets=stat_data.groupby(['Pets'])['Score'].count().reset_index()" + ] + }, + { + "cell_type": "code", + "execution_count": 100, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Score')" + ] + }, + "execution_count": 100, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "fig_stat_score, ax_stat_score = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax_stat_score, x='Pets', data=stat_data, palette=\"crest\")\n", + "plt.title(\"Scorw samples\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Score')" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "This two samples differ statisticly significant. Null hipotesis number 2 can be rejected." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/Allergy_friendly_hotels/code/Analysis.ipynb b/Allergy_friendly_hotels/code/Analysis.ipynb new file mode 100644 index 00000000..60aaa91e --- /dev/null +++ b/Allergy_friendly_hotels/code/Analysis.ipynb @@ -0,0 +1,1518 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import numpy as np\n", + "import matplotlib.pyplot as plt\n", + "import seaborn as sns\n", + "import scipy.stats as stats" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "data=pd.read_csv('../data/booking_pets_data_with_rome.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0CityNameScorePricePetsLink
00BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...
11BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...
22BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...
33BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...
44BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " Unnamed: 0 City Name Score Price \\\n", + "0 0 Barcelona El Avenida Palace 8.8 111 \n", + "1 1 Barcelona W Barcelona 8.5 256 \n", + "2 2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "2375" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(data)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "data.drop(['Unnamed: 0'],axis=1, inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...
1BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...
2BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...
3BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...
4BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Barcelona El Avenida Palace 8.8 111 \n", + "1 Barcelona W Barcelona 8.5 256 \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([111, 256, 77, 69, 74, 137, 92, 90, 82, 132, 134, 62, 302,\n", + " 139, 63, 79, 93, 181, 234, 100, 145, 66, 87, 220, 143, 56,\n", + " 94, 119, 67, 140, 73, 102, 122, 160, 354, 55, 76, 85, 80,\n", + " 106, 61, 121, 96, 136, 101, 91, 214, 97, 83, 65, 78, 70,\n", + " 75, 109, 172, 264, 114, 98, 414, 178, 60, 200, 159, 71, 151,\n", + " 81, 340, 107, 46, 58, 150, 125, 325, 225, 103, 110, 88, 99,\n", + " 126, 51, 142, 116, 53, 265, 123, 52, 105, 117, 161, 95, 84,\n", + " 57, 86, 49, 31, 112, 194, 37, 173, 113, 310, 379, 43, 72,\n", + " 48, 50, 115, 68, 230, 147, 282, 54, 187, 806, 118, 30, 239,\n", + " 166, 128, 576, 184, 133, 182, 320, 255, 170, 275, 144, 131, 486,\n", + " 335, 179, 245, 186, 155, 209, 1, 45, 278, 124, 44, 191, 193,\n", + " 120, 270, 535, 154, 227, 440, 162, 241, 41, 180, 285, 149, 183,\n", + " 130, 696, 89, 235, 210, 36, 104, 211, 175, 199, 207, 165, 158,\n", + " 306, 148, 59, 127, 204, 146, 206, 371, 444, 192, 156, 261, 169,\n", + " 419, 675, 314, 108, 280, 164, 208, 512, 141, 263, 196, 538, 356,\n", + " 751, 218, 405, 201, 250, 176, 188, 203, 304, 324, 571, 185, 177,\n", + " 288, 773, 262, 219, 195, 299, 205, 330, 138, 157, 351, 135, 291,\n", + " 224, 222, 984, 226, 240, 228, 274, 293, 328, 364, 705, 153, 152,\n", + " 64, 24, 594, 129, 39, 289, 454, 34, 319, 42, 290, 40, 33,\n", + " 247, 26, 20, 244, 213, 19, 35, 47, 18, 398, 27, 229, 259,\n", + " 38, 28, 268, 21, 409, 29, 32, 202, 215, 25, 660, 266, 945,\n", + " 348, 396, 568, 368, 428, 251, 558, 323, 316, 438, 311, 408, 960,\n", + " 267, 322, 980, 369, 197, 741, 431, 167, 483, 458, 411, 383, 258,\n", + " 338, 413, 424, 307, 688, 163, 171, 286, 269, 238, 492, 253, 367,\n", + " 683, 243, 276, 236, 252, 317, 422, 174, 231, 460, 760, 168, 189,\n", + " 246, 418, 273, 606, 448, 216, 233, 358, 303, 421, 217, 378, 271,\n", + " 249, 254, 321, 518, 248, 292, 402, 313, 514, 392, 410, 629, 407,\n", + " 315, 327, 223, 602, 480, 294, 337, 394, 237, 657, 406, 277])" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Looking for unreal values. Room rate can not be equal to 1.\n", + "data['Price'].unique()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "#droping rows = 1\n", + "data =data[data['Price'] !=1]" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# After cleaning data contains 2367 hotels. Rome 496, Paris 495, Lisabon 472, Barcelona 467, Amsterdam 437\n", + "\n", + "fig, ax = plt.subplots(figsize=(8,8))\n", + "sns.countplot(ax=ax, x='City', data=data, palette=\"crest\")\n", + "plt.title(\"Cities\")\n", + "plt.xlabel(\"City\")\n", + "plt.ylabel('Ammount')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [], + "source": [ + "# function to create Pets categories ( Allowed or Not allowed)\n", + "def pets_category (row):\n", + " if row['Pets'] == 'Pets are not allowed.' :\n", + " return 'Not allowed'\n", + " elif row['Pets'] == 'Free!\\n\\n\\nAll pools are free of charge':\n", + " return 'No info'\n", + " else:\n", + " return 'Allowed'\n", + " \n", + "pets_groups=data.apply (lambda row: pets_category(row), axis=1)\n", + "data['Pets TF'] = pets_groups" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPets TF
0BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...Allowed
1BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...Not allowed
2BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...Not allowed
3BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...Allowed
4BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...Allowed
\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Barcelona El Avenida Palace 8.8 111 \n", + "1 Barcelona W Barcelona 8.5 256 \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + "\n", + " Link Pets TF \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... Allowed \n", + "1 https://www.booking.com/hotel/es/negresco-prin... Not allowed \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... Not allowed \n", + "3 https://www.booking.com/hotel/es/avenidapalace... Allowed \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... Allowed " + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [], + "source": [ + "#cleaning data after creating pets categories\n", + "data.drop(['Pets'],axis=1, inplace=True)\n", + "data.rename(columns={'Pets TF':'Pets'},inplace = True)\n", + "data = data[['City','Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0BarcelonaEl Avenida Palace8.8111Allowedhttps://www.booking.com/hotel/es/w-barcelona.e...
1BarcelonaW Barcelona8.5256Not allowedhttps://www.booking.com/hotel/es/negresco-prin...
2BarcelonaNegresco Princess 4* Sup8.377Not allowedhttps://www.booking.com/hotel/es/h10-cubik.en-...
3BarcelonaNovotel Barcelona City8.369Allowedhttps://www.booking.com/hotel/es/avenidapalace...
4BarcelonaAyre Hotel Rosellón8.874Allowedhttps://www.booking.com/hotel/es/diagonal-zero...
\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "0 Barcelona El Avenida Palace 8.8 111 Allowed \n", + "1 Barcelona W Barcelona 8.5 256 Not allowed \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 Not allowed \n", + "3 Barcelona Novotel Barcelona City 8.3 69 Allowed \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 Allowed \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... " + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# There are 1430 hotels of the category 'Pets not allowed'\n", + "# 918 \"Allowed\"\n", + "# 19 there is no info about pets\n", + "fig, ax = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax, x='Pets', data=data, palette=\"crest\")\n", + "plt.title(\"No pets Hotels\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": {}, + "outputs": [], + "source": [ + "# Choosing palette\n", + "sns.set_palette(\"crest\")\n", + "pets_palette = {\"Allowed\": \"C5\", \"No info\":\"C2\", \"Not allowed\":\"C0\"}" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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JFOnTuWoo46iS5cufOhDH2LIkCHt8p4lSZIkdSw1u2YvM08HTgeIiL2Bb2Tm0RHxW+DzVALgCOCGYpXJxfy9xfLb1vR6vXp46aWXuO2223j44YeJCBYvXkxEcPzxx7dqnL322ouf/vSnPPvss5x11llcf/31XHPNNQwePBionK554YUXsv/++y+z3pQpU9rsvUiSJEnqvOrxnL1TqdysZSaVa/LGFe3jgJ5F+9eB0+pQ2xq75pprOOaYY3jmmWeYNWsWzz33HP369eO5555rtv/gwYOZMGECULlL52abbcZGG21Enz59ePHFF3nyySfZdttt2XPPPTn33HPZa6+9ANh///25+OKLefvttwH4+9//zmuvvcZee+3F1VdfzeLFi5k7dy633357+7xxSZIkSR1KTe/GuURm3gHcUUz/A9i1mT5vAIe3Rz21dNVVV3Hqqacu0/a5z32OH/zgB832Hzt2LF/60pdoaGhg/fXXZ/z48UuX7bbbbixevBiohMLTTz+dPffcE4DjjjuOWbNm8YlPfILMpFevXkyaNInDDjuM2267jf79+7P11lvzyU9+skbvVJIkSVJHFp3wTMmlBg4cmNOnT1+m7fHHH+djH/tYnSpau/m7l9RRnXXjRfUuodW+ffDoepcgSeoEIuKBzBzY3LJ6nMYpSZIkSaoxw54kSZIklZBhT5IkSZJKyLAnSZIkSSVk2JMkSZKkEjLsSZIkSVIJGfZqICI45ZRTls6fe+65jB07dqXrTJo0iccee6xV27n88ssZPbpya+6xY8dy7rnntrrW1dG3b19efPHFdtmWJEmSpNXTLg9Vr6e2frZSS557tN5663Hddddx+umns9lmm7Vo3EmTJnHQQQfRv3//NS1RkiRJkjyyVwtdu3Zl1KhRnHfeee9bNmvWLIYMGUJDQwP77LMPzz77LPfccw+TJ09mzJgxNDY28tRTTy2zzo033shuu+3GgAED2HfffXn++edXuv2mpiZ23313GhoaOOyww3j55Zd54YUX2HnnnQF46KGHiAieffZZALbbbjtef/115s2bx+c+9zl22WUXdtllF+6++24A5s+fz3777ccOO+zAcccdR2a2xa9JkiRJUg0Z9mrk+OOPZ8KECSxcuHCZ9hNOOIERI0YwY8YMjj76aE488UQGDRrE0KFDOeecc2hqamK77bZbZp0999yT++67jwcffJBhw4bxox/9aKXbHj58OD/84Q+ZMWMGO+20E2eeeSabb745b7zxBq+88gp33nknAwcO5M477+SZZ55h8803Z/311+ekk07ia1/7GtOmTePaa6/luOOOA+DMM89kzz335NFHH+Wwww5bGhIlSZIkdVylP42zXjbaaCOGDx/OBRdcQPfu3Ze233vvvVx33XUAHHPMMXzzm99c5VizZ8/myCOPZO7cubz11lv069dvhX0XLlzIggUL+NSnPgXAiBEjOPzwwwEYNGgQd999N1OnTuVb3/oWf/jDH8hMBg8eDMCf/vSnZa4bfOWVV1i0aBFTp05dWvOBBx7Ipptu2srfhiRJkqT25pG9Gjr55JMZN24cr7322hqNc8IJJzB69GgefvhhfvGLX/DGG2+s1jh77bXX0qN5hxxyCA899BB33XXX0rD37rvvct9999HU1ERTUxNz5sxhgw02WKPaJUmSJNWHYa+GevTowRFHHMG4ceOWtg0aNIiJEycCMGHChKVBa8MNN+TVV19tdpyFCxey1VZbATB+/PiVbnPjjTdm00035c477wTgyiuvXHqUb/DgwfzqV79i++23Z5111qFHjx5MmTKFPffcE4D99tuPCy+8cOlYTU1NQCUk/vrXvwbg97//PS+//HKrfg+SJEmS2p9hr8ZOOeWUZR5TcOGFF3LZZZfR0NDAlVdeyfnnnw/AsGHDOOeccxgwYMD7btAyduxYDj/8cHbeeecW3d1z/PjxjBkzhoaGBpqamvjud78LVB6ZkJnstddeQOVawE022WTpaZkXXHAB06dPp6Ghgf79+/Pzn/8cgDPOOIOpU6eyww47cN1117H11luv+S9GkiRJUk1FZ76z4sCBA3P69OnLtD3++ON87GMfq1NFazd/95I6qrZ+DE97aMmjfiRJiogHMnNgc8s8sidJkiRJJWTYkyRJkqQSMuxJkiRJUgkZ9iRJkiSphAx7kiRJklRChj1JkiRJKiHDXg1EBKeccsrS+XPPPZexY8e2eP3Jkydz9tlnr7LfmDFj2GGHHRgzZszqlClJkiSpxLrWu4BaO/AH32/T8X53+rdW2We99dbjuuuu4/TTT2/RQ9CXN3ToUIYOHbrKfpdccgkvvfQSXbp0afU2JEmSJJWbR/ZqoGvXrowaNYrzzjvvfctmzZrFkCFDaGhoYJ999uHZZ599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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "\"\"\" Amount of hotels by city that allow and do not allow acomandation with pets\n", + "Amsterdam: Not allowed - 307, Allowed - 130\n", + "Barcelona: Not allowed - 293, Allowed - 1\n", + "Lisabon: Not allowed - 415, Allowed - 57\n", + "Paris: Not allowed - 178, Allowed - 317\n", + "Rome: Not allowed - 259, Allowed - 237\n", + "\"\"\"\n", + "city_pets=data.groupby(['City', 'Pets'])['Price'].count().reset_index()\n", + "\n", + "plt.figure(figsize=(15,6))\n", + "sns.barplot(x='City', y='Price', hue='Pets', data=city_pets, palette=pets_palette)\n", + "plt.title(\"No pets Hotels\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0.5, 1.0, 'No pets Hotels')" + ] + }, + "execution_count": 43, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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3vGOd+SEE07I3LlzM2GCzA0AADw5qWEJm3dO3VittXz5y1/Oi1/84sfN/9GPfvS450cddVR22223XHDBBdlhhx3yzW9+M3/yJ38y7JIBAIAeE+qWgl133TUnnnhiTjzxxFRVrrrqqkyePDmrr776486b+8UvfpGtttoqW221Va644or85Cc/EeoAFsNx55806hIW23t3P3TUJQDQc4ZfLgX/8A//kEceeSQTJ07MFltskX/4h39IkrzsZS/Ldddd99iFUj7xiU9kyy23zMSJE7PiiivmVa961YgrBwAAlnV66pawBx544A/mrbLKKvnsZz/7B/PXWWedXHHFFY8933vvvYdaGwAAMP7oqQMAAOgxoQ4AAKDHhDoAAIAeE+oAAAB6TKgDAADoMaEOAACgx4S6p+mcc85JVeUnP/lJkuTGG2/MlltumSS56KKL8upXv3qp1HHggQfmrLPOWir7AgAAlh3j5j51k/c4colu76rzPrZI7U4//fTsuOOOOf3003Pssccu0RoAAAAWRk/d0/DAAw/k0ksvzfTp03PGGWc8adu77747e+65ZyZOnJjtt98+s2bNSpJstdVWmTt3blprWXfddXPKKackSfbff/98+9vfzqOPPpojjzwy22yzTSZOnPjYTcxbazn00EPz4he/OLvsskvuuOOO4b5YAABgmSTUPQ3nnntuXvnKV+ZFL3pR1l133Vx55ZVP2Pb9739/Jk+enFmzZuWDH/xg9t9//yTJDjvskMsuuyzXXnttXvCCF+SSSy5Jklx++eWZOnVqpk+fnjXXXDNXXHFFrrjiivzLv/xLfvWrX+UrX/lKfvrTn+a6667LKaeckh/84AdL5TUDAADLFqHuaTj99NOzzz77JEn22WefnH766U/Y9tJLL81+++2XJNl5550zZ86c3HfffZk2bVouvvjiXHzxxXnrW9+aa665JrfeemvWXnvtPOtZz8q3vvWtnHLKKZk0aVK22267zJkzJzfccEMuvvjivPGNb8wKK6yQ5z3vedl5552XymsGAACWLePmnLql7e67786FF16Ya665JlWVRx99NFWVQw45ZLG2s9NOO+VTn/pUbr755hx33HH5yle+krPOOivTpk1LMhhmeeKJJ2bXXXd93HoXXHDBEnstAABAf+mpe4rOOuus7Lfffrnpppty44035pZbbsmmm26aW265ZYHtp02bltNOOy3J4KqY6623XtZYY41stNFGueuuu3LDDTfkBS94QXbcccccf/zx2WmnnZIku+66az796U/nkUceSZL87Gc/y4MPPpiddtopZ555Zh599NHcdttt+d73vrd0XjgAALBM0VP3FJ1++ul597vf/bh5r33ta/OhD31oge2POeaYvPnNb87EiROz6qqr5uSTT35s2XbbbZdHH300ySD8HX300dlxxx2TJAcddFBuvPHG/Nmf/Vlaa1l//fVzzjnnZK+99sqFF16YzTffPBtvvHH+/M//fEivFAAAWJZVa23UNSzUlClT2owZMx437/rrr89LXvKSEVW0fPO7B5ZVx51/0qhLWGzv3f3QUZcAQA9U1ZWttSkLWmb4JQAAQI8JdQAAAD0m1AEAAPSYUAcAANBjQh0AAECPCXUAAAA9JtQ9DVWVI4444rHnxx9/fI455pgnXeecc87Jddddt1j7+eIXv5hDDx1c8vqYY47J8ccfv9i1PhWbbLJJ7rrrrqWyLwAA4KkZ6s3Hq+rvkhyUpCW5JslfJ3lukjOSrJvkyiT7tdYefrr7WtL3JlqU+wattNJKOfvss3P00UdnvfXWW6TtnnPOOXn1q1+dzTff/OmWCAAAMLyeuqraIMnhSaa01rZMskKSfZJ8JMnHW2t/nOSeJG8ZVg3DNmHChBx88MH5+Mc//gfLbrzxxuy8886ZOHFiXv7yl+fmm2/OD37wg5x33nk58sgjM2nSpPziF7943Drnn39+tttuu0yePDm77LJLbr/99ifd/8yZM7P99ttn4sSJ2WuvvXLPPffkjjvuyNZbb50kufrqq1NVufnmm5Mkm222WX7961/nzjvvzGtf+9pss8022WabbXLZZZclSebMmZNXvOIV2WKLLXLQQQelDzemBwCA5d2wh19OSLJKVU1IsmqS25LsnOSsbvnJSfYccg1Ddcghh+S0007Lvffe+7j5hx12WA444IDMmjUr++67bw4//PBMnTo1e+yxRz72sY9l5syZ2WyzzR63zo477pgf/vCHueqqq7LPPvvkox/96JPue//9989HPvKRzJo1K1tttVWOPfbYPPvZz85DDz2U++67L5dcckmmTJmSSy65JDfddFOe/exnZ9VVV83b3va2/N3f/V2uuOKKfPnLX85BBx2UJDn22GOz44475tprr81ee+31WBgEAACWXUMbftlau7Wqjk9yc5LfJPlWBsMt57bWfts1m51kgwWtX1UHJzk4STbeeONhlfm0rbHGGtl///1zwgknZJVVVnls/uWXX56zzz47SbLffvvlXe9610K3NXv27Oy999657bbb8vDDD2fTTTd9wrb33ntv5s6dm7/4i79IkhxwwAF5/etfnySZOnVqLrvsslx88cV5z3vek2984xtprWXatGlJku985zuPO6/vvvvuywMPPJCLL774sZp32223rL322ov52wAAAJa2YQ6/XDvJa5JsmuR5SZ6V5JWLun5r7XOttSmttSnrr7/+kKpcMt7+9rdn+vTpefDBB5/Wdg477LAceuihueaaa/LZz342Dz300FPazk477fRY79xrXvOaXH311bn00ksfC3W/+93v8sMf/jAzZ87MzJkzc+utt2a11VZ7WrUDAACjMczhl7sk+VVr7c7W2iNJzk6yQ5K1uuGYSbJhkluHWMNSsc466+QNb3hDpk+f/ti8qVOn5owzzkiSnHbaaY8FqtVXXz3333//Ardz7733ZoMNBh2XJ5988pPuc80118zaa6+dSy65JEly6qmnPtZrN23atHzpS1/KC1/4wjzjGc/IOuuskwsuuCA77rhjkuQVr3hFTjzxxMe2NXPmzCSDMPhv//ZvSZKvf/3rueeeexbr9wAAACx9wwx1NyfZvqpWrapK8vIk1yX5XpLXdW0OSHLuEGtYao444ojHXf7/xBNPzBe+8IVMnDgxp556aj75yU8mSfbZZ5987GMfy+TJk//gQinHHHNMXv/612frrbdepKtpnnzyyTnyyCMzceLEzJw5M+973/uSDG5F0FrLTjvtlGRwrt5aa6312HDKE044ITNmzMjEiROz+eab5zOf+UyS5P3vf38uvvjibLHFFjn77LOX6WGvAADAQA3zCodVdWySvZP8NslVGdzeYIMMbmmwTjfvr1pr//tk25kyZUqbMWPG4+Zdf/31eclLXjKMslkIv3tgWbWkb2+zNCzKLXQAoKqubK1NWdCyod6nrrX2/iTvn2/2L5NsO8z9AgAALC+GfUsDAAAAhkioAwAA6DGhDgAAoMeEOgAAgB4T6gAAAHpMqHsaqipHHHHEY8+PP/74HHPMMYu8/nnnnZcPf/jDC2135JFHZosttsiRRx75VMoEAADGsaHe0mBp2u1DH1yi2/va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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "\"\"\" % of hotels by city that allow and do not allow acomandation with pets\n", + "Amsterdam: Not allowed - 70% , Allowed - 30%\n", + "Barcelona: Not allowed - 63%, Allowed - 33%, No info - 4%\n", + "Lisabon: Not allowed - 88%, Allowed - 12%\n", + "Paris: Not allowed - 36%, Allowed - 64%\n", + "Rome: Not allowed - 48%, Allowed - 52%\n", + "\"\"\"\n", + "city_pets=data.groupby(['City', 'Pets'])['Price'].count().reset_index()\n", + "city_total=data['City'].value_counts().reset_index().rename(columns={'index':'City','City':'Total'})\n", + "ct=city_pets.merge(right=city_total, how=\"left\",left_on=\"City\", right_on=\"City\")\n", + "\n", + "ct.rename(columns={'Price':'Amount'},inplace = True)\n", + "\n", + "percents_city=round(ct['Amount']*100/ct['Total'])\n", + "ct['%'] = percents_city\n", + "fig_city, ax_city=plt.subplots(figsize=(15,6))\n", + "sns.barplot(ax=ax_city, x='City', y='%', hue='Pets', data=ct ,palette=pets_palette)\n", + "plt.title(\"No pets Hotels\")\n" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [], + "source": [ + "# Preparing data to create Price categories\n", + "price=data.groupby(['City', 'Pets'])['Price'].mean()\n", + "price=data['Price'].tolist()\n", + "df_price= pd.DataFrame(price)\n", + "names=data['Name'].tolist()\n", + "df_price['Names'] = names\n", + "df_price.rename(columns={0:'Price'},inplace = True)" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + ":11: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame.\n", + "Try using .loc[row_indexer,col_indexer] = value instead\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " data['Price Groups'] = price_groups\n" + ] + } + ], + "source": [ + "# function to create Price categories ( Cheap, Normal, Expensive)\n", + "def price_category (row):\n", + " if row['Price'] <= 50:\n", + " return 'Cheap'\n", + " elif row['Price'] >50 and row['Price']<=150:\n", + " return 'Normal'\n", + " elif row['Price'] >150:\n", + " return 'Expensive'\n", + " \n", + "price_groups=df_price.apply (lambda row: price_category(row), axis=1)\n", + "data['Price Groups'] = price_groups" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPrice Groups
0BarcelonaEl Avenida Palace8.8111Allowedhttps://www.booking.com/hotel/es/w-barcelona.e...Normal
1BarcelonaW Barcelona8.5256Not allowedhttps://www.booking.com/hotel/es/negresco-prin...Expensive
2BarcelonaNegresco Princess 4* Sup8.377Not allowedhttps://www.booking.com/hotel/es/h10-cubik.en-...Normal
3BarcelonaNovotel Barcelona City8.369Allowedhttps://www.booking.com/hotel/es/avenidapalace...Normal
4BarcelonaAyre Hotel Rosellón8.874Allowedhttps://www.booking.com/hotel/es/diagonal-zero...Normal
\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "0 Barcelona El Avenida Palace 8.8 111 Allowed \n", + "1 Barcelona W Barcelona 8.5 256 Not allowed \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 Not allowed \n", + "3 Barcelona Novotel Barcelona City 8.3 69 Allowed \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 Allowed \n", + "\n", + " Link Price Groups \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... Normal \n", + "1 https://www.booking.com/hotel/es/negresco-prin... Expensive \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... Normal \n", + "3 https://www.booking.com/hotel/es/avenidapalace... Normal \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... Normal " + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 128, + "metadata": {}, + "outputs": [], + "source": [ + "#saving data with created categories for further tableau visialization\n", + "data.to_csv('tableau_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0.5, 1.0, 'Rome')" + ] + }, + "execution_count": 51, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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pfPOnjWbWbNm03GXXO4ceMhBHPOrXNGmTbs2jBk1mlGvjeSEP5zIC88PIyVo16EDAC+/NJyPPvjw23XNns3cuXMZPnw4AwcOBKBnz540b968gntDUnWrjRn0/PPP8+677367LjOo2lhwVqX88vBf06/v3hzyy0OqtJ4111pr6WNvYZC0KjNmzOCVl19lwrv/IiJYvHgxEcERRx1RofXs3LY9D95/D59sNJUTTz6N5597mmefeYqd27QDICU4+7yL6LzrbsssN/ylYQV7L5JqHzNIUk2w5Dys7379qrSec884h2N+/xt67L0nI155lWuuuLpS6+nQsSOjXhvJ5EmT6LH3nvzluhuICLp13wOAb75JjBw5cpnilKTaq/Zl0DdmUEYcUkOV0qxZM3rs1ZMH731g6bQ27drw+IDHABj48ADad2xfkG3t1KYNTz3+OACDBg6kTfvCrFdS7fLU44M44MADGPP2OEb/cyzjxr9Bq01bMXXy1BXO375jewY+nLtqPXrUazRrvh5NmjRlww03YsaML5n434/YpNWm7LRzW+66/RbatM1lyy6du/DQA/eycOFCAD7+6EPmz59PmzbtGTJ4EIsXL2ba558xetSI6nnjkmoEM0hSTbDkPGzAIw8tnbbDTjsz5KknAHhy0GNLL2CtvXYT5s+bt8L1zJ49mw032hCAfzz4j1Vuc51116FZs3UZNWIkAI889DAdd+kIQPtO7RnwjwFs9sMfUq9ePZo1a87Q54bSLn8uuNtPd+OGG25Yuq4333wTgC5duvDAA7lzySFDhjBjxowK7QdJ2ahoBs2dO3eF66muDOrevbsZlBF7ONdiT511doXmf/ffkwq6/V8deQwP3n/P0ueX/ukyTj7uRG6+4S+0WL8F1954XUG2c96ll3LWySdz+80307xFC6649tqCrFdS1bzxxFXlnveTmav+EojyeGzAoxx74vHLTNu7d09u+PP1K5z/lDNP4w/HnUS3XbqyxhoNuexP32bH9tvvwOJvvgFg5zbt6H/Nn9hp57YAHHDgIUydMpl+ffcmpUTz9Vpww023skf3PRk1cgS99+7GhhtuxE922LnK70lS5ZlBZpCUlXN6HVeh+YtyHnbf3d+257yLOOesU7nz9r/RvPl6XHLFNQDs1bMX5597Bg8+cBe33n37MmOonnLmqRzzq6NYt1kzdtm1M5P+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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# creating plot to cheack amount of Cheap Normal and Expensive Hotels in each city\n", + "# Paris has no Cheap hotels that do not allow pets.\n", + "barcelona=data[data['City']=='Barcelona']\n", + "amsterdam=data[data['City']=='Amsterdam']\n", + "lisabon=data[data['City']=='Lisabon']\n", + "paris=data[data['City']=='Paris']\n", + "rome=data[data['City']=='Rome']\n", + "\n", + "fig1_1, ax1_1 =plt.subplots(1,5,figsize=(25,4))\n", + "sns.barplot(data=barcelona, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[0],palette=pets_palette)\n", + "ax1_1[0].set_title(\"Barcelona\")\n", + "sns.barplot(data=amsterdam, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[1],palette=pets_palette)\n", + "ax1_1[1].set_title(\"Amsterdam\")\n", + "sns.barplot(data=lisabon, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[2],palette=pets_palette)\n", + "ax1_1[2].set_title(\"Lisabon\")\n", + "sns.barplot(data=paris, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[3],palette=pets_palette)\n", + "ax1_1[3].set_title(\"Paris\")\n", + "sns.barplot(data=rome, x='Price Groups',y='Score', hue='Pets', ax=ax1_1[4],palette=pets_palette)\n", + "ax1_1[4].set_title(\"Rome\")" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "281" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Creating list of hotels with conditions: no pets, normal price categories, score higher or equal 9\n", + "me=data[data['Pets']=='Not allowed']\n", + "me_price=me[me['Price Groups']==\"Normal\"] \n", + "me_score=me_price[me_price['Score']>=9]\n", + "len(me_score)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLinkPrice Groups
5BarcelonaH10 Cubik 4* Sup9.2137Not allowedhttps://www.booking.com/hotel/es/ciutat-de-bar...Normal
10BarcelonaH10 Casa Mimosa 4* Sup9.4134Not allowedhttps://www.booking.com/hotel/es/h10-casa-mimo...Normal
28BarcelonaYurbban Passage Hotel & Spa9.3143Not allowedhttps://www.booking.com/hotel/es/ciutat-de-bar...Normal
32BarcelonaMidtown Apartments9.5119Not allowedhttps://www.booking.com/hotel/es/ohla.en-gb.htmlNormal
37BarcelonaHotel Casa Luz9.473Not allowedhttps://www.booking.com/hotel/es/wilson.en-gb....Normal
........................
2347RomeLatte & Biscotti9.3158Not allowedhttps://www.booking.com/hotel/it/residenza-pao...Normal
2350RomeVinci House9.6150Not allowedhttps://www.booking.com/hotel/it/mia-suites.en...Normal
2353RomeResidenza Alexander Guest House9.684Not allowedhttps://www.booking.com/hotel/it/condotti.en-g...Normal
2356RomeFelikshouse9.485Not allowedhttps://www.booking.com/hotel/it/borgo-pio-200...Normal
2363RomeAurora Luxury Suites9.0277Not allowedhttps://www.booking.com/hotel/it/genova-roma.e...Normal
\n", + "

281 rows × 7 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price Pets \\\n", + "5 Barcelona H10 Cubik 4* Sup 9.2 137 Not allowed \n", + "10 Barcelona H10 Casa Mimosa 4* Sup 9.4 134 Not allowed \n", + "28 Barcelona Yurbban Passage Hotel & Spa 9.3 143 Not allowed \n", + "32 Barcelona Midtown Apartments 9.5 119 Not allowed \n", + "37 Barcelona Hotel Casa Luz 9.4 73 Not allowed \n", + "... ... ... ... ... ... \n", + "2347 Rome Latte & Biscotti 9.3 158 Not allowed \n", + "2350 Rome Vinci House 9.6 150 Not allowed \n", + "2353 Rome Residenza Alexander Guest House 9.6 84 Not allowed \n", + "2356 Rome Felikshouse 9.4 85 Not allowed \n", + "2363 Rome Aurora Luxury Suites 9.0 277 Not allowed \n", + "\n", + " Link Price Groups \n", + "5 https://www.booking.com/hotel/es/ciutat-de-bar... Normal \n", + "10 https://www.booking.com/hotel/es/h10-casa-mimo... Normal \n", + "28 https://www.booking.com/hotel/es/ciutat-de-bar... Normal \n", + "32 https://www.booking.com/hotel/es/ohla.en-gb.html Normal \n", + "37 https://www.booking.com/hotel/es/wilson.en-gb.... Normal \n", + "... ... ... \n", + "2347 https://www.booking.com/hotel/it/residenza-pao... Normal \n", + "2350 https://www.booking.com/hotel/it/mia-suites.en... Normal \n", + "2353 https://www.booking.com/hotel/it/condotti.en-g... Normal \n", + "2356 https://www.booking.com/hotel/it/borgo-pio-200... Normal \n", + "2363 https://www.booking.com/hotel/it/genova-roma.e... Normal \n", + "\n", + "[281 rows x 7 columns]" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "me_score" + ] + }, + { + "cell_type": "code", + "execution_count": 133, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Ammount')" + ] + }, + "execution_count": 133, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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4fXEE08wa9YsHnvssV6XslwZO3YsG264ISuttFK/1zHsSZIkSeq3WbNmsfrqqzNhwgSS9Lqc5UJVcc899zBr1iw22WSTfq/nME5JkiRJ/fbYY4+x7rrrGvSGURLWXXfdpe5NNexJkiRJWioGveG3LK+5YU+SJEnSqLfiiisyadIktthiC/bff38eeeSRRS47c+ZMLrzwwmGsrjcMe5IkSZJGvXHjxjFz5kxuuOEGnvOc53DKKacsclnDniRJkiSNQjvuuCO33HILDz/8MO94xzvYeuutmTx5Mj/4wQ94/PHHOfrooznnnHOYNGkS55xzDpdccgmTJk1i0qRJTJ48mQcffLDXT2FQeDVOSZIkSa3x5JNP8uMf/5g99tiDY489ll122YXTTz+defPmsfXWW7PrrrvyiU98ghkzZnDyyScDsPfee/PFL36R7bffnoceeoixY8f2+FkMDnv2JEmSJI16jz76KJMmTWLKlClsvPHGHHzwwfzsZz/juOOOY9KkSey888489thj3HHHHc9ad/vtt+cDH/gAJ554IvPmzWPMmHb0ibXjWUhqrcMPP5w5c+aw/vrrc/zxx/e6HEmSNELNP2evW1Xxve99j5e85CXPaL/yyiufMX/kkUey5557cuGFF7L99tvz05/+lJe+9KVDXfKQs2dP0og2Z84cZs+ezZw5c3pdiiRJGmV23313TjrpJKoKgGuuuQaA1Vdf/Rnn5d166628/OUv54gjjmCrrbbi97//fU/qHWyGPUmSJEmt9NGPfpQnnniCiRMnsvnmm/PRj34UgFe/+tXcdNNNCy7QcsIJJ7DFFlswceJEVlppJV772tf2uPLB4TBOSZIkSaPeQw899Ky2cePG8ZWvfOVZ7eussw5XXXXVgvk3v/nNQ1pbr9izJ0mSJEktZNiTJEmSpBYy7EmSJElSCxn2JEmSJKmFDHuSJEmS1EKGPUmSJElqIcOeJEmSpFElCR/84AcXzH/mM5/hmGOOWew65513HjfddNNS7eeMM87g0EMPBeCYY47hM5/5zFLXuiwmTJjA3/72twFvx9/ZkyRJkrTMjr3g5EHd3kf2PnSJy6y88sqce+65HHXUUay33nr92u55553HXnvtxWabbTbQEkcNe/YkSZIkjSpjxozhkEMO4fOf//yzHvvzn//MLrvswsSJE3nNa17DHXfcweWXX87555/Phz70ISZNmsStt976jHUuuOACttlmGyZPnsyuu+7KXXfdtdj9z5w5k2233ZaJEyfy+te/nvvuu4+7776bLbfcEoBrr72WJNxxxx0AvOhFL+KRRx5h7ty5/Ou//itbbbUVW221FZdddhkA99xzD7vtthubb74573znO6mqwXiZ7NmTRqrB/pZstLr34XkL7n1N+vdtpyRJy4N3v/vdTJw4kcMPP/wZ7YcddhhTp05l6tSpnH766bznPe/hvPPOY5999mGvvfbijW9847O2tcMOO3DFFVeQhK9+9ascf/zxfPazn13kvg888EBOOukkXvWqV3H00Ufz8Y9/nBNOOIHHHnuMBx54gOnTpzNlyhSmT5/ODjvswHOf+1xWWWUV3vnOd/L+97+fHXbYgTvuuIPdd9+dm2++mY9//OPssMMOHH300fzoRz/itNNOG5TXyLAnSZIkadRZY401OPDAAznxxBMZN27cgvbf/OY3nHvuuQC87W1ve1YYXJhZs2bx5je/mTvvvJPHH3+cTTbZZJHL3n///cybN49XvepVAEydOpX9998fgO22247LLruMSy+9lA9/+MP85Cc/oarYcccdAfjFL37xjPMGH3jgAR566CEuvfTSBTXvueeerL322kv5aiycwzglSZIkjUrve9/7OO2003j44YcHtJ3DDjuMQw89lOuvv56vfOUrPPbYY8u0nZ122onp06dz++23s++++3Lttdfy61//ekHYe+qpp7jiiiuYOXMmM2fOZPbs2ay22moDqn1xDHuSJEmSRqV11lmHN73pTc8Y9rjddttx9tlnA3DWWWctCFqrr746Dz744EK3c//997PBBhsAMG3atMXuc80112Tttddm+vTpAJx55pkLevl23HFHvvGNb7DpppuywgorsM4663DhhReyww47ALDbbrtx0kknLdjWzJkzgU5I/OY3vwnAj3/8Y+67776leh0WxbAnSZIkadT64Ac/+IyfKTjppJP42te+xsSJEznzzDP5whe+AMABBxzApz/9aSZPnvysC7Qcc8wx7L///my55Zb9urrntGnT+NCHPsTEiROZOXMmRx99NND5yYSqYqeddgI65wKutdZaC4ZlnnjiicyYMYOJEyey2WabccoppwDwsY99jEsvvZTNN9+cc889l4033njgLwyQwbrSSy9MmTKlZsyY0esypCHh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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "# There are 281 properties that match all the conditions menshioned above\n", + "# 98 properties in Lisabon, 94 - Rome, 42 - Amsterdam, 35 - Barcelona and only 12 in Paris\n", + "plt.figure(figsize=(15,6))\n", + "sns.barplot(x='City', y='Price', hue='Pets', data=me_score, palette=pets_palette)\n", + "plt.title(\"Hotels where I can go\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Ammount')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Statistical analysis" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "Null hypotesis. Price of \"No pets\" hotels is equal to \"Pets\" hotels" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "metadata": {}, + "outputs": [], + "source": [ + "stat_data=data.drop(data[data['Pets']=='No info'].index, inplace=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "metadata": {}, + "outputs": [], + "source": [ + "allowed=stat_data[stat_data['Pets']==\"Allowed\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed=stat_data[stat_data['Pets']==\"Not allowed\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "metadata": {}, + "outputs": [], + "source": [ + "allowed_price=allowed['Price'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 81, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed_price=not_allowed['Price'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 80, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Ttest_indResult(statistic=3.861751337948566, pvalue=0.00011614515979463996)" + ] + }, + "execution_count": 80, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stats.ttest_ind(allowed_price,not_allowed_price,equal_var=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 94, + "metadata": {}, + "outputs": [], + "source": [ + "price_pets=stat_data.groupby(['Pets'])['Price'].count().reset_index()" + ] + }, + { + "cell_type": "code", + "execution_count": 98, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Price')" + ] + }, + "execution_count": 98, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "fig_stat_price, ax_stat_price = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax_stat_price, x='Pets', data=stat_data, palette=\"crest\")\n", + "plt.title(\"Price samples\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Price')" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "This two samples differ statisticly significant. Null hypotesis can be rejected." + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "Null hypotesis number 2. Score of \"No pets\" hotels is equal to \"Pets\" hotels" + ] + }, + { + "cell_type": "code", + "execution_count": 86, + "metadata": {}, + "outputs": [], + "source": [ + "allowed_score=allowed['Score'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 88, + "metadata": {}, + "outputs": [], + "source": [ + "not_allowed_score=not_allowed['Score'].tolist()" + ] + }, + { + "cell_type": "code", + "execution_count": 89, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Ttest_indResult(statistic=2.352520811697907, pvalue=0.018736259300029288)" + ] + }, + "execution_count": 89, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "stats.ttest_ind(allowed_score,not_allowed_score,equal_var=False)" + ] + }, + { + "cell_type": "code", + "execution_count": 99, + "metadata": {}, + "outputs": [], + "source": [ + "score_pets=stat_data.groupby(['Pets'])['Score'].count().reset_index()" + ] + }, + { + "cell_type": "code", + "execution_count": 100, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Text(0, 0.5, 'Score')" + ] + }, + "execution_count": 100, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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\n", + "text/plain": [ + "
" + ] + }, + "metadata": { + "needs_background": "light" + }, + "output_type": "display_data" + } + ], + "source": [ + "fig_stat_score, ax_stat_score = plt.subplots(figsize=(5,8))\n", + "sns.countplot(ax=ax_stat_score, x='Pets', data=stat_data, palette=\"crest\")\n", + "plt.title(\"Scorw samples\")\n", + "plt.xlabel(\"Hotels\")\n", + "plt.ylabel('Score')" + ] + }, + { + "cell_type": "raw", + "metadata": {}, + "source": [ + "This two samples differ statisticly significant. Null hipotesis number 2 can be rejected." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/Allergy_friendly_hotels/code/Cleaning data.ipynb b/Allergy_friendly_hotels/code/Cleaning data.ipynb new file mode 100644 index 00000000..d85e0f93 --- /dev/null +++ b/Allergy_friendly_hotels/code/Cleaning data.ipynb @@ -0,0 +1,1253 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "import numpy as np\n", + "import re" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Barcelona" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "bcn=pd.read_csv('../data/barcelona_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "bcn.drop(bcn[bcn['Price']=='€\\xa0666666'].index, inplace=True)\n", + "bcn.drop(bcn[bcn['Pets']=='0'].index, inplace=True)\n", + "bcn_list=bcn['Pets'].tolist()\n", + "symbol = '\\n'\n", + "bcn_list_clean=[item.translate(symbol).strip() for item in bcn_list]\n", + "bcn.drop(['Pets'],axis=1, inplace=True)\n", + "bcn['Pets'] = bcn_list_clean\n", + "bcn.drop(['Unnamed: 0'],axis=1, inplace=True)\n", + "bcn_prices=bcn['Price'].tolist()\n", + "\n", + "clean_prices=[]\n", + "for i in bcn_prices:\n", + " clean_prices.append(re.findall(r\"\\b[0-9]+\\b\",i)[0])\n", + " \n", + "bcn.drop(['Price'],axis=1, inplace=True)\n", + "bcn['Price'] = clean_prices\n", + "bcn = bcn[['Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0BarcelonaEl Avenida Palace8.8111Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/es/w-barcelona.e...
1BarcelonaW Barcelona8.5256Pets are not allowed.https://www.booking.com/hotel/es/negresco-prin...
2BarcelonaNegresco Princess 4* Sup8.377Pets are not allowed.https://www.booking.com/hotel/es/h10-cubik.en-...
3BarcelonaNovotel Barcelona City8.369Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/es/avenidapalace...
4BarcelonaAyre Hotel Rosellón8.874Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/es/diagonal-zero...
.....................
494BarcelonaRamblas by Pillow8.895Pets are not allowed.https://www.booking.com/hotel/es/royal-passeig...
495BarcelonaAparthotel Bonanova8.3111Pets are not allowed.https://www.booking.com/hotel/es/bcn-montjuic....
496BarcelonaFactory Suites Barcelona8.8139Free!\\nPets are allowed. No extra charges.https://www.booking.com/hotel/es/kimpton-barce...
497BarcelonaBoat Hotel Barcelona9.3211Pets are not allowed.https://www.booking.com/hotel/es/gran-via-678....
499BarcelonaChic & Basic Lemon Boutique Hotel8.969Pets are not allowed.https://www.booking.com/hotel/es/vinccimaritim...
\n", + "

469 rows × 6 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Barcelona El Avenida Palace 8.8 111 \n", + "1 Barcelona W Barcelona 8.5 256 \n", + "2 Barcelona Negresco Princess 4* Sup 8.3 77 \n", + "3 Barcelona Novotel Barcelona City 8.3 69 \n", + "4 Barcelona Ayre Hotel Rosellón 8.8 74 \n", + ".. ... ... ... ... \n", + "494 Barcelona Ramblas by Pillow 8.8 95 \n", + "495 Barcelona Aparthotel Bonanova 8.3 111 \n", + "496 Barcelona Factory Suites Barcelona 8.8 139 \n", + "497 Barcelona Boat Hotel Barcelona 9.3 211 \n", + "499 Barcelona Chic & Basic Lemon Boutique Hotel 8.9 69 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed. Charges may be applicable. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed on request. Charges may be ap... \n", + ".. ... \n", + "494 Pets are not allowed. \n", + "495 Pets are not allowed. \n", + "496 Free!\\nPets are allowed. No extra charges. \n", + "497 Pets are not allowed. \n", + "499 Pets are not allowed. \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/es/w-barcelona.e... \n", + "1 https://www.booking.com/hotel/es/negresco-prin... \n", + "2 https://www.booking.com/hotel/es/h10-cubik.en-... \n", + "3 https://www.booking.com/hotel/es/avenidapalace... \n", + "4 https://www.booking.com/hotel/es/diagonal-zero... \n", + ".. ... \n", + "494 https://www.booking.com/hotel/es/royal-passeig... \n", + "495 https://www.booking.com/hotel/es/bcn-montjuic.... \n", + "496 https://www.booking.com/hotel/es/kimpton-barce... \n", + "497 https://www.booking.com/hotel/es/gran-via-678.... \n", + "499 https://www.booking.com/hotel/es/vinccimaritim... \n", + "\n", + "[469 rows x 6 columns]" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bcn.insert(0, 'City', 'Barcelona')\n", + "bcn" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Amsterdam" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "amst=pd.read_csv('../data/amsterdam_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "amst.drop(amst[amst['Price']=='€\\xa0666666'].index, inplace=True)\n", + "amst.drop(amst[amst['Pets']=='0'].index, inplace=True)\n", + "amst_pets=amst['Pets'].tolist()\n", + "symbol = '\\n'\n", + "amst_pets_clean=[item.translate(symbol).strip() for item in amst_pets]\n", + "amst.drop(['Pets'],axis=1, inplace=True)\n", + "amst['Pets'] = amst_pets_clean\n", + "amst_prices=amst['Price'].tolist()\n", + "\n", + "clean_amst_prices=[]\n", + "for i in amst_prices:\n", + " clean_amst_prices.append(re.findall(r\"\\b[0-9]+\\b\",i)[0])\n", + " \n", + "amst.drop(['Price'],axis=1, inplace=True)\n", + "amst['Price'] = clean_amst_prices\n", + "amst = amst[['Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0AmsterdamPark Plaza Victoria Amsterdam8.4175Pets are not allowed.https://www.booking.com/hotel/nl/victoria.en-g...
1AmsterdamPark Inn by Radisson Amsterdam City West8.3130Pets are not allowed.https://www.booking.com/hotel/nl/monet-garden-...
2AmsterdamRadisson Blu Hotel, Amsterdam City Center8.5225Pets are not allowed.https://www.booking.com/hotel/nl/mai-amsterdam...
5AmsterdamMonet Garden Hotel Amsterdam9.0175Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/nl/nhamsterdam.e...
6AmsterdamNH City Centre Amsterdam8.3162Pets are not allowed.https://www.booking.com/hotel/nl/pestana-amste...
.....................
492AmsterdamB&B Amsterdam De Springer9.6153Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/nl/holiday-inn-e...
493AmsterdamB&B Mondriaan8.0145Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/nl/the-hoxton-am...
494AmsterdamThe Quay Amsterdam-Noord - FREE PARKING9.3314Pets are not allowed.https://www.booking.com/hotel/nl/radissonamste...
496AmsterdamBed & Breakfast Diemerbrug9.8155Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/nl/jollycarlton....
497AmsterdamFenelli BnB9.4138Pets are not allowed.https://www.booking.com/hotel/nl/library-amste...
\n", + "

437 rows × 6 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Amsterdam Park Plaza Victoria Amsterdam 8.4 175 \n", + "1 Amsterdam Park Inn by Radisson Amsterdam City West 8.3 130 \n", + "2 Amsterdam Radisson Blu Hotel, Amsterdam City Center 8.5 225 \n", + "5 Amsterdam Monet Garden Hotel Amsterdam 9.0 175 \n", + "6 Amsterdam NH City Centre Amsterdam 8.3 162 \n", + ".. ... ... ... ... \n", + "492 Amsterdam B&B Amsterdam De Springer 9.6 153 \n", + "493 Amsterdam B&B Mondriaan 8.0 145 \n", + "494 Amsterdam The Quay Amsterdam-Noord - FREE PARKING 9.3 314 \n", + "496 Amsterdam Bed & Breakfast Diemerbrug 9.8 155 \n", + "497 Amsterdam Fenelli BnB 9.4 138 \n", + "\n", + " Pets \\\n", + "0 Pets are not allowed. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "5 Pets are allowed on request. Charges may be ap... \n", + "6 Pets are not allowed. \n", + ".. ... \n", + "492 Pets are allowed. Charges may be applicable. \n", + "493 Free!\\nPets are allowed on request. No extra c... \n", + "494 Pets are not allowed. \n", + "496 Pets are allowed. Charges may be applicable. \n", + "497 Pets are not allowed. \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/nl/victoria.en-g... \n", + "1 https://www.booking.com/hotel/nl/monet-garden-... \n", + "2 https://www.booking.com/hotel/nl/mai-amsterdam... \n", + "5 https://www.booking.com/hotel/nl/nhamsterdam.e... \n", + "6 https://www.booking.com/hotel/nl/pestana-amste... \n", + ".. ... \n", + "492 https://www.booking.com/hotel/nl/holiday-inn-e... \n", + "493 https://www.booking.com/hotel/nl/the-hoxton-am... \n", + "494 https://www.booking.com/hotel/nl/radissonamste... \n", + "496 https://www.booking.com/hotel/nl/jollycarlton.... \n", + "497 https://www.booking.com/hotel/nl/library-amste... \n", + "\n", + "[437 rows x 6 columns]" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "amst.insert(0, 'City', 'Amsterdam')\n", + "amst" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Lisabon" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "lis=pd.read_csv('../data/lisabon_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "lis.drop(lis[lis['Price']=='€\\xa0666666'].index, inplace=True)\n", + "lis.drop(lis[lis['Pets']=='0'].index, inplace=True)\n", + "lis_pets=lis['Pets'].tolist()\n", + "symbol = '\\n'\n", + "lis_pets_clean=[item.translate(symbol).strip() for item in lis_pets]\n", + "lis.drop(['Pets'],axis=1, inplace=True)\n", + "lis['Pets'] = lis_pets_clean\n", + "\n", + "lis_prices=lis['Price'].tolist()\n", + "\n", + "clean_lis_prices=[]\n", + "for i in lis_prices:\n", + " clean_lis_prices.append(re.findall(r\"\\b[0-9]+\\b\",i)[0])\n", + " \n", + "lis.drop(['Price'],axis=1, inplace=True)\n", + "lis['Price'] = clean_lis_prices\n", + "lis =lis[['Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0LisabonLisboa Carmo Hotel9.285Pets are not allowed.https://www.booking.com/hotel/pt/lux-lisboa-pa...
1LisabonH10 Duque de Loule9.067Pets are not allowed.https://www.booking.com/hotel/pt/hotelmundial....
2LisabonHotel Mundial8.497Pets are not allowed.https://www.booking.com/hotel/pt/h10-duque-de-...
3LisabonIberostar Selection Lisboa8.8144Pets are not allowed.https://www.booking.com/hotel/pt/corpo-santo.e...
4LisabonCorpo Santo Lisbon Historical Hotel9.5137Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/pt/the-one-palac...
.....................
495LisabonVarandas de Lisboa - Tejo River Apartments & R...9.294Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/pt/tryp-lisboa-a...
496LisabonSky Beds Lisbon8.072Pets are not allowed.https://www.booking.com/hotel/pt/upon-lisbon-r...
497LisabonBlue Budget Apartments Bairro Alto7.494Pets are not allowed.https://www.booking.com/hotel/pt/memmo-princip...
498LisabonCasa Boma Lisboa - Unique Apartment With Priva...9.4172Pets are not allowed.https://www.booking.com/hotel/pt/chiado-arty-f...
499LisabonUnique Lisbon Rooms8.433Pets are not allowed.https://www.booking.com/hotel/pt/empire-lisbon...
\n", + "

473 rows × 6 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Lisabon Lisboa Carmo Hotel 9.2 85 \n", + "1 Lisabon H10 Duque de Loule 9.0 67 \n", + "2 Lisabon Hotel Mundial 8.4 97 \n", + "3 Lisabon Iberostar Selection Lisboa 8.8 144 \n", + "4 Lisabon Corpo Santo Lisbon Historical Hotel 9.5 137 \n", + ".. ... ... ... ... \n", + "495 Lisabon Varandas de Lisboa - Tejo River Apartments & R... 9.2 94 \n", + "496 Lisabon Sky Beds Lisbon 8.0 72 \n", + "497 Lisabon Blue Budget Apartments Bairro Alto 7.4 94 \n", + "498 Lisabon Casa Boma Lisboa - Unique Apartment With Priva... 9.4 172 \n", + "499 Lisabon Unique Lisbon Rooms 8.4 33 \n", + "\n", + " Pets \\\n", + "0 Pets are not allowed. \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Pets are not allowed. \n", + "4 Pets are allowed on request. Charges may be ap... \n", + ".. ... \n", + "495 Pets are allowed. Charges may be applicable. \n", + "496 Pets are not allowed. \n", + "497 Pets are not allowed. \n", + "498 Pets are not allowed. \n", + "499 Pets are not allowed. \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/pt/lux-lisboa-pa... \n", + "1 https://www.booking.com/hotel/pt/hotelmundial.... \n", + "2 https://www.booking.com/hotel/pt/h10-duque-de-... \n", + "3 https://www.booking.com/hotel/pt/corpo-santo.e... \n", + "4 https://www.booking.com/hotel/pt/the-one-palac... \n", + ".. ... \n", + "495 https://www.booking.com/hotel/pt/tryp-lisboa-a... \n", + "496 https://www.booking.com/hotel/pt/upon-lisbon-r... \n", + "497 https://www.booking.com/hotel/pt/memmo-princip... \n", + "498 https://www.booking.com/hotel/pt/chiado-arty-f... \n", + "499 https://www.booking.com/hotel/pt/empire-lisbon... \n", + "\n", + "[473 rows x 6 columns]" + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "lis.insert(0, 'City', 'Lisabon')\n", + "lis" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Paris" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "prs=pd.read_csv('../data/new_paris_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "prs.drop(prs[prs['Price']=='€\\xa0666666'].index, inplace=True)\n", + "prs.drop(prs[prs['Pets']=='0'].index, inplace=True)\n", + "prs_pets=prs['Pets'].tolist()\n", + "symbol = '\\n'\n", + "prs_pets_clean=[item.translate(symbol).strip() for item in prs_pets]\n", + "prs.drop(['Pets'],axis=1, inplace=True)\n", + "prs['Pets'] = prs_pets_clean\n", + "\n", + "prs_prices=prs['Price'].tolist()\n", + "\n", + "clean_prs_prices=[]\n", + "for i in prs_prices:\n", + " clean_prs_prices.append(re.findall(r\"\\b[0-9]+\\b\",i)[0])\n", + " \n", + "prs.drop(['Price'],axis=1, inplace=True)\n", + "prs['Price'] = clean_prs_prices\n", + "prs =prs[['Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0ParisHotel Trianon Rive Gauche8.3107Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/fr/tour-eiffel.e...
1ParisElysées Union8.4162Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/fr/hyatt-regency...
2ParisRésidence Charles Floquet9.0262Pets are not allowed.https://www.booking.com/hotel/fr/elyseesunion....
3ParisElysées Ceramic8.4152Pets are not allowed.https://www.booking.com/hotel/fr/citizenm-pari...
4ParisCitadines Saint-Germain-des-Prés Paris8.3180Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/fr/lutetia-paris...
.....................
495ParishotelF1 Paris Porte de Châtillon7.456Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/fr/ha-tel-plaza-...
496ParisLe Glam's Hotel8.1174Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/fr/hotelparismon...
497ParisVilla Margaux Opéra Montmartre7.6123Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/fr/corona.en-gb....
498ParisHôtel Da Vinci & Spa8.9226Pets are not allowed.https://www.booking.com/hotel/fr/hotelterminus...
499ParisHôtel Thérèse8.9402Pets are not allowed.https://www.booking.com/hotel/fr/terminus-vaug...
\n", + "

500 rows × 6 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Paris Hotel Trianon Rive Gauche 8.3 107 \n", + "1 Paris Elysées Union 8.4 162 \n", + "2 Paris Résidence Charles Floquet 9.0 262 \n", + "3 Paris Elysées Ceramic 8.4 152 \n", + "4 Paris Citadines Saint-Germain-des-Prés Paris 8.3 180 \n", + ".. ... ... ... ... \n", + "495 Paris hotelF1 Paris Porte de Châtillon 7.4 56 \n", + "496 Paris Le Glam's Hotel 8.1 174 \n", + "497 Paris Villa Margaux Opéra Montmartre 7.6 123 \n", + "498 Paris Hôtel Da Vinci & Spa 8.9 226 \n", + "499 Paris Hôtel Thérèse 8.9 402 \n", + "\n", + " Pets \\\n", + "0 Pets are allowed on request. Charges may be ap... \n", + "1 Pets are allowed on request. Charges may be ap... \n", + "2 Pets are not allowed. \n", + "3 Pets are not allowed. \n", + "4 Pets are allowed on request. Charges may be ap... \n", + ".. ... \n", + "495 Pets are allowed on request. Charges may be ap... \n", + "496 Pets are allowed. Charges may be applicable. \n", + "497 Free!\\nPets are allowed on request. No extra c... \n", + "498 Pets are not allowed. \n", + "499 Pets are not allowed. \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/fr/tour-eiffel.e... \n", + "1 https://www.booking.com/hotel/fr/hyatt-regency... \n", + "2 https://www.booking.com/hotel/fr/elyseesunion.... \n", + "3 https://www.booking.com/hotel/fr/citizenm-pari... \n", + "4 https://www.booking.com/hotel/fr/lutetia-paris... \n", + ".. ... \n", + "495 https://www.booking.com/hotel/fr/ha-tel-plaza-... \n", + "496 https://www.booking.com/hotel/fr/hotelparismon... \n", + "497 https://www.booking.com/hotel/fr/corona.en-gb.... \n", + "498 https://www.booking.com/hotel/fr/hotelterminus... \n", + "499 https://www.booking.com/hotel/fr/terminus-vaug... \n", + "\n", + "[500 rows x 6 columns]" + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "prs.insert(0, 'City', 'Paris')\n", + "prs" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Rome" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "rome=pd.read_csv('../data/rome_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [], + "source": [ + "rome.drop(rome[rome['Price']=='€\\xa0666666'].index, inplace=True)\n", + "rome.drop(rome[rome['Pets']=='0'].index, inplace=True)\n", + "rome_pets=rome['Pets'].tolist()\n", + "symbol = '\\n'\n", + "rome_pets_clean=[item.translate(symbol).strip() for item in rome_pets]\n", + "rome.drop(['Pets'],axis=1, inplace=True)\n", + "rome['Pets'] = rome_pets_clean\n", + "\n", + "rome_prices=rome['Price'].tolist()\n", + "\n", + "clean_rome_prices=[]\n", + "for i in rome_prices:\n", + " clean_rome_prices.append(re.findall(r\"\\b[0-9]+\\b\",i)[0])\n", + " \n", + "rome.drop(['Price'],axis=1, inplace=True)\n", + "rome['Price'] = clean_rome_prices\n", + "rome =rome[['Name', 'Score', 'Price', 'Pets', 'Link']]" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
CityNameScorePricePetsLink
0RomeHotel Savoy8.4137Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/it/giolli.en-gb....
1RomeAuditorium Mecenate8.768Pets are not allowed.https://www.booking.com/hotel/it/suitesistina....
2RomeHotel Giolli Nazionale8.4109Pets are not allowed.https://www.booking.com/hotel/it/condotti.en-g...
3RomeHotel Delle Nazioni8.5192Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/it/trevi-b-b-rom...
4RomeHotel Patria7.987Pets are allowed. Charges may be applicable.https://www.booking.com/hotel/it/donna-camilla...
.....................
495RomeMia Resort8.276Free!\\nPets are allowed on request. No extra c...https://www.booking.com/hotel/it/pantheon-inn....
496RomeTermini Terrace8.970Pets are not allowed.https://www.booking.com/hotel/it/residenza-pao...
497RomeHotel Touring7.865Pets are not allowed.https://www.booking.com/hotel/it/delle-nazioni...
498RomeHotel dei Barbieri8.7167Pets are allowed on request. Charges may be ap...https://www.booking.com/hotel/it/albergo-abruz...
499RomeAventino Guest House9.083Pets are not allowed.https://www.booking.com/hotel/it/mia-suites.en...
\n", + "

496 rows × 6 columns

\n", + "
" + ], + "text/plain": [ + " City Name Score Price \\\n", + "0 Rome Hotel Savoy 8.4 137 \n", + "1 Rome Auditorium Mecenate 8.7 68 \n", + "2 Rome Hotel Giolli Nazionale 8.4 109 \n", + "3 Rome Hotel Delle Nazioni 8.5 192 \n", + "4 Rome Hotel Patria 7.9 87 \n", + ".. ... ... ... ... \n", + "495 Rome Mia Resort 8.2 76 \n", + "496 Rome Termini Terrace 8.9 70 \n", + "497 Rome Hotel Touring 7.8 65 \n", + "498 Rome Hotel dei Barbieri 8.7 167 \n", + "499 Rome Aventino Guest House 9.0 83 \n", + "\n", + " Pets \\\n", + "0 Free!\\nPets are allowed on request. No extra c... \n", + "1 Pets are not allowed. \n", + "2 Pets are not allowed. \n", + "3 Free!\\nPets are allowed on request. No extra c... \n", + "4 Pets are allowed. Charges may be applicable. \n", + ".. ... \n", + "495 Free!\\nPets are allowed on request. No extra c... \n", + "496 Pets are not allowed. \n", + "497 Pets are not allowed. \n", + "498 Pets are allowed on request. Charges may be ap... \n", + "499 Pets are not allowed. \n", + "\n", + " Link \n", + "0 https://www.booking.com/hotel/it/giolli.en-gb.... \n", + "1 https://www.booking.com/hotel/it/suitesistina.... \n", + "2 https://www.booking.com/hotel/it/condotti.en-g... \n", + "3 https://www.booking.com/hotel/it/trevi-b-b-rom... \n", + "4 https://www.booking.com/hotel/it/donna-camilla... \n", + ".. ... \n", + "495 https://www.booking.com/hotel/it/pantheon-inn.... \n", + "496 https://www.booking.com/hotel/it/residenza-pao... \n", + "497 https://www.booking.com/hotel/it/delle-nazioni... \n", + "498 https://www.booking.com/hotel/it/albergo-abruz... \n", + "499 https://www.booking.com/hotel/it/mia-suites.en... \n", + "\n", + "[496 rows x 6 columns]" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "rome.insert(0, 'City', 'Rome')\n", + "rome" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Appending dataframes" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [], + "source": [ + "bcn_amst=bcn.append(amst)\n", + "bcn_amst_lis=bcn_amst.append(lis)\n", + "bcn_amst_lis_prs=bcn_amst_lis.append(prs)\n", + "data=bcn_amst_lis_prs.append(rome)" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "Paris 500\n", + "Rome 496\n", + "Lisabon 473\n", + "Barcelona 469\n", + "Amsterdam 437\n", + "Name: City, dtype: int64" + ] + }, + "execution_count": 18, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "data['City'].value_counts()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [], + "source": [ + "data.to_csv('booking_pets_data_with_rome.csv')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/Allergy_friendly_hotels/code/Web_scraping.ipynb b/Allergy_friendly_hotels/code/Web_scraping.ipynb new file mode 100644 index 00000000..6bf24829 --- /dev/null +++ b/Allergy_friendly_hotels/code/Web_scraping.ipynb @@ -0,0 +1,968 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "from bs4 import BeautifulSoup\n", + "import requests\n", + "import pandas as pd\n", + "import re" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Web scraping" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Barcelona" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "#links from google search, each link contains 25 hotels\n", + "search_links= ['https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&lang=en-gb&sid=de6e37cacfee4d33e1f9b1c7b24a599a&sb=1&sb_lp=1&src=index&src_elem=sb&error_url=https%3A%2F%2Fwww.booking.com%2Findex.en-gb.html%3Flabel%3Dgen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB%3Bsid%3Dde6e37cacfee4d33e1f9b1c7b24a599a%3Bsb_price_type%3Dtotal%26%3B&ss=Barcelona&is_ski_area=0&ssne=Barcelona&ssne_untouched=Barcelona&dest_id=-372490&dest_type=city&checkin_year=2021&checkin_month=3&checkin_monthday=30&checkout_year=2021&checkout_month=3&checkout_monthday=31&group_adults=2&group_children=0&no_rooms=1&b_h4u_keep_filters=&from_sf=1',\n", + " 'https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=e9d63f6a94bf0189&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=28ee3ff70bf400fd&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=50',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=58044079d9ea00a2&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=75',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=2c68402016810191&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=100',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=cec8402f4bbf004d&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=125',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=7a844047696c006c&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=150',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=70ec409de3660053&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=175',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=8aa140b1060a006d&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=200',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=6f6240be217c0110&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=225',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=0c2040cdcc2300bd&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=250',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=746740dc56620165&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=275',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=121940e9ad8d003a&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=300',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=797d40fe7c5e004f&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=325',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=fc9b410bbdf0001b&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=350',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=1cac412aaded018a&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=375',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=dcb7413a894900f6&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=400',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=19cc41448e6000ae&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=425',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=13b84157ed2b002e&ss=Barcelona&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=450',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ArfHx_4FwAIB0gIkNmMyMDliOWYtMGVkMC00MDRlLWE4ODItZDZjMjVmZjgzODQx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-372490&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=dabe41620c0e00e3&ss=Barcelona&ss_all=0&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=475']\n", + " " + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "# for loop for searching hotel names, links, scores and prices\n", + "names=[]\n", + "hotel_links=[]\n", + "score=[]\n", + "prices=[]\n", + "\n", + "for link in search_links:\n", + " headers = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'}\n", + " url = link\n", + " response=requests.get(url,headers=headers)\n", + " soup=BeautifulSoup(response.content,'lxml')\n", + "\n", + " for item in soup.select('.sr_property_block'):\n", + " try:\n", + " names.append(item.select('.sr-hotel__name')[0].get_text().strip())\n", + " hotel_links.append(item.select('.hotel_name_link')[0]['href'])\n", + " score.append(item.select('.bui-review-score__badge')[0].get_text().strip())\n", + " prices.append(item.select('.bui-price-display__value')[0].get_text().strip())\n", + " except Exception as e:\n", + " score.append(-1)\n", + " prices.append('€\\xa0666666')\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 70, + "metadata": {}, + "outputs": [], + "source": [ + "# cleaning hotel links\n", + "symbol = '\\n'\n", + "links_clean=[item.translate(symbol).strip() for item in hotel_links]\n", + "\n", + "good_links = [f'https://www.booking.com{n}' for n in links_clean]" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "metadata": {}, + "outputs": [], + "source": [ + "# cleaning prices\n", + "clean_prices=[]\n", + "for i in prices:\n", + " clean_prices.append(re.findall(r\"\\b[0-9]+\\b\",i))\n", + " \n", + "flat_list = [item for sublist in clean_prices for item in sublist]" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [], + "source": [ + "#looking for links to check pets\n", + "pets_links=[] #runs about 5 min\n", + "\n", + "for link in search_links:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " for i in range (0,25):\n", + " pets_links.append(soup.findAll(\"a\", {\"class\": \"js-sr-hotel-link hotel_name_link url\"})[i]['href']) " + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [], + "source": [ + "#cleaning links to check pets\n", + "symbol = '\\n'\n", + "pets_links_clean=[item.translate(symbol).strip() for item in pets_links]\n", + "\n", + "pets_good_links = [f'https://www.booking.com{n}' for n in pets_links_clean]" + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "# for loop for searching pets feature\n", + "pets_bcn=[] #it runs about 25 min\n", + "for link in pets_good_links:\n", + " try:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " pets_bcn.append(soup.select(\"ul > li > p\")[14].get_text())\n", + " except Exception as e:\n", + " pets_bcn.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 87, + "metadata": {}, + "outputs": [], + "source": [ + "# saving pets data\n", + "df_pets_bcn = pd.DataFrame(pets_bcn)\n", + "df_pets_bcn.to_csv('pets_bcn_data.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Amsterdam" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": {}, + "outputs": [], + "source": [ + "search_links_amsterdam=['https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&lang=en-gb&sid=de6e37cacfee4d33e1f9b1c7b24a599a&sb=1&sb_lp=1&src=index&src_elem=sb&error_url=https%3A%2F%2Fwww.booking.com%2Findex.en-gb.html%3Flabel%3Dgen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB%3Bsid%3Dde6e37cacfee4d33e1f9b1c7b24a599a%3Bsb_price_type%3Dtotal%26%3B&ss=Amsterdam%2C+Noord-Holland%2C+Netherlands&is_ski_area=0&ssne=Barcelona&ssne_untouched=Barcelona&checkin_year=2021&checkin_month=3&checkin_monthday=30&checkout_year=2021&checkout_month=3&checkout_monthday=31&group_adults=2&group_children=0&no_rooms=1&b_h4u_keep_filters=&from_sf=1&ac_position=0&ac_langcode=en&ac_click_type=b&dest_id=-2140479&dest_type=city&iata=AMS&place_id_lat=52.372898&place_id_lon=4.893&search_pageview_id=eaf0448a50be00ae&search_selected=true&ss_raw=amsterdam',\n", + " 'https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=349244b5d0ea011a&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=752644d50c28009a&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=50',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=b60944ed6d2200c4&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=75',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=689544fbbb800079&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=100',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=42c5450b4a1b0054&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=125',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=5f0d45197739005b&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=150',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=d89145cad84700ea&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=175',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=b53045e82d3f0019&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=200',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=455446095e2400f0&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=225',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=2a1b462cb2a8006c&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=250',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=d6ea4650f08700a3&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=275',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=e2c546607816002d&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=300',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=766a466e14220010&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=325',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=863e467de0ec004d&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=350',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=7239468d07d00096&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=375',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=6fb14699a4f600c5&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=400',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=20cf46ac5f9e00ff&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=425',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=AMS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&order=upsort_bh&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src_elem=sb&srpvid=e65146da743900dc&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_all=0&ss_raw=amsterdam&ssb=empty&sshis=0&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=450',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4ApXcx_4FwAIB0gIkMzFhZjc2NjAtNzEzZS00ZjNhLTljODQtZjhmMzlmMTM1Mzg12AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2140479&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=AMS&label_click=undef&no_rooms=1&order=upsort_bh&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src_elem=sb&srpvid=2f7e46e83e61002d&ss=Amsterdam%2C%20Noord-Holland%2C%20Netherlands&ss_raw=amsterdam&ssb=empty&ssne=Barcelona&ssne_untouched=Barcelona&top_ufis=1&rows=25&offset=475']" + ] + }, + { + "cell_type": "code", + "execution_count": 105, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "# for loop for searching hotel names, links, scores and prices\n", + "names_amsterdam=[]\n", + "hotel_links_amsterdam=[]\n", + "score_amsterdam=[]\n", + "prices_amsterdam=[]\n", + "\n", + "for link in search_links_amsterdam:\n", + " headers = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'}\n", + " url = link\n", + " response=requests.get(url,headers=headers)\n", + " soup=BeautifulSoup(response.content,'lxml')\n", + "\n", + " for item in soup.select('.sr_property_block'):\n", + " try:\n", + " names_amsterdam.append(item.select('.sr-hotel__name')[0].get_text().strip())\n", + " hotel_links_amsterdam.append(item.select('.hotel_name_link')[0]['href'])\n", + " score_amsterdam.append(item.select('.bui-review-score__badge')[0].get_text().strip())\n", + " prices_amsterdam.append(item.select('.bui-price-display__value')[0].get_text().strip())\n", + " except Exception as e:\n", + " score_amsterdam.append(-1)\n", + " prices_amsterdam.append('€\\xa0666666')\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 130, + "metadata": {}, + "outputs": [], + "source": [ + "#looking for links to check pets\n", + "pets_links_amsterdam=[] #runs about 5 min\n", + "\n", + "for link in search_links_amsterdam:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " for i in range (0,25):\n", + " pets_links_amsterdam.append(soup.findAll(\"a\", {\"class\": \"js-sr-hotel-link hotel_name_link url\"})[i]['href']) " + ] + }, + { + "cell_type": "code", + "execution_count": 132, + "metadata": {}, + "outputs": [], + "source": [ + "#cleaning links to check pets\n", + "symbol = '\\n'\n", + "pets_links_clean_amsterdam=[item.translate(symbol).strip() for item in pets_links_amsterdam]\n", + "\n", + "pets_good_links_amsterdam = [f'https://www.booking.com{n}' for n in pets_links_clean_amsterdam]" + ] + }, + { + "cell_type": "code", + "execution_count": 133, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "# for loop for searching pets feature\n", + "pets_amsterdam=[] #it runs about 25 min\n", + "for link in pets_good_links_amsterdam:\n", + " try:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " pets_amsterdam.append(soup.select(\"ul > li > p\")[14].get_text())\n", + " except Exception as e:\n", + " pets_amsterdam.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 135, + "metadata": {}, + "outputs": [], + "source": [ + "# saving pets data\n", + "df_pets_amsterdam = pd.DataFrame(pets_amsterdam)\n", + "df_pets_amsterdam.to_csv('pets_amster_data.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Lisabon" + ] + }, + { + "cell_type": "code", + "execution_count": 117, + "metadata": {}, + "outputs": [], + "source": [ + "search_links_lisabon=['https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&lang=en-gb&sid=de6e37cacfee4d33e1f9b1c7b24a599a&sb=1&sb_lp=1&src=index&src_elem=sb&error_url=https%3A%2F%2Fwww.booking.com%2Findex.en-gb.html%3Flabel%3Dgen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB%3Bsid%3Dde6e37cacfee4d33e1f9b1c7b24a599a%3Bsb_price_type%3Dtotal%26%3B&ss=Lisbon%2C+Lisbon+Region%2C+Portugal&is_ski_area=&ssne=Prague&ssne_untouched=Prague&checkin_year=2021&checkin_month=3&checkin_monthday=30&checkout_year=2021&checkout_month=3&checkout_monthday=31&group_adults=2&group_children=0&no_rooms=1&b_h4u_keep_filters=&from_sf=1&search_pageview_id=788950cf1cbc00de&ac_suggestion_list_length=5&ac_suggestion_theme_list_length=0&ac_position=0&ac_langcode=en&ac_click_type=b&dest_id=-2167973&dest_type=city&iata=LIS&place_id_lat=38.713833&place_id_lon=-9.139315&search_pageview_id=788950cf1cbc00de&search_selected=true&ss_raw=lisabo',\n", + " 'https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=2b9c50d47150010a&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=ac9a50e5c7140024&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=50',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=90a250f58c360114&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=75',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=87175103c0b300ba&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=100',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=1fa7511e6b75017a&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=125',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=7f8d51318e33003b&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=150',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=3c92513d70810062&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=175',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=6fb1514912f10125&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=200',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=d509515742e0000e&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=225',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=66eb51662e0000bc&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=250',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=43e0516ed112013a&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=275',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=1fa7517a94c90003&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=300',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=1a9f51c069430078&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=325'\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=121951971d250004&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=350',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=9a3351d8e5960164&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=375',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=a79551dbd69f00b4&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=400',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=da0c521e9c3f0118&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=425'\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=59ff51fd4b620049&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=450',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=9c39529bce7c0131&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=475',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&from_sf=1&group_adults=2&group_children=0&iata=LIS&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=dcb7529e0cb30010&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_raw=lisabo&ssb=empty&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=500',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4Ap-NyP4FwAIB0gIkMDE2MjJkMDQtZGIwYy00OGU5LWI3YmEtMGE3NzRmZGE0MTAx2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&class_interval=1&dest_id=-2167973&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&iata=LIS&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=index&src_elem=sb&srpvid=82975938fdb20051&ss=Lisbon%2C%20Lisbon%20Region%2C%20Portugal&ss_all=0&ss_raw=lisabo&ssb=empty&sshis=0&ssne=Prague&ssne_untouched=Prague&top_ufis=1&rows=25&offset=525']" + ] + }, + { + "cell_type": "code", + "execution_count": 118, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "names_lisabon=[]\n", + "hotel_links_lisabon=[]\n", + "score_lisabon=[]\n", + "prices_lisabon=[]\n", + "\n", + "for link in search_links_lisabon:\n", + " headers = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'}\n", + " url = link\n", + " response=requests.get(url,headers=headers)\n", + " soup=BeautifulSoup(response.content,'lxml')\n", + "\n", + " for item in soup.select('.sr_property_block'):\n", + " try:\n", + " names_lisabon.append(item.select('.sr-hotel__name')[0].get_text().strip())\n", + " hotel_links_lisabon.append(item.select('.hotel_name_link')[0]['href'])\n", + " score_lisabon.append(item.select('.bui-review-score__badge')[0].get_text().strip())\n", + " prices_lisabon.append(item.select('.bui-price-display__value')[0].get_text().strip())\n", + " except Exception as e:\n", + " score_lisabon.append(-1)\n", + " prices_lisabon.append('€\\xa0666666')\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 143, + "metadata": {}, + "outputs": [], + "source": [ + "# looking for links to check pets features\n", + "pets_links_lisabon=[] #runs about 5 min\n", + "\n", + "for link in search_links_lisabon:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " for i in range (0,25):\n", + " pets_links_lisabon.append(soup.findAll(\"a\", {\"class\": \"js-sr-hotel-link hotel_name_link url\"})[i]['href']) " + ] + }, + { + "cell_type": "code", + "execution_count": 147, + "metadata": {}, + "outputs": [], + "source": [ + "# cleaning links to check pets features\n", + "symbol = '\\n'\n", + "pets_links_clean_lisabon=[item.translate(symbol).strip() for item in pets_links_lisabon]\n", + "\n", + "pets_good_links_lisabon = [f'https://www.booking.com{n}' for n in pets_links_clean_lisabon]" + ] + }, + { + "cell_type": "code", + "execution_count": 148, + "metadata": {}, + "outputs": [], + "source": [ + "pets_lisabon=[] #it runs about 25 min\n", + "for link in pets_good_links_lisabon:\n", + " try:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " pets_lisabon.append(soup.select(\"ul > li > p\")[14].get_text())\n", + " except Exception as e:\n", + " pets_lisabon.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 150, + "metadata": {}, + "outputs": [], + "source": [ + "# saving pets data\n", + "df_pets_lisabon = pd.DataFrame(pets_lisabon)\n", + "df_pets_lisabon.to_csv('pets_lisabon_data.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Paris" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "search_links_paris=['https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&lang=en-gb&sid=de6e37cacfee4d33e1f9b1c7b24a599a&sb=1&src=searchresults&src_elem=sb&error_url=https%3A%2F%2Fwww.booking.com%2Fsearchresults.en-gb.html%3Flabel%3Dgen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB%3Bsid%3Dde6e37cacfee4d33e1f9b1c7b24a599a%3Btmpl%3Dsearchresults%3Bac_click_type%3Db%3Bac_position%3D0%3Bcheckin_month%3D3%3Bcheckin_monthday%3D30%3Bcheckin_year%3D2021%3Bcheckout_month%3D3%3Bcheckout_monthday%3D31%3Bcheckout_year%3D2021%3Bclass_interval%3D1%3Bdest_id%3D-1456928%3Bdest_type%3Dcity%3Bdtdisc%3D0%3Bfrom_sf%3D1%3Bgroup_adults%3D2%3Bgroup_children%3D0%3Biata%3DPAR%3Binac%3D0%3Bindex_postcard%3D0%3Blabel_click%3Dundef%3Bno_rooms%3D1%3Boffset%3D0%3Bpostcard%3D0%3Braw_dest_type%3Dcity%3Broom1%3DA%252CA%3Bsb_price_type%3Dtotal%3Bsearch_selected%3D1%3Bshw_aparth%3D1%3Bslp_r_match%3D0%3Bsrc%3Dindex%3Bsrc_elem%3Dsb%3Bsrpvid%3D0ec65f3714830293%3Bss%3DParis%252C%2520Ile%2520de%2520France%252C%2520France%3Bss_all%3D0%3Bss_raw%3Dparis%3Bssb%3Dempty%3Bsshis%3D0%3Bssne%3DLondon%3Bssne_untouched%3DLondon%3Btop_ufis%3D1%26%3B&ss=Paris&is_ski_area=0&ssne=Paris&ssne_untouched=Paris&city=-1456928&checkin_year=2021&checkin_month=3&checkin_monthday=30&checkout_year=2021&checkout_month=3&checkout_monthday=31&group_adults=2&group_children=0&no_rooms=1&from_sf=1',\n", + " 'https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=03365f3a3cb50105&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=b6e95f62486d00b4&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=50',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=a7955f6ccabd0028&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=75',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=dfd75f76526c00d9&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=100',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=30e35f84bbe6011b&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=125',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=c6925f90bff6004c&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=150',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=ac425fa12997003b&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=175',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=a6c15fac57e8007d&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=200',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=b78a5fb5770d01a6&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=225',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=7ae55fc2d90601f2&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=250',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=e19c5fcd050d0062&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=275',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=f07e5fdec68b00d5&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=300',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=a3f65fe8447500a7&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=325',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=17d65ff4bfeb00ab&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=350',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=a6c1600065e5005b&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=375',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=d670600e2d540139&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=400',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=75cf601cb7c5004c&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=425',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=3c9260256db6013d&ss=Paris&ssb=empty&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=450',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1DCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQPoAQGIAgGoAgO4AuXGyP4FwAIB0gIkZDdhYTQ0MzMtMWM0My00NGY5LWI3NmEtYjFkMGYzYzg4ZTFh2AIE4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1456928&class_interval=1&dest_id=-1456928&dest_type=city&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=city&room1=A%2CA&sb_price_type=total&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=a964602efa05014e&ss=Paris&ss_all=0&ssb=empty&sshis=0&ssne=Paris&ssne_untouched=Paris&top_ufis=1&rows=25&offset=475']" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "names_paris=[]\n", + "hotel_links_paris=[]\n", + "score_paris=[]\n", + "prices_paris=[]\n", + "\n", + "for link in search_links_paris:\n", + " headers = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'}\n", + " url = link\n", + " response=requests.get(url,headers=headers)\n", + " soup=BeautifulSoup(response.content,'lxml')\n", + "\n", + " for item in soup.select('.sr_property_block'):\n", + " try:\n", + " names_paris.append(item.select('.sr-hotel__name')[0].get_text().strip())\n", + " hotel_links_paris.append(item.select('.hotel_name_link')[0]['href'])\n", + " score_paris.append(item.select('.bui-review-score__badge')[0].get_text().strip())\n", + " prices_paris.append(item.select('.bui-price-display__value')[0].get_text().strip())\n", + " except Exception as e:\n", + " score_paris.append(-1)\n", + " prices_paris.append('€\\xa0666666')\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "# looking for links to check pets features\n", + "pets_links_paris=[] #runs about 5 min\n", + "\n", + "for link in search_links_paris:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " for i in range (0,25):\n", + " pets_links_paris.append(soup.findAll(\"a\", {\"class\": \"js-sr-hotel-link hotel_name_link url\"})[i]['href']) " + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "# cleaning links to check pets features\n", + "symbol = '\\n'\n", + "pets_links_clean_paris=[item.translate(symbol).strip() for item in pets_links_paris]\n", + "\n", + "pets_good_links_paris = [f'https://www.booking.com{n}' for n in pets_links_clean_paris]" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [], + "source": [ + "pets_paris=[] #it runs about 25 min\n", + "for link in pets_good_links_paris:\n", + " try:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " pets_paris.append(soup.select(\"ul > li > p\")[14].get_text())\n", + " except Exception as e:\n", + " pets_paris.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "pets_paris\n", + "df_pets_paris = pd.DataFrame(pets_paris)\n", + "df_pets_paris.to_csv('pets_paris_data.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Rome" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [], + "source": [ + "search_links_rome=['https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=d6ea6c951f2800c2&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=59ff6b6b8fde0082&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=25',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=8a256bd24606007f&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=50',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=591b6bded6690071&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=75',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=03ce6bf311c20028&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=100',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=df1f6bfb7770011d&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=125',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=77b26c0b47800137&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=150',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=6d1e6c159e1900bd&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=175',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=77b26c1f819a0031&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=200',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=dc276c2b5b0a0136&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=225',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=98296c34076d0057&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=250',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=1fa76c3f6b3901ba&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=275',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=1d9f6c493a2700cc&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=300',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=75cf6c5487c7000d&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=325',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=f6f26c5efafa0088&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=350',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=342d6c68a09e0044&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=375',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=70cb6c71c76c007e&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=400',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=9c396c79c4fe0066&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=425',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&from_sf=1&group_adults=2&group_children=0&label_click=undef&no_rooms=1&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=17c66c8196c90014&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_raw=Roma&ssb=empty&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=450',\n", + " 'https://www.booking.com/searchresults.en-gb.html?aid=304142&label=gen173nr-1FCAEoggI46AdIM1gEaEaIAQGYAQm4AQfIAQzYAQHoAQH4ARCIAgGoAgO4AvmYzv4FwAIB0gIkYjBmNWE1YTMtMWM3Ny00ZDlhLWI5MjEtODEyNTcyNjQwYWI22AIG4AIB&sid=de6e37cacfee4d33e1f9b1c7b24a599a&tmpl=searchresults&ac_click_type=b&ac_position=0&checkin_month=3&checkin_monthday=30&checkin_year=2021&checkout_month=3&checkout_monthday=31&checkout_year=2021&city=-1995499&class_interval=1&dest_id=2282&dest_type=district&dtdisc=0&from_sf=1&group_adults=2&group_children=0&inac=0&index_postcard=0&label_click=undef&no_rooms=1&postcard=0&raw_dest_type=district&room1=A%2CA&sb_price_type=total&search_selected=1&shw_aparth=1&slp_r_match=0&src=searchresults&src_elem=sb&srpvid=18f96c8bba850074&ss=Centro%20di%20Roma%2C%20Roma%2C%20Lazio%2C%20Italia&ss_all=0&ss_raw=Roma&ssb=empty&sshis=0&ssne=Vienna&ssne_untouched=Vienna&top_ufis=1&rows=25&offset=475']" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "no info\n", + "no info\n", + "no info\n", + "no info\n" + ] + } + ], + "source": [ + "names_rome=[]\n", + "hotel_links_rome=[]\n", + "score_rome=[]\n", + "prices_rome=[]\n", + "\n", + "for link in search_links_rome:\n", + " headers = {'User-Agent':'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'}\n", + " url = link\n", + " response=requests.get(url,headers=headers)\n", + " soup=BeautifulSoup(response.content,'lxml')\n", + "\n", + " for item in soup.select('.sr_property_block'):\n", + " try:\n", + " names_rome.append(item.select('.sr-hotel__name')[0].get_text().strip())\n", + " hotel_links_rome.append(item.select('.hotel_name_link')[0]['href'])\n", + " score_rome.append(item.select('.bui-review-score__badge')[0].get_text().strip())\n", + " prices_rome.append(item.select('.bui-price-display__value')[0].get_text().strip())\n", + " except Exception as e:\n", + " score_rome.append(-1)\n", + " prices_rome.append('€\\xa0666666')\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "# looking for links to check pets features\n", + "pets_links_rome=[] #runs about 5 min\n", + "\n", + "for link in search_links_rome:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " for i in range (0,25):\n", + " try:\n", + " pets_links_rome.append(soup.findAll(\"a\", {\"class\": \"js-sr-hotel-link hotel_name_link url\"})[i]['href'])\n", + " except Exception as e:\n", + " pets_links_rome.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [], + "source": [ + "# cleaning links to check pets features\n", + "symbol = '\\n'\n", + "pets_links_clean_rome=[item.translate(symbol).strip() for item in pets_links_rome]\n", + "\n", + "pets_good_links_rome = [f'https://www.booking.com{n}' for n in pets_links_clean_rome]" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "pets_rome=[] #it runs about 25 min\n", + "for link in pets_good_links_rome:\n", + " try:\n", + " response=requests.get(link)\n", + " soup=BeautifulSoup(response.content, \"html.parser\")\n", + " pets_rome.append(soup.select(\"ul > li > p\")[14].get_text())\n", + " except Exception as e:\n", + " pets_rome.append(0)\n", + " #raise e\n", + " print('no info')" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [], + "source": [ + "df_pets_rome = pd.DataFrame(pets_rome)\n", + "df_pets_rome.to_csv('pets_rome_data.csv')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Creating and saving data" + ] + }, + { + "cell_type": "code", + "execution_count": 193, + "metadata": {}, + "outputs": [], + "source": [ + "barcelona = pd.DataFrame(list(zip(names,score,prices,pets_bcn,pets_good_links)), \n", + " columns =['Name','Score','Price','Pets','Link'])" + ] + }, + { + "cell_type": "code", + "execution_count": 201, + "metadata": {}, + "outputs": [], + "source": [ + "barcelona.to_csv('barcelona_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 195, + "metadata": {}, + "outputs": [], + "source": [ + "amsterdam = pd.DataFrame(list(zip(names_amsterdam,score_amsterdam,prices_amsterdam,pets_amsterdam,pets_good_links_amsterdam)), \n", + " columns =['Name','Score','Price','Pets','Link'])" + ] + }, + { + "cell_type": "code", + "execution_count": 202, + "metadata": {}, + "outputs": [], + "source": [ + "amsterdam.to_csv('amsterdam_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 205, + "metadata": {}, + "outputs": [], + "source": [ + "lisabon = pd.DataFrame(list(zip(names_lisabon,score_lisabon,prices_lisabon,pets_lisabon,pets_good_links_lisabon)), \n", + " columns =['Name','Score','Price','Pets','Link'])" + ] + }, + { + "cell_type": "code", + "execution_count": 206, + "metadata": {}, + "outputs": [], + "source": [ + "lisabon.to_csv('lisabon_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [], + "source": [ + "paris = pd.DataFrame(list(zip(names_paris,score_paris,prices_paris,pets_paris,pets_good_links_paris)), \n", + " columns =['Name','Score','Price','Pets','Link'])" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "paris.to_csv('new_paris_data.csv')" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [], + "source": [ + "rome = pd.DataFrame(list(zip(names_rome,score_rome,prices_rome,pets_rome,pets_good_links_rome)), \n", + " columns =['Name','Score','Price','Pets','Link'])" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [], + "source": [ + "rome.to_csv('rome_data.csv')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.6" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/Allergy_friendly_hotels/data/amsterdam_data.csv b/Allergy_friendly_hotels/data/amsterdam_data.csv new file mode 100644 index 00000000..6bb3e6ee --- /dev/null +++ b/Allergy_friendly_hotels/data/amsterdam_data.csv @@ -0,0 +1,1465 @@ +,Name,Score,Price,Pets,Link +0,Park Plaza Victoria Amsterdam,8.4,€ 175," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +1,Park Inn by Radisson Amsterdam City West,8.3,€ 130," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +2,"Radisson Blu Hotel, Amsterdam City Center",8.5,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +3,Olympic Hotel,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +4,Postillion Hotel Amsterdam,-1,€ 666666,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +5,Monet Garden Hotel Amsterdam,9.0,€ 175," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +6,NH City Centre Amsterdam,8.3,€ 162," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +7,Hotel Mai Amsterdam,8.7,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +8,NH Collection Amsterdam Barbizon Palace,8.5,€ 180," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +9,citizenM Amstel Amsterdam,9.1,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +10,Holiday Inn Express Amsterdam - North Riverside,8.5,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +11,Urban Lodge Hotel,8.4,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +12,Van der Valk Hotel Amsterdam - Amstel,8.8,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +13,NH Collection Amsterdam Flower Market,8.6,€ 170," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +14,Hotel Jakarta Amsterdam,9.0,€ 199," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +15,Mercure Amsterdam Sloterdijk Station,8.4,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +16,Pestana Amsterdam Riverside,8.6,€ 181," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +17,NH Collection Amsterdam Grand Hotel Krasnapolsky,8.8,€ 207," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +18,ibis Amsterdam Centre,7.8,€ 123," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +19,"The Hoxton, Amsterdam",9.0,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +20,Park Plaza Vondelpark Amsterdam,8.8,€ 158," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +21,Hotel Amsterdam De Roode Leeuw,7.8,€ 132," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +22,Inntel Hotels Amsterdam Centre,8.2,€ 181," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +23,ibis Amsterdam Centre Stopera,8.2,€ 85,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +24,Botel,7.5,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +25,Botel,7.5,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +26,Mr. Jordaan,9.3,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +27,XO Hotels City Centre,7.3,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +28,the niu Fender,8.4,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +29,Cityden Amsterdam West,8.5,€ 168,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +30,Hampton By Hilton Amsterdam Arena Boulevard,8.6,€ 88," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +31,Andaz Amsterdam Prinsengracht - a concept by Hyatt,9.1,€ 306," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +32,Krisotel,8.9,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +33,DoubleTree by Hilton Amsterdam Centraal Station,8.2,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +34,Amadi Panorama Hotel,8.5,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +35,Leonardo Hotel Amsterdam Rembrandtpark,8.1,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +36,Hotel Mercier,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +37,Renaissance Amsterdam Hotel,8.1,€ 184," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +38,Swissôtel Amsterdam,8.7,€ 148," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +39,Holiday Inn Express Amsterdam Arena Towers,8.1,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +40,Hotel City Garden Amsterdam,7.3,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +41,Hotel Luxer,8.8,€ 127," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +42,WestCord City Centre Hotel,8.2,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +43,Hyatt Regency Amsterdam,8.8,€ 204," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +44,Amsterdam Wiechmann Hotel,8.6,€ 146," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +45,Grand Hotel Amrâth Amsterdam,8.1,€ 206," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +46,The Hendrick's Hotel,9.3,€ 200," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +47,Yays Bickersgracht Concierged Boutique Apartments,8.5,€ 371," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +48,The Highlander,8.9,€ 158,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +49,The Times Hotel,8.5,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +50,Nova Hotel,8.1,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +51,WestCord Fashion Hotel Amsterdam,8.4,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +52,Hotel Okura Amsterdam – The Leading Hotels of the World,8.9,€ 214," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +53,Hotel City Garden Amsterdam,7.3,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +54,Hotel Sebastians,9.3,€ 116,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +55,Room Mate Aitana,8.9,€ 207," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +56,Zoku Amsterdam,9.0,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +57,Hans Brinker Hostel Amsterdam,7.8,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +58,Dream Hotel Amsterdam,8.2,€ 117," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +59,Motel One Amsterdam-Waterlooplein,9.0,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +60,Travel Hotel Amsterdam,6.8,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +61,Mövenpick Hotel Amsterdam City Centre,8.4,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +62,Eden hotel Amsterdam,8.1,€ 187," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +63,Boutique Hotel Notting Hill,8.7,€ 154," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +64,Conservatorium Hotel,9.1,€ 444," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +65,Hotel Sint Nicolaas,8.8,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +66,Singel Hotel Amsterdam,8.5,€ 131," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +67,DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf,8.6,€ 86," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +68,Hotel Mansion,8.1,€ 143," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +69,"art'otel amsterdam, part of Radisson Hotel Group",8.5,€ 239," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +70,The Bank Hotel,8.4,€ 121," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +71,Amsterdam Marriott Hotel,8.5,€ 192," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +72,Hotel Arena,8.3,€ 175," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +73,Hotel De Hallen,8.7,€ 85,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +74,Joy Hotel,8.2,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +75,Hotel The Exchange,8.1,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +76,Hotel Casa Amsterdam,8.5,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +77,Hotel Roemer Amsterdam,8.1,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +78,Hotel CC,8.1,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +79,Eden hotel Amsterdam,8.1,€ 187,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +80,Hotel Ben Centre,6.3,€ 59," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +81,Hotel Hermitage Amsterdam,7.1,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +82,De Jonker Urban Studios & Suites,8.3,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +83,De L’Europe Amsterdam – The Leading Hotels of the World,9.1,€ 414," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +84,Hotel Espresso,8.1,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +85,Corendon City Hotel Amsterdam,8.1,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +86,Max Brown Hotel Canal District,8.4,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +87,Yays Oostenburgergracht Concierged Boutique Apartments,8.6,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +88,Hotel Cornelisz,8.5,€ 96," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +89,Conscious Hotel Westerpark,8.8,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +90,Hotel Nes,8.1,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +91,Hotel Continental Amsterdam,6.8,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +92,Best Western Amsterdam,7.8,€ 75," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +93,Hotel De Hallen,8.7,€ 85," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +94,Grand Hotel Downtown,7.8,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +95,City Hotel Amsterdam,8.1,€ 156," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +96,Sir Adam Hotel,9.0,€ 160," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +97,New West Inn Amsterdam,7.5,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +98,W Amsterdam,8.2,€ 368,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +99,Hotel2Stay,8.7,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +100,Hotel2Stay,8.7,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +101,Hard Rock Hotel Amsterdam American,9.0,€ 261," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +102,Nadia Hotel,7.9,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +103,The Old Nickel Hotel,7.2,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +104,Eric Vökel Boutique Apartments - Amsterdam Suites,8.9,€ 299,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +105,YOTEL Amsterdam,8.2,€ 99," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +106,Bilderberg Garden Hotel,8.0,€ 169," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +107,Hotel Doria,7.4,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +108,XO Hotels Couture,8.8,€ 87," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +109,Best Western Dam Square Inn,7.9,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +110,Budget Hotel Tourist Inn,8.3,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +111,Sofitel Legend The Grand Amsterdam,9.1,€ 419," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +112,a&o Amsterdam Zuidoost,7.7,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +113,MEININGER Hotel Amsterdam City West,8.2,€ 74," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +114,Mozart Hotel,7.6,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +115,Hotel Abba,8.0,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +116,Residence Inn by Marriott Amsterdam Houthavens,8.5,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +117,Hotel Die Port van Cleve,8.5,€ 175," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +118,The College Hotel,8.4,€ 154," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +119,Budget Hotel Ben,7.1,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +120,Moxy Amsterdam Houthavens,8.3,€ 95," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +121,Short Stay Group Harbour Apartments Amsterdam,7.7,€ 149," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +122,Amsterdam ID Aparthotel,8.6,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +123,Camp Inn Hotel,5.9,€ 87,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +124,Dikker & Thijs Hotel,8.4,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +125,Dikker & Thijs Hotel,8.4,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +126,Four Elements Hotel,8.3,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +127,Hotel Aalders,9.0,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +128,The Student Hotel Amsterdam City,8.7,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +129,Avenue Hotel,7.3,€ 139,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +130,Fletcher Hotel Amsterdam,7.4,€ 143," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +131,Waldorf Astoria Amsterdam,9.4,€ 675," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +132,Holiday Inn Express Amsterdam - City Hall,8.6,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +133,Hotel V Nesplein,9.0,€ 314," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +134,ibis Styles Amsterdam City,8.3,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +135,Holiday Inn Express Amsterdam - Sloterdijk Station,8.1,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +136,Catalonia Vondel Amsterdam,8.6,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +137,Delta Hotel City Center,6.8,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +138,Hotel van de Vijsel,8.6,€ 91," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +139,ibis Styles Amsterdam Central Station,7.9,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +140,Lloyd Hotel,8.0,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +141,Prinsengracht Hotel,8.1,€ 169," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +142,Banks Mansion - All Inclusive Boutique Hotel,9.3,€ 282," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +143,Leonardo Hotel Amsterdam City Center,7.9,€ 86," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +144,easyHotel Amsterdam Arena Boulevard,7.8,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +145,Hotel Levell,8.6,€ 111," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +146,Ecomama,8.3,€ 68," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +147,Albus Hotel Amsterdam City Centre,8.6,€ 175," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +148,Ozo Hotel,7.7,€ 118,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +149,XO Hotels Park West,8.6,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +150,Ozo Hotel,7.7,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +151,XO Hotels Park West,8.6,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +152,Hotel Alexander,8.2,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +153,WestCord Art Hotel Amsterdam 4 stars,8.4,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +154,Holiday Inn Express Amsterdam - South,8.3,€ 80,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +155,Hotel Not Hotel,8.1,€ 79," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +156,MEININGER Hotel Amsterdam Amstel,8.2,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +157,PH Hotel Oosteinde,7.7,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +158,Citiez Hotel Amsterdam,8.2,€ 91," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +159,Hotel The Craftsmen,9.2,€ 282," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +160,Prinsenhotel,8.1,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +161,Melrose Hotel,7.9,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +162,Conscious Hotel The Tire Station,8.7,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +163,Ambassade Hotel,9.3,€ 280," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +164,Hotel Fine Harmony,7.9,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +165,Holiday Inn Amsterdam - Arena Towers,8.1,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +166,Wellnesshotel Zuiver Amsterdam,8.1,€ 208," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +167,The Dylan Amsterdam,9.3,€ 512," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +168,Quentin Zoo hotel,8.2,€ 124," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +169,Park Centraal Amsterdam,8.6,€ 192," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +170,Hampton by Hilton Amsterdam Centre East,8.6,€ 120," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +171,"The Pavilions Amsterdam, The Toren",9.0,€ 354," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +172,"Apollo Hotel Amsterdam, a Tribute Portfolio Hotel",8.4,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +173,Leonardo Boutique Museumhotel,8.4,€ 122,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +174,INK Hotel Amsterdam - MGallery,8.9,€ 158," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +175,The Dylan Amsterdam,9.3,€ 512," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +176,WestCord Art Hotel Amsterdam 3 stars,8.6,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +177,Hotel Pontsteiger,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +178,The Alfred Hotel,7.5,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +179,Volkshotel,8.7,€ 109,0,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +180,Yays Zoutkeetsgracht Concierged Boutique Apartments,8.7,€ 158," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +181,Grand Hotel Downtown,7.8,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +182,Waldorf Astoria Amsterdam,9.4,€ 675," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +183,Hotel Il Fiore,8.6,€ 144," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +184,The Bolster,7.8,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +185,Hotel Asterisk 3 star superior,9.1,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +186,Hotel 83,7.2,€ 127," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +187,Hilton Amsterdam,8.2,€ 141," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +188,The Flying Pig Downtown,8.3,€ 79," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +189,Hotel De Gerstekorrel,7.8,€ 207," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +190,PH Hotel Oosteinde,7.7,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +191,Via Amsterdam,8.1,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +192,Hotel Mosaic City Centre,7.9,€ 107," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +193,Hotel Alexander,8.2,€ 96," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +194,Via Suites,8.4,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +195,Linden Hotel,9.0,€ 88," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +196,Hotel Old Quarter,7.1,€ 86," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +197,NH Amsterdam Caransa,8.1,€ 169," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +198,Amsterdam Teleport Hotel,8.3,€ 91,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +199,XO Hotels Blue Tower,7.8,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +200,Amsterdam Teleport Hotel,8.3,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +201,The Arcade Hotel Amsterdam,7.9,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +202,XO Hotels Blue Tower,7.8,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +203,France Hotel,7.6,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +204,Hotel Larende,8.8,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +205,The Manor Amsterdam,8.4,€ 142," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +206,Hotel Aalders,9.0,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +207,Hotel Manofa,7.4,€ 263," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +208,Hotel van Gelder,7.4,€ 92," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +209,Alp Hotel,8.8,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +210,Hotel des Arts,8.0,€ 314," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +211,City Hotel Amsterdam,8.1,€ 156," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +212,Hotel TWENTY EIGHT,9.3,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +213,Jaz Amsterdam,8.9,€ 208," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +214,Dam Hotel,6.2,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +215,Vita Nova,7.1,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +216,Hotel Atlantis Amsterdam,7.6,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +217,International Budget Hostel City Center,7.3,€ 70," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +218,NH Amsterdam Noord,8.3,€ 101," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +219,Motel One Amsterdam,8.9,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +220,Stayokay Amsterdam Vondelpark,8.5,€ 84," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +221,Hotel Amstelzicht,8.2,€ 196," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +222,Ambassade Hotel,9.3,€ 280," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +223,Hotel Frank since 1666,8.7,€ 166,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +224,Hotel Park Plantage,7.4,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +225,Hotel New Kit,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +226,Facade Hotel Amsterdam,7.6,€ 538," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +227,NH Amsterdam Centre,7.6,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +228,ibis Styles Amsterdam Amstel,8.2,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +229,Jaz Amsterdam,8.9,€ 208," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +230,Max Brown Hotel Museum Square,8.3,€ 107," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +231,Hotel Clemens,9.0,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +232,Dutch Design Hotel Artemis,7.9,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +233,Pension Homeland,8.6,€ 160," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +234,Conscious Hotel Vondelpark,8.5,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +235,Mr. Monkey Amsterdam,7.2,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +236,Acostar Hotel,7.5,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +237,XO Hotel Inner,8.2,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +238,Cityview Hotel,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +239,Quentin England Hotel,7.7,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +240,XO Hotels Infinity,8.0,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +241,Hotel King's Court,8.0,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +242,ibis Amsterdam City West,8.0,€ 82," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +243,Leonardo Royal Hotel Amsterdam,8.6,€ 356," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +244,Hotel V Fizeaustraat,9.1,€ 207," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +245,Amsterdam Hotel Parklane,7.8,€ 96," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +246,Hotel Piet Hein,7.4,€ 102," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +247,The Muse Amsterdam - Boutique Hotel,8.4,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +248,NH Collection Amsterdam Doelen,8.9,€ 207,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +249,i hotel,7.1,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +250,Hotel TwentySeven - Small Luxury Hotels of the World,9.6,€ 751," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +251,Hotel BOAT & CO,9.2,€ 218," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +252,Hotel Titus City Centre,7.2,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +253,Aston City Hotel,6.4,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +254,Budget Hostel Heart of Amsterdam,7.2,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +255,easyHotel Amsterdam City Centre South,7.6,€ 85," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +256,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,€ 405," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +257,Quentin Arrive Hotel,6.7,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +258,BUNK Hotel Amsterdam,8.1,€ 90," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +259,nhow Amsterdam Rai,9.0,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +260,Novotel Amsterdam City,8.3,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +261,citizenM Amsterdam South,8.8,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +262,Mercure Hotel Amsterdam Centre Canal District,8.1,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +263,Yays Entrepothaven Concierged Boutique Apartments,9.0,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +264,Hotel Imperial,8.5,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +265,Mps Holland,7.6,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +266,Hotel De Looier,6.7,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +267,Hotel TWENTY EIGHT,9.3,€ 186," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +268,Sir Albert Hotel,8.7,€ 201," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +269,The ED Amsterdam,8.7,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +270,Hotel The Bird,8.3,€ 172," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +271,Euphemia Budget Old City Canal Zone,7.7,€ 96," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +272,Quentin Golden Bear Hotel,6.9,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +273,NH Amsterdam Museum Quarter,8.1,€ 181,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +274,Budget Trianon Hotel,6.3,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +275,Hotel de Munck,7.0,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +276,QO Amsterdam,9.0,€ 250," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +277,Budget Hostel Sphinx,6.8,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +278,The Concert Hotel,7.8,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +279,AmicitiA,7.7,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +280,Van der Valk Hotel Amsterdam Zuidas,9.0,€ 158," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +281,No. 377 House,8.3,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +282,Hotel Flipper Amsterdam,6.8,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +283,Amsterdam Downtown Hotel,7.2,€ 538," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +284,Prestige Hotel,7.3,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +285,Felicitas,8.3,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +286,Hotel Corner House,7.5,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +287,The Student Hotel Amsterdam West,8.5,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +288,Facade Hotel Amsterdam,7.6,€ 538," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +289,PH Hotel de Entree,6.8,€ 176," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +290,i hotel,7.1,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +291,Orange Tulip Hotel,6.2,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +292,Eden Studios and Apartments,8.2,€ 208," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +293,CityHub Amsterdam,9.1,€ 85," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +294,Hotel Pagi,7.6,€ 188," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +295,Bastion Hotel Amsterdam Amstel,7.2,€ 133," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +296,Greenstay,8.5,€ 98," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +297,Rembrandtplein Hotel,7.3,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +298,A-Train Hotel,8.6,€ 304,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +299,Amistad hotel,8.7,€ 203," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +300,Rembrandtplein Hotel,7.3,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +301,Hotel Imperial,8.5,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +302,A-Train Hotel,8.6,€ 304," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +303,Amistad hotel,8.7,€ 203," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +304,Mokum Suites,9.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +305,ibis Styles Amsterdam Amstel,8.2,€ 109," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +306,Amsterdam Nieuwmarkt Centrum Apartments,8.9,€ 324," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +307,Campanile Hotel & Restaurant Amsterdam Zuid-Oost,7.8,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +308,Bastion Hotel Amsterdam Amstel,7.2,€ 133," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +309,Belfort Hotel,6.2,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +310,Apollofirst Boutique Hotel,8.7,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +311,Crowne Plaza Amsterdam - South,8.9,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +312,Hotel Leidsegracht,7.8,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +313,EasyStayAmsterdam,6.8,€ 196," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +314,Hotel Seven one Seven,8.9,€ 571," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +315,Gr8 Hotel Amsterdam Riverside,7.9,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +316,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,€ 405," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +317,Stayokay Amsterdam Oost,8.4,€ 68," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +318,City Hotel,6.9,€ 104," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +319,Frisco Inn,7.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +320,Qbic Hotel WTC Amsterdam,8.0,€ 118," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +321,G hotel,7.9,€ 144," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +322,PH Hotel Oosteinde Economy,6.7,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +323,Luxe Suites Roses,9.0,€ 175,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +324,Hotel Freeland,8.1,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +325,Hotel Vossius Vondelpark,7.6,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +326,The Cabin @ MPS Noorderzon,7.8,€ 185," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +327,The Student Hotel Amsterdam West,8.5,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +328,BUNK Hotel Amsterdam,8.1,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +329,XO Hotels Van Gogh,8.2,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +330,Asile Flottant,8.5,€ 250," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +331,Hotel Atlanta,7.3,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +332,Dutchies Hostel,8.4,€ 50," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +333,Hotel Beethoven,7.4,€ 71," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +334,The Delphi - Amsterdam Townhouse,8.2,€ 177," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +335,QO Amsterdam,9.0,€ 250," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +336,Passengership Avanti,7.6,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +337,Mercure Amsterdam City Hotel,8.1,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +338,Hotel Allure,7.7,€ 111," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +339,'t Hotel,9.1,€ 175," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +340,Eden Studios and Apartments,8.2,€ 208," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +341,Hotel Mevlana,6.8,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +342,WOW Amsterdam Hostel,7.6,€ 118," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +343,THIS HO(S)TEL,-1,€ 666666," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +344,No. 377 House,8.3,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +345,Hotel Victorie,7.1,€ 122," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +346,Hotel V Frederiksplein,8.1,€ 165," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +347,Rembrandt Square Hotel,7.5,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +348,TSH Amsterdam West,9.1,€ 85,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +349,A'dam Houseboat,8.7,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +350,Sara's Boutique Hotel,7.1,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +351,V Lofts,8.8,€ 335," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +352,NL Hotel District Leidseplein,7.9,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +353,Passengership Avanti,7.6,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +354,Leidse Square 5 star Luxury Apartment,9.6,€ 288," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +355,Canal House Suites at Sofitel Legend The Grand Amsterdam,9.8,€ 773," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +356,Bastion Hotel Amsterdam Noord,7.1,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +357,Hotel Leidsegracht,7.8,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +358,Hotel Seven one Seven,8.9,€ 571," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +359,23 SouS,9.3,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +360,"Skotel Amsterdam, Hotelschool The Hague",9.1,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +361,Hotel Washington,7.4,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +362,Hapimag Apartments Amsterdam,8.9,€ 262," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +363,Anna Houseboat,9.3,€ 72," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +364,Element Amsterdam,8.8,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +365,WesterVilla,9.2,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +366,Hotel Isis,7.1,€ 219," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +367,City Studios,8.3,€ 92," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +368,Cafe Modern,8.8,€ 97," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +369,Short Stay Group Harbour Loft Studios,6.9,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +370,Petit Prince,9.6,€ 186," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +371,Train Lodge Amsterdam,8.2,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +372,Amsterdam B&B Barangay,9.7,€ 162," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +373,B&B City Farmer Amsterdam,8.6,€ 60,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +374,Huis Roomolen,9.8,€ 195," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +375,B & B Tulp Amsterdam Noord,9.6,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +376,Milkhouse Luxury Stay Amsterdam,9.8,€ 299," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +377,A B&B Amsterdam,9.2,€ 205," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +378,De Bedstee Boutique Capsules,8.3,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +379,EMPIRIC Keizersgracht,9.0,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +380,Duplex near Anne Frank Museum,8.9,€ 330," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +381,Short Stay Group East Quarter Serviced Apartments Amsterdam,7.7,€ 138," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +382,Our beautiful homestay,6.7,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +383,Stieglitz Suites,9.5,€ 310," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +384,Hotel Teun,7.6,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +385,Hotel Iron Horse Leidse Square,8.0,€ 157," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +386,NH Amsterdam Zuid,7.8,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +387,Short Stay Group NDSM Serviced Apartments Amsterdam,8.1,€ 176," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +388,The Yays - Crane Apartment,9.3,€ 324," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +389,Great Location in City Center Amsterdam,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +390,B&B City Farmer Amsterdam,8.6,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +391,Misc Eatdrinksleep,9.2,€ 214," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +392,Classy Room 17th C Canalhouse,9.5,€ 143," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +393,Top Of The City,9.4,€ 351," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +394,La Remise,8.8,€ 135," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +395,The Blue Stairs,9.6,€ 291," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +396,Rokin Hotel,7.7,€ 144," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +397,The Flying Pig Uptown,8.2,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +398,Kangaroom,9.1,€ 77,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +399,Bridge Inn,8.7,€ 131," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +400,Hotel Atlas Vondelpark,8.1,€ 224," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +401,Amstel River View Amsterdam Center,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +402,The Townhouse Hotel,7.0,€ 128," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +403,@Jo's,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +404,Morpheus,9.6,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +405,Stout & Co.,9.6,€ 146," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +406,Stunning boat with a view,9.4,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +407,The Yays - Crane Apartment,9.3,€ 324," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +408,SWEETS - Hortusbrug,9.3,€ 222," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +409,White Luxury Penthouse in City Centre,9.9,€ 984," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +410,Hotel Jimmy,6.0,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +411,Huis Roomolen,9.8,€ 195," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +412,Mercedes Bed&Breakfast Amsterdam,9.0,€ 226," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +413,Canal view suite,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +414,La Corte Sconta B&B,8.7,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +415,Floating B&B Amsterdam,9.0,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +416,A B&B Amsterdam,9.2,€ 205," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +417,B&B Houseboat Amsterdam,9.9,€ 240," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +418,Hotel Crown,6.7,€ 538," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +419,Cornelis Anthoniszstraat 55,6.8,€ 169," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +420,Zwanestein Canal House,9.0,€ 228," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +421,B&B Diemerplein,9.9,€ 150," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +422,SWEETS - Amstelschutsluis,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +423,De Hartelust,8.7,€ 70,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +424,Realeneiland Bed & Breakfast,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +425,Black Jack Suites Amsterdam,9.7,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +426,Treehouse Inn,9.4,€ 182," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +427,Hotel Sharm,6.8,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +428,Hotel IX Nine Streets Amsterdam,9.4,€ 274," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +429,Central & Quiet Canal Apartment,9.5,€ 250," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +430,The Artist Apartment,8.8,€ 150," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +431,Bnbpearl,6.5,€ 274," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +432,Pillows Luxury Boutique Hotel Anna Van Den Vondel Amsterdam,9.4,€ 293," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +433,Canal view suite,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +434,The Panorama Suite (Mandelahuisje),9.3,€ 328," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +435,City Break Amsterdam B&B,9.4,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +436,Quiet Room in Amsterdam Center,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +437,Vondelpark House B&B,9.4,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +438,Beautiful DutchHouse Centrum,7.1,€ 177," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +439,Hotel Parkzicht,7.1,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +440,Nine(T)Teen,8.3,€ 206," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +441,Boat Amsterdam Center,6.7,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +442,INNSiDE by Meliá Amsterdam,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +443,SWEETS - Scharrebiersluis,9.4,€ 184," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +444,Boutique B&B Wharf - FREE PARKING,9.2,€ 364," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +445,Modern Times,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +446,Garden Room and Economy Room,9.0,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +447,Hotel 55 - City Centre,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +448,Xaviera's Bed and Breakfast,8.7,€ 139,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +449,Quiet spacious room,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +450,Nine(T)Teen,8.3,€ 206," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +451,Garden Room and Economy Room,9.0,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +452,Hotel 55 - City Centre,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +453,Boat Amsterdam Center,6.7,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +454,INNSiDE by Meliá Amsterdam,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +455,Boutique B&B Wharf - FREE PARKING,9.2,€ 364," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +456,Modern Times,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +457,Xaviera's Bed and Breakfast,8.7,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +458,Jupiter Hotel,8.0,€ 164," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +459,Hotel Europa Amsterdam,8.7,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +460,Amsterdam Boat Studio,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +461,Red Light's Historic B&B,9.6,€ 705," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +462,New beautiful design studio in Amsterdam West,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +463,JamieK's BnB,9.6,€ 158," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +464,TWENTY FIVE BnB,8.1,€ 138," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +465,De Ware Jacob Boutique Hotel,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +466,Guest House Amsterdam,5.2,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +467,KW124,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +468,Cozy Canal Studio,9.4,€ 161," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +469,The Rooms Upstairs & Downstairs,8.0,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +470,Courtyard by Marriott Amsterdam Arena Atlas,8.3,€ 132," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +471,B&B Amsterdam De Springer,9.6,€ 153," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +472,B&B Mondriaan,8.0,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +473,The Quay Amsterdam-Noord - FREE PARKING,9.3,€ 314,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +474,Van OldenBnB,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html +475,Modern Times,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/victoria.en-gb.html +476,Xaviera's Bed and Breakfast,8.7,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +477,Quiet spacious room,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +478,Jupiter Hotel,8.0,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +479,Hotel Europa Amsterdam,8.7,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +480,Amsterdam Boat Studio,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +481,Red Light's Historic B&B,9.6,€ 705," +Pets are not allowed. +",https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +482,New beautiful design studio in Amsterdam West,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/notting-hill.en-gb.html +483,JamieK's BnB,9.6,€ 158," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +484,TWENTY FIVE BnB,8.1,€ 138," +Pets are not allowed. +",https://www.booking.com/hotel/nl/estherea.en-gb.html +485,De Ware Jacob Boutique Hotel,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cc.en-gb.html +486,Guest House Amsterdam,5.2,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +487,Houseboat Dana,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +488,KW124,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +489,Cozy Canal Studio,9.4,€ 161," +Pets are not allowed. +",https://www.booking.com/hotel/nl/amshofpark.en-gb.html +490,The Rooms Upstairs & Downstairs,8.0,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/nl/terminus.en-gb.html +491,Courtyard by Marriott Amsterdam Arena Atlas,8.3,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +492,B&B Amsterdam De Springer,9.6,€ 153," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +493,B&B Mondriaan,8.0,€ 145," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +494,The Quay Amsterdam-Noord - FREE PARKING,9.3,€ 314," +Pets are not allowed. +",https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +495,Van OldenBnB,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +496,Bed & Breakfast Diemerbrug,9.8,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +497,Fenelli BnB,9.4,€ 138," +Pets are not allowed. +",https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +498,B&B TwoSixty,9.2,€ 164,0,https://www.booking.com/hotel/nl/postillion-amsterdam-amsterdam.en-gb.html +499,GoldenGuelB&B,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/nl/citadel.en-gb.html diff --git a/Allergy_friendly_hotels/data/barcelona_data.csv b/Allergy_friendly_hotels/data/barcelona_data.csv new file mode 100644 index 00000000..5244c4be --- /dev/null +++ b/Allergy_friendly_hotels/data/barcelona_data.csv @@ -0,0 +1,1601 @@ +,Name,Score,Price,Pets,Link +0,El Avenida Palace,8.8,€ 111," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +1,W Barcelona,8.5,€ 256," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +2,Negresco Princess 4* Sup,8.3,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +3,Novotel Barcelona City,8.3,€ 69," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +4,Ayre Hotel Rosellón,8.8,€ 74," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +5,H10 Cubik 4* Sup,9.2,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +6,Hotel SB Icaria Barcelona,8.0,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +7,Hotel Barcelona 1882,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +8,Wilson Boutique Hotel,8.7,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +9,Aparthotel Bcn Montjuic,8.3,€ 82," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +10,Hotel SB Diagonal Zero Barcelona 4* Sup,7.9,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +11,H10 Casa Mimosa 4* Sup,9.4,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +12,Travelodge Barcelona Poblenou,8.0,€ 62," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +13,Hotel Arts Barcelona,8.5,€ 302," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +14,Kimpton Vividora Hotel,8.9,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +15,Ciutat de Barcelona,8.5,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +16,08028 Apartments,8.9,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +17,Hotel Royal Passeig de Gracia,8.6,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +18,Hotel SB Glow **** Sup,8.2,€ 122,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +19,Hotel Lleó,8.6,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +20,Paseo de Gracia Bas Apartments Barcelona,9.4,€ 181," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +21,Ohla Barcelona,9.1,€ 234," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +22,Hotel Jazz,9.1,€ 100," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +23,NH Collection Barcelona Gran Hotel Calderon,8.6,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +24,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +25,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,€ 66," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +26,Eurostars Grand Marina Hotel GL,8.3,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +27,Catalonia Ramblas 4* Sup,8.7,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +28,H10 Port Vell 4* Sup,9.1,€ 139," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +29,Hotel Miramar Barcelona GL,8.4,€ 220," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +30,Yurbban Passage Hotel & Spa,9.3,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +31,Catalonia Plaza Catalunya,8.8,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +32,Hotel Oasis,8.7,€ 56," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +33,Barcelona Hotel Colonial,8.4,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +34,Midtown Apartments,9.5,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +35,Grupotel Gran Via 678,8.5,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +36,Catalonia Atenas,8.0,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +37,Praktik Èssens,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +38,H10 Universitat,8.9,€ 140," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +39,Catalonia Barcelona Plaza,8.8,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +40,Hotel Casa Luz,9.4,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +41,Barceló Sants,8.7,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +42,Hilton Diagonal Mar Barcelona,8.1,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +43,Ilunion Barcelona,8.3,€ 59,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +44,Hotel 54 Barceloneta,8.2,€ 160," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +45,Apartments Sixtyfour,9.4,€ 354," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +46,Hotel Market,8.1,€ 55," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +47,Sercotel Amister Art Hotel Barcelona,8.4,€ 76," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +48,Arc La Rambla,8.5,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +49,Hostal Paris,8.0,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +50,Citadines Ramblas Barcelona,8.4,€ 85," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +51,SM Hotel Teatre Auditori,8.5,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +52,Catalonia Portal de l'Angel,8.9,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +53,Occidental Atenea Mar - Adults Only,8.3,€ 106," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +54,Hotel Rec Barcelona - Adults Only,9.2,€ 61," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +55,Gran Hotel Havana 4* Sup,8.7,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +56,Capri by Fraser Barcelona,8.7,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +57,H10 Marina Barcelona,8.4,€ 121," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +58,Upper Diagonal,8.9,€ 96," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +59,Boutique Hotel H10 Catalunya Plaza,9.0,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +60,Attica 21 Barcelona Mar,8.4,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +61,Sallés Hotel Pere IV,8.5,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +62,Ohla Eixample,9.1,€ 214," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +63,Catalonia Passeig de Gràcia 4* Sup,9.2,€ 97," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +64,Grupotel Gran Via 678,8.5,€ 137," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +65,Best Western Premier Hotel Dante,8.9,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +66,Leonardo Hotel Barcelona Las Ramblas,8.4,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +67,Aparthotel Atenea Calabria,8.3,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +68,Hotel Pulitzer Barcelona,8.9,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +69,Hotel Regina,8.9,€ 79,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +70,Residencia Universitaria Barcelona Diagonal,8.6,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +71,Hotel Suizo,8.3,€ 83," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +72,Aparthotel Atenea Barcelona,8.2,€ 70," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +73,H10 Metropolitan 4* Sup,9.2,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +74,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +75,Praktik Rambla,8.9,€ 75," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +76,Silken Ramblas,8.3,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +77,Claris Hotel & Spa GL,8.8,€ 172," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +78,Hotel Continental Barcelona,8.6,€ 90," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +79,Leonardo Hotel Barcelona Las Ramblas,8.4,€ 65," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +80,Majestic Hotel & Spa Barcelona GL,9.0,€ 264," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +81,Hotel Continental Palacete,8.7,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +82,Roca Rooms & Apartments,9.1,€ 75," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +83,Barcelona Apartment Aramunt,8.0,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +84,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,€ 66," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +85,H10 Casanova,8.8,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +86,Aparthotel Senator Barcelona,7.6,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +87,H10 Universitat,8.9,€ 140," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +88,Eurohotel Diagonal Port,7.6,€ 79," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +89,NH Barcelona Les Corts,8.4,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +90,Hotel Market,8.1,€ 55," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +91,Hotel Best Front Maritim,7.5,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +92,Royal Ramblas,8.6,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +93,Catalonia Avinyo,8.6,€ 56,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +94,Apartaments St. Jordi Comtal,8.5,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +95,Hotel Santa Marta,8.6,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +96,ibis Styles Barcelona City Bogatell,8.6,€ 56," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +97,Hotel Midmost,8.9,€ 121," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +98,Casagrand Luxury Suites,9.6,€ 414," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +99,Aparthotel Napols - Abapart,8.4,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +100,May Ramblas Hotel,8.6,€ 67," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +101,Praktik Bakery,8.8,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +102,H10 Madison 4* Sup,9.5,€ 178," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +103,Hotel Alimara,8.3,€ 60," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +104,Iberostar Selection Paseo de Gracia 4 Sup,9.2,€ 200," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +105,La França Travellers Adults Only,8.2,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +106,Hotel Acta Azul Barcelona,8.2,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +107,Aparthotel Bertrán,8.5,€ 73," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +108,Apartaments Sant Jordi Girona 97,8.6,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +109,Forget Me Not Plus,9.2,€ 121," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +110,Suites Avenue,9.2,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +111,Catalonia La Maquinista,8.7,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +112,Hotel Barcelona Catedral,8.8,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +113,Silken Sant Gervasi,8.4,€ 93," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +114,Catalonia Diagonal Centro,8.5,€ 67," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +115,Catalonia Rigoletto,8.8,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +116,Ayre Hotel Gran Vía,8.9,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +117,Occidental Diagonal 414,9.1,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +118,H10 Metropolitan 4* Sup,9.2,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +119,Cosmo Apartments Sants,8.1,€ 152,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +120,Attica 21 Barcelona Mar,8.4,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +121,Alma Barcelona GL,9.4,€ 340," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +122,Apartaments Ciutat Vella,8.1,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +123,HCC Montblanc,8.5,€ 76," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +124,H10 Urquinaona Plaza,9.2,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +125,Hotel Gótico,8.5,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +126,Room Mate Anna,9.0,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +127,Coronado,7.2,€ 46," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +128,Acta Antibes,8.6,€ 58," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +129,Hostel One Sants,8.8,€ 78," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +130,Murmuri Residence Mercader,9.0,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +131,Catalonia Sagrada Familia,8.2,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +132,Sunotel Central,8.3,€ 122," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +133,Barcelona Century Hotel,8.5,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +134,Hotel Granados 83,8.8,€ 125," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +135,Praktik Garden,8.6,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +136,El Palace Barcelona,9.5,€ 325," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +137,H La Paloma Adults Only,7.9,€ 60," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +138,Blanc Guest House,8.9,€ 73," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +139,The One Barcelona GL,9.4,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +140,Sunotel Aston,7.5,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +141,H10 Urquinaona Plaza,9.2,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +142,Hotel Best Auto Hogar,8.0,€ 81,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +143,Hotel & Spa Villa Olimpica Suites,8.2,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +144,Ona Hotels Mosaic,8.7,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +145,Yurbban Trafalgar Hotel,9.3,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +146,H10 Madison 4* Sup,9.5,€ 178," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +147,Hotel Brummell,9.4,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +148,Hostal Barcelona Travel,7.9,€ 88," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +149,Petit Palace Museum,8.6,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +150,Aparthotel Atenea Calabria,8.3,€ 78," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +151,Catalonia Mikado,8.2,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +152,Blanc Guest House,8.9,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +153,Praktik Vinoteca,8.8,€ 65," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +154,Barceló Raval,8.4,€ 106," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +155,Hotel Ronda Lesseps,8.2,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +156,Barcelona Apartment Milà,8.7,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +157,Four Points by Sheraton Barcelona Diagonal,8.7,€ 76," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +158,Hotel Palermo,7.2,€ 51," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +159,Pierre & Vacances Barcelona Sants,8.4,€ 74," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +160,Barcelona Apartment Villarroel,8.6,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +161,Ayre Hotel Gran Vía,8.9,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +162,Aparthotel Mariano Cubi Barcelona,8.4,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +163,Hotel America Barcelona,8.9,€ 116," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +164,Hostalin Barcelona Gran Via,8.6,€ 53," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +165,Almanac Barcelona,9.4,€ 265," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +166,Hostal Barcelona Travel,7.9,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +167,Gallery Hotel,9.3,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +168,Seventy Barcelona,9.6,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +169,Hostal Sans,7.9,€ 57,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +170,Ilunion Auditori,8.4,€ 52," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +171,Hotel Internacional Ramblas,7.9,€ 105," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +172,Hotel Balmes,8.7,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +173,K+K Hotel Picasso El Born,8.6,€ 161," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +174,Hostal Portugal,8.1,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +175,NH Collection Barcelona Constanza,8.8,€ 95," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +176,Hotel America Barcelona,8.9,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +177,Aparthotel Mariano Cubi Barcelona,8.4,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +178,Hostalin Barcelona Gran Via,8.6,€ 53," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +179,Almanac Barcelona,9.4,€ 265," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +180,Pestana Arena Barcelona,8.7,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +181,Hostal Sans,7.9,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +182,Hotel Internacional Ramblas,7.9,€ 105," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +183,Hotel Balmes,8.7,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +184,Ilunion Bel-Art,8.4,€ 53," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +185,Hostal Portugal,8.1,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +186,Hotel Astoria,8.8,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +187,Hostalin Barcelona Passeig de Gràcia,8.7,€ 61," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +188,Andante Hotel,8.7,€ 82," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +189,Free Hostels Barcelona,8.7,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +190,Holiday Inn Express Barcelona City 22@,8.1,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +191,Abba Garden,8.3,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +192,Europark,9.0,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +193,"Alexandra Barcelona Hotel, Curio Collection by Hilton",8.3,€ 92,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +194,Hotel Nuevo Triunfo,8.1,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +195,Catalonia Park Putxet,7.7,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +196,Hotel Derby,8.0,€ 82," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +197,Catalonia Roma,8.4,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +198,Suites Independencia - Abapart,7.9,€ 57," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +199,Hostalin Barcelona Diputación,8.0,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +200,Hostal Medea,8.2,€ 49," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +201,Ilunion Bel-Art,8.4,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +202,Hostal Portugal,8.1,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +203,Catalonia Catedral,9.3,€ 122," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +204,Gaudi Hotel,8.5,€ 69," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +205,Catalonia Port,8.9,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +206,Colón Hotel Barcelona,8.9,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +207,Catalonia Born,8.8,€ 77," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +208,Catalonia Albeniz,8.8,€ 56," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +209,"Alexandra Barcelona Hotel, Curio Collection by Hilton",8.3,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +210,Alma Barcelona GL,9.4,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +211,Mambo Tango,7.6,€ 31," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +212,Sunotel Club Central,8.3,€ 112," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +213,Gran Hotel Barcino,8.5,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +214,Petit Palace Boqueria Garden,8.8,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +215,Eric Vökel Boutique Apartments - Gran Vía Suites,8.9,€ 194," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +216,H10 Art Gallery 4* Sup,8.8,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +217,Hostal Rio De Castro,8.0,€ 37," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +218,GRUMS HOTEL & SPA,8.5,€ 132,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +219,Guitart Grand Passage,8.4,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +220,Ciutat Vella,8.3,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +221,Hotel España Ramblas,8.6,€ 173," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +222,Pensión 45,6.6,€ 55," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +223,Be Mate Paseo de Gracia,9.2,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +224,The Hotel 592 - Adults Only,9.0,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +225,Casa Vaganto,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +226,The Hotel 592 - Adults Only,9.0,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +227,Hotel The Serras,9.5,€ 310," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +228,Zenit Barcelona,8.1,€ 96," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +229,Praktik Garden,8.6,€ 60," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +230,Hotel Villa Emilia,9.2,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +231,Be Apartments,7.9,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +232,Mandarin Oriental Barcelona,9.0,€ 379," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +233,Ally's Bed&Breakfast,8.1,€ 43," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +234,Wello Apartments,8.4,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +235,Hotel Casa Bonay,8.9,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +236,Ibis Barcelona Plaza Glòries 22@,8.2,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +237,Catalonia Square 4* Sup,9.3,€ 132," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +238,Hotel Barcelona Universal,8.7,€ 73," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +239,Hostal Easy Sants,7.6,€ 48," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +240,Evenia Rocafort,8.6,€ 161," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +241,Amister Apartments,9.2,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +242,Gran Hotel Barcino,8.5,€ 94,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +243,Barcelona City Apartment,7.1,€ 50," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +244,Zenit Borrell,8.1,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +245,Isabella's House,8.6,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +246,Hotel Denit Barcelona,8.7,€ 115," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +247,AC Hotel Victoria Suites,8.5,€ 126," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +248,Acta Splendid,8.6,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +249,Hotel Inglés,8.2,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +250,Hotel Inglés,8.2,€ 56," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +251,Ilunion Almirante,7.4,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +252,Amrey Sant Pau,8.4,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +253,Hostal Argo,8.2,€ 100," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +254,Eurostars Monumental,8.5,€ 68," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +255,Inout,7.7,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +256,Sunotel Junior,7.5,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +257,Hotel Derby,8.0,€ 82," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +258,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,€ 230," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +259,Isabella's House,8.6,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +260,Melia Barcelona Sky 4* Sup,8.3,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +261,Mayerling Schumann Barcelona,8.0,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +262,ibis Styles Barcelona Centre,8.4,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +263,Hotel Concordia Barcelona,8.3,€ 77," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +264,Sunotel Club Central,8.3,€ 112," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +265,Hostal Girona,8.9,€ 50," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +266,SuiteaBCN,9.2,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +267,Decô Apartments Barcelona-Born Apt.,9.2,€ 282," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +268,Up Suites Bcn,9.1,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +269,Expo Hotel Barcelona,7.9,€ 87,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +270,Hotel Gran Derby Suites,8.7,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +271,Fabrizzio's Petit,9.2,€ 82," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +272,Hotel Laumon,7.8,€ 54," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +273,Hesperia Barcelona Ramblas,8.7,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +274,Boutique Hostemplo Sagrada Familia,8.9,€ 187," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +275,Ilunion Almirante,7.4,€ 56," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +276,Cosmopolitan Boutique Rambla,8.3,€ 806," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +277,The Hipstel Paseo De Gracia,7.7,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +278,Hotel Rialto,7.7,€ 73," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +279,Grupotel Gravina,8.3,€ 118," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +280,Primavera Hostel,9.1,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +281,Hostal Delfos,8.0,€ 30," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +282,SLEEP Miró by STAY,7.8,€ 239," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +283,Boutique Hotel H10 Montcada,9.1,€ 166," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +284,Hotel Serhs Rivoli Rambla,8.0,€ 128," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +285,Casa Lirio,8.3,€ 576," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +286,Plaza Goya Rooms,8.6,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +287,Ant Hostel Barcelona,8.0,€ 80," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +288,Free Hostels Barcelona,8.7,€ 96," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +289,Hesperia Barcelona Del Mar,8.2,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +290,Room Mate Pau,9.2,€ 140," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +291,Hostal Centric,8.9,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +292,Hostal Elkano,7.7,€ 30," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +293,SLEEP Urgell by STAY,7.9,€ 209,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +294,SLEEP Eixample by STAY,7.8,€ 184," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +295,Hostal Natura Barcelona,7.9,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +296,AC Hotel Sants,8.2,€ 133," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +297,Olivia Balmes Hotel,9.5,€ 182," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +298,Barcelona Just Like Home,9.0,€ 320," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +299,Monument Hotel,9.3,€ 255," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +300,H10 Itaca,8.5,€ 81," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +301,Monument Hotel,9.3,€ 255," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +302,NH Barcelona Eixample,8.4,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +303,Cosmo Apartments Passeig de Gràcia,8.2,€ 170," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +304,Ola Living Diagonal Apartments,9.0,€ 275," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +305,Hostal Radio Barcelona,7.5,€ 43," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +306,Aspasios Las Ramblas Apartments,8.7,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +307,Ola Living Music,8.3,€ 131," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +308,Hostal Delfos,8.0,€ 30," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +309,Vale Suites,8.9,€ 486," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +310,Hostal Marenostrum,8.6,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +311,Decô Apartments Barcelona-Eixample,9.1,€ 335," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +312,SLEEP Universitat by STAY,7.8,€ 179," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +313,Cuatro Naciones,8.5,€ 66," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +314,Hotel Sansi Barcelona,8.2,€ 82," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +315,Cosmo Apartments Consell de Cent - Plaza Universitat,7.9,€ 245," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +316,Acta BCN 40,8.5,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +317,Hostal Sant Pau,7.8,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +318,Circa 1905,9.3,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +319,Exe Cristal Palace,8.2,€ 129,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +320,Generator Barcelona,8.1,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +321,C211 Barcelona Apartments,8.9,€ 186," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +322,Barcelona City Apartment,7.1,€ 50," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +323,Hotel Casa Elliot,9.2,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +324,Eurostars Bcn Design,8.5,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +325,SmartRoom Barcelona,8.5,€ 50," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +326,Hostal Barcelona,7.0,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +327,Aparthotel Silver,9.0,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +328,Hotel Brick Barcelona,9.0,€ 62," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +329,Hostal Benidorm,8.7,€ 83," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +330,Casa Maria,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +331,Hotel Cortes,8.3,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +332,Tres Torres Atiram Hotels,8.3,€ 79," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +333,Amister Apartments,9.2,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +334,Hostal Boutique Khronos,8.7,€ 106," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +335,Ally's Bed&Breakfast,8.1,€ 43," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +336,Enjoybcn Coliseum Apartments,8.4,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +337,Bed & Art Barcelona,7.4,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +338,Cosmo Apartments Marina – Auditori,8.0,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +339,Hotel Ciutadella Barcelona,8.3,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +340,BCN Home Guest House,8.4,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +341,NH Barcelona Diagonal Center,8.3,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +342,SLEEP Fira by STAY,8.0,€ 209," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +343,Hostal LIWI,8.8,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +344,Decô Apartments Barcelona-Diagonal,9.3,€ 262,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +345,C211 Barcelona Apartments,8.9,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +346,Cosmo Suite Penthouse,9.1,"€ 1,301"," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +347,Urban District Apartments - Rambla Suites & Pool,8.2,€ 159," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +348,Hostal Nova Barcelona,8.5,€ 45," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +349,CoolRooms Maldà,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +350,Hostal Boutique Khronos,8.7,€ 106," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +351,NH Barcelona Diagonal Center,8.3,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +352,Hotel Aneto,7.9,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +353,AinB Eixample-Entença Apartments,8.0,€ 115," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +354,Sixtytwo Hotel,9.3,€ 278," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +355,Circa 1905,9.3,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +356,Charmsuites Nou Rambla,7.9,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +357,AC Hotel Sants,8.2,€ 133," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +358,Hostal Bejar,7.7,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +359,Mayerling Schumann Barcelona,8.0,€ 147," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +360,Midtown Luxury Apartments,8.3,€ 128," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +361,Apartment Guell,9.4,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +362,BUHO Boutique Rooms,8.6,€ 75," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +363,Hostal Lleida,8.5,€ 56," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +364,Urban District Apartments - Rambla Suites & Pool,8.2,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +365,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,€ 230," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +366,Hostal Natura Barcelona,7.9,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +367,Eric Vökel Boutique Apartments - BCN Suites,9.0,€ 193," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +368,Catalonia Magdalenes,9.4,€ 122,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +369,Paral·lel,8.5,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +370,Decô Apartments Barcelona-Born Apt.,9.2,€ 282," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +371,Diagonal House,7.9,€ 37," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +372,Ako Suites Hotel,8.7,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +373,AinB Las Ramblas-Guardia Apartments,7.4,€ 111," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +374,Leonardo Hotel Barcelona Gran Via,8.5,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +375,AinB Las Ramblas-Guardia Apartments,7.4,€ 111," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +376,Leonardo Hotel Barcelona Gran Via,8.5,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +377,Casa Neri Apartments,9.2,€ 270," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +378,NH Barcelona Stadium,8.4,€ 73," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +379,"Hotel Barcelona Condal Mar, managed by Meliá",8.1,€ 98," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +380,Hotel Best 4 Barcelona,7.8,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +381,Hotel Roger de Llúria,8.6,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +382,Apartment Guell,9.4,€ 191," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +383,ZT Barcelona,8.5,€ 103," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +384,Break N Bed,7.8,€ 535," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +385,Hostal Nova Barcelona,8.5,€ 45," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +386,Hostel Friends Barcelona,7.5,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +387,LM Rooms BCN,7.9,€ 66," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +388,Room Mate Gerard,9.0,€ 151," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +389,Sir Victor Hotel,8.9,€ 245," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +390,HCC Regente,8.3,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +391,TOC Hostel Barcelona,8.8,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +392,Anba Boutique,9.3,€ 160," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +393,Hotel DO Plaça Reial G.L.,9.1,€ 192,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +394,Charmsuites Nou Rambla,7.9,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +395,Umma Barcelona B&B Boutique,9.1,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +396,Buba House,8.2,€ 49," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +397,HCC St. Moritz,8.8,€ 91," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +398,Your Home in Barcelona Apartments,8.7,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +399,The Level at Melia Barcelona Sky,8.7,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +400,Your Home in Barcelona Apartments,8.7,€ 80," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +401,The Level at Melia Barcelona Sky,8.7,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +402,Decô Apartments Barcelona-Born St.,8.5,€ 230," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +403,Hostal LIWI,8.8,€ 92," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +404,Olivia Plaza Hotel,9.5,€ 227," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +405,Hostal Lesseps,8.1,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +406,Melia Barcelona Sarriá,8.3,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +407,Hotel Actual,8.8,€ 126," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +408,Plaza Catalunya City Center Apartments,7.6,€ 440," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +409,Hostemplo Sagrada Familia,8.6,€ 162," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +410,Hostal Fina,8.2,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +411,Tibidabo Apartments,8.7,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +412,Barcelona Apartment Val,8.7,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +413,St Christopher's Inn Barcelona,8.4,€ 166," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +414,Apartments Hotel Sant Pau,8.5,€ 105," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +415,Aparthotel Allada 3*,8.3,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +416,Factory Suites Barcelona,8.8,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +417,CASA DERY BARCELONA,8.1,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +418,Amra Barcelona Caspe,8.1,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +419,Passeig de Gracia Studio Loft,9.3,€ 180,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +420,AinB Eixample-Miro Apartments,7.9,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +421,Hotel Best Aranea,8.5,€ 76," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +422,Grand Hotel Central,9.1,€ 241," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +423,Hostal Nuevo Colon,8.0,€ 41," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +424,HCC St. Moritz,8.8,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +425,Hotel Murmuri Barcelona,8.8,€ 140," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +426,Catalonia La Pedrera,8.5,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +427,Hotel Pelayo,8.0,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +428,Amra Barcelona Caspe,8.1,€ 53," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +429,Mayerling Bisbe Urquinaona,8.2,€ 162," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +430,Hotel Reding Croma,8.7,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +431,Passeig de Gracia Studio Loft,9.3,€ 180," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +432,Catalonia Gran Via BCN,9.0,€ 82," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +433,Residencia Talitha,7.0,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +434,Principal B&Bcn,8.7,€ 151," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +435,Room Mate Carla,9.1,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +436,AinB Diagonal Francesc Macià Apartments,7.2,€ 285," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +437,Petit Hotel,8.5,€ 65," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +438,Pol & Grace Hotel,8.8,€ 90," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +439,Charming Flats by Aspasios,8.7,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +440,Renaissance Barcelona Hotel,8.1,€ 183," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +441,Acta Atrium Palace,8.5,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +442,Rambla 102,9.2,€ 145,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +443,Eurostars Ramblas,8.2,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +444,Luxury Seaview-Forum-CCIB-Apart ent,7.3,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +445,Som Nit Born,8.4,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +446,The Wittmore - Adults Only,9.2,€ 234," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +447,Hostal Iznajar Barcelona,8.2,€ 71," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +448,Break N Bed,7.8,€ 535," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +449,Hotel Peninsular,7.6,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/es/lleo.en-gb.html +450,SM Hotel Sant Antoni,8.7,€ 80," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +451,Live & Dream,8.2,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +452,Alguera Apartments Sant Andreu,7.9,"€ 1,105"," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +453,Eurostars Ramblas,8.2,€ 82," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +454,AinB Diagonal Francesc Macià Apartments,7.2,€ 285," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +455,Som Nit Triomf,8.2,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +456,Exe Plaza Catalunya,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +457,Room Mate Emma,9.0,€ 130," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +458,Hotel Viladomat by Silken,7.8,€ 696," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +459,Bcn Paseo De Gracia Rocamora Apartment,9.1,€ 275," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +460,Onix Rambla,8.6,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +461,Hostal Poblenou B&B,8.8,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +462,Toro,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +463,Boat Accommodations Barcelona,-1,€ 666666," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +464,Ona Hotels Arya,8.8,€ 105," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +465,Atlantis by Atbcn,8.7,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +466,Hostal Parisien,7.4,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +467,Dalí Residence,6.6,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +468,Hostal Lesseps,8.1,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +469,Barcelona City Seven,7.2,€ 32,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +470,HCC Regente,8.3,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +471,Hostal Operaramblas,8.9,€ 68," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +472,Hostal Ideal Sants,5.8,€ 54," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +473,Best House Best Place,9.3,€ 235," +Pets are not allowed. +",https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +474,Cosmo Apartments Rambla Catalunya,9.0,€ 210," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +475,Serennia Exclusive Rooms,8.7,€ 66," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/w-barcelona.en-gb.html +476,Beach Penthouse near center with pool,8.0,€ 241," +Pets are not allowed. +",https://www.booking.com/hotel/es/negresco-princess.en-gb.html +477,Chic & Basic Born Boutique Hotel,8.4,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-cubik.en-gb.html +478,Hesperia Barcelona Barri Gòtic,8.5,€ 81," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +479,HCC Lugano,8.4,€ 76," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +480,Mayerling Abamita Apartments,8.8,€ 173," +Pets are not allowed. +",https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +481,Hostal Bcn Port,8.0,€ 36," +Pets are not allowed. +",https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +482,Apkeys Barcino Balmes,7.8,€ 220," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/sbicaria.en-gb.html +483,Charmsuites Paralel,7.7,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/es/ohla.en-gb.html +484,Kabul Party Hostel Barcelona,8.6,€ 75," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +485,AinB Sagrada Familia Apartments,7.8,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +486,Condes de Barcelona,9.0,€ 162," +Pets are not allowed. +",https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +487,La Casa Gran B&B,9.2,€ 150," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +488,Aspasios Plaza Real Apartments,8.4,€ 154," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +489,HiGuests - Sagrada Familia Apartments,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +490,MINIFLAT IN THE CENTER OF BARCELONA,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/es/wilson.en-gb.html +491,Apartamentos Navas 2,8.6,€ 184," +Pets are not allowed. +",https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +492,TOC Hostel Barcelona,8.8,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/es/grandmarina.en-gb.html +493,Suites Center Barcelona,9.8,€ 290,0,https://www.booking.com/hotel/es/barcelona-1882-barcelona1.en-gb.html +494,Ramblas by Pillow,8.8,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +495,Aparthotel Bonanova,8.3,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +496,Factory Suites Barcelona,8.8,€ 139," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +497,Boat Hotel Barcelona,9.3,€ 211," +Pets are not allowed. +",https://www.booking.com/hotel/es/gran-via-678.en-gb.html +498,The Barcelona EDITION,-1,€ 666666," + + +Free! + + +All pools are free of charge +",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +499,Chic & Basic Lemon Boutique Hotel,8.9,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html diff --git a/Allergy_friendly_hotels/data/booking_pets_data_with_rome.csv b/Allergy_friendly_hotels/data/booking_pets_data_with_rome.csv new file mode 100644 index 00000000..79fb79f2 --- /dev/null +++ b/Allergy_friendly_hotels/data/booking_pets_data_with_rome.csv @@ -0,0 +1,2712 @@ +,City,Name,Score,Price,Pets,Link +0,Barcelona,El Avenida Palace,8.8,111,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +1,Barcelona,W Barcelona,8.5,256,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +2,Barcelona,Negresco Princess 4* Sup,8.3,77,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +3,Barcelona,Novotel Barcelona City,8.3,69,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +4,Barcelona,Ayre Hotel Rosellón,8.8,74,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +5,Barcelona,H10 Cubik 4* Sup,9.2,137,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +6,Barcelona,Hotel SB Icaria Barcelona,8.0,92,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +8,Barcelona,Wilson Boutique Hotel,8.7,90,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +9,Barcelona,Aparthotel Bcn Montjuic,8.3,82,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +10,Barcelona,Hotel SB Diagonal Zero Barcelona 4* Sup,7.9,132,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +11,Barcelona,H10 Casa Mimosa 4* Sup,9.4,134,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +12,Barcelona,Travelodge Barcelona Poblenou,8.0,62,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +13,Barcelona,Hotel Arts Barcelona,8.5,302,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +14,Barcelona,Kimpton Vividora Hotel,8.9,139,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +15,Barcelona,Ciutat de Barcelona,8.5,63,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +16,Barcelona,08028 Apartments,8.9,79,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +17,Barcelona,Hotel Royal Passeig de Gracia,8.6,93,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +19,Barcelona,Hotel Lleó,8.6,69,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +20,Barcelona,Paseo de Gracia Bas Apartments Barcelona,9.4,181,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +21,Barcelona,Ohla Barcelona,9.1,234,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +22,Barcelona,Hotel Jazz,9.1,100,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +23,Barcelona,NH Collection Barcelona Gran Hotel Calderon,8.6,145,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +24,Barcelona,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,66,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +25,Barcelona,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,66,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +26,Barcelona,Eurostars Grand Marina Hotel GL,8.3,137,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +27,Barcelona,Catalonia Ramblas 4* Sup,8.7,87,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +28,Barcelona,H10 Port Vell 4* Sup,9.1,139,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +29,Barcelona,Hotel Miramar Barcelona GL,8.4,220,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +30,Barcelona,Yurbban Passage Hotel & Spa,9.3,143,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +31,Barcelona,Catalonia Plaza Catalunya,8.8,87,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +32,Barcelona,Hotel Oasis,8.7,56,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +33,Barcelona,Barcelona Hotel Colonial,8.4,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +34,Barcelona,Midtown Apartments,9.5,119,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +35,Barcelona,Grupotel Gran Via 678,8.5,137,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +36,Barcelona,Catalonia Atenas,8.0,67,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +38,Barcelona,H10 Universitat,8.9,140,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +39,Barcelona,Catalonia Barcelona Plaza,8.8,92,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +40,Barcelona,Hotel Casa Luz,9.4,73,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +41,Barcelona,Barceló Sants,8.7,102,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +42,Barcelona,Hilton Diagonal Mar Barcelona,8.1,122,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +44,Barcelona,Hotel 54 Barceloneta,8.2,160,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +45,Barcelona,Apartments Sixtyfour,9.4,354,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +46,Barcelona,Hotel Market,8.1,55,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +47,Barcelona,Sercotel Amister Art Hotel Barcelona,8.4,76,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +48,Barcelona,Arc La Rambla,8.5,76,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +49,Barcelona,Hostal Paris,8.0,56,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +50,Barcelona,Citadines Ramblas Barcelona,8.4,85,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +51,Barcelona,SM Hotel Teatre Auditori,8.5,80,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +52,Barcelona,Catalonia Portal de l'Angel,8.9,66,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +53,Barcelona,Occidental Atenea Mar - Adults Only,8.3,106,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +54,Barcelona,Hotel Rec Barcelona - Adults Only,9.2,61,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +55,Barcelona,Gran Hotel Havana 4* Sup,8.7,87,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +56,Barcelona,Capri by Fraser Barcelona,8.7,111,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +57,Barcelona,H10 Marina Barcelona,8.4,121,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +58,Barcelona,Upper Diagonal,8.9,96,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +59,Barcelona,Boutique Hotel H10 Catalunya Plaza,9.0,136,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +60,Barcelona,Attica 21 Barcelona Mar,8.4,101,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +61,Barcelona,Sallés Hotel Pere IV,8.5,91,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +62,Barcelona,Ohla Eixample,9.1,214,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +63,Barcelona,Catalonia Passeig de Gràcia 4* Sup,9.2,97,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +64,Barcelona,Grupotel Gran Via 678,8.5,137,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +65,Barcelona,Best Western Premier Hotel Dante,8.9,83,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +66,Barcelona,Leonardo Hotel Barcelona Las Ramblas,8.4,65,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +67,Barcelona,Aparthotel Atenea Calabria,8.3,78,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +68,Barcelona,Hotel Pulitzer Barcelona,8.9,83,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +70,Barcelona,Residencia Universitaria Barcelona Diagonal,8.6,67,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +71,Barcelona,Hotel Suizo,8.3,83,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +72,Barcelona,Aparthotel Atenea Barcelona,8.2,70,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +73,Barcelona,H10 Metropolitan 4* Sup,9.2,122,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +74,Barcelona,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,66,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +75,Barcelona,Praktik Rambla,8.9,75,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +76,Barcelona,Silken Ramblas,8.3,109,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +77,Barcelona,Claris Hotel & Spa GL,8.8,172,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +78,Barcelona,Hotel Continental Barcelona,8.6,90,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +79,Barcelona,Leonardo Hotel Barcelona Las Ramblas,8.4,65,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +80,Barcelona,Majestic Hotel & Spa Barcelona GL,9.0,264,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +81,Barcelona,Hotel Continental Palacete,8.7,100,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +82,Barcelona,Roca Rooms & Apartments,9.1,75,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +83,Barcelona,Barcelona Apartment Aramunt,8.0,114,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +84,Barcelona,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,66,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +85,Barcelona,H10 Casanova,8.8,111,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +86,Barcelona,Aparthotel Senator Barcelona,7.6,96,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +87,Barcelona,H10 Universitat,8.9,140,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +88,Barcelona,Eurohotel Diagonal Port,7.6,79,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +89,Barcelona,NH Barcelona Les Corts,8.4,65,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +90,Barcelona,Hotel Market,8.1,55,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +91,Barcelona,Hotel Best Front Maritim,7.5,101,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +92,Barcelona,Royal Ramblas,8.6,87,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +94,Barcelona,Apartaments St. Jordi Comtal,8.5,98,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +95,Barcelona,Hotel Santa Marta,8.6,73,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +96,Barcelona,ibis Styles Barcelona City Bogatell,8.6,56,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +97,Barcelona,Hotel Midmost,8.9,121,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +98,Barcelona,Casagrand Luxury Suites,9.6,414,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +99,Barcelona,Aparthotel Napols - Abapart,8.4,90,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +100,Barcelona,May Ramblas Hotel,8.6,67,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +101,Barcelona,Praktik Bakery,8.8,65,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +102,Barcelona,H10 Madison 4* Sup,9.5,178,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +103,Barcelona,Hotel Alimara,8.3,60,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +104,Barcelona,Iberostar Selection Paseo de Gracia 4 Sup,9.2,200,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +105,Barcelona,La França Travellers Adults Only,8.2,63,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +106,Barcelona,Hotel Acta Azul Barcelona,8.2,76,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +107,Barcelona,Aparthotel Bertrán,8.5,73,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +108,Barcelona,Apartaments Sant Jordi Girona 97,8.6,98,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +109,Barcelona,Forget Me Not Plus,9.2,121,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +110,Barcelona,Suites Avenue,9.2,159,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +111,Barcelona,Catalonia La Maquinista,8.7,71,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +112,Barcelona,Hotel Barcelona Catedral,8.8,151,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +113,Barcelona,Silken Sant Gervasi,8.4,93,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +114,Barcelona,Catalonia Diagonal Centro,8.5,67,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +115,Barcelona,Catalonia Rigoletto,8.8,97,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +116,Barcelona,Ayre Hotel Gran Vía,8.9,81,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +117,Barcelona,Occidental Diagonal 414,9.1,94,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +118,Barcelona,H10 Metropolitan 4* Sup,9.2,122,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +120,Barcelona,Attica 21 Barcelona Mar,8.4,101,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +121,Barcelona,Alma Barcelona GL,9.4,340,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +122,Barcelona,Apartaments Ciutat Vella,8.1,75,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +123,Barcelona,HCC Montblanc,8.5,76,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +124,Barcelona,H10 Urquinaona Plaza,9.2,107,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +125,Barcelona,Hotel Gótico,8.5,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +126,Barcelona,Room Mate Anna,9.0,151,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +127,Barcelona,Coronado,7.2,46,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +128,Barcelona,Acta Antibes,8.6,58,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +129,Barcelona,Hostel One Sants,8.8,78,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +130,Barcelona,Murmuri Residence Mercader,9.0,150,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +131,Barcelona,Catalonia Sagrada Familia,8.2,56,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +132,Barcelona,Sunotel Central,8.3,122,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +133,Barcelona,Barcelona Century Hotel,8.5,75,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +134,Barcelona,Hotel Granados 83,8.8,125,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +135,Barcelona,Praktik Garden,8.6,60,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +136,Barcelona,El Palace Barcelona,9.5,325,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +137,Barcelona,H La Paloma Adults Only,7.9,60,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +138,Barcelona,Blanc Guest House,8.9,73,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +139,Barcelona,The One Barcelona GL,9.4,225,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +140,Barcelona,Sunotel Aston,7.5,81,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +141,Barcelona,H10 Urquinaona Plaza,9.2,107,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +143,Barcelona,Hotel & Spa Villa Olimpica Suites,8.2,103,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +144,Barcelona,Ona Hotels Mosaic,8.7,139,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +145,Barcelona,Yurbban Trafalgar Hotel,9.3,110,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +146,Barcelona,H10 Madison 4* Sup,9.5,178,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +147,Barcelona,Hotel Brummell,9.4,101,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +148,Barcelona,Hostal Barcelona Travel,7.9,88,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +149,Barcelona,Petit Palace Museum,8.6,99,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +150,Barcelona,Aparthotel Atenea Calabria,8.3,78,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +151,Barcelona,Catalonia Mikado,8.2,71,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +152,Barcelona,Blanc Guest House,8.9,73,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +153,Barcelona,Praktik Vinoteca,8.8,65,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +154,Barcelona,Barceló Raval,8.4,106,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +155,Barcelona,Hotel Ronda Lesseps,8.2,76,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +156,Barcelona,Barcelona Apartment Milà,8.7,126,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +157,Barcelona,Four Points by Sheraton Barcelona Diagonal,8.7,76,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +158,Barcelona,Hotel Palermo,7.2,51,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +159,Barcelona,Pierre & Vacances Barcelona Sants,8.4,74,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +160,Barcelona,Barcelona Apartment Villarroel,8.6,136,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +161,Barcelona,Ayre Hotel Gran Vía,8.9,81,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +162,Barcelona,Aparthotel Mariano Cubi Barcelona,8.4,142,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +163,Barcelona,Hotel America Barcelona,8.9,116,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +164,Barcelona,Hostalin Barcelona Gran Via,8.6,53,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +165,Barcelona,Almanac Barcelona,9.4,265,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +166,Barcelona,Hostal Barcelona Travel,7.9,88,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +167,Barcelona,Gallery Hotel,9.3,123,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +168,Barcelona,Seventy Barcelona,9.6,122,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +170,Barcelona,Ilunion Auditori,8.4,52,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +171,Barcelona,Hotel Internacional Ramblas,7.9,105,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +172,Barcelona,Hotel Balmes,8.7,117,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +173,Barcelona,K+K Hotel Picasso El Born,8.6,161,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +174,Barcelona,Hostal Portugal,8.1,71,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +175,Barcelona,NH Collection Barcelona Constanza,8.8,95,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +176,Barcelona,Hotel America Barcelona,8.9,116,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +177,Barcelona,Aparthotel Mariano Cubi Barcelona,8.4,142,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +178,Barcelona,Hostalin Barcelona Gran Via,8.6,53,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +179,Barcelona,Almanac Barcelona,9.4,265,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +180,Barcelona,Pestana Arena Barcelona,8.7,84,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +181,Barcelona,Hostal Sans,7.9,57,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +182,Barcelona,Hotel Internacional Ramblas,7.9,105,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +183,Barcelona,Hotel Balmes,8.7,117,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +184,Barcelona,Ilunion Bel-Art,8.4,53,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +185,Barcelona,Hostal Portugal,8.1,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +186,Barcelona,Hotel Astoria,8.8,81,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +187,Barcelona,Hostalin Barcelona Passeig de Gràcia,8.7,61,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +188,Barcelona,Andante Hotel,8.7,82,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +189,Barcelona,Free Hostels Barcelona,8.7,96,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +190,Barcelona,Holiday Inn Express Barcelona City 22@,8.1,80,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +191,Barcelona,Abba Garden,8.3,78,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +192,Barcelona,Europark,9.0,86,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +194,Barcelona,Hotel Nuevo Triunfo,8.1,100,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +195,Barcelona,Catalonia Park Putxet,7.7,67,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +196,Barcelona,Hotel Derby,8.0,82,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +197,Barcelona,Catalonia Roma,8.4,61,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +198,Barcelona,Suites Independencia - Abapart,7.9,57,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +199,Barcelona,Hostalin Barcelona Diputación,8.0,57,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +200,Barcelona,Hostal Medea,8.2,49,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +201,Barcelona,Ilunion Bel-Art,8.4,53,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +202,Barcelona,Hostal Portugal,8.1,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +203,Barcelona,Catalonia Catedral,9.3,122,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +204,Barcelona,Gaudi Hotel,8.5,69,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +205,Barcelona,Catalonia Port,8.9,92,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +206,Barcelona,Colón Hotel Barcelona,8.9,142,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +207,Barcelona,Catalonia Born,8.8,77,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +208,Barcelona,Catalonia Albeniz,8.8,56,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +209,Barcelona,"Alexandra Barcelona Hotel, Curio Collection by Hilton",8.3,92,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +210,Barcelona,Alma Barcelona GL,9.4,340,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +211,Barcelona,Mambo Tango,7.6,31,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +212,Barcelona,Sunotel Club Central,8.3,112,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +213,Barcelona,Gran Hotel Barcino,8.5,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +214,Barcelona,Petit Palace Boqueria Garden,8.8,151,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +215,Barcelona,Eric Vökel Boutique Apartments - Gran Vía Suites,8.9,194,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +216,Barcelona,H10 Art Gallery 4* Sup,8.8,107,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +217,Barcelona,Hostal Rio De Castro,8.0,37,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +219,Barcelona,Guitart Grand Passage,8.4,107,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +220,Barcelona,Ciutat Vella,8.3,69,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +221,Barcelona,Hotel España Ramblas,8.6,173,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +222,Barcelona,Pensión 45,6.6,55,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +223,Barcelona,Be Mate Paseo de Gracia,9.2,113,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +224,Barcelona,The Hotel 592 - Adults Only,9.0,49,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +226,Barcelona,The Hotel 592 - Adults Only,9.0,49,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +227,Barcelona,Hotel The Serras,9.5,310,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +228,Barcelona,Zenit Barcelona,8.1,96,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +229,Barcelona,Praktik Garden,8.6,60,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +230,Barcelona,Hotel Villa Emilia,9.2,122,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +231,Barcelona,Be Apartments,7.9,114,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +232,Barcelona,Mandarin Oriental Barcelona,9.0,379,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +233,Barcelona,Ally's Bed&Breakfast,8.1,43,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +234,Barcelona,Wello Apartments,8.4,136,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +235,Barcelona,Hotel Casa Bonay,8.9,107,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +236,Barcelona,Ibis Barcelona Plaza Glòries 22@,8.2,72,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +237,Barcelona,Catalonia Square 4* Sup,9.3,132,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +238,Barcelona,Hotel Barcelona Universal,8.7,73,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +239,Barcelona,Hostal Easy Sants,7.6,48,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +240,Barcelona,Evenia Rocafort,8.6,161,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +241,Barcelona,Amister Apartments,9.2,113,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +243,Barcelona,Barcelona City Apartment,7.1,50,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +244,Barcelona,Zenit Borrell,8.1,84,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +245,Barcelona,Isabella's House,8.6,57,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +246,Barcelona,Hotel Denit Barcelona,8.7,115,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +247,Barcelona,AC Hotel Victoria Suites,8.5,126,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +248,Barcelona,Acta Splendid,8.6,73,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +249,Barcelona,Hotel Inglés,8.2,56,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +250,Barcelona,Hotel Inglés,8.2,56,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +251,Barcelona,Ilunion Almirante,7.4,56,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +252,Barcelona,Amrey Sant Pau,8.4,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +253,Barcelona,Hostal Argo,8.2,100,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +254,Barcelona,Eurostars Monumental,8.5,68,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +255,Barcelona,Inout,7.7,57,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +256,Barcelona,Sunotel Junior,7.5,76,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +257,Barcelona,Hotel Derby,8.0,82,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +258,Barcelona,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,230,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +259,Barcelona,Isabella's House,8.6,57,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +260,Barcelona,Melia Barcelona Sky 4* Sup,8.3,115,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +261,Barcelona,Mayerling Schumann Barcelona,8.0,147,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +262,Barcelona,ibis Styles Barcelona Centre,8.4,67,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +263,Barcelona,Hotel Concordia Barcelona,8.3,77,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +264,Barcelona,Sunotel Club Central,8.3,112,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +265,Barcelona,Hostal Girona,8.9,50,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +266,Barcelona,SuiteaBCN,9.2,225,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +267,Barcelona,Decô Apartments Barcelona-Born Apt.,9.2,282,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +268,Barcelona,Up Suites Bcn,9.1,150,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +270,Barcelona,Hotel Gran Derby Suites,8.7,99,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +271,Barcelona,Fabrizzio's Petit,9.2,82,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +272,Barcelona,Hotel Laumon,7.8,54,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +273,Barcelona,Hesperia Barcelona Ramblas,8.7,91,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +274,Barcelona,Boutique Hostemplo Sagrada Familia,8.9,187,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +275,Barcelona,Ilunion Almirante,7.4,56,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +276,Barcelona,Cosmopolitan Boutique Rambla,8.3,806,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +277,Barcelona,The Hipstel Paseo De Gracia,7.7,56,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +278,Barcelona,Hotel Rialto,7.7,73,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +279,Barcelona,Grupotel Gravina,8.3,118,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +280,Barcelona,Primavera Hostel,9.1,73,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +281,Barcelona,Hostal Delfos,8.0,30,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +282,Barcelona,SLEEP Miró by STAY,7.8,239,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +283,Barcelona,Boutique Hotel H10 Montcada,9.1,166,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +284,Barcelona,Hotel Serhs Rivoli Rambla,8.0,128,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +285,Barcelona,Casa Lirio,8.3,576,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +286,Barcelona,Plaza Goya Rooms,8.6,61,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +287,Barcelona,Ant Hostel Barcelona,8.0,80,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +288,Barcelona,Free Hostels Barcelona,8.7,96,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +289,Barcelona,Hesperia Barcelona Del Mar,8.2,87,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +290,Barcelona,Room Mate Pau,9.2,140,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +291,Barcelona,Hostal Centric,8.9,100,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +292,Barcelona,Hostal Elkano,7.7,30,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +294,Barcelona,SLEEP Eixample by STAY,7.8,184,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +295,Barcelona,Hostal Natura Barcelona,7.9,57,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +296,Barcelona,AC Hotel Sants,8.2,133,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +297,Barcelona,Olivia Balmes Hotel,9.5,182,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +298,Barcelona,Barcelona Just Like Home,9.0,320,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +299,Barcelona,Monument Hotel,9.3,255,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +300,Barcelona,H10 Itaca,8.5,81,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +301,Barcelona,Monument Hotel,9.3,255,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +302,Barcelona,NH Barcelona Eixample,8.4,65,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +303,Barcelona,Cosmo Apartments Passeig de Gràcia,8.2,170,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +304,Barcelona,Ola Living Diagonal Apartments,9.0,275,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +305,Barcelona,Hostal Radio Barcelona,7.5,43,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +306,Barcelona,Aspasios Las Ramblas Apartments,8.7,144,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +307,Barcelona,Ola Living Music,8.3,131,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +308,Barcelona,Hostal Delfos,8.0,30,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +309,Barcelona,Vale Suites,8.9,486,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +310,Barcelona,Hostal Marenostrum,8.6,116,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +311,Barcelona,Decô Apartments Barcelona-Eixample,9.1,335,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +312,Barcelona,SLEEP Universitat by STAY,7.8,179,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +313,Barcelona,Cuatro Naciones,8.5,66,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +314,Barcelona,Hotel Sansi Barcelona,8.2,82,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +315,Barcelona,Cosmo Apartments Consell de Cent - Plaza Universitat,7.9,245,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +316,Barcelona,Acta BCN 40,8.5,56,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +317,Barcelona,Hostal Sant Pau,7.8,100,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +318,Barcelona,Circa 1905,9.3,86,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +320,Barcelona,Generator Barcelona,8.1,88,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +321,Barcelona,C211 Barcelona Apartments,8.9,186,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +322,Barcelona,Barcelona City Apartment,7.1,50,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +323,Barcelona,Hotel Casa Elliot,9.2,80,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +324,Barcelona,Eurostars Bcn Design,8.5,225,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +325,Barcelona,SmartRoom Barcelona,8.5,50,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +326,Barcelona,Hostal Barcelona,7.0,54,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +327,Barcelona,Aparthotel Silver,9.0,95,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +328,Barcelona,Hotel Brick Barcelona,9.0,62,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +329,Barcelona,Hostal Benidorm,8.7,83,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +331,Barcelona,Hotel Cortes,8.3,97,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +332,Barcelona,Tres Torres Atiram Hotels,8.3,79,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +333,Barcelona,Amister Apartments,9.2,113,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +334,Barcelona,Hostal Boutique Khronos,8.7,106,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +335,Barcelona,Ally's Bed&Breakfast,8.1,43,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +336,Barcelona,Enjoybcn Coliseum Apartments,8.4,340,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +337,Barcelona,Bed & Art Barcelona,7.4,121,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +338,Barcelona,Cosmo Apartments Marina – Auditori,8.0,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +339,Barcelona,Hotel Ciutadella Barcelona,8.3,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +340,Barcelona,BCN Home Guest House,8.4,77,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +341,Barcelona,NH Barcelona Diagonal Center,8.3,65,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +342,Barcelona,SLEEP Fira by STAY,8.0,209,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +343,Barcelona,Hostal LIWI,8.8,92,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +345,Barcelona,C211 Barcelona Apartments,8.9,186,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +346,Barcelona,Cosmo Suite Penthouse,9.1,1,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +347,Barcelona,Urban District Apartments - Rambla Suites & Pool,8.2,159,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +348,Barcelona,Hostal Nova Barcelona,8.5,45,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +350,Barcelona,Hostal Boutique Khronos,8.7,106,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +351,Barcelona,NH Barcelona Diagonal Center,8.3,65,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +352,Barcelona,Hotel Aneto,7.9,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +353,Barcelona,AinB Eixample-Entença Apartments,8.0,115,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +354,Barcelona,Sixtytwo Hotel,9.3,278,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +355,Barcelona,Circa 1905,9.3,86,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +356,Barcelona,Charmsuites Nou Rambla,7.9,124,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +357,Barcelona,AC Hotel Sants,8.2,133,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +358,Barcelona,Hostal Bejar,7.7,44,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +359,Barcelona,Mayerling Schumann Barcelona,8.0,147,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +360,Barcelona,Midtown Luxury Apartments,8.3,128,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +361,Barcelona,Apartment Guell,9.4,191,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +362,Barcelona,BUHO Boutique Rooms,8.6,75,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +363,Barcelona,Hostal Lleida,8.5,56,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +364,Barcelona,Urban District Apartments - Rambla Suites & Pool,8.2,159,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +365,Barcelona,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,230,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +366,Barcelona,Hostal Natura Barcelona,7.9,57,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +367,Barcelona,Eric Vökel Boutique Apartments - BCN Suites,9.0,193,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +369,Barcelona,Paral·lel,8.5,57,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +370,Barcelona,Decô Apartments Barcelona-Born Apt.,9.2,282,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +371,Barcelona,Diagonal House,7.9,37,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +372,Barcelona,Ako Suites Hotel,8.7,142,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +373,Barcelona,AinB Las Ramblas-Guardia Apartments,7.4,111,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +374,Barcelona,Leonardo Hotel Barcelona Gran Via,8.5,120,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +375,Barcelona,AinB Las Ramblas-Guardia Apartments,7.4,111,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +376,Barcelona,Leonardo Hotel Barcelona Gran Via,8.5,120,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +377,Barcelona,Casa Neri Apartments,9.2,270,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +378,Barcelona,NH Barcelona Stadium,8.4,73,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +379,Barcelona,"Hotel Barcelona Condal Mar, managed by Meliá",8.1,98,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +380,Barcelona,Hotel Best 4 Barcelona,7.8,85,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +381,Barcelona,Hotel Roger de Llúria,8.6,121,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +382,Barcelona,Apartment Guell,9.4,191,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +383,Barcelona,ZT Barcelona,8.5,103,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +384,Barcelona,Break N Bed,7.8,535,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +385,Barcelona,Hostal Nova Barcelona,8.5,45,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +386,Barcelona,Hostel Friends Barcelona,7.5,56,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +387,Barcelona,LM Rooms BCN,7.9,66,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +388,Barcelona,Room Mate Gerard,9.0,151,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +389,Barcelona,Sir Victor Hotel,8.9,245,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +390,Barcelona,HCC Regente,8.3,77,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +391,Barcelona,TOC Hostel Barcelona,8.8,137,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +392,Barcelona,Anba Boutique,9.3,160,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +394,Barcelona,Charmsuites Nou Rambla,7.9,124,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +395,Barcelona,Umma Barcelona B&B Boutique,9.1,73,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +396,Barcelona,Buba House,8.2,49,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +397,Barcelona,HCC St. Moritz,8.8,91,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +398,Barcelona,Your Home in Barcelona Apartments,8.7,80,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +399,Barcelona,The Level at Melia Barcelona Sky,8.7,154,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +400,Barcelona,Your Home in Barcelona Apartments,8.7,80,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +401,Barcelona,The Level at Melia Barcelona Sky,8.7,154,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +402,Barcelona,Decô Apartments Barcelona-Born St.,8.5,230,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +403,Barcelona,Hostal LIWI,8.8,92,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +404,Barcelona,Olivia Plaza Hotel,9.5,227,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +405,Barcelona,Hostal Lesseps,8.1,93,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +406,Barcelona,Melia Barcelona Sarriá,8.3,145,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +407,Barcelona,Hotel Actual,8.8,126,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +408,Barcelona,Plaza Catalunya City Center Apartments,7.6,440,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +409,Barcelona,Hostemplo Sagrada Familia,8.6,162,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +410,Barcelona,Hostal Fina,8.2,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +411,Barcelona,Tibidabo Apartments,8.7,125,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +412,Barcelona,Barcelona Apartment Val,8.7,155,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +413,Barcelona,St Christopher's Inn Barcelona,8.4,166,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +414,Barcelona,Apartments Hotel Sant Pau,8.5,105,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +415,Barcelona,Aparthotel Allada 3*,8.3,114,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +416,Barcelona,Factory Suites Barcelona,8.8,139,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +417,Barcelona,CASA DERY BARCELONA,8.1,53,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +418,Barcelona,Amra Barcelona Caspe,8.1,53,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +420,Barcelona,AinB Eixample-Miro Apartments,7.9,115,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +421,Barcelona,Hotel Best Aranea,8.5,76,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +422,Barcelona,Grand Hotel Central,9.1,241,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +423,Barcelona,Hostal Nuevo Colon,8.0,41,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +424,Barcelona,HCC St. Moritz,8.8,91,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +425,Barcelona,Hotel Murmuri Barcelona,8.8,140,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +426,Barcelona,Catalonia La Pedrera,8.5,82,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +427,Barcelona,Hotel Pelayo,8.0,87,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +428,Barcelona,Amra Barcelona Caspe,8.1,53,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +429,Barcelona,Mayerling Bisbe Urquinaona,8.2,162,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +430,Barcelona,Hotel Reding Croma,8.7,86,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +431,Barcelona,Passeig de Gracia Studio Loft,9.3,180,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +432,Barcelona,Catalonia Gran Via BCN,9.0,82,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +433,Barcelona,Residencia Talitha,7.0,88,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +434,Barcelona,Principal B&Bcn,8.7,151,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +435,Barcelona,Room Mate Carla,9.1,147,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +436,Barcelona,AinB Diagonal Francesc Macià Apartments,7.2,285,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +437,Barcelona,Petit Hotel,8.5,65,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +438,Barcelona,Pol & Grace Hotel,8.8,90,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +439,Barcelona,Charming Flats by Aspasios,8.7,149,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +440,Barcelona,Renaissance Barcelona Hotel,8.1,183,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +441,Barcelona,Acta Atrium Palace,8.5,102,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +443,Barcelona,Eurostars Ramblas,8.2,82,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +444,Barcelona,Luxury Seaview-Forum-CCIB-Apart ent,7.3,155,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +445,Barcelona,Som Nit Born,8.4,71,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +446,Barcelona,The Wittmore - Adults Only,9.2,234,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +447,Barcelona,Hostal Iznajar Barcelona,8.2,71,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +448,Barcelona,Break N Bed,7.8,535,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +449,Barcelona,Hotel Peninsular,7.6,66,Pets are not allowed.,https://www.booking.com/hotel/es/lleo.en-gb.html +450,Barcelona,SM Hotel Sant Antoni,8.7,80,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +451,Barcelona,Live & Dream,8.2,143,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +452,Barcelona,Alguera Apartments Sant Andreu,7.9,1,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +453,Barcelona,Eurostars Ramblas,8.2,82,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +454,Barcelona,AinB Diagonal Francesc Macià Apartments,7.2,285,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +455,Barcelona,Som Nit Triomf,8.2,71,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +457,Barcelona,Room Mate Emma,9.0,130,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +458,Barcelona,Hotel Viladomat by Silken,7.8,696,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +459,Barcelona,Bcn Paseo De Gracia Rocamora Apartment,9.1,275,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +460,Barcelona,Onix Rambla,8.6,80,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +461,Barcelona,Hostal Poblenou B&B,8.8,89,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +464,Barcelona,Ona Hotels Arya,8.8,105,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +465,Barcelona,Atlantis by Atbcn,8.7,71,Pets are not allowed.,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html +466,Barcelona,Hostal Parisien,7.4,103,Pets are not allowed.,https://www.booking.com/hotel/es/wilson.en-gb.html +467,Barcelona,Dalí Residence,6.6,154,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +468,Barcelona,Hostal Lesseps,8.1,93,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +470,Barcelona,HCC Regente,8.3,77,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +471,Barcelona,Hostal Operaramblas,8.9,68,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +472,Barcelona,Hostal Ideal Sants,5.8,54,"Free! + + +All pools are free of charge",https://www.booking.com/hotel/es/arts-barcelona.en-gb.html +473,Barcelona,Best House Best Place,9.3,235,Pets are not allowed.,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html +474,Barcelona,Cosmo Apartments Rambla Catalunya,9.0,210,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +475,Barcelona,Serennia Exclusive Rooms,8.7,66,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/w-barcelona.en-gb.html +476,Barcelona,Beach Penthouse near center with pool,8.0,241,Pets are not allowed.,https://www.booking.com/hotel/es/negresco-princess.en-gb.html +477,Barcelona,Chic & Basic Born Boutique Hotel,8.4,71,Pets are not allowed.,https://www.booking.com/hotel/es/h10-cubik.en-gb.html +478,Barcelona,Hesperia Barcelona Barri Gòtic,8.5,81,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/es/avenidapalace.en-gb.html +479,Barcelona,HCC Lugano,8.4,76,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html +480,Barcelona,Mayerling Abamita Apartments,8.8,173,Pets are not allowed.,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html +481,Barcelona,Hostal Bcn Port,8.0,36,Pets are not allowed.,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html +482,Barcelona,Apkeys Barcino Balmes,7.8,220,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/sbicaria.en-gb.html +483,Barcelona,Charmsuites Paralel,7.7,104,Pets are not allowed.,https://www.booking.com/hotel/es/ohla.en-gb.html +484,Barcelona,Kabul Party Hostel Barcelona,8.6,75,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html +485,Barcelona,AinB Sagrada Familia Apartments,7.8,111,Pets are not allowed.,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html +486,Barcelona,Condes de Barcelona,9.0,162,Pets are not allowed.,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html +487,Barcelona,La Casa Gran B&B,9.2,150,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html +488,Barcelona,Aspasios Plaza Real Apartments,8.4,154,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html +491,Barcelona,Apartamentos Navas 2,8.6,184,Pets are not allowed.,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html +492,Barcelona,TOC Hostel Barcelona,8.8,137,Pets are not allowed.,https://www.booking.com/hotel/es/grandmarina.en-gb.html +494,Barcelona,Ramblas by Pillow,8.8,95,Pets are not allowed.,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html +495,Barcelona,Aparthotel Bonanova,8.3,111,Pets are not allowed.,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html +496,Barcelona,Factory Suites Barcelona,8.8,139,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html +497,Barcelona,Boat Hotel Barcelona,9.3,211,Pets are not allowed.,https://www.booking.com/hotel/es/gran-via-678.en-gb.html +499,Barcelona,Chic & Basic Lemon Boutique Hotel,8.9,69,Pets are not allowed.,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html +0,Amsterdam,Park Plaza Victoria Amsterdam,8.4,175,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +1,Amsterdam,Park Inn by Radisson Amsterdam City West,8.3,130,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +2,Amsterdam,"Radisson Blu Hotel, Amsterdam City Center",8.5,225,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +5,Amsterdam,Monet Garden Hotel Amsterdam,9.0,175,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +6,Amsterdam,NH City Centre Amsterdam,8.3,162,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +7,Amsterdam,Hotel Mai Amsterdam,8.7,90,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +8,Amsterdam,NH Collection Amsterdam Barbizon Palace,8.5,180,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +9,Amsterdam,citizenM Amstel Amsterdam,9.1,143,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +10,Amsterdam,Holiday Inn Express Amsterdam - North Riverside,8.5,83,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +11,Amsterdam,Urban Lodge Hotel,8.4,66,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +12,Amsterdam,Van der Valk Hotel Amsterdam - Amstel,8.8,145,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +13,Amsterdam,NH Collection Amsterdam Flower Market,8.6,170,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +14,Amsterdam,Hotel Jakarta Amsterdam,9.0,199,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +15,Amsterdam,Mercure Amsterdam Sloterdijk Station,8.4,101,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +16,Amsterdam,Pestana Amsterdam Riverside,8.6,181,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +17,Amsterdam,NH Collection Amsterdam Grand Hotel Krasnapolsky,8.8,207,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +18,Amsterdam,ibis Amsterdam Centre,7.8,123,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +19,Amsterdam,"The Hoxton, Amsterdam",9.0,165,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +20,Amsterdam,Park Plaza Vondelpark Amsterdam,8.8,158,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +21,Amsterdam,Hotel Amsterdam De Roode Leeuw,7.8,132,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +22,Amsterdam,Inntel Hotels Amsterdam Centre,8.2,181,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +24,Amsterdam,Botel,7.5,60,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +25,Amsterdam,Botel,7.5,60,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +26,Amsterdam,Mr. Jordaan,9.3,117,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +27,Amsterdam,XO Hotels City Centre,7.3,132,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +28,Amsterdam,the niu Fender,8.4,96,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +30,Amsterdam,Hampton By Hilton Amsterdam Arena Boulevard,8.6,88,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +31,Amsterdam,Andaz Amsterdam Prinsengracht - a concept by Hyatt,9.1,306,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +32,Amsterdam,Krisotel,8.9,90,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +33,Amsterdam,DoubleTree by Hilton Amsterdam Centraal Station,8.2,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +34,Amsterdam,Amadi Panorama Hotel,8.5,95,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +35,Amsterdam,Leonardo Hotel Amsterdam Rembrandtpark,8.1,123,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +37,Amsterdam,Renaissance Amsterdam Hotel,8.1,184,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +38,Amsterdam,Swissôtel Amsterdam,8.7,148,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +39,Amsterdam,Holiday Inn Express Amsterdam Arena Towers,8.1,87,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +40,Amsterdam,Hotel City Garden Amsterdam,7.3,59,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +41,Amsterdam,Hotel Luxer,8.8,127,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +42,Amsterdam,WestCord City Centre Hotel,8.2,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +43,Amsterdam,Hyatt Regency Amsterdam,8.8,204,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +44,Amsterdam,Amsterdam Wiechmann Hotel,8.6,146,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +45,Amsterdam,Grand Hotel Amrâth Amsterdam,8.1,206,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +46,Amsterdam,The Hendrick's Hotel,9.3,200,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +47,Amsterdam,Yays Bickersgracht Concierged Boutique Apartments,8.5,371,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +49,Amsterdam,The Times Hotel,8.5,123,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +50,Amsterdam,Nova Hotel,8.1,186,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +51,Amsterdam,WestCord Fashion Hotel Amsterdam,8.4,113,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +52,Amsterdam,Hotel Okura Amsterdam – The Leading Hotels of the World,8.9,214,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +53,Amsterdam,Hotel City Garden Amsterdam,7.3,59,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +55,Amsterdam,Room Mate Aitana,8.9,207,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +56,Amsterdam,Zoku Amsterdam,9.0,144,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +57,Amsterdam,Hans Brinker Hostel Amsterdam,7.8,49,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +58,Amsterdam,Dream Hotel Amsterdam,8.2,117,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +59,Amsterdam,Motel One Amsterdam-Waterlooplein,9.0,133,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +60,Amsterdam,Travel Hotel Amsterdam,6.8,57,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +61,Amsterdam,Mövenpick Hotel Amsterdam City Centre,8.4,139,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +62,Amsterdam,Eden hotel Amsterdam,8.1,187,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +63,Amsterdam,Boutique Hotel Notting Hill,8.7,154,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +64,Amsterdam,Conservatorium Hotel,9.1,444,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +65,Amsterdam,Hotel Sint Nicolaas,8.8,149,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +66,Amsterdam,Singel Hotel Amsterdam,8.5,131,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +67,Amsterdam,DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf,8.6,86,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +68,Amsterdam,Hotel Mansion,8.1,143,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +69,Amsterdam,"art'otel amsterdam, part of Radisson Hotel Group",8.5,239,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +70,Amsterdam,The Bank Hotel,8.4,121,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +71,Amsterdam,Amsterdam Marriott Hotel,8.5,192,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +72,Amsterdam,Hotel Arena,8.3,175,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +74,Amsterdam,Joy Hotel,8.2,78,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +75,Amsterdam,Hotel The Exchange,8.1,102,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +76,Amsterdam,Hotel Casa Amsterdam,8.5,126,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +77,Amsterdam,Hotel Roemer Amsterdam,8.1,80,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +78,Amsterdam,Hotel CC,8.1,154,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +80,Amsterdam,Hotel Ben Centre,6.3,59,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +81,Amsterdam,Hotel Hermitage Amsterdam,7.1,96,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +82,Amsterdam,De Jonker Urban Studios & Suites,8.3,90,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +83,Amsterdam,De L’Europe Amsterdam – The Leading Hotels of the World,9.1,414,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +84,Amsterdam,Hotel Espresso,8.1,75,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +85,Amsterdam,Corendon City Hotel Amsterdam,8.1,111,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +86,Amsterdam,Max Brown Hotel Canal District,8.4,124,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +87,Amsterdam,Yays Oostenburgergracht Concierged Boutique Apartments,8.6,133,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +88,Amsterdam,Hotel Cornelisz,8.5,96,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +89,Amsterdam,Conscious Hotel Westerpark,8.8,75,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +90,Amsterdam,Hotel Nes,8.1,122,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +91,Amsterdam,Hotel Continental Amsterdam,6.8,57,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +92,Amsterdam,Best Western Amsterdam,7.8,75,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +93,Amsterdam,Hotel De Hallen,8.7,85,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +94,Amsterdam,Grand Hotel Downtown,7.8,144,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +95,Amsterdam,City Hotel Amsterdam,8.1,156,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +96,Amsterdam,Sir Adam Hotel,9.0,160,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +97,Amsterdam,New West Inn Amsterdam,7.5,75,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +99,Amsterdam,Hotel2Stay,8.7,97,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +100,Amsterdam,Hotel2Stay,8.7,97,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +101,Amsterdam,Hard Rock Hotel Amsterdam American,9.0,261,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +102,Amsterdam,Nadia Hotel,7.9,112,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +103,Amsterdam,The Old Nickel Hotel,7.2,96,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +105,Amsterdam,YOTEL Amsterdam,8.2,99,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +106,Amsterdam,Bilderberg Garden Hotel,8.0,169,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +107,Amsterdam,Hotel Doria,7.4,102,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +108,Amsterdam,XO Hotels Couture,8.8,87,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +109,Amsterdam,Best Western Dam Square Inn,7.9,113,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +110,Amsterdam,Budget Hotel Tourist Inn,8.3,119,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +111,Amsterdam,Sofitel Legend The Grand Amsterdam,9.1,419,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +112,Amsterdam,a&o Amsterdam Zuidoost,7.7,76,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +113,Amsterdam,MEININGER Hotel Amsterdam City West,8.2,74,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +114,Amsterdam,Mozart Hotel,7.6,139,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +115,Amsterdam,Hotel Abba,8.0,56,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +116,Amsterdam,Residence Inn by Marriott Amsterdam Houthavens,8.5,118,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +117,Amsterdam,Hotel Die Port van Cleve,8.5,175,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +118,Amsterdam,The College Hotel,8.4,154,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +119,Amsterdam,Budget Hotel Ben,7.1,59,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +120,Amsterdam,Moxy Amsterdam Houthavens,8.3,95,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +121,Amsterdam,Short Stay Group Harbour Apartments Amsterdam,7.7,149,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +122,Amsterdam,Amsterdam ID Aparthotel,8.6,143,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +124,Amsterdam,Dikker & Thijs Hotel,8.4,191,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +125,Amsterdam,Dikker & Thijs Hotel,8.4,191,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +126,Amsterdam,Four Elements Hotel,8.3,92,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +127,Amsterdam,Hotel Aalders,9.0,122,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +128,Amsterdam,The Student Hotel Amsterdam City,8.7,122,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +130,Amsterdam,Fletcher Hotel Amsterdam,7.4,143,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +131,Amsterdam,Waldorf Astoria Amsterdam,9.4,675,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +132,Amsterdam,Holiday Inn Express Amsterdam - City Hall,8.6,139,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +133,Amsterdam,Hotel V Nesplein,9.0,314,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +134,Amsterdam,ibis Styles Amsterdam City,8.3,109,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +135,Amsterdam,Holiday Inn Express Amsterdam - Sloterdijk Station,8.1,95,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +136,Amsterdam,Catalonia Vondel Amsterdam,8.6,102,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +137,Amsterdam,Delta Hotel City Center,6.8,118,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +138,Amsterdam,Hotel van de Vijsel,8.6,91,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +139,Amsterdam,ibis Styles Amsterdam Central Station,7.9,110,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +140,Amsterdam,Lloyd Hotel,8.0,91,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +141,Amsterdam,Prinsengracht Hotel,8.1,169,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +142,Amsterdam,Banks Mansion - All Inclusive Boutique Hotel,9.3,282,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +143,Amsterdam,Leonardo Hotel Amsterdam City Center,7.9,86,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +144,Amsterdam,easyHotel Amsterdam Arena Boulevard,7.8,72,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +145,Amsterdam,Hotel Levell,8.6,111,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +146,Amsterdam,Ecomama,8.3,68,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +147,Amsterdam,Albus Hotel Amsterdam City Centre,8.6,175,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +149,Amsterdam,XO Hotels Park West,8.6,87,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +150,Amsterdam,Ozo Hotel,7.7,118,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +151,Amsterdam,XO Hotels Park West,8.6,87,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +152,Amsterdam,Hotel Alexander,8.2,96,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +153,Amsterdam,WestCord Art Hotel Amsterdam 4 stars,8.4,108,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +155,Amsterdam,Hotel Not Hotel,8.1,79,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +156,Amsterdam,MEININGER Hotel Amsterdam Amstel,8.2,83,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +157,Amsterdam,PH Hotel Oosteinde,7.7,102,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +158,Amsterdam,Citiez Hotel Amsterdam,8.2,91,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +159,Amsterdam,Hotel The Craftsmen,9.2,282,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +160,Amsterdam,Prinsenhotel,8.1,101,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +161,Amsterdam,Melrose Hotel,7.9,150,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +162,Amsterdam,Conscious Hotel The Tire Station,8.7,65,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +163,Amsterdam,Ambassade Hotel,9.3,280,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +164,Amsterdam,Hotel Fine Harmony,7.9,164,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +165,Amsterdam,Holiday Inn Amsterdam - Arena Towers,8.1,98,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +166,Amsterdam,Wellnesshotel Zuiver Amsterdam,8.1,208,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +167,Amsterdam,The Dylan Amsterdam,9.3,512,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +168,Amsterdam,Quentin Zoo hotel,8.2,124,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +169,Amsterdam,Park Centraal Amsterdam,8.6,192,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +170,Amsterdam,Hampton by Hilton Amsterdam Centre East,8.6,120,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +171,Amsterdam,"The Pavilions Amsterdam, The Toren",9.0,354,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +172,Amsterdam,"Apollo Hotel Amsterdam, a Tribute Portfolio Hotel",8.4,132,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +174,Amsterdam,INK Hotel Amsterdam - MGallery,8.9,158,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +175,Amsterdam,The Dylan Amsterdam,9.3,512,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +176,Amsterdam,WestCord Art Hotel Amsterdam 3 stars,8.6,98,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +178,Amsterdam,The Alfred Hotel,7.5,122,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +180,Amsterdam,Yays Zoutkeetsgracht Concierged Boutique Apartments,8.7,158,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +181,Amsterdam,Grand Hotel Downtown,7.8,144,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +182,Amsterdam,Waldorf Astoria Amsterdam,9.4,675,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +183,Amsterdam,Hotel Il Fiore,8.6,144,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +184,Amsterdam,The Bolster,7.8,106,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +185,Amsterdam,Hotel Asterisk 3 star superior,9.1,122,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +186,Amsterdam,Hotel 83,7.2,127,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +187,Amsterdam,Hilton Amsterdam,8.2,141,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +188,Amsterdam,The Flying Pig Downtown,8.3,79,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +189,Amsterdam,Hotel De Gerstekorrel,7.8,207,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +190,Amsterdam,PH Hotel Oosteinde,7.7,102,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +191,Amsterdam,Via Amsterdam,8.1,112,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +192,Amsterdam,Hotel Mosaic City Centre,7.9,107,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +193,Amsterdam,Hotel Alexander,8.2,96,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +194,Amsterdam,Via Suites,8.4,134,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +195,Amsterdam,Linden Hotel,9.0,88,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +196,Amsterdam,Hotel Old Quarter,7.1,86,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +197,Amsterdam,NH Amsterdam Caransa,8.1,169,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +199,Amsterdam,XO Hotels Blue Tower,7.8,83,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +200,Amsterdam,Amsterdam Teleport Hotel,8.3,91,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +201,Amsterdam,The Arcade Hotel Amsterdam,7.9,90,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +202,Amsterdam,XO Hotels Blue Tower,7.8,83,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +203,Amsterdam,France Hotel,7.6,142,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +204,Amsterdam,Hotel Larende,8.8,117,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +205,Amsterdam,The Manor Amsterdam,8.4,142,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +206,Amsterdam,Hotel Aalders,9.0,122,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +207,Amsterdam,Hotel Manofa,7.4,263,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +208,Amsterdam,Hotel van Gelder,7.4,92,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +209,Amsterdam,Alp Hotel,8.8,191,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +210,Amsterdam,Hotel des Arts,8.0,314,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +211,Amsterdam,City Hotel Amsterdam,8.1,156,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +212,Amsterdam,Hotel TWENTY EIGHT,9.3,186,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +213,Amsterdam,Jaz Amsterdam,8.9,208,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +214,Amsterdam,Dam Hotel,6.2,86,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +215,Amsterdam,Vita Nova,7.1,59,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +216,Amsterdam,Hotel Atlantis Amsterdam,7.6,83,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +217,Amsterdam,International Budget Hostel City Center,7.3,70,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +218,Amsterdam,NH Amsterdam Noord,8.3,101,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +219,Amsterdam,Motel One Amsterdam,8.9,111,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +220,Amsterdam,Stayokay Amsterdam Vondelpark,8.5,84,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +221,Amsterdam,Hotel Amstelzicht,8.2,196,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +222,Amsterdam,Ambassade Hotel,9.3,280,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +224,Amsterdam,Hotel Park Plantage,7.4,87,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +226,Amsterdam,Facade Hotel Amsterdam,7.6,538,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +227,Amsterdam,NH Amsterdam Centre,7.6,149,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +228,Amsterdam,ibis Styles Amsterdam Amstel,8.2,109,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +229,Amsterdam,Jaz Amsterdam,8.9,208,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +230,Amsterdam,Max Brown Hotel Museum Square,8.3,107,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +231,Amsterdam,Hotel Clemens,9.0,133,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +232,Amsterdam,Dutch Design Hotel Artemis,7.9,92,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +233,Amsterdam,Pension Homeland,8.6,160,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +234,Amsterdam,Conscious Hotel Vondelpark,8.5,112,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +235,Amsterdam,Mr. Monkey Amsterdam,7.2,191,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +236,Amsterdam,Acostar Hotel,7.5,134,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +237,Amsterdam,XO Hotel Inner,8.2,120,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +239,Amsterdam,Quentin England Hotel,7.7,79,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +240,Amsterdam,XO Hotels Infinity,8.0,110,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +241,Amsterdam,Hotel King's Court,8.0,75,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +242,Amsterdam,ibis Amsterdam City West,8.0,82,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +243,Amsterdam,Leonardo Royal Hotel Amsterdam,8.6,356,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +244,Amsterdam,Hotel V Fizeaustraat,9.1,207,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +245,Amsterdam,Amsterdam Hotel Parklane,7.8,96,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +246,Amsterdam,Hotel Piet Hein,7.4,102,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +247,Amsterdam,The Muse Amsterdam - Boutique Hotel,8.4,103,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +249,Amsterdam,i hotel,7.1,59,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +250,Amsterdam,Hotel TwentySeven - Small Luxury Hotels of the World,9.6,751,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +251,Amsterdam,Hotel BOAT & CO,9.2,218,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +252,Amsterdam,Hotel Titus City Centre,7.2,80,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +253,Amsterdam,Aston City Hotel,6.4,123,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +254,Amsterdam,Budget Hostel Heart of Amsterdam,7.2,86,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +255,Amsterdam,easyHotel Amsterdam City Centre South,7.6,85,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +256,Amsterdam,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,405,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +257,Amsterdam,Quentin Arrive Hotel,6.7,73,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +258,Amsterdam,BUNK Hotel Amsterdam,8.1,90,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +259,Amsterdam,nhow Amsterdam Rai,9.0,132,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +260,Amsterdam,Novotel Amsterdam City,8.3,143,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +261,Amsterdam,citizenM Amsterdam South,8.8,143,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +262,Amsterdam,Mercure Hotel Amsterdam Centre Canal District,8.1,136,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +263,Amsterdam,Yays Entrepothaven Concierged Boutique Apartments,9.0,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +264,Amsterdam,Hotel Imperial,8.5,151,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +265,Amsterdam,Mps Holland,7.6,102,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +266,Amsterdam,Hotel De Looier,6.7,80,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +267,Amsterdam,Hotel TWENTY EIGHT,9.3,186,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +268,Amsterdam,Sir Albert Hotel,8.7,201,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +269,Amsterdam,The ED Amsterdam,8.7,108,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +270,Amsterdam,Hotel The Bird,8.3,172,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +271,Amsterdam,Euphemia Budget Old City Canal Zone,7.7,96,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +272,Amsterdam,Quentin Golden Bear Hotel,6.9,133,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +274,Amsterdam,Budget Trianon Hotel,6.3,54,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +275,Amsterdam,Hotel de Munck,7.0,91,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +276,Amsterdam,QO Amsterdam,9.0,250,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +277,Amsterdam,Budget Hostel Sphinx,6.8,96,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +278,Amsterdam,The Concert Hotel,7.8,86,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +279,Amsterdam,AmicitiA,7.7,59,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +280,Amsterdam,Van der Valk Hotel Amsterdam Zuidas,9.0,158,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +281,Amsterdam,No. 377 House,8.3,115,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +282,Amsterdam,Hotel Flipper Amsterdam,6.8,59,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +283,Amsterdam,Amsterdam Downtown Hotel,7.2,538,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +284,Amsterdam,Prestige Hotel,7.3,70,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +285,Amsterdam,Felicitas,8.3,65,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +286,Amsterdam,Hotel Corner House,7.5,84,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +287,Amsterdam,The Student Hotel Amsterdam West,8.5,65,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +288,Amsterdam,Facade Hotel Amsterdam,7.6,538,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +289,Amsterdam,PH Hotel de Entree,6.8,176,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +290,Amsterdam,i hotel,7.1,59,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +291,Amsterdam,Orange Tulip Hotel,6.2,86,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +292,Amsterdam,Eden Studios and Apartments,8.2,208,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +293,Amsterdam,CityHub Amsterdam,9.1,85,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +294,Amsterdam,Hotel Pagi,7.6,188,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +295,Amsterdam,Bastion Hotel Amsterdam Amstel,7.2,133,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +296,Amsterdam,Greenstay,8.5,98,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +297,Amsterdam,Rembrandtplein Hotel,7.3,154,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +299,Amsterdam,Amistad hotel,8.7,203,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +300,Amsterdam,Rembrandtplein Hotel,7.3,154,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +301,Amsterdam,Hotel Imperial,8.5,151,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +302,Amsterdam,A-Train Hotel,8.6,304,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +303,Amsterdam,Amistad hotel,8.7,203,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +304,Amsterdam,Mokum Suites,9.5,136,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +305,Amsterdam,ibis Styles Amsterdam Amstel,8.2,109,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +306,Amsterdam,Amsterdam Nieuwmarkt Centrum Apartments,8.9,324,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +307,Amsterdam,Campanile Hotel & Restaurant Amsterdam Zuid-Oost,7.8,85,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +308,Amsterdam,Bastion Hotel Amsterdam Amstel,7.2,133,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +309,Amsterdam,Belfort Hotel,6.2,86,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +310,Amsterdam,Apollofirst Boutique Hotel,8.7,91,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +311,Amsterdam,Crowne Plaza Amsterdam - South,8.9,154,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +312,Amsterdam,Hotel Leidsegracht,7.8,80,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +313,Amsterdam,EasyStayAmsterdam,6.8,196,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +314,Amsterdam,Hotel Seven one Seven,8.9,571,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +315,Amsterdam,Gr8 Hotel Amsterdam Riverside,7.9,110,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +316,Amsterdam,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,405,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +317,Amsterdam,Stayokay Amsterdam Oost,8.4,68,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +318,Amsterdam,City Hotel,6.9,104,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +319,Amsterdam,Frisco Inn,7.5,136,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +320,Amsterdam,Qbic Hotel WTC Amsterdam,8.0,118,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +321,Amsterdam,G hotel,7.9,144,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +322,Amsterdam,PH Hotel Oosteinde Economy,6.7,73,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +324,Amsterdam,Hotel Freeland,8.1,102,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +325,Amsterdam,Hotel Vossius Vondelpark,7.6,75,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +326,Amsterdam,The Cabin @ MPS Noorderzon,7.8,185,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +327,Amsterdam,The Student Hotel Amsterdam West,8.5,65,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +328,Amsterdam,BUNK Hotel Amsterdam,8.1,90,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +329,Amsterdam,XO Hotels Van Gogh,8.2,111,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +330,Amsterdam,Asile Flottant,8.5,250,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +331,Amsterdam,Hotel Atlanta,7.3,124,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +332,Amsterdam,Dutchies Hostel,8.4,50,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +333,Amsterdam,Hotel Beethoven,7.4,71,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +334,Amsterdam,The Delphi - Amsterdam Townhouse,8.2,177,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +335,Amsterdam,QO Amsterdam,9.0,250,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +336,Amsterdam,Passengership Avanti,7.6,59,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +337,Amsterdam,Mercure Amsterdam City Hotel,8.1,108,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +338,Amsterdam,Hotel Allure,7.7,111,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +339,Amsterdam,'t Hotel,9.1,175,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +340,Amsterdam,Eden Studios and Apartments,8.2,208,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +341,Amsterdam,Hotel Mevlana,6.8,49,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +342,Amsterdam,WOW Amsterdam Hostel,7.6,118,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +344,Amsterdam,No. 377 House,8.3,115,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +345,Amsterdam,Hotel Victorie,7.1,122,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +346,Amsterdam,Hotel V Frederiksplein,8.1,165,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +347,Amsterdam,Rembrandt Square Hotel,7.5,151,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +349,Amsterdam,A'dam Houseboat,8.7,164,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +350,Amsterdam,Sara's Boutique Hotel,7.1,139,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +351,Amsterdam,V Lofts,8.8,335,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +352,Amsterdam,NL Hotel District Leidseplein,7.9,107,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +353,Amsterdam,Passengership Avanti,7.6,59,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +354,Amsterdam,Leidse Square 5 star Luxury Apartment,9.6,288,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +355,Amsterdam,Canal House Suites at Sofitel Legend The Grand Amsterdam,9.8,773,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +356,Amsterdam,Bastion Hotel Amsterdam Noord,7.1,95,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +357,Amsterdam,Hotel Leidsegracht,7.8,80,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +358,Amsterdam,Hotel Seven one Seven,8.9,571,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +359,Amsterdam,23 SouS,9.3,164,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +360,Amsterdam,"Skotel Amsterdam, Hotelschool The Hague",9.1,125,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +361,Amsterdam,Hotel Washington,7.4,77,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +362,Amsterdam,Hapimag Apartments Amsterdam,8.9,262,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +363,Amsterdam,Anna Houseboat,9.3,72,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +364,Amsterdam,Element Amsterdam,8.8,165,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +365,Amsterdam,WesterVilla,9.2,164,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +366,Amsterdam,Hotel Isis,7.1,219,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +367,Amsterdam,City Studios,8.3,92,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +368,Amsterdam,Cafe Modern,8.8,97,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +369,Amsterdam,Short Stay Group Harbour Loft Studios,6.9,105,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +370,Amsterdam,Petit Prince,9.6,186,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +371,Amsterdam,Train Lodge Amsterdam,8.2,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +372,Amsterdam,Amsterdam B&B Barangay,9.7,162,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +374,Amsterdam,Huis Roomolen,9.8,195,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +375,Amsterdam,B & B Tulp Amsterdam Noord,9.6,96,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +376,Amsterdam,Milkhouse Luxury Stay Amsterdam,9.8,299,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +377,Amsterdam,A B&B Amsterdam,9.2,205,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +378,Amsterdam,De Bedstee Boutique Capsules,8.3,82,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +379,Amsterdam,EMPIRIC Keizersgracht,9.0,147,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +380,Amsterdam,Duplex near Anne Frank Museum,8.9,330,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +381,Amsterdam,Short Stay Group East Quarter Serviced Apartments Amsterdam,7.7,138,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +382,Amsterdam,Our beautiful homestay,6.7,69,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +383,Amsterdam,Stieglitz Suites,9.5,310,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +384,Amsterdam,Hotel Teun,7.6,101,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +385,Amsterdam,Hotel Iron Horse Leidse Square,8.0,157,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +386,Amsterdam,NH Amsterdam Zuid,7.8,139,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +387,Amsterdam,Short Stay Group NDSM Serviced Apartments Amsterdam,8.1,176,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +388,Amsterdam,The Yays - Crane Apartment,9.3,324,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +390,Amsterdam,B&B City Farmer Amsterdam,8.6,60,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +391,Amsterdam,Misc Eatdrinksleep,9.2,214,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +392,Amsterdam,Classy Room 17th C Canalhouse,9.5,143,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +393,Amsterdam,Top Of The City,9.4,351,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +394,Amsterdam,La Remise,8.8,135,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +395,Amsterdam,The Blue Stairs,9.6,291,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +396,Amsterdam,Rokin Hotel,7.7,144,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +397,Amsterdam,The Flying Pig Uptown,8.2,60,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +399,Amsterdam,Bridge Inn,8.7,131,Pets are not allowed.,https://www.booking.com/hotel/nl/citadel.en-gb.html +400,Amsterdam,Hotel Atlas Vondelpark,8.1,224,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +402,Amsterdam,The Townhouse Hotel,7.0,128,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +404,Amsterdam,Morpheus,9.6,133,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +405,Amsterdam,Stout & Co.,9.6,146,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +406,Amsterdam,Stunning boat with a view,9.4,340,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +407,Amsterdam,The Yays - Crane Apartment,9.3,324,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +408,Amsterdam,SWEETS - Hortusbrug,9.3,222,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +409,Amsterdam,White Luxury Penthouse in City Centre,9.9,984,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +410,Amsterdam,Hotel Jimmy,6.0,123,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +411,Amsterdam,Huis Roomolen,9.8,195,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +412,Amsterdam,Mercedes Bed&Breakfast Amsterdam,9.0,226,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +414,Amsterdam,La Corte Sconta B&B,8.7,57,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +415,Amsterdam,Floating B&B Amsterdam,9.0,126,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +416,Amsterdam,A B&B Amsterdam,9.2,205,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +417,Amsterdam,B&B Houseboat Amsterdam,9.9,240,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +418,Amsterdam,Hotel Crown,6.7,538,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +419,Amsterdam,Cornelis Anthoniszstraat 55,6.8,169,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +420,Amsterdam,Zwanestein Canal House,9.0,228,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +421,Amsterdam,B&B Diemerplein,9.9,150,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +425,Amsterdam,Black Jack Suites Amsterdam,9.7,109,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +426,Amsterdam,Treehouse Inn,9.4,182,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +427,Amsterdam,Hotel Sharm,6.8,87,Pets are not allowed.,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html +428,Amsterdam,Hotel IX Nine Streets Amsterdam,9.4,274,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +429,Amsterdam,Central & Quiet Canal Apartment,9.5,250,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +430,Amsterdam,The Artist Apartment,8.8,150,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +431,Amsterdam,Bnbpearl,6.5,274,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +432,Amsterdam,Pillows Luxury Boutique Hotel Anna Van Den Vondel Amsterdam,9.4,293,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +434,Amsterdam,The Panorama Suite (Mandelahuisje),9.3,328,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +435,Amsterdam,City Break Amsterdam B&B,9.4,119,Pets are not allowed.,https://www.booking.com/hotel/nl/cc.en-gb.html +437,Amsterdam,Vondelpark House B&B,9.4,133,Pets are not allowed.,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html +438,Amsterdam,Beautiful DutchHouse Centrum,7.1,177,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +439,Amsterdam,Hotel Parkzicht,7.1,74,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +440,Amsterdam,Nine(T)Teen,8.3,206,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +441,Amsterdam,Boat Amsterdam Center,6.7,340,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +443,Amsterdam,SWEETS - Scharrebiersluis,9.4,184,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +444,Amsterdam,Boutique B&B Wharf - FREE PARKING,9.2,364,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +446,Amsterdam,Garden Room and Economy Room,9.0,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +450,Amsterdam,Nine(T)Teen,8.3,206,Pets are not allowed.,https://www.booking.com/hotel/nl/victoria.en-gb.html +451,Amsterdam,Garden Room and Economy Room,9.0,123,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +453,Amsterdam,Boat Amsterdam Center,6.7,340,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +455,Amsterdam,Boutique B&B Wharf - FREE PARKING,9.2,364,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html +457,Amsterdam,Xaviera's Bed and Breakfast,8.7,139,Pets are not allowed.,https://www.booking.com/hotel/nl/notting-hill.en-gb.html +458,Amsterdam,Jupiter Hotel,8.0,164,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +459,Amsterdam,Hotel Europa Amsterdam,8.7,82,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +461,Amsterdam,Red Light's Historic B&B,9.6,705,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +463,Amsterdam,JamieK's BnB,9.6,158,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html +464,Amsterdam,TWENTY FIVE BnB,8.1,138,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +466,Amsterdam,Guest House Amsterdam,5.2,155,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +468,Amsterdam,Cozy Canal Studio,9.4,161,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +469,Amsterdam,The Rooms Upstairs & Downstairs,8.0,115,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +470,Amsterdam,Courtyard by Marriott Amsterdam Arena Atlas,8.3,132,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html +471,Amsterdam,B&B Amsterdam De Springer,9.6,153,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +472,Amsterdam,B&B Mondriaan,8.0,145,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +476,Amsterdam,Xaviera's Bed and Breakfast,8.7,139,Pets are not allowed.,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html +478,Amsterdam,Jupiter Hotel,8.0,164,Pets are not allowed.,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html +479,Amsterdam,Hotel Europa Amsterdam,8.7,82,Pets are not allowed.,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html +481,Amsterdam,Red Light's Historic B&B,9.6,705,Pets are not allowed.,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html +483,Amsterdam,JamieK's BnB,9.6,158,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html +484,Amsterdam,TWENTY FIVE BnB,8.1,138,Pets are not allowed.,https://www.booking.com/hotel/nl/estherea.en-gb.html +486,Amsterdam,Guest House Amsterdam,5.2,155,Pets are not allowed.,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html +489,Amsterdam,Cozy Canal Studio,9.4,161,Pets are not allowed.,https://www.booking.com/hotel/nl/amshofpark.en-gb.html +490,Amsterdam,The Rooms Upstairs & Downstairs,8.0,115,Pets are not allowed.,https://www.booking.com/hotel/nl/terminus.en-gb.html +491,Amsterdam,Courtyard by Marriott Amsterdam Arena Atlas,8.3,132,Pets are not allowed.,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html +492,Amsterdam,B&B Amsterdam De Springer,9.6,153,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html +493,Amsterdam,B&B Mondriaan,8.0,145,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html +494,Amsterdam,The Quay Amsterdam-Noord - FREE PARKING,9.3,314,Pets are not allowed.,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html +496,Amsterdam,Bed & Breakfast Diemerbrug,9.8,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html +497,Amsterdam,Fenelli BnB,9.4,138,Pets are not allowed.,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html +0,Lisabon,Lisboa Carmo Hotel,9.2,85,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +1,Lisabon,H10 Duque de Loule,9.0,67,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +2,Lisabon,Hotel Mundial,8.4,97,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +3,Lisabon,Iberostar Selection Lisboa,8.8,144,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +4,Lisabon,Corpo Santo Lisbon Historical Hotel,9.5,137,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +5,Lisabon,Lux Lisboa Park,8.8,95,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +7,Lisabon,Legendary Lisboa Suites,8.5,78,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +8,Lisabon,Tempo FLH Hotels Lisboa,9.2,74,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +9,Lisabon,Lisboa Pessoa Hotel,9.1,99,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +10,Lisabon,Empire Lisbon Hotel,8.5,80,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +11,Lisabon,BessaHotel Liberdade,9.1,103,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +12,Lisabon,Memmo Príncipe Real - Design Hotels,9.2,176,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +13,Lisabon,Portugal Boutique Hotel,9.4,112,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +14,Lisabon,Hotel da Baixa,9.5,98,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +15,Lisabon,Radisson Blu Hotel Lisbon,8.3,102,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +16,Lisabon,Star inn Lisbon Airport,8.7,78,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +17,Lisabon,TRYP Lisboa Aeroporto Hotel,8.7,113,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +18,Lisabon,Upon Lisbon Prime Residences,8.9,102,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +19,Lisabon,TURIM Boulevard Hotel,9.0,114,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +20,Lisabon,PortoBay Liberdade,8.9,177,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +21,Lisabon,The Leaf Boutique Hotel,9.2,53,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +22,Lisabon,Tivoli Oriente Hotel,8.7,132,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +23,Lisabon,Torel Palace Lisbon,9.3,124,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +24,Lisabon,My Story Hotel Tejo,9.0,78,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +25,Lisabon,Jupiter Lisboa Hotel,9.0,89,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +26,Lisabon,Lisbon Art Stay Apartments Baixa,9.1,91,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +27,Lisabon,Chalet D´Ávila Guest House,9.2,36,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +28,Lisabon,Hotel Marques De Pombal,8.9,72,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +29,Lisabon,Hotel Borges Chiado,8.0,124,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +30,Lisabon,Hotel Santa Justa,9.2,69,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +31,Lisabon,Hotel White Lisboa,9.0,77,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +32,Lisabon,The Lift Boutique Hotel,8.4,79,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +33,Lisabon,Rossio Garden Hotel,8.7,152,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +34,Lisabon,Rossio Boutique Hotel,8.6,164,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +35,Lisabon,Memmo Alfama - Design Hotels,9.2,160,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +36,Lisabon,TURIM Av. Liberdade Hotel,8.1,71,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +37,Lisabon,Hotel Roma,8.7,59,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +38,Lisabon,Hotel Botanico,8.6,118,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +39,Lisabon,Duplo Charme Boutique Hotel,8.4,54,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +40,Lisabon,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,199,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +41,Lisabon,Hotel Florida,8.2,58,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +42,Lisabon,Hotel LX Rossio,8.0,64,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +43,Lisabon,VIP Executive Arts Hotel,8.1,83,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +44,Lisabon,LX51 Smart Studios & Suites - Lisbon center,8.3,74,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +45,Lisabon,Holiday Inn Express Lisbon Airport,8.0,89,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +46,Lisabon,Hotel INN Rossio,7.8,84,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +47,Lisabon,The Lumiares Hotel & Spa - Small Luxury Hotels Of The World,9.3,235,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +48,Lisabon,Corinthia Lisbon,8.9,152,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +49,Lisabon,My Story Hotel Ouro,9.0,71,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +50,Lisabon,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,199,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +51,Lisabon,Hotel Do Chile,8.2,52,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +52,Lisabon,Sheraton Lisboa Hotel & Spa,8.6,151,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +53,Lisabon,The Icons Hotel by TRIUS Hotels,8.3,73,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +54,Lisabon,Pestana Palace Lisboa Hotel & National Monument - The Leading Hotels of the World,9.0,224,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +55,Lisabon,VIP Executive Arts Hotel,8.1,83,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +56,Lisabon,Eurostars Museum,9.1,123,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +57,Lisabon,Lisbon City Hotel by City Hotels,8.1,54,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +58,Lisabon,Chiado Arty Flats,9.5,113,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +59,Lisabon,Lisbon Wine Hotel,9.3,82,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +60,Lisabon,Lisbon Serviced Apartments - Campos,8.4,67,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +61,Lisabon,Hotel Ibis Lisboa Parque das Nações,8.4,89,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +62,Lisabon,Feels Like Home Rossio Prime Suites,8.9,57,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +63,Lisabon,Hotel Convento do Salvador,9.0,144,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +64,Lisabon,Lutecia Smart Design Hotel,8.4,71,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +65,Lisabon,TURIM Saldanha Hotel,8.5,71,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +66,Lisabon,Browns Central Hotel,9.2,100,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +67,Lisabon,Holiday Inn Lisbon-Continental,8.2,84,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +68,Lisabon,Residencial Joao XXI,6.9,24,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +69,Lisabon,The Visionaire Apartments,9.3,132,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +70,Lisabon,MYRIAD by SANA Hotels,9.3,199,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +71,Lisabon,Feels Like Home Bica Prime Suites,9.0,69,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +72,Lisabon,Hotel A.S. Lisboa,8.0,69,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +73,Lisabon,Holiday Inn Lisbon,7.9,94,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +74,Lisabon,Lisbon Marriott Hotel,8.2,123,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +75,Lisabon,EPIC SANA Lisboa Hotel,9.2,194,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +76,Lisabon,Czar Lisbon Hotel,8.4,79,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +77,Lisabon,Neya Lisboa Hotel,8.4,103,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +78,Lisabon,Browns Central Hotel,9.2,100,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +79,Lisabon,Figueira by The Beautique Hotels,8.9,94,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +80,Lisabon,GS Chiado Boutique Studios & Suites,8.9,54,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +81,Lisabon,Novotel Lisboa,8.0,108,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +82,Lisabon,Eurostars Das Letras,8.4,113,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +83,Lisabon,Four Seasons Hotel Ritz Lisbon,8.5,594,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +84,Lisabon,Lisbon Serviced Apartments - Avenida,8.7,83,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +85,Lisabon,Lisboa Central Park,7.9,54,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +86,Lisabon,Ouro Grand by Level Residences,9.4,129,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +87,Lisabon,Feels Like Home Chiado Prime Suites,9.2,67,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +88,Lisabon,easyHotel Lisbon,8.0,39,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +89,Lisabon,Bairro Alto Hotel,9.3,289,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +90,Lisabon,Hotel Alif Avenidas,8.4,94,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +91,Lisabon,EVOLUTION Lisboa Hotel,8.9,114,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +92,Lisabon,Browns Downtown Hotel,9.1,84,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +93,Lisabon,Olissippo Lapa Palace – The Leading Hotels of the World,9.2,454,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +94,Lisabon,Ibis Styles Lisboa Centro Marquês de Pombal,8.5,63,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +95,Lisabon,The Lisbonaire Apartments,9.3,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +96,Lisabon,Residencial Geres,7.4,34,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +97,Lisabon,VIP Executive Eden Aparthotel,7.8,69,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +98,Lisabon,Casa Balthazar,9.5,136,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +99,Lisabon,B&B Hotel Lisboa Aeroporto,9.0,39,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +100,Lisabon,VIP Executive Eden Aparthotel,7.8,69,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +101,Lisabon,Casa Balthazar,9.5,136,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +102,Lisabon,B&B Hotel Lisboa Aeroporto,9.0,39,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +103,Lisabon,Casa Oliver Boutique B&B - Principe Real,8.4,69,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +104,Lisabon,Garam Lisboa,9.0,84,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +105,Lisabon,NH Collection Lisboa Liberdade,8.8,104,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +106,Lisabon,Hotel Real Palacio,8.3,121,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +107,Lisabon,Hotel Principe Lisboa,8.8,79,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +108,Lisabon,SANA Reno Hotel,8.3,89,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +109,Lisabon,America Diamonds Hotel & Sushi Bar,8.7,98,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +110,Lisabon,TURIM Terreiro do Paço Hotel,8.1,86,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +111,Lisabon,Lisbon Five Stars Apartments 8 Building,8.5,319,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +112,Lisabon,My Suite Lisbon Guest House – Principe Real,9.0,74,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +113,Lisabon,Urbano FLH Hotels Lisboa,9.1,64,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +114,Lisabon,Lisbon Serviced Apartments - Liberdade,8.7,93,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +115,Lisabon,Dom Pedro Lisboa,8.6,124,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +116,Lisabon,Olissippo Oriente,8.8,132,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +117,Lisabon,Lisbon Sao Bento Hotel,8.8,79,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +118,Lisabon,Hotel Mercure Lisboa,8.0,108,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +119,Lisabon,Zenit Lisboa,8.3,122,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +120,Lisabon,Draft Hostel & Rooms,8.8,49,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +121,Lisabon,Exe Saldanha,9.1,93,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +122,Lisabon,Avani Avenida Liberdade Lisbon Hotel,8.6,99,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +123,Lisabon,Stay Hotel Lisboa Centro Chiado,8.4,74,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +124,Lisabon,Lisbon Finestay 8 Building Apartments,8.8,152,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +125,Lisabon,Lisbon Finestay 8 Building Apartments,8.8,152,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +126,Lisabon,Lisbon Serviced Apartments - Baixa Castelo,8.8,104,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +127,Lisabon,TURIM Alameda Hotel,8.2,61,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +128,Lisabon,Alfama - Lisbon Lounge Suites,8.9,65,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +129,Lisabon,Palácio Camões - Lisbon Serviced Apartments,8.7,105,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +130,Lisabon,Internacional Design Hotel,8.7,117,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +131,Lisabon,AlmaLusa Baixa/Chiado,9.2,134,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +132,Lisabon,Dear Lisbon - Gallery House,9.3,83,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +133,Lisabon,Sunset Destination Hostel,8.9,58,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +134,Lisabon,Alfama Yellow House,8.0,64,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +135,Lisabon,Feeling Chiado 15,9.4,74,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +136,Lisabon,Villa Baixa - Lisbon Luxury Apartments,9.5,90,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +137,Lisabon,Hotel Excelsior,7.0,69,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +138,Lisabon,Masa Hotel Almirante,8.4,63,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +139,Lisabon,TURIM Marques Hotel,8.7,71,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +140,Lisabon,Hotel ibis Lisboa Alfragide,8.2,59,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +141,Lisabon,Dear Lisbon - Palace Chiado Suites,9.3,60,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +142,Lisabon,Dear Lisbon - Charming House,9.0,88,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +143,Lisabon,Hotel Alif Campo Pequeno,8.0,79,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +144,Lisabon,Lx Boutique Hotel,8.9,139,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +145,Lisabon,Hotel Gat Rossio,8.6,68,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +147,Lisabon,The Hygge Lisbon Suites - Estrela,8.2,48,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +148,Lisabon,Pensao Londres,7.9,44,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +149,Lisabon,Hotel 3K Madrid,7.3,44,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +150,Lisabon,Canaan Lifestyle Apartments Lisbon Combro 77,8.6,42,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +151,Lisabon,Lisbon City Apartments & Suites by City Hotels,8.3,37,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +152,Lisabon,1869 Príncipe Real House,9.2,81,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +153,Lisabon,Rossio Apartments,8.9,117,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +154,Lisabon,Hotel Travel Park Lisboa,8.4,58,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +155,Lisabon,The Homeboat Company Parque das Nações-Lisboa,9.4,114,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +157,Lisabon,Lisboa Bungalows,7.3,70,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +158,Lisabon,DoubleTree by Hilton Lisbon Fontana Park,7.9,95,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +159,Lisabon,Hotel Canada,8.5,74,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +160,Lisabon,TURIM Lisboa Hotel,8.1,64,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +161,Lisabon,Inn Bairro Alto B&B / B.A Sweet,8.8,70,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +162,Lisabon,Chiado 44,9.0,69,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +163,Lisabon,Lisbon Serviced Apartments - Benformoso,8.5,81,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +164,Lisabon,Flores Guest House,9.0,74,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +165,Lisabon,Alecrim ao Chiado,9.4,113,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +166,Lisabon,Hotel Miraparque,8.5,60,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +167,Lisabon,Hotel Lisboa Plaza - Lisbon Heritage Collection,9.1,173,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +168,Lisabon,TURIM Restauradores Hotel,8.0,61,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +169,Lisabon,Pousada de Lisboa - Small Luxury Hotels Of The World,9.1,290,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +170,Lisabon,Home Sweet Lisbon Suites,8.3,136,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +171,Lisabon,Boho Guesthouse - Rooms & Apartments,8.9,39,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +172,Lisabon,Dear Lisbon - Bordalo Palace Chiado,9.3,57,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +173,Lisabon,Lx Flowers Apartments,9.2,93,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +174,Lisabon,Hotel Avenida Park,7.4,58,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +175,Lisabon,TURIM Luxe Hotel,7.4,64,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +176,Lisabon,Lisboa Central Hostel,9.3,72,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +177,Lisabon,HF Fenix Lisboa,8.6,85,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +178,Lisabon,Lisbon Serviced Apartments - Madalena,8.7,97,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +179,Lisabon,Eurostars Lisboa Parque,8.4,113,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +180,Lisabon,Lisbon Serviced Apartments - Principe Real,8.8,77,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +181,Lisabon,Lisbon Serviced Apartments - Castelo S. Jorge,8.3,82,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +182,Lisabon,The Vintage Hotel & Spa – Lisbon,9.0,225,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +183,Lisabon,SANA Executive Hotel,8.2,84,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +184,Lisabon,Palacio do Governador,9.1,207,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +185,Lisabon,Hotel ibis Lisboa Jose Malhoa,8.4,75,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +186,Lisabon,PortoBay Marquês,9.0,99,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +188,Lisabon,Be My Neighbour,8.6,77,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +189,Lisabon,Lisbon Check-In Guesthouse,8.8,59,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +190,Lisabon,Pateo Lisbon Lounge Suites,9.2,117,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +191,Lisabon,V Dinastia Guesthouse,7.5,64,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +192,Lisabon,Lisbon Serviced Apartments - Chiado Emenda,9.0,104,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +193,Lisabon,Lisbon Destination,9.1,67,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +194,Lisabon,Hotel 3K Europa,8.5,88,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +195,Lisabon,Páteo Saudade Lofts,8.4,114,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +196,Lisabon,LX History Rooms by TRIUS Hotels,8.2,63,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +198,Lisabon,Santa Luzia B&B - HOrigem,8.6,98,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +199,Lisabon,Your Home in Bairro Alto Lisbon,8.0,54,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +200,Lisabon,Hotel Lis - Baixa,8.8,75,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +201,Lisabon,Lisbon Rentals Chiado,9.5,117,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +202,Lisabon,Pensao Praca Da Figueira,8.8,45,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +203,Lisabon,Residencial Duque de Saldanha,6.6,52,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +204,Lisabon,Lisbon Serviced Apartments - Bairro Alto,8.8,81,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +205,Lisabon,Alfama Design Suites Guesthouse,8.7,40,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +206,Lisabon,Pensao Flor Da Baixa,7.8,33,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +207,Lisabon,Safira,8.7,49,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +208,Lisabon,Hotel Real Parque,8.2,105,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +209,Lisabon,Ascensor da Bica - Lisbon Serviced Apartments,8.4,80,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +210,Lisabon,Sao Jorge Apartments & Suites,8.0,79,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +211,Lisabon,VIP Grand Lisboa Hotel & Spa,7.9,85,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +212,Lisabon,Vila Garden Guesthouse,9.2,53,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +213,Lisabon,HF Fenix Garden,8.8,70,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +214,Lisabon,Hotel Duas Nações,6.5,74,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +215,Lisabon,Ibis Styles Lisboa Centro Liberdade NE,8.6,90,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +216,Lisabon,Nations Rooms,6.9,50,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +217,Lisabon,Lisbon Serviced Apartments - Baixa,8.8,104,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +218,Lisabon,Santiago de Alfama - Boutique Hotel,9.3,247,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +219,Lisabon,54 Santa Catarina Apartments,9.5,100,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +220,Lisabon,Lisbon Serviced Apartments - Parque,8.9,103,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +221,Lisabon,"Fontecruz Lisboa, Autograph Collection",8.3,149,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +222,Lisabon,Fado Bed & Breakfast - Santos,7.2,26,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +223,Lisabon,Panoramic Living,9.0,116,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +224,Lisabon,Universo Romantico,7.7,46,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +225,Lisabon,Home Lisbon Hostel,9.3,98,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +226,Lisabon,Garden Guest House,6.3,20,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +227,Lisabon,Imperador Hotel,8.0,89,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +228,Lisabon,VIP Executive Picoas Hotel,8.8,69,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +229,Lisabon,TURIM Iberia Hotel,8.4,64,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +230,Lisabon,Hotel ibis Lisboa Saldanha,8.3,82,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +231,Lisabon,Wallis São Bento,7.6,51,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +232,Lisabon,Amazonia Lisboa Hotel,7.8,56,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +233,Lisabon,Apt in Lisbon Rio - Parque das Nações,7.8,139,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +234,Lisabon,My Story Hotel Figueira,9.5,111,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +235,Lisabon,Sofitel Lisbon Liberdade,8.8,244,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +236,Lisabon,Madalena by The Beautique Hotels,9.1,94,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +237,Lisabon,Hotel Avenida Palace,9.2,213,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +238,Lisabon,Bairro Alto Suites,8.6,263,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +239,Lisabon,The Independente Suites & Terrace,8.7,129,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +240,Lisabon,Hotel do Chiado,9.3,165,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +241,Lisabon,Fado Bed & Breakfast - Santos,7.2,26,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +242,Lisabon,Great Stay Fanqueiros 1,9.1,41,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +243,Lisabon,Lost Lisbon :: Chiado House,9.2,69,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +244,Lisabon,Asul B&B 5 Rooms,9.0,88,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +245,Lisabon,Browns Boutique Hotel,9.2,79,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +246,Lisabon,Hotel Alegria,9.2,93,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +247,Lisabon,VIP Executive Zurique Hotel,7.6,57,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +248,Lisabon,Vila Gale Opera,7.9,132,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +249,Lisabon,Esqina Cosmopolitan Lodge,9.2,104,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +250,Lisabon,Hotel Alegria,9.2,93,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +251,Lisabon,VIP Executive Zurique Hotel,7.6,57,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +252,Lisabon,Vila Gale Opera,7.9,132,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +253,Lisabon,Inspira Santa Marta Hotel & Spa,9.0,92,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +254,Lisabon,Emporium Lisbon Suites,9.5,88,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +255,Lisabon,Residencial do Sul,7.5,37,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +256,Lisabon,Casa do Principe,9.0,114,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +257,Lisabon,Fenicius Charme Hotel,8.8,93,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +258,Lisabon,Espaço Espelho D'agua,6.8,50,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +259,Lisabon,Alfama Terrace,8.8,149,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +260,Lisabon,Hotel Sete Colinas,8.7,120,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +261,Lisabon,Lisbon Best Choice Prime Apartments Alfama,9.5,144,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +262,Lisabon,Hotel Lisboa,8.6,124,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +263,Lisabon,With You Suites,9.5,61,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +264,Lisabon,Le Consulat,9.1,179,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +265,Lisabon,Augusta Boutique House,9.1,84,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +267,Lisabon,Shiado Suites,9.1,76,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +268,Lisabon,Planet House by TRIUS Hotels,7.8,44,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +269,Lisabon,9Hotel Mercy,8.6,193,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +270,Lisabon,Palacio Ramalhete,8.8,157,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +271,Lisabon,Residencial do Areeiro,8.3,64,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +272,Lisabon,Seven Dreams Suites,8.9,91,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +273,Lisabon,Lisbon Cheese & Wine Suites,9.3,124,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +274,Lisabon,The Late Birds Lisbon - Gay Urban Resort,9.3,169,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +275,Lisabon,4U Lisbon Suites & Guesthouse VII Airport,7.9,39,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +276,Lisabon,Casas da Baixa - Lighthouse Apartments,9.2,122,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +277,Lisabon,Pensao Nova Goa,7.0,49,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +278,Lisabon,HF Fenix Urban,8.8,75,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +279,Lisabon,Rossio Alojamento Local,7.5,39,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +280,Lisabon,Lisbon View Hostel,5.0,19,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +281,Lisabon,Fontana Guesthouse,8.3,34,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +282,Lisabon,Charm Flats,8.9,129,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +283,Lisabon,Casa Belmonte,9.1,53,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +284,Lisabon,Milanesa,8.1,59,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +285,Lisabon,My Charm Lisbon Suites,8.8,44,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +286,Lisabon,York House Hotel,8.8,122,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +287,Lisabon,Be Poet Baixa Hotel,9.3,72,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +288,Lisabon,Lisbon Five Stars Apartments Bica,8.7,324,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +289,Lisabon,WC by The Beautique Hotels,9.0,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +290,Lisabon,Le Premier Lisbon Suites,8.5,41,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +291,Lisabon,Be Lisbon Hostel Intendente,9.1,49,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +292,Lisabon,SANA Malhoa Hotel,8.6,134,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +293,Lisabon,Heritage Avenida Liberdade - Lisbon Heritage Collection,9.2,214,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +294,Lisabon,Oriente DNA Studios,8.3,43,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +295,Lisabon,Montebelo Lx Dwt Apartments,9.8,88,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +296,Lisabon,Residentas São Pedro,9.4,191,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +297,Lisabon,TRYP Lisboa Oriente Hotel,8.4,113,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +298,Lisabon,Wallis Apartments,8.4,69,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +299,Lisabon,Golden Tram 242 Lisbonne Hostel,7.9,35,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +300,Lisabon,The Postcard Avenue,9.1,64,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +301,Lisabon,SANA Malhoa Hotel,8.6,134,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +304,Lisabon,As Janelas Verdes - Lisbon Heritage Collection,9.2,173,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +305,Lisabon,Residentas São Pedro,9.4,191,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +306,Lisabon,O Jardim da Tessa,8.5,77,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +307,Lisabon,Lisbon Inn Bica Suites,7.4,54,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +308,Lisabon,Residentas Aurea,9.5,203,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +309,Lisabon,Lisbon Calling,8.7,55,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +310,Lisabon,This Is Lisbon Hostel,8.7,60,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +311,Lisabon,Sant Jordi Hostels Lisbon,9.2,65,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +312,Lisabon,Hub New Lisbon Hostel,8.2,47,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +313,Lisabon,Hub Lisbon Patio Hostel,8.1,42,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +314,Lisabon,Residencial Florescente,8.4,58,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +315,Lisabon,NH Lisboa Campo Grande,8.3,78,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +316,Lisabon,4U Lisbon II Guesthouse,7.7,39,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +317,Lisabon,Like Home - Santos,8.8,58,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +318,Lisabon,Solar Dos Mouros,9.0,123,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +319,Lisabon,Lisbon Arsenal Suites,7.6,86,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +320,Lisabon,The ART INN Lisbon,8.7,1,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +321,Lisabon,Blue Bairro Guesthouse,8.1,34,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +322,Lisabon,White House Lisbon Hostel,7.5,52,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +323,Lisabon,behotelisboa,8.8,68,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +324,Lisabon,7 Seas 3 Hostel,4.4,18,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +325,Lisabon,Dalma Old Town Suites,9.1,94,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +326,Lisabon,The Independente Hostel & Suites,8.7,159,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +327,Lisabon,Martinhal Lisbon Chiado,9.4,285,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +329,Lisabon,Lost Lisbon :: Cais House,8.8,69,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +330,Lisabon,Hotel Dom Carlos Park,8.3,135,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +331,Lisabon,Stay Hotel Lisboa Centro Saldanha,8.6,49,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +332,Lisabon,Garden Rooftop by Imperium,7.8,95,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +333,Lisabon,Albergaria Senhora do Monte,8.6,58,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +334,Lisabon,Palacete Chafariz Del Rei,9.1,398,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +335,Lisabon,My Home In The City,8.9,54,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +336,Lisabon,Anjos 44 Lisbon Apartments,8.6,145,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +337,Lisabon,Lisbon Garden Boutique Guest House,8.7,34,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +338,Lisabon,The Lisboans Apartments,9.5,224,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +339,Lisabon,The Twenties 20`s by TRIUS Hotels,8.2,66,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +340,Lisabon,Welcome House - Self Service,6.6,27,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +341,Lisabon,Lisbon Airport Hostel,7.9,74,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +342,Lisabon,LV Premier Apartments Chiado- CH,8.8,111,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +343,Lisabon,Silk Lisbon,8.8,59,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +344,Lisabon,Raw Culture Art & Lofts Bairro Alto,9.3,229,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +345,Lisabon,Inn-Chiado Restauradores Prime Suites,8.3,47,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +346,Lisabon,Páteo Saudade Lofts Marquês,8.0,84,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +347,Lisabon,Residencial Horizonte,7.6,64,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +348,Lisabon,Hotel Britania - Lisbon Heritage Collection,9.5,203,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +349,Lisabon,Frutaria - Lisbon Suites,7.7,73,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +350,Lisabon,Hotel Britania - Lisbon Heritage Collection,9.5,203,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +351,Lisabon,Frutaria - Lisbon Suites,7.7,73,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +352,Lisabon,Boutique Telhal 89,9.0,74,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +353,Lisabon,Alegria by Central Hill Apartments,9.0,259,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +354,Lisabon,Welcome Guest House,7.8,39,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +355,Lisabon,Hotel Capital,8.2,61,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +356,Lisabon,FADO Bairro Alto - SSs Apartments,8.8,84,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +358,Lisabon,Quinta Colina by Shiadu,9.1,61,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +359,Lisabon,SK LISBOA Villa Hostel,9.5,77,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +360,Lisabon,Lisboa Prata Boutique Hotel,8.6,85,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +361,Lisabon,The 7 Hotel,8.8,134,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +362,Lisabon,Music Hall Lisbon Hostel,8.1,46,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +364,Lisabon,Olissippo Castelo,8.8,149,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +365,Lisabon,SANA Metropolitan Hotel,8.3,127,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +366,Lisabon,Rossio Hostel,8.1,66,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +367,Lisabon,City Center Guest House,8.0,40,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +368,Lisabon,Lisbon Airport Charming Rooms,8.3,112,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +369,Lisabon,Dias e Dominguez,6.4,38,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +370,Lisabon,Divine House of Graça,7.8,28,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +371,Lisabon,Lisbon Calling Rooms & Studio,8.8,61,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +372,Lisabon,Casas na Portuguesa - BRAND NEW! Bica * Chiado,9.3,152,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +373,Lisabon,Yes Lisbon Hostel,9.3,268,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +374,Lisabon,The Color | Suites & Rooms,7.8,39,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +375,Lisabon,Delicious Hours ALFAMA Apartments,8.9,83,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +376,Lisabon,MyPlace - Lisbon - Alfama,8.2,84,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +377,Lisabon,Hotel Dom Sancho I,8.0,137,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +378,Lisabon,The 7 Hotel,8.8,134,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +379,Lisabon,Bons Dias,8.5,34,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +380,Lisabon,Dare Lisbon House,9.5,144,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +382,Lisabon,Angels Inn Guesthouse,8.4,54,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +383,Lisabon,Help Yourself Hostels - Restelo,7.5,21,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +384,Lisabon,Hostel Crespo,8.5,49,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +385,Lisabon,Lisbon Sea suites - Lisbon boat,8.5,79,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +386,Lisabon,Lisbon Airport Suites,7.9,124,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +387,Lisabon,Memories of Lisbon,8.6,49,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +388,Lisabon,Magnolia Guesthouse,9.3,67,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +389,Lisabon,Downtown Correeiros Apartments,8.7,172,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +390,Lisabon,Sao Bento Best Apartments | Lisbon Best Apartments,9.4,152,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +392,Lisabon,Real Residência - Apartamentos Turísticos,8.5,83,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +393,Lisabon,Otília Apartamentos,9.4,74,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +394,Lisabon,My Bairro Alto Suites,8.5,115,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +395,Lisabon,LX Sweet Home,9.0,129,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +396,Lisabon,Occidental Lisboa,8.5,100,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +397,Lisabon,Tings Lisbon,8.8,89,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +398,Lisabon,Romantic Apartment El Corte Inglês,8.8,74,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +399,Lisabon,Guest House Guerra Junqueiro,8.7,39,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +400,Lisabon,Marino Lisboa,9.2,69,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +401,Lisabon,Rato by Central Hill Apartments,8.9,259,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +402,Lisabon,Pombalino Design Apartment in Baixa-Chiado,9.7,159,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +403,Lisabon,Mouraria Deluxe Apartments,8.1,68,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +404,Lisabon,4U Lisbon III Guest House,7.7,39,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +405,Lisabon,Hotel Dom João Lisboa,8.7,63,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +406,Lisabon,Famous Crows Lisbon Suites,8.7,64,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +407,Lisabon,Castilho House Cais,9.2,77,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +408,Lisabon,Casas de Fado,8.2,54,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +409,Lisabon,DoBairro suites at Bairro Alto,9.0,101,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +410,Lisabon,Casas de São Bento,9.6,84,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +411,Lisabon,Martim Moniz 28 Guest House,7.8,44,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +412,Lisabon,Guest House Amoreiras,8.7,43,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +413,Lisabon,Lisbon Five Stars Apartments São Paulo 55,8.4,409,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +416,Lisabon,Norte Guest House,7.4,37,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +417,Lisabon,Casa de Hospedes Boa Noite,7.3,34,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +418,Lisabon,Lisbonaccommodation,8.5,289,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +419,Lisabon,Guest House Guerra Junqueiro II,8.8,29,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +420,Lisabon,Train Lisbon Hostel,7.0,34,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +421,Lisabon,Apartamento Ideal 3,7.9,84,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +422,Lisabon,Hostel Benformoso,5.5,29,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +423,Lisabon,Be Lisbon Residence Laranjeiras,8.5,48,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +425,Lisabon,Castilho House Cais,9.2,77,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +426,Lisabon,Your Home in Palácio do Bairro Alto,8.3,124,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +427,Lisabon,Garcia Place,9.2,158,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +428,Lisabon,Castilho Terrace Deluxe,9.4,157,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +429,Lisabon,Apartments Center Bairro Alto,8.9,181,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +431,Lisabon,SwissLisbon Guest House,7.4,33,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +435,Lisabon,Theorynomad AL Lisboa,7.6,32,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +436,Lisabon,Castilho House,8.9,77,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +437,Lisabon,Lisbon Hostel Terminal 4,8.4,69,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +438,Lisabon,Mesa e Casa Encantada,8.3,73,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +439,Lisabon,Rossio Studios,8.6,71,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +440,Lisabon,Lisbon Suite Home,7.6,39,Pets are not allowed.,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +442,Lisabon,Solar do Castelo - Lisbon Heritage Collection,9.2,225,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +443,Lisabon,Bairro Alto Comfort Antero,9.9,247,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +444,Lisabon,Castle Inn Lisbon Apartments,9.2,90,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +445,Lisabon,Olissippo Saldanha,9.1,129,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +446,Lisabon,Pensao Residencial Estrela do Mondego,7.3,29,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +447,Lisabon,C&O Guest House Alcântara-Lisbon,8.9,49,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +448,Lisabon,Palácio SantAnna,8.1,65,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +449,Lisabon,Apartamentos Tandem Palacio Alfama,9.4,213,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +450,Lisabon,No Limit Alfama Guesthouse,8.3,69,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +451,Lisabon,Rossio - Chiado | Lisbon Cheese & Wine Apartments,8.9,202,Pets are not allowed.,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +452,Lisabon,Redondo Residence,8.4,79,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +454,Lisabon,Olissippo Marques de Sa,8.8,112,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +455,Lisabon,Hotel DAH - Dom Afonso Henriques,8.2,48,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +457,Lisabon,Hotel Dom Carlos Liberty,8.3,135,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +458,Lisabon,Lisbon Palma Rooms,7.3,39,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +459,Lisabon,Casa Boma Lisboa - Typical and Spacious Apartment - Lapa II,8.3,166,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +460,Lisabon,Art Gallery Apartment,8.9,132,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +461,Lisabon,Casa Do Vale - Ecotainer,7.4,34,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +462,Lisabon,Royal City Lisbon,8.8,26,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +463,Lisabon,Residência Almirante,7.5,39,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +466,Lisabon,Ritz & Freud Guest House,8.6,60,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +467,Lisabon,LoveLisbonApartments Typical Portuguese Tiles,6.4,134,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +468,Lisabon,Charming episode,6.0,39,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +469,Lisabon,Lisbon Top Hostel,7.6,49,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +470,Lisabon,Cosy Marques de Pombal Apartment,9.4,215,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +471,Lisabon,Lisbon Old Town Hostel,9.2,59,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +472,Lisabon,Terrace Lisbon Hostel,7.7,25,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +473,Lisabon,Lisbon Paradise,6.1,38,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +474,Lisabon,Lisbon Secret,8.7,93,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +475,Lisabon,Lisbon Secret,8.7,93,Pets are not allowed.,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +477,Lisabon,The Postcard Lisbon,8.9,135,Pets are not allowed.,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +478,Lisabon,AL Belém 85,8.9,63,Pets are not allowed.,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +479,Lisabon,City Stays Alegria Apartments,8.5,193,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +480,Lisabon,Lar dois coracões,8.2,47,Pets are not allowed.,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +481,Lisabon,LX 77,9.5,94,Pets are not allowed.,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +482,Lisabon,O Artista Boutique Suites,9.5,150,Pets are not allowed.,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +483,Lisabon,inCUBOS Apartments Santana,9.7,120,Pets are not allowed.,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +484,Lisabon,Lisbon Poets Inn,8.3,44,Pets are not allowed.,https://www.booking.com/hotel/pt/da-baixa.en-gb.html +485,Lisabon,Home Out Rooms & Apartments,8.9,60,Pets are not allowed.,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +486,Lisabon,Mosteiro - Lissabon Altstadt,8.6,137,Pets are not allowed.,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +487,Lisabon,Restauradores by Central Hill Apartments,7.9,105,Pets are not allowed.,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +488,Lisabon,Santa Bica Eat Drink & Sleep,8.5,109,Pets are not allowed.,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +489,Lisabon,Ey Lisbon Guesthouse,8.1,58,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +491,Lisabon,Lisbon Budget Inn,6.5,25,Pets are not allowed.,https://www.booking.com/hotel/pt/torel-palace.en-gb.html +492,Lisabon,Tagus Life Apartment,9.2,92,Pets are not allowed.,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +493,Lisabon,Studios with Mezzanine Rua da Moeda,9.7,172,Pets are not allowed.,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +494,Lisabon,Alma Moura Residences,9.0,105,Pets are not allowed.,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +495,Lisabon,Varandas de Lisboa - Tejo River Apartments & Rooms,9.2,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +496,Lisabon,Sky Beds Lisbon,8.0,72,Pets are not allowed.,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +497,Lisabon,Blue Budget Apartments Bairro Alto,7.4,94,Pets are not allowed.,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +498,Lisabon,Casa Boma Lisboa - Unique Apartment With Private Balcony And Panoramic Bridge View - Alcantara IV,9.4,172,Pets are not allowed.,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +499,Lisabon,Unique Lisbon Rooms,8.4,33,Pets are not allowed.,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +0,Paris,Hotel Trianon Rive Gauche,8.3,107,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +1,Paris,Elysées Union,8.4,162,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +2,Paris,Résidence Charles Floquet,9.0,262,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +3,Paris,Elysées Ceramic,8.4,152,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +4,Paris,Citadines Saint-Germain-des-Prés Paris,8.3,180,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +5,Paris,Hotel Lutetia,8.9,660,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +6,Paris,Pullman Paris Tour Eiffel,8.3,266,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +7,Paris,Hyatt Regency Paris Etoile,8.4,241,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +8,Paris,Montfleuri,8.4,158,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +9,Paris,Four Seasons Hotel George V Paris,9.4,945,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +10,Paris,Hotel Aida Opera,8.3,101,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +11,Paris,La Clef Tour Eiffel Paris by The Crest Collection,8.4,348,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +12,Paris,Hôtel Alfred Sommier,9.0,396,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +13,Paris,L'Empire Paris,8.4,265,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +14,Paris,Hôtel De Castiglione,7.5,164,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +15,Paris,Hôtel Du Bois Champs-Elysées,8.4,127,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +16,Paris,citizenM Paris Gare de Lyon,8.7,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +17,Paris,Hôtel Plaza Athénée - Dorchester Collection,9.2,1,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +18,Paris,Les Jardins du Faubourg Hotel & Spa by Shiseido,9.1,568,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +19,Paris,Hotel Monge,9.4,186,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +20,Paris,Maison Albar Hotels Le Pont-Neuf,9.0,368,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +21,Paris,Hôtel Concorde Montparnasse,7.8,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +22,Paris,Maison Albar Hotels Le Diamond,8.6,208,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +23,Paris,Hotel du Louvre in the Unbound Collection by Hyatt,8.9,428,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +24,Paris,Secret de Paris - Hotel & Spa,8.9,251,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +25,Paris,Le Damantin Hôtel & Spa,9.0,558,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +26,Paris,Secret de Paris - Hotel & Spa,8.9,251,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +27,Paris,Sofitel Paris Arc De Triomphe,8.7,323,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +28,Paris,Hotel Prelude Opera,9.0,93,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +29,Paris,Citadines Place d'Italie Paris,8.1,137,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +30,Paris,K+K Hôtel Cayré Saint Germain des Prés,8.3,185,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +31,Paris,Maison Bréguet,8.7,228,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +32,Paris,La Villa Haussmann,9.0,316,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +33,Paris,Hôtel Opéra Liège,8.4,115,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +34,Paris,Palym,8.5,89,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +35,Paris,Ritz Paris,9.6,1,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +36,Paris,Brach Paris,9.2,438,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +37,Paris,Novotel Paris Les Halles,8.8,311,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +38,Paris,Hyatt Paris Madeleine,8.0,408,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +39,Paris,Le Meurice – Dorchester Collection,9.3,960,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +40,Paris,Generator Paris,7.8,74,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +41,Paris,Résidence du Pré,8.4,97,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +42,Paris,Hôtel Baume,9.1,180,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +43,Paris,Citadines Austerlitz Paris,8.2,114,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +44,Paris,Holiday Inn Paris Notre Dame,8.1,166,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +45,Paris,Hôtel Gramont,8.9,104,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +46,Paris,Hôtel Paris Vaugirard,8.3,213,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +47,Paris,Hôtel Galileo Champs Elysées,8.7,162,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +48,Paris,Rayz Eiffel,9.0,267,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +49,Paris,Monsieur George Hotel & Spa - Champs-Elysées,9.5,322,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +50,Paris,Hôtel Paris Vaugirard,8.3,213,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +51,Paris,Hôtel Galileo Champs Elysées,8.7,162,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +52,Paris,Rayz Eiffel,9.0,267,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +53,Paris,Monsieur George Hotel & Spa - Champs-Elysées,9.5,322,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +54,Paris,Novotel Paris Porte Versailles,8.9,194,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +55,Paris,Hotel Brady - Gare de l'Est,7.9,83,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +56,Paris,Le Parisis - Paris Tour Eiffel,8.7,185,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +57,Paris,Hotel Opéra Marigny,8.6,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +58,Paris,Le Bristol Paris - an Oetker Collection Hotel,9.5,1,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +59,Paris,Hotel Terminus Lyon,8.0,149,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +60,Paris,Hotel OFF Paris Seine,8.6,165,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +61,Paris,Hotel Louvre Saint-Honoré,7.9,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +62,Paris,Hôtel Montecristo,9.0,256,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +63,Paris,Hotel de Crillon,9.5,980,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +64,Paris,Hôtel De Sers Champs Elysées Paris,8.6,369,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +65,Paris,Hôtel Les Dames du Panthéon,8.8,202,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +66,Paris,Hôtel de Sévigné,8.7,134,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +67,Paris,Hôtel L'Interlude,8.2,75,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +68,Paris,Hotel Paris Louis Blanc,7.5,103,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +69,Paris,Exe Panorama,8.4,103,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +70,Paris,Hotel Britannique,8.8,197,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +71,Paris,Hôtel Lucien & Marinette,8.5,99,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +72,Paris,Hotel de L'Universite,8.7,119,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +73,Paris,"Mandarin Oriental, Paris",8.9,741,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +74,Paris,Majestic Hotel Spa - Champs Elysées,8.3,316,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +75,Paris,Hotel Marais Grands Boulevards,8.3,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +76,Paris,The ReMIX Hotel,8.6,161,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +77,Paris,Sofitel Paris Le Faubourg,8.5,431,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +78,Paris,Hôtel Vendome Saint-Germain,8.6,114,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +79,Paris,Hôtel Le Relais Saint Charles,8.4,153,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +80,Paris,voco Paris Montparnasse,8.8,93,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +81,Paris,Hotel Eiffel Blomet,8.8,149,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +82,Paris,Abaca Messidor by Happyculture,8.1,75,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +83,Paris,WIT Hotel,7.4,83,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +84,Paris,Le Temple De Jeanne,8.8,186,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +85,Paris,1K Paris,8.4,215,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +86,Paris,Les Matins de Paris & Spa,8.8,148,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +87,Paris,Ibis Styles Paris Place d'Italie - Butte Aux Cailles,8.6,113,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +88,Paris,Hotel La Lanterne,8.9,265,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +89,Paris,Hotel Alhambra,8.3,83,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +90,Paris,Hôtel & Spa de Latour Maubourg,8.9,167,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +91,Paris,Hotel Touraine Opera,8.1,101,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +92,Paris,Hotel OHM by Happyculture,7.9,89,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +93,Paris,Grand Powers Hotel,9.3,483,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +94,Paris,Hôtel Chaplain Paris Rive Gauche,8.4,124,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +95,Paris,Hôtel Le Walt,8.9,147,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +96,Paris,Hôtel Le Cardinal,8.4,131,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +97,Paris,Hotel The Peninsula Paris,9.4,1,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +98,Paris,Nolinski Paris,9.2,458,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +99,Paris,Le Roch Hotel & Spa,9.0,411,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +100,Paris,La Clef Champs-Élysées Paris by The Crest Collection,9.0,383,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +101,Paris,Hotel de L'Universite,8.7,119,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +102,Paris,Hotel Elysée Secret,8.0,125,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +103,Paris,Le Tsuba Hotel,9.1,226,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +104,Paris,Odalys City Paris XVII,8.0,115,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +105,Paris,Lord Byron,8.8,226,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +106,Paris,Hotel Ekta Champs Elysées,9.0,193,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +107,Paris,Le Rayz,8.9,270,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +108,Paris,Molitor Paris - MGallery,8.6,278,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +109,Paris,Hôtel Paris La Fayette,7.6,114,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +110,Paris,Le Pradey,8.8,258,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +111,Paris,Hôtel Napoleon Paris,8.7,338,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +112,Paris,Novotel Paris Centre Tour Eiffel,7.5,165,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +113,Paris,Sofitel Paris Le Faubourg,8.5,431,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +114,Paris,Vendôme Opera Hotel,8.7,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +115,Paris,Hôtel Mayet,7.8,104,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +116,Paris,La Clef Louvre Paris by The Crest Collection,8.8,413,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +117,Paris,Hipotel Paris Père-Lachaise République,6.1,78,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +118,Paris,Residence Henri IV,9.0,180,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +119,Paris,Lyric Hotel Paris Opera,9.1,170,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +120,Paris,Maison Souquet,9.3,383,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +121,Paris,Le Burgundy Paris,9.1,424,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +122,Paris,Hotel Opéra Opal,8.6,131,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +123,Paris,Fraser Suites Le Claridge Champs-Elysées,8.1,348,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +124,Paris,Hotel Celtic,6.7,82,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +125,Paris,Hotel du Mont Blanc,7.3,122,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +126,Paris,InterContinental Paris Le Grand,8.6,302,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +127,Paris,ibis Budget Paris La Villette 19ème,7.4,78,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +128,Paris,Royal Garden Champs Elysées,8.0,184,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +129,Paris,Courtyard by Marriott Paris Gare de Lyon,8.4,176,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +130,Paris,Hotel Excelsior Latin,8.1,80,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +131,Paris,Hôtel Eiffel Turenne,8.8,169,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +132,Paris,Maison Nabis by HappyCulture,8.3,131,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +133,Paris,Hôtel Parisianer,9.0,307,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +134,Paris,Paris Bastille,8.4,153,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +135,Paris,Kyriad Hotel XIII Italie Gobelins,8.2,125,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +136,Paris,Le Relais du Marais,8.2,188,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +137,Paris,"Prince de Galles, a Luxury Collection hotel, Paris",8.6,688,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +138,Paris,"Terrass"" Hotel",8.9,163,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +139,Paris,Hôtel de Varenne,8.6,170,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +140,Paris,Tipi,7.2,67,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +141,Paris,B Montmartre,9.2,155,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +142,Paris,Hotel Eden,8.6,109,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +143,Paris,Hôtel Liège Strasbourg,7.1,57,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +144,Paris,Eiffel Petit Louvre,8.2,139,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +145,Paris,Hotel de L'Empereur,8.6,153,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +146,Paris,Hotel & Spa La Belle Juliette,8.7,206,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +147,Paris,Holiday Inn Paris Gare de Lyon Bastille,8.7,145,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +148,Paris,Dauphine Saint Germain,8.0,135,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +149,Paris,The Element Hôtel,7.5,117,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +150,Paris,The Element Hôtel,7.5,117,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +151,Paris,Hotel Ducs de Bourgogne,9.0,161,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +152,Paris,Hotel de Nell,9.0,255,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +153,Paris,Hôtel Jeanne d'Arc Le Marais,8.3,171,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +154,Paris,Pullman Paris Centre - Bercy,8.5,211,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +155,Paris,La Chambre du Marais,9.3,220,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +156,Paris,Hôtel Jarry Confort,6.4,61,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +157,Paris,Timhotel Berthier Paris 17,8.1,113,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +158,Paris,Hôtel Fabric,9.3,191,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +159,Paris,Hotel Eugène en Ville,8.6,185,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +160,Paris,Mercure Paris Gare De Lyon TGV,8.0,165,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +161,Paris,Nord Est Hotel,7.4,90,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +162,Paris,Hôtel de la Bourdonnais,8.7,147,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +163,Paris,Renaissance Paris Republique Hotel & Spa,8.6,286,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +164,Paris,Hotel Plaza Elysées,8.2,275,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +165,Paris,Holiday Inn Paris Saint Germain des Prés,8.3,152,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +166,Paris,Lenox Montparnasse,8.9,183,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +167,Paris,Snob Hotel by Elegancia,8.4,145,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +168,Paris,Oceania Paris Porte De Versailles,7.8,215,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +169,Paris,Hôtel Elixir,8.1,160,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +170,Paris,Residhome Paris Rosa Parks,8.4,102,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +171,Paris,Coypel,7.8,134,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +172,Paris,Hôtel Edgar Quinet,6.5,67,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +173,Paris,La Réserve Paris Hotel & Spa,9.3,960,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +174,Paris,Best Western Premier Opéra Faubourg,8.0,95,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +175,Paris,Le Général Hôtel,9.2,195,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +176,Paris,Hôtel Parisianer,9.0,307,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +177,Paris,La Villa Royale,7.6,191,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +178,Paris,Le A,9.1,269,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +179,Paris,Hôtel Des Batignolles,8.4,104,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +180,Paris,Belfast,7.5,123,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +181,Paris,Laz' Hotel Spa Urbain Paris,8.6,238,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +182,Paris,Maxim Folies,8.8,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +183,Paris,Hotel Park Lane Paris,8.6,200,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +184,Paris,La Manufacture,8.5,119,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +185,Paris,Novotel Paris Gare De Lyon,8.2,215,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +186,Paris,Hotel Bridget,8.4,118,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +187,Paris,Hôtel National Des Arts et Métiers,9.0,306,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +188,Paris,French Theory,8.6,178,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +189,Paris,Arcadie Montparnasse,8.0,93,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +190,Paris,Rose Bourbon,8.6,124,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +191,Paris,Holiday Inn Paris Gare de l'Est,7.8,135,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +192,Paris,ibis Styles Paris Meteor Avenue d'Italie,8.5,155,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +193,Paris,Hotel The Playce by Happyculture,7.9,108,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +194,Paris,Fauchon L'Hôtel Paris,9.4,492,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +195,Paris,Hotel de L'Empereur,8.6,153,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +196,Paris,Hotel Malte - Astotel,9.0,166,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +197,Paris,Holiday Inn Paris Opéra - Grands Boulevards,8.2,131,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +198,Paris,ibis Paris Bercy Village,8.4,119,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +199,Paris,Citadines Trocadéro Paris,8.5,143,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +200,Paris,Hotel Saint Petersbourg Opera,8.8,228,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +201,Paris,Home Sweet Home,7.3,136,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +202,Paris,ibis budget Porte D'Orleans,7.3,78,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +203,Paris,Hôtel des Champs-Elysées,8.6,244,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +204,Paris,Campanile Paris 19 - La Villette,8.0,120,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +205,Paris,Hilton Paris Opera,7.9,253,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +206,Paris,Hôtel Tourisme Avenue,8.8,126,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +207,Paris,Hôtel des Ecrivains,8.3,137,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +208,Paris,Europe Hotel Paris Eiffel,8.2,111,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +209,Paris,Le Quartier Bercy-Square,8.4,78,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +210,Paris,Exe Paris centre,8.0,99,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +211,Paris,Hôtel Recamier,9.0,367,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +212,Paris,Chouchou Hotel,9.3,165,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +213,Paris,Hôtel Joséphine by Happyculture,7.9,116,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +214,Paris,25hours Hotel Terminus Nord,8.7,165,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +215,Paris,Hôtel Du Plat d'Etain,8.4,97,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +216,Paris,Hôtel Pavillon Bastille,8.3,99,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +217,Paris,Lenox Montparnasse,8.9,183,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +218,Paris,Oceania Paris Porte De Versailles,7.8,215,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +219,Paris,Untalented Hotel - Villette,6.3,39,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +220,Paris,Hôtel Cordelia Opéra-Madeleine,8.6,116,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +221,Paris,Hotel des Grands Boulevards,9.1,247,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +222,Paris,Hôtel Mondial,7.9,139,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +223,Paris,Hotel Eiffel Seine,8.0,103,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +224,Paris,Hotel Istria,7.5,113,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +225,Paris,Hôtel Cordelia Opéra-Madeleine,8.6,116,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +226,Paris,Hotel des Grands Boulevards,9.1,247,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +227,Paris,Hôtel le 209 Paris Bercy,8.5,140,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +228,Paris,Hôtel Mondial,7.9,139,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +229,Paris,Hotel Eiffel Seine,8.0,103,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +230,Paris,Hotel Istria,7.5,113,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +231,Paris,Hotel Monceau Wagram,7.5,111,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +232,Paris,J.K. Place Paris,9.8,683,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +233,Paris,Legend Saint Germain by Elegancia,8.6,155,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +234,Paris,Citadines Tour Eiffel Paris,7.9,166,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +235,Paris,Hôtel Renoir Montparnasse,6.8,124,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +236,Paris,Citadines Opéra Paris,8.2,178,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +237,Paris,Golden Tulip Opera de Noailles,8.7,285,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +238,Paris,Régence Etoile,8.7,165,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +239,Paris,Hotel Le Friedland,8.4,165,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +240,Paris,Dream Hotel Opera,8.5,135,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +241,Paris,Hôtel Du Leman,7.6,73,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +242,Paris,Okko Hotels Paris Porte De Versailles,8.9,243,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +243,Paris,Hotel Magenta 38 by Happyculture,8.1,129,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +244,Paris,"The Originals Boutique, Hôtel Maison Montmartre, Paris",8.1,115,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +245,Paris,Hôtel Orchidée,8.5,113,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +246,Paris,B&B Hôtel Paris Porte des Lilas,7.9,77,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +247,Paris,Le Senat,8.5,151,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +248,Paris,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,118,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +249,Paris,Eiffel Trocadéro,8.0,276,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +250,Paris,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,118,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +251,Paris,Les Jardins De La Villa,9.0,236,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +252,Paris,Eiffel Trocadéro,8.0,276,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +253,Paris,LE MARAIS PRESTIGE Luxueux - Cosy - Wifi,9.7,252,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +254,Paris,Hotel la Perle Montparnasse,7.5,201,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +255,Paris,L'Edmond Hôtel,8.4,225,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +256,Paris,The People Hostel - Paris 12,8.9,76,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +257,Paris,Hotel Square,7.9,317,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +258,Paris,Apartments WS Saint-Lazare - Opera,7.7,123,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +259,Paris,Hôtel Lancaster Paris Champs-Elysées,8.8,422,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +260,Paris,Mercure Paris Place d'Italie,8.1,125,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +261,Paris,ibis budget Paris Porte de Vincennes,7.2,76,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +262,Paris,Hotel Le Basile,9.1,174,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +263,Paris,Monsieur Cadet Hotel & Spa,8.8,255,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +264,Paris,PEPPER & PAPER Apartments,8.2,175,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +265,Paris,Hotel Armoni Paris,8.4,122,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +266,Paris,Hotel Villa Saxe Eiffel,8.9,235,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +267,Paris,Hôtel Madison,8.9,200,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +268,Paris,Europe Saint Severin-Paris Notre Dame,8.6,153,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +269,Paris,Room Mate Alain - Champs-Elysées,8.6,231,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +270,Paris,Citadines Les Halles Paris,8.1,170,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +271,Paris,Hôtel Vernet,9.0,460,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +272,Paris,Hôtel Square Louvois,8.9,247,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +273,Paris,Park Hyatt Paris Vendome,9.0,760,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +274,Paris,Hôtel Saint-Paul Rive-Gauche,9.0,168,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +275,Paris,Avalon Hotel Paris Gare du Nord,7.3,109,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +276,Paris,Baldi,7.8,83,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +277,Paris,Hotel Atelier Vavin,7.2,119,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +278,Paris,Hôtel Du Leman,7.6,73,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +279,Paris,Hotel Flanelles Paris,9.2,245,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +280,Paris,Garden-Elysée,8.8,396,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +281,Paris,XO Hotel,8.8,189,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +282,Paris,ibis Styles Paris Bercy,7.9,154,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +283,Paris,Short Stay Group Museum View Serviced Apartments,7.9,88,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +284,Paris,"Calme et cosy, idéal en famille ou entre amis - Quartier Montorgueil",9.0,118,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +285,Paris,Hôtel Volney Opéra,8.6,154,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +286,Paris,Holiday Inn Express Paris-Canal De La Villette,8.2,131,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +287,Paris,Citadines Montmartre Paris,7.9,103,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +288,Paris,HOTEL DE PARIS MONTPARNASSE,7.7,173,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +289,Paris,"Shangri-La Hotel, Paris",9.2,1,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +290,Paris,Eiffel Trocadéro,8.0,276,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +291,Paris,Best Western Plus Hotel Sydney Opera,9.2,119,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +292,Paris,Hotel Terminus Montparnasse,7.6,79,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +293,Paris,Timhotel Opera Madeleine,7.5,139,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +294,Paris,R. Kipling by Happyculture,7.8,126,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +295,Paris,Hotel Claridge Paris,8.6,246,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +296,Paris,Sinner Paris,9.3,418,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +297,Paris,Apartments WS - Haut-Marais - Carreau du Temple,7.3,139,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +298,Paris,Austin's Arts Et Metiers Hotel,8.5,134,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +299,Paris,Hotel Du Cadran,8.7,186,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +300,Paris,Hotel Claridge Paris,8.6,246,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +301,Paris,Sinner Paris,9.3,418,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +302,Paris,Apartments WS - Haut-Marais - Carreau du Temple,7.3,139,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +303,Paris,Austin's Arts Et Metiers Hotel,8.5,134,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +304,Paris,Hotel Du Cadran,8.7,186,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +305,Paris,Normandy Le Chantier,8.8,228,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +306,Paris,Hotel de Flore,8.9,114,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +307,Paris,Hôtel Tilde,7.6,111,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +308,Paris,Best Western Montcalm,8.4,153,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +309,Paris,Hôtel Bonne Nouvelle,8.0,129,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +310,Paris,Relais Du Louvre,9.0,273,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +311,Paris,Hotel Residence Des Arts,8.7,175,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +312,Paris,Hôtel de la Motte Picquet,8.7,139,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +313,Paris,Quality Hotel & Suites Bercy Bibliothèque by HappyCulture,7.6,96,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +314,Paris,Hôtel des Arts Montmartre,9.1,121,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +315,Paris,Serotel Lutèce,8.5,306,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +316,Paris,Hôtel George Washington,7.3,180,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +317,Paris,Citadines Didot Montparnasse,7.8,136,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +318,Paris,Hôtel Aiglon,8.9,119,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +319,Paris,Odeon Hotel,8.7,173,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +320,Paris,Hotel Splendide Royal Paris - Relais & Châteaux,9.5,606,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +321,Paris,Vestay George V,8.8,275,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +322,Paris,Kyriad Hotel Paris Bercy Village,8.0,143,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +323,Paris,Timhotel Paris Gare Montparnasse,7.4,114,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +324,Paris,Académie Hôtel Saint Germain,8.8,196,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +325,Paris,Hôtel San Régis,8.9,448,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +326,Paris,Hotel Scarlett,8.5,87,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +327,Paris,Hôtel Square Louvois,8.9,247,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +328,Paris,Hotel Panache,8.4,126,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +329,Paris,HotelF1 Paris Saint Ouen Marché Aux Puces Rénové,6.6,47,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +330,Paris,Le Grand Hôtel de Normandie,8.2,116,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +331,Paris,Hôtel De La Porte Dorée,8.7,114,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +332,Paris,Hidden Hotel,9.0,229,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +333,Paris,Le Relais Saint Honoré,9.3,151,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +334,Paris,Hôtel du Quai de Seine,8.0,82,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +335,Paris,Citadines République Paris,7.9,103,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +336,Paris,Doisy Etoile,8.4,166,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +337,Paris,Hotel Choiseul Opera,8.3,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +338,Paris,Best Western Allegro Nation,7.8,114,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +339,Paris,Hôtel Louvre Piemont,9.0,150,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +340,Paris,Hotel Andréa,7.8,129,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +341,Paris,Hôtel Madeleine Plaza,8.5,216,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +342,Paris,Hotel Riviera Elysees,7.4,129,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +343,Paris,Hôtel Léopold,8.5,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +344,Paris,Hôtel Montparnasse Saint Germain,8.5,233,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +345,Paris,Hotel Opera Maintenon,8.3,99,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +346,Paris,Hôtel de Bordeaux,7.2,72,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +347,Paris,Hôtel Bel Ami,8.8,356,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +348,Paris,Citadines Montmartre Paris,7.9,103,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +349,Paris,HOTEL DE PARIS MONTPARNASSE,7.7,173,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +350,Paris,Hotel Riviera Elysees,7.4,129,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +351,Paris,Hôtel Léopold,8.5,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +352,Paris,Hôtel Montparnasse Saint Germain,8.5,233,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +353,Paris,Hotel Opera Maintenon,8.3,99,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +354,Paris,Hôtel de Bordeaux,7.2,72,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +355,Paris,Hôtel Bel Ami,8.8,356,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +356,Paris,Hôtel Emile,8.0,147,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +357,Paris,Hôtel Le Cercle Tour Eiffel,9.1,153,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +358,Paris,Mercure Paris Opéra Faubourg Montmartre,8.1,140,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +359,Paris,Hipotel Paris Voltaire Bastille,7.0,96,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +360,Paris,Tonic Hôtel du Louvre,7.3,120,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +361,Paris,Hôtel Duo,8.5,231,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +362,Paris,Sofitel Le Scribe Paris Opera,8.5,358,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +363,Paris,Déclic Hotel,8.0,138,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +364,Paris,Hotel La Villa Saint Germain Des Prés,9.0,303,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +365,Paris,Hotel Taylor,8.7,116,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +366,Paris,Mercure Paris 17 Batignolles,8.6,165,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +367,Paris,Ibis Paris Tour Eiffel Cambronne 15ème,7.3,133,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +368,Paris,Paris Marriott Champs Elysees Hotel,7.9,421,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +369,Paris,Absolute Hotel Paris République,8.0,90,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +370,Paris,Hotel Etats Unis Opera,8.7,154,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +371,Paris,Odalys City Paris Montmartre,8.7,250,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +372,Paris,Hotel Cluny Sorbonne,8.0,72,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +373,Paris,Hotel Mademoiselle,8.7,196,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +374,Paris,ATN Hôtel,8.1,121,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +375,Paris,Novotel Paris 14 Porte d'Orléans,8.2,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +376,Paris,Hôtel Saint-Marc,9.3,195,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +377,Paris,Résidence Internationale De Paris,7.5,87,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +378,Paris,Hotel de Neuve by Happyculture,7.9,150,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +379,Paris,Hôtel Augustin - Astotel,8.9,134,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +380,Paris,CasaÔ,9.0,217,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +381,Paris,Hôtel Du Midi Gare de Lyon,9.2,139,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +382,Paris,Aparthotel Adagio Porte de Versailles,7.5,149,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +383,Paris,Balmoral Champs Elysées,8.6,226,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +384,Paris,Hotel Des Saints Peres - Esprit de France,8.9,219,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +385,Paris,Majestic Apartments Champs Elysées,8.8,316,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +386,Paris,Mercure Paris 19 Philharmonie La Villette,7.5,126,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +387,Paris,Grand Hôtel du Havre,6.6,82,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +388,Paris,Unic Renoir Saint Germain,7.0,124,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +389,Paris,Hôtel Du Midi Paris Montparnasse,8.4,159,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +390,Paris,Hotel Observatoire Luxembourg,8.6,129,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +391,Paris,Aparthotel Adagio Paris Nation,8.7,144,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +392,Paris,"Tinah Paris, Réaumur - Montorgeuil",9.0,200,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +393,Paris,Hotel Cervantes by Happyculture,7.4,114,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +394,Paris,Sofitel Paris Baltimore Tour Eiffel,8.0,364,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +395,Paris,Best Western Le Montmartre – Saint Pierre,7.8,99,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +396,Paris,Hôtel La Sanguine,7.7,113,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +397,Paris,Le Hameau de Passy,8.1,205,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +398,Paris,Hotel Luna Park,7.5,52,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +399,Paris,Le Mathurin Hotel & Spa,8.7,396,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +400,Paris,ibis Styles Paris Tolbiac Bibliotheque,8.1,132,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +401,Paris,Sully Hôtel,7.0,82,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +402,Paris,Best Western Plus Hôtel Littéraire Marcel Aymé,9.0,98,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +403,Paris,55 Hôtel Montparnasse,8.0,99,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +404,Paris,Hôtel LOCOMO,8.8,138,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +405,Paris,Royal Saint Germain,7.8,163,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +406,Paris,Hôtel & Spa Saint Jacques,8.5,161,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +407,Paris,Mercure Paris Bastille Marais,8.0,128,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +408,Paris,Moulin Vert,7.4,119,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +409,Paris,Hotel Opéra Richepanse,9.2,196,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +410,Paris,Les Hauts de Passy - Trocadero Eiffel,7.6,139,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +411,Paris,LE MATISSIA,9.4,206,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +412,Paris,Hôtel Gustave,8.9,151,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +413,Paris,Hotel Peyris Opera,8.0,114,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +414,Paris,Golden Tulip Washington Opera,8.2,155,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +415,Paris,Porte de Versailles Hotel,8.3,136,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +416,Paris,Hôtel Saint-Marc,9.3,195,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +417,Paris,Hotel Palm - Astotel,8.9,124,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +418,Paris,Hotel Jenner,8.2,119,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +419,Paris,Le Narcisse Blanc,9.3,378,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +420,Paris,Citadines Maine Montparnasse Paris,7.8,101,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +421,Paris,Longchamp Elysées,8.0,173,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +422,Paris,Le Pavillon des Lettres - Small Luxury Hotels of the World,9.1,271,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +423,Paris,Hotel Viator - Gare de Lyon,8.3,129,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +424,Paris,Hotel Cluny Square,8.4,194,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +425,Paris,Mercure Paris Opera Garnier Hôtel & Spa,8.3,172,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +426,Paris,Hôtel de l'Avre,8.6,143,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +427,Paris,Derby Alma,8.8,147,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +428,Paris,Miramar,8.1,130,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +429,Paris,St Christopher's Inn Paris - Gare du Nord,7.9,89,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +430,Paris,Hôtel Avenir Jonquière,8.0,71,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +431,Paris,Hôtel Victoria Châtelet,8.0,163,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +432,Paris,Aparthotel Adagio Paris Buttes Chaumont,8.0,109,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +433,Paris,ibis Paris 17 Clichy-Batignolles (ex Berthier),6.8,94,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +434,Paris,Hôtel Raphael,8.7,428,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +435,Paris,Résidence Internationale De Paris,7.5,87,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +436,Paris,Milestay - Halles,8.8,149,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +437,Paris,La Villa des Ternes,8.4,216,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +438,Paris,Aparthotel Adagio Access Paris Reuilly,8.2,125,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +439,Paris,Hotel Icône,8.0,152,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +440,Paris,Sofitel Paris Baltimore Tour Eiffel,8.0,364,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +441,Paris,Le 123 Sébastopol - Astotel,9.0,166,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +442,Paris,Hotel Audran,8.2,91,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +443,Paris,Hôtel Du Brésil,7.7,91,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +444,Paris,Hotel Les Bulles De Paris,8.2,183,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +445,Paris,Hotel Ares Eiffel,8.4,145,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +446,Paris,Le Mathurin Hotel & Spa,8.7,396,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +447,Paris,Mercure Paris Porte De Versailles Expo,7.6,215,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +448,Paris,Renaissance Paris Vendome Hotel,8.1,358,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +449,Paris,Hôtel International Paris,8.5,132,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +450,Paris,Bradford Elysées - Astotel,8.8,166,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +451,Paris,Renaissance Paris Vendome Hotel,8.1,358,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +452,Paris,Hôtel International Paris,8.5,132,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +453,Paris,Melia Paris Villa Marquis a Melia Collection Hotel,8.4,253,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +454,Paris,Hôtel Veryste,8.9,124,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +455,Paris,Hotel De L'Horloge,8.2,118,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +456,Paris,Hôtel Mansart - Esprit de France,8.9,249,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +457,Paris,Le Belleval,8.9,206,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +458,Paris,Apollon Montparnasse,8.4,153,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +459,Paris,Royal Saint Germain,7.8,163,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +460,Paris,Hotel De Seine,8.6,123,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +461,Paris,Hotel Paris Bruxelles,7.0,92,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +462,Paris,Royal Saint Michel,8.1,158,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +463,Paris,Hotel Joke - Astotel,9.1,124,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +464,Paris,Hôtel Vaneau Saint Germain,8.3,254,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +465,Paris,Hotel Royal Elysées,6.9,142,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +466,Paris,Hôtel Palais De Chaillot,8.6,169,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +467,Paris,Hotel Rendez-Vous Batignolles,8.8,157,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +468,Paris,Queens Hotel,8.6,112,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +469,Paris,Longchamp Elysées,8.0,173,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +470,Paris,Grand Hôtel Amelot,8.1,104,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +471,Paris,The Westin Paris Vendôme,7.9,321,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +472,Paris,Hôtel Le Ballu,9.3,186,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +473,Paris,Hôtel La Nouvelle République,9.0,159,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +474,Paris,Hôtel De Lille Louvre,5.6,80,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +475,Paris,Hôtel Le Ballu,9.3,186,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +476,Paris,Hôtel La Nouvelle République,9.0,159,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +477,Paris,Hôtel De Lille Louvre,5.6,80,Pets are not allowed.,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +478,Paris,Residhome Paris Gare de Lyon - Jacqueline de Romilly,8.7,136,Pets are not allowed.,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +479,Paris,Hôtel Vic Eiffel,9.1,178,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +480,Paris,Louisa Hôtel,7.4,147,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +481,Paris,Moxy Paris Bastille,8.1,139,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +482,Paris,Cour des Vosges,9.5,518,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +483,Paris,Novotel Suites Paris Montreuil Vincennes,7.6,125,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +484,Paris,Le Village Montmartre by Hiphophostels,8.5,122,Pets are not allowed.,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +485,Paris,Austin's Saint Lazare Hotel,8.1,89,Pets are not allowed.,https://www.booking.com/hotel/fr/sthonore.en-gb.html +486,Paris,Hôtel Paris Bastille Boutet - MGallery,8.5,248,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +487,Paris,Hotel Esmeralda,8.4,144,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +488,Paris,Hôtel Saint Marcel,8.4,99,Pets are not allowed.,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +489,Paris,Roi de Sicile - Rivoli -- Luxury apartment hotel,9.4,292,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +490,Paris,Hotel Maison FL,8.9,211,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +491,Paris,Mercure Paris Bastille Saint Antoine,8.0,140,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +492,Paris,Mama Shelter Paris West,8.5,213,Pets are not allowed.,https://www.booking.com/hotel/fr/du-louvre.en-gb.html +493,Paris,Best Western Au Trocadéro,8.5,154,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +494,Paris,Best Western Empire Elysees,8.2,216,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/gtcayre.en-gb.html +495,Paris,hotelF1 Paris Porte de Châtillon,7.4,56,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +496,Paris,Le Glam's Hotel,8.1,174,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +497,Paris,Villa Margaux Opéra Montmartre,7.6,123,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/fr/corona.en-gb.html +498,Paris,Hôtel Da Vinci & Spa,8.9,226,Pets are not allowed.,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +499,Paris,Hôtel Thérèse,8.9,402,Pets are not allowed.,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +0,Rome,Hotel Savoy,8.4,137,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +1,Rome,Auditorium Mecenate,8.7,68,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +2,Rome,Hotel Giolli Nazionale,8.4,109,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +3,Rome,Hotel Delle Nazioni,8.5,192,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +4,Rome,Hotel Patria,7.9,87,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +5,Rome,CAVOUR URBAN ROOMS,9.1,89,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +6,Rome,Archi di Roma Guest House,9.6,66,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +7,Rome,SuiteSistina for Lovers,9.1,194,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +8,Rome,Hotel Splendide Royal - Small Luxury Hotels of the World,8.9,267,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +9,Rome,Bed&Breakfast Monticello,9.3,97,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +10,Rome,Hotel Genova,8.1,172,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +11,Rome,San Pietro Boutique Rooms,9.6,117,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +12,Rome,Flower Garden Hotel,8.1,87,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +13,Rome,La Muraglia Di San Pietro,9.3,65,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +14,Rome,Maison Ottavia,9.3,110,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +15,Rome,Trianon Borgo Pio Aparthotel,9.0,118,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +16,Rome,Hotel Modigliani,8.8,102,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +17,Rome,JB Relais,9.2,78,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +18,Rome,Vatican Style Suite,9.2,75,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +19,Rome,Relais La Maison De Luxe,9.3,88,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +20,Rome,Residenza San Calisto,9.1,116,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +21,Rome,Argentina Style View,9.3,109,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +22,Rome,Vatican Domus,9.4,82,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +23,Rome,Condotti Boutique Hotel,8.7,97,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +24,Rome,Hotel Serena,7.9,60,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +25,Rome,Boutique Hotel Atelier '800,9.0,98,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +26,Rome,Spagna Secret Rooms,9.5,91,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +27,Rome,Residenza Ki,7.8,60,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +28,Rome,Boutique Hotel Anahi,8.8,70,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +29,Rome,Best Western Plus Hotel Universo,8.6,131,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +30,Rome,66 Imperial Inn Deluxe B&B,9.2,97,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +31,Rome,Superior Relais,9.3,64,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +32,Rome,Hotel Farnese,8.7,101,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +33,Rome,Tullia&Prisca Relais,9.1,87,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +34,Rome,Ottaviano Smart Rooms,8.7,74,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +35,Rome,Hotel Tex,7.9,76,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +36,Rome,Argentina Residenza,9.1,96,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +37,Rome,Trastevere Sweet Dream,9.2,77,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +38,Rome,"The Pantheon Iconic Rome Hotel, Autograph Collection",8.9,313,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +39,Rome,Il Covo B&B,8.7,85,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +40,Rome,Colosseo Accomodation Room Guest House,9.7,70,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +41,Rome,VOI Donna Camilla Savelli Hotel,8.9,172,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +42,Rome,Jb Relais Luxury,9.2,94,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +43,Rome,Domus Spagna Frattina,9.3,116,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +44,Rome,The Bridge Suites,9.1,86,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +45,Rome,Piazza di Spagna just for us,9.6,187,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +46,Rome,Hotel Impero,8.1,75,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +47,Rome,Albergo Ottocento,8.4,116,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +48,Rome,Guest House Arco Dei Tolomei,9.2,77,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +49,Rome,Guest House Al Conservatorio,9.4,80,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +50,Rome,Crosti Hotel,8.7,83,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +51,Rome,Spazio Cavour Guesthouse,9.2,76,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +52,Rome,In The Center - Spanish Steps,8.8,91,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +53,Rome,Navona Rooms,9.7,127,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +54,Rome,Mascagni Luxury Rooms & Suites,9.0,202,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +55,Rome,Federica's Home,9.3,62,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +56,Rome,Bed And Best,9.1,73,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +57,Rome,LHR Coliseum B&B,9.0,97,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +58,Rome,Frattina Rooms,9.0,81,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +59,Rome,The Fifteen Keys Hotel,9.5,188,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +60,Rome,B&b Il Sampietrino Dei Cavalleggeri,9.1,97,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +61,Rome,Residenza Monfy,9.4,111,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +62,Rome,Piazza Del Gesu' Luxury Suites,8.5,106,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +63,Rome,Best Western Premier Hotel Royal Santina,8.6,141,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +64,Rome,Hotel Barocco,9.2,209,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +65,Rome,L'antica Locanda Dell'Orso,8.5,79,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +66,Rome,Pettinary Village B&B,9.5,75,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +67,Rome,Hearth Hotel,8.8,80,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +68,Rome,J.K. Place Roma - The Leading Hotels of the World,9.7,514,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +70,Rome,Vaticano 38 Suites,9.1,57,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +71,Rome,Roma Centrale Fidelis,8.5,57,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +72,Rome,Relais Cola Di Rienzo,9.4,97,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +73,Rome,Cavour Suites Guest House,9.4,121,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +75,Rome,Lifestyle Suites Rome,9.3,267,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +76,Rome,The First Roma Dolce,9.6,392,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +77,Rome,The Five Oscars Inn,9.3,86,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +78,Rome,Magic Double,8.3,42,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +79,Rome,Hotel Piazza Di Spagna,8.8,123,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +80,Rome,Chapter Roma,9.1,218,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +81,Rome,FOURHEADS Private Suites,8.9,70,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +82,Rome,Hotel dei Borgognoni,9.0,153,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +83,Rome,Santamaria Inn,8.7,53,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +84,Rome,Magic Guest House,8.2,42,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +85,Rome,St. Peter' Six Rooms & Suites,9.0,86,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +86,Rome,Pantheon Inn,8.2,136,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +87,Rome,Mia Suites,8.5,90,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +88,Rome,Exe International Palace,8.2,71,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +89,Rome,Sofitel Roma Villa Borghese,9.2,410,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +90,Rome,Nerva Accommodation,8.6,52,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +91,Rome,Casa Ponte Sisto,8.3,69,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +92,Rome,Terrace Pantheon Relais,9.0,121,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +93,Rome,Hotel Capo d´África – Colosseo,9.0,197,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +94,Rome,Iulia Guest House,8.4,55,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +95,Rome,Navona Style,9.6,96,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +96,Rome,Casa Santa Sofia,8.6,146,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +97,Rome,Biancorèroma B&B,8.9,105,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +98,Rome,Palazzo Baj - Guest House in Trastevere,9.4,115,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +99,Rome,Dimora Degli Dei,9.0,96,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +100,Rome,Hotel Aventino,8.8,84,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +101,Rome,Monti Panisperna suites,9.3,87,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +102,Rome,Royal Suite Trinità Dei Monti,9.0,217,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +103,Rome,Hotel Vilòn - Small Luxury Hotels of the World,9.6,629,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +104,Rome,Piazza Del Gesu' Luxury Suites,8.5,106,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +105,Rome,The Style,8.7,241,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +106,Rome,Mercure Roma Centro Colosseo,8.4,141,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +107,Rome,Hotel Londra & Cargill,8.6,142,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +108,Rome,Colonna Suite Del Corso,9.1,120,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +109,Rome,Hotel Savoy,8.4,137,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +110,Rome,Castle of Glamour XVI century Luxury Apartments,8.7,102,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +111,Rome,Hotel Mecenate Palace,8.5,107,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +112,Rome,Terrazza Marco Antonio Luxury Suite,9.4,188,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +113,Rome,Parlamento Boutique Hotel,9.2,158,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +114,Rome,Leon's Place Hotel In Rome,8.8,171,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +115,Rome,Hotel Genova,8.1,172,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +116,Rome,Hotel Della Conciliazione,9.0,200,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +117,Rome,Bettoja Hotel Massimo d'Azeglio,8.5,157,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +118,Rome,Hotel Mancino 12,9.1,155,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +119,Rome,Hotel dei Borgognoni,9.0,153,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +120,Rome,Anantara Palazzo Naiadi,8.8,407,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +121,Rome,Tree Charme,9.0,78,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +122,Rome,The Club Navona,9.1,71,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +123,Rome,L'Imperiale,7.8,75,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +124,Rome,Stefano House Roma,9.4,53,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +125,Rome,Gemini suites Navona,9.2,90,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +126,Rome,Rhome GuestHouse Affittacamere,8.9,69,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +127,Rome,Elysium Suites collection,8.9,83,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +128,Rome,Maison Colosseo (Via dei Querceti 24),8.7,79,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +129,Rome,G-Rough,8.8,315,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +130,Rome,Hotel Savoy,8.4,137,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +131,Rome,Melody Suite Rome,8.9,106,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +132,Rome,Boutique Hotel Campo de' Fiori,8.9,122,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +133,Rome,Hotel Due Torri,8.7,77,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +134,Rome,Appartamento Benincampi,9.7,107,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +135,Rome,Trevi Beau Boutique Hotel,8.8,158,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +136,Rome,B&B Lost in Rome,9.1,79,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +137,Rome,Locanda Navona,8.9,101,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +138,Rome,Aenea Superior Inn,9.1,75,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +139,Rome,Liberty Rome Apartment - Liberty Collection,7.4,145,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +140,Rome,La Locanda di Piazza del Popolo,8.4,55,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +141,Rome,More Cola di Rienzo B&B,9.3,80,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +142,Rome,Vaticano Luxury Guest House,9.5,107,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +143,Rome,Piazza del Popolo sweet rooms,9.1,82,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +144,Rome,Princeps Boutique Hotel,9.2,103,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +145,Rome,Il Tempio Della Capitale,9.0,105,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +146,Rome,Hotel Central Lodge,8.5,101,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +147,Rome,All'Ombra Del Cupolone,9.2,111,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +148,Rome,Grand Tour Rome Apartment - Liberty Collection,9.0,79,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +149,Rome,Hotel Columbia,8.7,108,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +150,Rome,Hotel Alexandra,8.3,100,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +151,Rome,Martius Private Suites,8.9,227,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +152,Rome,Principe Guesthouse,8.9,71,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +153,Rome,Casa Ricci Marchetti,9.9,325,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +154,Rome,Domus Ester,7.7,65,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +155,Rome,Spagna Boutique Luxury Suites,8.7,107,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +156,Rome,Pantheon Unique Rooms,9.3,112,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +157,Rome,Hotel Alius,7.5,38,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +158,Rome,MILLINA SUITES IN NAVONA,9.3,134,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +159,Rome,BDB Luxury Rooms Navona Angeli,9.0,102,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +160,Rome,Relais Rione Ponte,9.3,150,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +161,Rome,Hotel Isa,8.9,187,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +162,Rome,Coronari Palace,9.3,168,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +163,Rome,Relais Giulia,9.1,76,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +164,Rome,Domus Trevi,9.6,92,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +165,Rome,iH Hotels Roma Dei Borgia,8.6,206,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +166,Rome,Flatinrome Trastevere Deluxe Rooms,8.9,113,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +167,Rome,Penta Luxury House,9.4,110,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +168,Rome,Duca d'Alba Hotel - Chateaux & Hotels Collection,8.5,136,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +169,Rome,Palazzo Dama - Preferred Hotels & Resorts,8.8,314,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +170,Rome,Babuino 79,9.6,160,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +171,Rome,Vatican Style,9.0,84,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +172,Rome,Hotel Fellini,8.8,168,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +173,Rome,Paola A Trastevere,9.3,59,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +174,Rome,Domus Aurea Relais,8.8,340,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +175,Rome,Locanda Parlamento,8.5,59,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +176,Rome,Condotti Palace,8.4,92,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +177,Rome,Lh Royal Suites Terrace,9.3,96,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +178,Rome,Domus Victoria Guest House,8.6,75,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +179,Rome,Atlante Star Hotel,8.0,76,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +180,Rome,Hotel Napoleon,8.4,121,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +181,Rome,Town House 62,9.1,69,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +182,Rome,Relais Roma Centro,8.4,69,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +183,Rome,Casa Heberart Guest House Sistina,8.9,67,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +184,Rome,St. Peter Central Rooms B&B,8.0,42,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +185,Rome,Orange Hotel,6.7,82,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +186,Rome,Maison Coquette,9.1,127,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +187,Rome,Ai Senatori,8.8,67,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +188,Rome,B&B Fantasie Romane,8.9,72,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +189,Rome,Hotel Smeraldo,8.8,97,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +190,Rome,FILOMENA ARTHOUSE,8.2,62,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +191,Rome,Tree Charme,9.0,78,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +192,Rome,Hotel Romano,8.8,128,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +193,Rome,Hotel Villa Pinciana,9.0,131,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +194,Rome,The Radical Hotel Roma,9.5,128,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +195,Rome,Hotel Gregoriana,8.8,158,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +196,Rome,B&B 94Rooms Vatican-Scipioni,8.3,66,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +197,Rome,Hotel Colosseum,8.5,142,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +198,Rome,Navona Living Rome,8.8,145,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +199,Rome,Hotel Manfredi Suite In Rome,9.0,186,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +200,Rome,Porta Castello 10,9.4,97,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +201,Rome,Hotel Scalinata Di Spagna,9.0,127,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +202,Rome,Rome Innitaly,8.5,62,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +203,Rome,Boutique Hotel Galatea,9.1,115,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +204,Rome,Les Diamants,9.4,142,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +205,Rome,The Roman Empire Guesthouse,8.3,43,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +206,Rome,Apartment Ripa 17,8.6,141,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +207,Rome,The Liberty Boutique Hotel,9.4,121,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +208,Rome,Maison Evelina,9.7,131,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +209,Rome,Hotel Miami,8.5,76,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +210,Rome,900 Piazza del Popolo,9.5,157,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +211,Rome,iH Hotels Roma Cicerone,7.7,134,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +212,Rome,Luxury Apartment Frattina 34 Anelli,9.4,96,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +213,Rome,Top Floor Colosseo Guesthouse,9.6,70,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +214,Rome,Relais Esquilino,8.1,61,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +215,Rome,Domus Liberius - Rome,8.7,66,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +216,Rome,Residenza Canova Tadolini Luxury Rooms & Suites,9.0,108,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +217,Rome,Le Suite Di Napoleone,8.6,65,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +218,Rome,Residenza Di Ripetta,8.6,139,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +219,Rome,Saint Peter Apartments,9.1,114,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +220,Rome,Allegra's House,9.3,82,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +221,Rome,Home Colosseo,9.7,160,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +222,Rome,Soggiorno Downtown,9.0,93,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +223,Rome,Evergreen,7.8,45,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +224,Rome,4 You City Center Apartament,7.9,241,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +225,Rome,B&B Federica's House In Rome,9.0,55,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +226,Rome,Rome River Inn,9.3,116,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +227,Rome,Black And White Suite,9.1,126,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +228,Rome,Domus Giulia,9.5,92,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +229,Rome,Suite Artis Barberini,8.3,96,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +230,Rome,Houspitality Nero Bed & Breakfast,8.5,67,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +231,Rome,Casa De Fiori Apartments,8.7,96,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +232,Rome,Palazzo Cardinal Cesi,8.8,186,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +233,Rome,Cicero Rome Center,8.2,54,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +234,Rome,iRooms Central Station,8.8,79,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +235,Rome,Trevispagna Charme B&B,8.7,99,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +236,Rome,Corso Grand Suite,8.1,87,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +237,Rome,Locanda degli Antiquari,8.7,61,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +238,Rome,Hotel Italia,8.5,73,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +239,Rome,Opera Dreams,9.1,107,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +240,Rome,Growel Exclusive Suites San Pietro,9.7,101,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +241,Rome,Sallustio Luxury Suites,8.0,54,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +242,Rome,Hotel Augustea,7.5,87,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +243,Rome,Monti Garden,8.7,68,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +244,Rome,Hotel Resi,7.4,60,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +245,Rome,Al Viminale Hill Inn & Hotel,8.2,103,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +246,Rome,Trastevere Luxury Guest House,9.4,107,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +247,Rome,Art Seven Roma,9.2,123,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +248,Rome,Hotel Domus Mea,8.5,61,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +249,Rome,Albergo Abruzzi,9.0,177,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +250,Rome,Tolomeo B&b,9.6,92,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +251,Rome,Hotel Carmel,7.6,85,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +252,Rome,Exe Domus Aurea,8.5,57,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +253,Rome,Fontana di Trevi De luxe,7.3,183,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +254,Rome,Hotel Sonya,8.2,92,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +255,Rome,Dreaming Navona Rooms,9.0,72,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +256,Rome,Casa Fabio,9.8,132,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +257,Rome,Yes Hotel,8.6,117,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +258,Rome,iRooms Jacuzzi Suites,8.9,110,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +259,Rome,Dnb House Hotel,8.8,98,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +260,Rome,Elegant Rooms Roma,9.0,115,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +261,Rome,Hotel Cinquantatre,7.7,78,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +262,Rome,Casa Simpatia Roma - SPECIAL - Only By Reservation Free Parking !,7.9,33,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +263,Rome,S.Apollonia Suite Trastevere,9.6,195,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +264,Rome,Rhome86,8.8,68,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +265,Rome,Residenza Cavallini,8.5,59,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +266,Rome,Trevi Luxury Maison,9.6,234,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +267,Rome,Arena House - Daplace Collection,8.3,101,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +268,Rome,La Gensola In Trastevere,8.9,80,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +269,Rome,Hotel Bergamo,7.4,71,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +270,Rome,Rome To Stay,8.8,51,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +271,Rome,Guestlovers,8.5,57,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +272,Rome,Roma Boutique Hotel,8.0,151,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +273,Rome,Suite Dal Conte,8.2,93,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +274,Rome,Roma Five Suites,9.6,187,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +275,Rome,Dante's in Vaticano,9.3,78,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +276,Rome,Casa I Cappuccini,8.7,77,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +277,Rome,Hotel La Lumiere Di Piazza Di Spagna,8.3,147,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +278,Rome,Opera Private Suites by Premium Suites Collection,9.1,95,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +279,Rome,Ascanio Twenty Six,9.2,83,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +280,Rome,Boutique Centrale Relais,8.5,96,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +281,Rome,Hotel Aventino,8.8,84,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +282,Rome,Colonna 18,9.0,89,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +283,Rome,Le Suite del Barone,9.5,121,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +284,Rome,Rome Luxury House - The House,9.3,327,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +285,Rome,The Right Place 4U Roma Navona Terrace Luxury Rooms,9.3,87,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +286,Rome,Maison Tritone,9.7,159,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +287,Rome,BREAK - Via Veneto Charming Suite,9.7,233,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +288,Rome,La Stazione Del Vaticano,9.0,66,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +289,Rome,Trastevere Royal Suite,9.1,101,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +290,Rome,Orange Garden B&B,8.5,55,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +291,Rome,Domus Domas,8.4,73,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +292,Rome,Residenza Bourbon,8.7,76,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +293,Rome,Hotel Everest Inn Rome,8.0,92,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +294,Rome,Luxury Trastevere,8.5,87,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +295,Rome,Maison Degli Artisti,9.2,103,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +296,Rome,Casa Heberart Guest House Capo le Case,8.8,67,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +297,Rome,Residenza B,9.9,188,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +298,Rome,La Girandola Bed & Breakfast,9.4,75,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +299,Rome,Hotel Canada,9.0,116,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +300,Rome,Trevi Palace Hotel,8.9,106,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +301,Rome,Domus Libera,9.5,146,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +302,Rome,Excellent Trinity Rooms,9.8,106,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +303,Rome,Dimora Frattina,8.7,81,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +304,Rome,Foro Romano Luxury Suites,9.3,156,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +305,Rome,Boutique Hotel Trevi,7.6,223,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +306,Rome,Residenza Flaminio Gaio,9.1,106,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +307,Rome,Vatican Golden Rooms,8.5,87,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +308,Rome,Hotel Martis Palace,9.4,271,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +309,Rome,Residenza Spada,9.3,120,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +310,Rome,Mario De' Fiori 37,9.3,182,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +311,Rome,La Residenza Dell'Angelo,8.9,106,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +312,Rome,Arianna's house in St Peter Vatican,9.7,117,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +313,Rome,Casa Terrazza Colosseo,9.6,192,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +314,Rome,Il Pretoriano,8.7,126,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +315,Rome,Hotel St. Moritz,7.8,93,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +316,Rome,Arc Trilussa 44,9.7,175,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +317,Rome,Vantaggio B&B,9.2,97,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +318,Rome,A Secret Corner,9.5,112,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +319,Rome,"LoveRomeApartments PANTHEON, Navona square",9.2,236,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +320,Rome,Colosseum Jacuzzi Suites,8.1,96,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +321,Rome,Vatican Garden Rooms,9.3,43,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +322,Rome,Corso Boutique Luxury Rooms,9.2,122,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +323,Rome,Hotel Pavia,7.2,58,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +324,Rome,Baboon Room,9.6,131,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +325,Rome,Portrait Roma - Lungarno Collection,9.6,602,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +326,Rome,HT N°9 Colosseo,8.5,105,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +327,Rome,Relais Piazza Del Popolo,9.5,90,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +328,Rome,Hotel d’Inghilterra Roma – Starhotels Collezione,8.4,274,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +329,Rome,Hotel Locarno,9.3,254,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +330,Rome,Trevi Penthouse with Jacuzzi,8.2,142,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +331,Rome,Hotel Navona,8.7,107,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +332,Rome,The Mendeli Suite,9.0,96,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +333,Rome,Gulliver's Lodge,8.7,78,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +334,Rome,Vatican Chic B&B,9.6,109,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +335,Rome,Suite Inn Rome,8.9,99,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +336,Rome,Frattina FF italian suites,9.5,58,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +337,Rome,Hotel Dei Mille,7.7,56,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +338,Rome,Spanish Diamond Luxury Suites & Jacuzzi,9.6,141,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +340,Rome,Residenza A The Small Art Hotel,8.7,110,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +341,Rome,Residenza Il Giglio,8.8,75,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +342,Rome,Charm of Rome,7.5,62,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +343,Rome,Hotel Oxford,7.8,82,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +344,Rome,Malto Palace,8.7,60,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +345,Rome,Petit Bijou de Rome Vatican-Trastevere,9.3,128,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +346,Rome,Terrazze Navona,8.6,106,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +347,Rome,Palazzo Lupardi Relais,9.4,96,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +348,Rome,Design Loft Campo dei Fiori,9.1,179,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +349,Rome,Buonarroti Home,8.3,87,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +350,Rome,Appartamento Santi Quattro - Colosseo,8.5,110,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +351,Rome,DA ME Suites,9.0,116,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +352,Rome,Holiday House Roma Vaticano,9.4,126,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +353,Rome,Le Meridien Visconti Rome,8.8,169,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +354,Rome,Relais At Via Veneto,9.0,83,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +355,Rome,Shali Luxury Suite Spagna,8.2,95,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +356,Rome,Residenza Palline,9.4,101,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +357,Rome,Roma Central Guest House,9.1,66,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +358,Rome,Leonardo Suite Colosseo,9.8,480,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +359,Rome,Grand Hotel De La Minerve,8.5,294,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +360,Rome,Argentina Residenza Style Hotel,9.2,125,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +361,Rome,Town House Campo De Fiori,9.1,167,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +362,Rome,FRESH HOUSE MONTI,9.5,162,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +363,Rome,Suite 21 - Piazza Navona,9.3,194,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +364,Rome,Trastevere 2.0,9.6,107,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +365,Rome,Pellegrino 75 Double Bedroom,9.0,147,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +366,Rome,The Inn At The Roman Forum,9.3,337,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +367,Rome,Holidays Suites Navona,9.1,80,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +368,Rome,Hotel San Marco,7.9,98,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +369,Rome,126 Gracchi Suites,9.5,136,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +370,Rome,Hotel Fori Imperiali Cavalieri,8.7,97,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +371,Rome,Domus Roxy,9.4,84,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +372,Rome,BoRooms,9.0,96,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +373,Rome,The Roman Residence,9.8,394,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +374,Rome,Harry's Bar Trevi Hotel & Restaurant,9.3,243,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +375,Rome,Della Croce Rooms,9.2,137,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +376,Rome,Guesthouse Sant'Angelo,9.1,92,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +377,Rome,Minerva Monks Inn,8.6,84,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +378,Rome,Suite Valadier,8.9,237,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +379,Rome,Hotel Priscilla,7.0,94,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +380,Rome,Domus Serafino,9.6,72,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +381,Rome,Hotel Residenza In Farnese,8.3,162,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +382,Rome,Chic & Town Luxury Rooms,8.9,118,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +383,Rome,Il Giardino del Colosseo,8.9,164,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +384,Rome,Dulcis In Fundo,8.9,97,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +385,Rome,White flat Rione Monti,8.7,103,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +386,Rome,Roof Suite Rome,9.5,657,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +387,Rome,Palm Suites - Small Luxury Hotels of the World,9.0,392,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +388,Rome,Hotel Eden - Dorchester Collection,9.5,696,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +389,Rome,Adrianus Hotel,9.1,126,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +390,Rome,Hotel Ponte Sisto,8.7,122,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +391,Rome,Antica Dimora dell'Orso,8.2,106,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +392,Rome,Collina 48,8.7,48,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +393,Rome,Chester Suites,9.0,137,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +394,Rome,G55 Design Hotel,8.9,98,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +395,Rome,Rome55 - Piazza di Spagna,9.5,157,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +396,Rome,Hotel Suite Caesar,7.9,40,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +397,Rome,Trilussa Comfort House,9.4,175,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +398,Rome,Hotel City,8.1,118,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +399,Rome,Monti Panisperna suites,9.3,87,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +400,Rome,San Peter Lory's Aparts,9.5,164,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +401,Rome,Cola Di Rienzo Suite B&B,8.9,97,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +402,Rome,Hotel Lunetta,9.2,191,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +403,Rome,Margana Tower,9.2,406,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +404,Rome,B&B Colosseo Panoramic Rooms,9.2,116,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +405,Rome,Boutique Centrale Palace Hotel,9.0,258,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +406,Rome,Hotel Boutique Nazionale,8.3,82,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +407,Rome,Magic Double,8.3,42,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +408,Rome,Hotel Marco Polo Rome,7.6,118,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +409,Rome,THE ONE Boutique Hotel & SPA - Adults Only,9.0,208,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +410,Rome,Hanky Suite,9.4,94,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +411,Rome,Golden Nice Apartment,6.8,51,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +412,Rome,Viennese Due,6.2,41,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +413,Rome,Sallustio Luxury Suites,8.0,54,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +414,Rome,Landlord in Trastevere,9.4,74,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +415,Rome,Hotel Diplomatic,8.3,107,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +416,Rome,Al centro di Roma,9.2,94,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +417,Rome,Freedom Traveller,7.5,45,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +418,Rome,HT N°9 Colosseo,8.5,105,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +419,Rome,Hotel Max,7.6,72,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +420,Rome,Youroom Carrozze,9.6,147,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +421,Rome,Palazzo Lupardi Relais,9.4,96,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +422,Rome,Hotel Pace Helvezia,8.0,178,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +423,Rome,Deluxe Suite Welness,9.5,95,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +424,Rome,La Foresteria Luxury Suites,8.6,74,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +425,Rome,Bollo Apartments,8.5,76,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +426,Rome,126 Gracchi Suites,9.5,136,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +427,Rome,Hotel Centrale,8.3,103,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +428,Rome,S.Apollonia Suite Trastevere,9.6,195,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +429,Rome,Nazionale 51 Group,9.2,101,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +430,Rome,Temple View,9.2,64,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +431,Rome,Iulia Guest House,8.4,55,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +432,Rome,Domus Trevi,9.6,92,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +433,Rome,Rhea Silvia Luxury Navona,9.6,231,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +434,Rome,Hotel La Rovere,8.6,202,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +435,Rome,La Girandola Bed & Breakfast,9.4,75,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +436,Rome,Hotel White,8.5,155,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +437,Rome,Town House Roma,9.0,132,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +438,Rome,Guesthouse Alex II,7.8,38,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +439,Rome,Napoleone Luxury Home,8.7,51,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +440,Rome,B&B 94Rooms Vatican-Scipioni,8.3,66,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +441,Rome,Hotel Concordia,8.1,123,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +442,Rome,Domus Porta Angelica,9.2,76,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +443,Rome,Mascagni Luxury Rooms & Suites,9.0,202,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +444,Rome,Margana Tower,9.2,406,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +445,Rome,Art Atelier Accomodation,9.0,98,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +446,Rome,Boutique Centrale Palace Hotel,9.0,258,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +447,Rome,romantica guest house,9.2,74,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +448,Rome,Trastevere Hyperloft & Garden,7.6,323,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +449,Rome,Caroline Suite,8.1,51,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +450,Rome,Sun Suite Luxury Pantheon,8.6,115,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +451,Rome,Casa Belsiana,9.7,187,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +452,Rome,co.sleep,9.2,95,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +453,Rome,Courtyard Rome Suite,8.2,59,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +454,Rome,Navona Flat di Elena & Paola,8.6,492,Pets are allowed. Charges may be applicable.,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +455,Rome,Catherine's Home,9.7,82,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +456,Rome,Oriana Suites Rome,9.3,159,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +457,Rome,Hotel Albergo Santa Chiara,9.1,134,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +458,Rome,DVE Suite Rome,8.8,71,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +459,Rome,Bettoja Hotel Atlantico,8.1,146,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +460,Rome,Sweet Sweet Navona,9.6,107,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +461,Rome,Residenza Domizia,8.7,86,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +462,Rome,Hotel Sweet Home,8.1,86,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +463,Rome,Sweethome,9.6,226,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +464,Rome,Singer Palace Hotel,9.4,356,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +465,Rome,Xenia Guest House,9.5,103,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +466,Rome,Prati 25.7 Suites in Rome,9.2,95,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +467,Rome,Roma Charming Rooms,9.5,106,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +468,Rome,CasaJusta Trastevere,8.4,173,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +469,Rome,Star Vatican Rooms,8.2,67,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +470,Rome,Domus Scipioni,9.1,82,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +471,Rome,Latte & Biscotti,9.3,158,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +472,Rome,Relais Orso,8.8,151,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +473,Rome,Hotel Memphis,8.2,182,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +474,Rome,Vinci House,9.6,150,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html +475,Rome,The Right Place 4 You Roma Trastevere,9.3,143,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/giolli.en-gb.html +476,Rome,san cosimato suite,7.8,87,Pets are not allowed.,https://www.booking.com/hotel/it/suitesistina.en-gb.html +477,Rome,Residenza Alexander Guest House,9.6,84,Pets are not allowed.,https://www.booking.com/hotel/it/condotti.en-gb.html +478,Rome,TRASTEVERE - Stylish Good Vibes Apartment,9.2,147,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +480,Rome,Hotel Lirico,8.3,62,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +481,Rome,Felikshouse,9.4,85,Pets are not allowed.,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +482,Rome,Mario's apartament in the Spanish Steps,8.9,367,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/serena-roma.en-gb.html +483,Rome,Antica Dimora Donna Isabella,8.5,106,Pets are not allowed.,https://www.booking.com/hotel/it/yes.en-gb.html +484,Rome,Wonderful Time Rome,8.5,58,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +485,Rome,Madonna dei Monti,9.6,102,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +486,Rome,SuitInn19,8.9,97,"Free! +Pets are allowed. No extra charges.",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +487,Rome,Suite in Rome Veneto,8.3,54,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +488,Rome,Aurora Luxury Suites,9.0,277,Pets are not allowed.,https://www.booking.com/hotel/it/genova-roma.en-gb.html +489,Rome,Hotel Oceania,8.5,77,Pets are not allowed.,https://www.booking.com/hotel/it/impero.en-gb.html +490,Rome,Navona Colors Hotel,9.0,124,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +491,Rome,Relais Cavour,8.7,87,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +492,Rome,Cozy Navona Apartment,9.1,127,Pets are not allowed.,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +493,Rome,Dolce Casa Colosseo,9.9,172,Pets are not allowed.,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +494,Rome,Little Queen Navona,9.1,136,Pets are not allowed.,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +495,Rome,Mia Resort,8.2,76,"Free! +Pets are allowed on request. No extra charges.",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +496,Rome,Termini Terrace,8.9,70,Pets are not allowed.,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +497,Rome,Hotel Touring,7.8,65,Pets are not allowed.,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +498,Rome,Hotel dei Barbieri,8.7,167,Pets are allowed on request. Charges may be applicable.,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +499,Rome,Aventino Guest House,9.0,83,Pets are not allowed.,https://www.booking.com/hotel/it/mia-suites.en-gb.html diff --git a/Allergy_friendly_hotels/data/lisabon_data.csv b/Allergy_friendly_hotels/data/lisabon_data.csv new file mode 100644 index 00000000..9035fe2f --- /dev/null +++ b/Allergy_friendly_hotels/data/lisabon_data.csv @@ -0,0 +1,1501 @@ +,Name,Score,Price,Pets,Link +0,Lisboa Carmo Hotel,9.2,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +1,H10 Duque de Loule,9.0,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +2,Hotel Mundial,8.4,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +3,Iberostar Selection Lisboa,8.8,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +4,Corpo Santo Lisbon Historical Hotel,9.5,€ 137," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +5,Lux Lisboa Park,8.8,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +6,The One Palácio da Anunciada,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +7,Legendary Lisboa Suites,8.5,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +8,Tempo FLH Hotels Lisboa,9.2,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +9,Lisboa Pessoa Hotel,9.1,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +10,Empire Lisbon Hotel,8.5,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +11,BessaHotel Liberdade,9.1,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +12,Memmo Príncipe Real - Design Hotels,9.2,€ 176," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +13,Portugal Boutique Hotel,9.4,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +14,Hotel da Baixa,9.5,€ 98," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +15,Radisson Blu Hotel Lisbon,8.3,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +16,Star inn Lisbon Airport,8.7,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +17,TRYP Lisboa Aeroporto Hotel,8.7,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +18,Upon Lisbon Prime Residences,8.9,€ 102," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +19,TURIM Boulevard Hotel,9.0,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +20,PortoBay Liberdade,8.9,€ 177," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +21,The Leaf Boutique Hotel,9.2,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +22,Tivoli Oriente Hotel,8.7,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +23,Torel Palace Lisbon,9.3,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +24,My Story Hotel Tejo,9.0,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +25,Jupiter Lisboa Hotel,9.0,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +26,Lisbon Art Stay Apartments Baixa,9.1,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +27,Chalet D´Ávila Guest House,9.2,€ 36," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +28,Hotel Marques De Pombal,8.9,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +29,Hotel Borges Chiado,8.0,€ 124," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +30,Hotel Santa Justa,9.2,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +31,Hotel White Lisboa,9.0,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +32,The Lift Boutique Hotel,8.4,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +33,Rossio Garden Hotel,8.7,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +34,Rossio Boutique Hotel,8.6,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +35,Memmo Alfama - Design Hotels,9.2,€ 160," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +36,TURIM Av. Liberdade Hotel,8.1,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +37,Hotel Roma,8.7,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +38,Hotel Botanico,8.6,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +39,Duplo Charme Boutique Hotel,8.4,€ 54," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +40,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,€ 199," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +41,Hotel Florida,8.2,€ 58," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +42,Hotel LX Rossio,8.0,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +43,VIP Executive Arts Hotel,8.1,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +44,LX51 Smart Studios & Suites - Lisbon center,8.3,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +45,Holiday Inn Express Lisbon Airport,8.0,€ 89," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +46,Hotel INN Rossio,7.8,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +47,The Lumiares Hotel & Spa - Small Luxury Hotels Of The World,9.3,€ 235," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +48,Corinthia Lisbon,8.9,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +49,My Story Hotel Ouro,9.0,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +50,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,€ 199," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +51,Hotel Do Chile,8.2,€ 52," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +52,Sheraton Lisboa Hotel & Spa,8.6,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +53,The Icons Hotel by TRIUS Hotels,8.3,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +54,Pestana Palace Lisboa Hotel & National Monument - The Leading Hotels of the World,9.0,€ 224," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +55,VIP Executive Arts Hotel,8.1,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +56,Eurostars Museum,9.1,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +57,Lisbon City Hotel by City Hotels,8.1,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +58,Chiado Arty Flats,9.5,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +59,Lisbon Wine Hotel,9.3,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +60,Lisbon Serviced Apartments - Campos,8.4,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +61,Hotel Ibis Lisboa Parque das Nações,8.4,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +62,Feels Like Home Rossio Prime Suites,8.9,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +63,Hotel Convento do Salvador,9.0,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +64,Lutecia Smart Design Hotel,8.4,€ 71," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +65,TURIM Saldanha Hotel,8.5,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +66,Browns Central Hotel,9.2,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +67,Holiday Inn Lisbon-Continental,8.2,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +68,Residencial Joao XXI,6.9,€ 24," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +69,The Visionaire Apartments,9.3,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +70,MYRIAD by SANA Hotels,9.3,€ 199," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +71,Feels Like Home Bica Prime Suites,9.0,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +72,Hotel A.S. Lisboa,8.0,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +73,Holiday Inn Lisbon,7.9,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +74,Lisbon Marriott Hotel,8.2,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +75,EPIC SANA Lisboa Hotel,9.2,€ 194," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +76,Czar Lisbon Hotel,8.4,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +77,Neya Lisboa Hotel,8.4,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +78,Browns Central Hotel,9.2,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +79,Figueira by The Beautique Hotels,8.9,€ 94," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +80,GS Chiado Boutique Studios & Suites,8.9,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +81,Novotel Lisboa,8.0,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +82,Eurostars Das Letras,8.4,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +83,Four Seasons Hotel Ritz Lisbon,8.5,€ 594," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +84,Lisbon Serviced Apartments - Avenida,8.7,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +85,Lisboa Central Park,7.9,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +86,Ouro Grand by Level Residences,9.4,€ 129," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +87,Feels Like Home Chiado Prime Suites,9.2,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +88,easyHotel Lisbon,8.0,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +89,Bairro Alto Hotel,9.3,€ 289," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +90,Hotel Alif Avenidas,8.4,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +91,EVOLUTION Lisboa Hotel,8.9,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +92,Browns Downtown Hotel,9.1,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +93,Olissippo Lapa Palace – The Leading Hotels of the World,9.2,€ 454," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +94,Ibis Styles Lisboa Centro Marquês de Pombal,8.5,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +95,The Lisbonaire Apartments,9.3,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +96,Residencial Geres,7.4,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +97,VIP Executive Eden Aparthotel,7.8,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +98,Casa Balthazar,9.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +99,B&B Hotel Lisboa Aeroporto,9.0,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +100,VIP Executive Eden Aparthotel,7.8,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +101,Casa Balthazar,9.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +102,B&B Hotel Lisboa Aeroporto,9.0,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +103,Casa Oliver Boutique B&B - Principe Real,8.4,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +104,Garam Lisboa,9.0,€ 84," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +105,NH Collection Lisboa Liberdade,8.8,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +106,Hotel Real Palacio,8.3,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +107,Hotel Principe Lisboa,8.8,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +108,SANA Reno Hotel,8.3,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +109,America Diamonds Hotel & Sushi Bar,8.7,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +110,TURIM Terreiro do Paço Hotel,8.1,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +111,Lisbon Five Stars Apartments 8 Building,8.5,€ 319," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +112,My Suite Lisbon Guest House – Principe Real,9.0,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +113,Urbano FLH Hotels Lisboa,9.1,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +114,Lisbon Serviced Apartments - Liberdade,8.7,€ 93," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +115,Dom Pedro Lisboa,8.6,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +116,Olissippo Oriente,8.8,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +117,Lisbon Sao Bento Hotel,8.8,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +118,Hotel Mercure Lisboa,8.0,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +119,Zenit Lisboa,8.3,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +120,Draft Hostel & Rooms,8.8,€ 49," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +121,Exe Saldanha,9.1,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +122,Avani Avenida Liberdade Lisbon Hotel,8.6,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +123,Stay Hotel Lisboa Centro Chiado,8.4,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +124,Lisbon Finestay 8 Building Apartments,8.8,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +125,Lisbon Finestay 8 Building Apartments,8.8,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +126,Lisbon Serviced Apartments - Baixa Castelo,8.8,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +127,TURIM Alameda Hotel,8.2,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +128,Alfama - Lisbon Lounge Suites,8.9,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +129,Palácio Camões - Lisbon Serviced Apartments,8.7,€ 105," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +130,Internacional Design Hotel,8.7,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +131,AlmaLusa Baixa/Chiado,9.2,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +132,Dear Lisbon - Gallery House,9.3,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +133,Sunset Destination Hostel,8.9,€ 58," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +134,Alfama Yellow House,8.0,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +135,Feeling Chiado 15,9.4,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +136,Villa Baixa - Lisbon Luxury Apartments,9.5,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +137,Hotel Excelsior,7.0,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +138,Masa Hotel Almirante,8.4,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +139,TURIM Marques Hotel,8.7,€ 71," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +140,Hotel ibis Lisboa Alfragide,8.2,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +141,Dear Lisbon - Palace Chiado Suites,9.3,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +142,Dear Lisbon - Charming House,9.0,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +143,Hotel Alif Campo Pequeno,8.0,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +144,Lx Boutique Hotel,8.9,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +145,Hotel Gat Rossio,8.6,€ 68," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +146,Lisbon Finestay Mastro Apartments,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +147,The Hygge Lisbon Suites - Estrela,8.2,€ 48," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +148,Pensao Londres,7.9,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +149,Hotel 3K Madrid,7.3,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +150,Canaan Lifestyle Apartments Lisbon Combro 77,8.6,€ 42," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +151,Lisbon City Apartments & Suites by City Hotels,8.3,€ 37," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +152,1869 Príncipe Real House,9.2,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +153,Rossio Apartments,8.9,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +154,Hotel Travel Park Lisboa,8.4,€ 58," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +155,The Homeboat Company Parque das Nações-Lisboa,9.4,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +156,EXE Liberdade,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +157,Lisboa Bungalows,7.3,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +158,DoubleTree by Hilton Lisbon Fontana Park,7.9,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +159,Hotel Canada,8.5,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +160,TURIM Lisboa Hotel,8.1,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +161,Inn Bairro Alto B&B / B.A Sweet,8.8,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +162,Chiado 44,9.0,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +163,Lisbon Serviced Apartments - Benformoso,8.5,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +164,Flores Guest House,9.0,€ 74," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +165,Alecrim ao Chiado,9.4,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +166,Hotel Miraparque,8.5,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +167,Hotel Lisboa Plaza - Lisbon Heritage Collection,9.1,€ 173," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +168,TURIM Restauradores Hotel,8.0,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +169,Pousada de Lisboa - Small Luxury Hotels Of The World,9.1,€ 290," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +170,Home Sweet Lisbon Suites,8.3,€ 136," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +171,Boho Guesthouse - Rooms & Apartments,8.9,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +172,Dear Lisbon - Bordalo Palace Chiado,9.3,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +173,Lx Flowers Apartments,9.2,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +174,Hotel Avenida Park,7.4,€ 58," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +175,TURIM Luxe Hotel,7.4,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +176,Lisboa Central Hostel,9.3,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +177,HF Fenix Lisboa,8.6,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +178,Lisbon Serviced Apartments - Madalena,8.7,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +179,Eurostars Lisboa Parque,8.4,€ 113," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +180,Lisbon Serviced Apartments - Principe Real,8.8,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +181,Lisbon Serviced Apartments - Castelo S. Jorge,8.3,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +182,The Vintage Hotel & Spa – Lisbon,9.0,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +183,SANA Executive Hotel,8.2,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +184,Palacio do Governador,9.1,€ 207," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +185,Hotel ibis Lisboa Jose Malhoa,8.4,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +186,PortoBay Marquês,9.0,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +187,Castello Prime Suites,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +188,Be My Neighbour,8.6,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +189,Lisbon Check-In Guesthouse,8.8,€ 59," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +190,Pateo Lisbon Lounge Suites,9.2,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +191,V Dinastia Guesthouse,7.5,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +192,Lisbon Serviced Apartments - Chiado Emenda,9.0,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +193,Lisbon Destination,9.1,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +194,Hotel 3K Europa,8.5,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +195,Páteo Saudade Lofts,8.4,€ 114," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +196,LX History Rooms by TRIUS Hotels,8.2,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +197,4U Lisbon Airport Suites,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +198,Santa Luzia B&B - HOrigem,8.6,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +199,Your Home in Bairro Alto Lisbon,8.0,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +200,Hotel Lis - Baixa,8.8,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +201,Lisbon Rentals Chiado,9.5,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +202,Pensao Praca Da Figueira,8.8,€ 45," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +203,Residencial Duque de Saldanha,6.6,€ 52," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +204,Lisbon Serviced Apartments - Bairro Alto,8.8,€ 81," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +205,Alfama Design Suites Guesthouse,8.7,€ 40," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +206,Pensao Flor Da Baixa,7.8,€ 33," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +207,Safira,8.7,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +208,Hotel Real Parque,8.2,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +209,Ascensor da Bica - Lisbon Serviced Apartments,8.4,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +210,Sao Jorge Apartments & Suites,8.0,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +211,VIP Grand Lisboa Hotel & Spa,7.9,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +212,Vila Garden Guesthouse,9.2,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +213,HF Fenix Garden,8.8,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +214,Hotel Duas Nações,6.5,€ 74," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +215,Ibis Styles Lisboa Centro Liberdade NE,8.6,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +216,Nations Rooms,6.9,€ 50," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +217,Lisbon Serviced Apartments - Baixa,8.8,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +218,Santiago de Alfama - Boutique Hotel,9.3,€ 247," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +219,54 Santa Catarina Apartments,9.5,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +220,Lisbon Serviced Apartments - Parque,8.9,€ 103," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +221,"Fontecruz Lisboa, Autograph Collection",8.3,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +222,Fado Bed & Breakfast - Santos,7.2,€ 26," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +223,Panoramic Living,9.0,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +224,Universo Romantico,7.7,€ 46," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +225,Home Lisbon Hostel,9.3,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +226,Garden Guest House,6.3,€ 20," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +227,Imperador Hotel,8.0,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +228,VIP Executive Picoas Hotel,8.8,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +229,TURIM Iberia Hotel,8.4,€ 64," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +230,Hotel ibis Lisboa Saldanha,8.3,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +231,Wallis São Bento,7.6,€ 51," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +232,Amazonia Lisboa Hotel,7.8,€ 56," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +233,Apt in Lisbon Rio - Parque das Nações,7.8,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +234,My Story Hotel Figueira,9.5,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +235,Sofitel Lisbon Liberdade,8.8,€ 244," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +236,Madalena by The Beautique Hotels,9.1,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +237,Hotel Avenida Palace,9.2,€ 213," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +238,Bairro Alto Suites,8.6,€ 263," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +239,The Independente Suites & Terrace,8.7,€ 129," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +240,Hotel do Chiado,9.3,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +241,Fado Bed & Breakfast - Santos,7.2,€ 26," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +242,Great Stay Fanqueiros 1,9.1,€ 41," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +243,Lost Lisbon :: Chiado House,9.2,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +244,Asul B&B 5 Rooms,9.0,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +245,Browns Boutique Hotel,9.2,€ 79," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +246,Hotel Alegria,9.2,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +247,VIP Executive Zurique Hotel,7.6,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +248,Vila Gale Opera,7.9,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +249,Esqina Cosmopolitan Lodge,9.2,€ 104," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +250,Hotel Alegria,9.2,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +251,VIP Executive Zurique Hotel,7.6,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +252,Vila Gale Opera,7.9,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +253,Inspira Santa Marta Hotel & Spa,9.0,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +254,Emporium Lisbon Suites,9.5,€ 88," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +255,Residencial do Sul,7.5,€ 37," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +256,Casa do Principe,9.0,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +257,Fenicius Charme Hotel,8.8,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +258,Espaço Espelho D'agua,6.8,€ 50," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +259,Alfama Terrace,8.8,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +260,Hotel Sete Colinas,8.7,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +261,Lisbon Best Choice Prime Apartments Alfama,9.5,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +262,Hotel Lisboa,8.6,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +263,With You Suites,9.5,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +264,Le Consulat,9.1,€ 179," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +265,Augusta Boutique House,9.1,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +266,137 LuxResidence,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +267,Shiado Suites,9.1,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +268,Planet House by TRIUS Hotels,7.8,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +269,9Hotel Mercy,8.6,€ 193," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +270,Palacio Ramalhete,8.8,€ 157," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +271,Residencial do Areeiro,8.3,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +272,Seven Dreams Suites,8.9,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +273,Lisbon Cheese & Wine Suites,9.3,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +274,The Late Birds Lisbon - Gay Urban Resort,9.3,€ 169," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +275,4U Lisbon Suites & Guesthouse VII Airport,7.9,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +276,Casas da Baixa - Lighthouse Apartments,9.2,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +277,Pensao Nova Goa,7.0,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +278,HF Fenix Urban,8.8,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +279,Rossio Alojamento Local,7.5,€ 39," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +280,Lisbon View Hostel,5.0,€ 19," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +281,Fontana Guesthouse,8.3,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +282,Charm Flats,8.9,€ 129," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +283,Casa Belmonte,9.1,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +284,Milanesa,8.1,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +285,My Charm Lisbon Suites,8.8,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +286,York House Hotel,8.8,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +287,Be Poet Baixa Hotel,9.3,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +288,Lisbon Five Stars Apartments Bica,8.7,€ 324," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +289,WC by The Beautique Hotels,9.0,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +290,Le Premier Lisbon Suites,8.5,€ 41," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +291,Be Lisbon Hostel Intendente,9.1,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +292,SANA Malhoa Hotel,8.6,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +293,Heritage Avenida Liberdade - Lisbon Heritage Collection,9.2,€ 214," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +294,Oriente DNA Studios,8.3,€ 43," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +295,Montebelo Lx Dwt Apartments,9.8,€ 88," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +296,Residentas São Pedro,9.4,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +297,TRYP Lisboa Oriente Hotel,8.4,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +298,Wallis Apartments,8.4,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +299,Golden Tram 242 Lisbonne Hostel,7.9,€ 35," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +300,The Postcard Avenue,9.1,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +301,SANA Malhoa Hotel,8.6,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +302,Destino Lisboa Apartments,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +303,7 Rivers Hostel,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +304,As Janelas Verdes - Lisbon Heritage Collection,9.2,€ 173," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +305,Residentas São Pedro,9.4,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +306,O Jardim da Tessa,8.5,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +307,Lisbon Inn Bica Suites,7.4,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +308,Residentas Aurea,9.5,€ 203," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +309,Lisbon Calling,8.7,€ 55," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +310,This Is Lisbon Hostel,8.7,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +311,Sant Jordi Hostels Lisbon,9.2,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +312,Hub New Lisbon Hostel,8.2,€ 47," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +313,Hub Lisbon Patio Hostel,8.1,€ 42," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +314,Residencial Florescente,8.4,€ 58," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +315,NH Lisboa Campo Grande,8.3,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +316,4U Lisbon II Guesthouse,7.7,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +317,Like Home - Santos,8.8,€ 58," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +318,Solar Dos Mouros,9.0,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +319,Lisbon Arsenal Suites,7.6,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +320,The ART INN Lisbon,8.7,"€ 1,004"," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +321,Blue Bairro Guesthouse,8.1,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +322,White House Lisbon Hostel,7.5,€ 52," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +323,behotelisboa,8.8,€ 68," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +324,7 Seas 3 Hostel,4.4,€ 18," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +325,Dalma Old Town Suites,9.1,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +326,The Independente Hostel & Suites,8.7,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +327,Martinhal Lisbon Chiado,9.4,€ 285," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +328,Contador Mor Guesthouse,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +329,Lost Lisbon :: Cais House,8.8,€ 69," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +330,Hotel Dom Carlos Park,8.3,€ 135," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +331,Stay Hotel Lisboa Centro Saldanha,8.6,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +332,Garden Rooftop by Imperium,7.8,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +333,Albergaria Senhora do Monte,8.6,€ 58," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +334,Palacete Chafariz Del Rei,9.1,€ 398," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +335,My Home In The City,8.9,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +336,Anjos 44 Lisbon Apartments,8.6,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +337,Lisbon Garden Boutique Guest House,8.7,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +338,The Lisboans Apartments,9.5,€ 224," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +339,The Twenties 20`s by TRIUS Hotels,8.2,€ 66," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +340,Welcome House - Self Service,6.6,€ 27," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +341,Lisbon Airport Hostel,7.9,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +342,LV Premier Apartments Chiado- CH,8.8,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +343,Silk Lisbon,8.8,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +344,Raw Culture Art & Lofts Bairro Alto,9.3,€ 229," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +345,Inn-Chiado Restauradores Prime Suites,8.3,€ 47," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +346,Páteo Saudade Lofts Marquês,8.0,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +347,Residencial Horizonte,7.6,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +348,Hotel Britania - Lisbon Heritage Collection,9.5,€ 203," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +349,Frutaria - Lisbon Suites,7.7,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +350,Hotel Britania - Lisbon Heritage Collection,9.5,€ 203," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +351,Frutaria - Lisbon Suites,7.7,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +352,Boutique Telhal 89,9.0,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +353,Alegria by Central Hill Apartments,9.0,€ 259," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +354,Welcome Guest House,7.8,€ 39," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +355,Hotel Capital,8.2,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +356,FADO Bairro Alto - SSs Apartments,8.8,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +357,Boutique Chiado Suites,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +358,Quinta Colina by Shiadu,9.1,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +359,SK LISBOA Villa Hostel,9.5,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +360,Lisboa Prata Boutique Hotel,8.6,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +361,The 7 Hotel,8.8,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +362,Music Hall Lisbon Hostel,8.1,€ 46," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +363,Family & Friends by Downtown,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +364,Olissippo Castelo,8.8,€ 149," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +365,SANA Metropolitan Hotel,8.3,€ 127," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +366,Rossio Hostel,8.1,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +367,City Center Guest House,8.0,€ 40," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +368,Lisbon Airport Charming Rooms,8.3,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +369,Dias e Dominguez,6.4,€ 38," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +370,Divine House of Graça,7.8,€ 28," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +371,Lisbon Calling Rooms & Studio,8.8,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +372,Casas na Portuguesa - BRAND NEW! Bica * Chiado,9.3,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +373,Yes Lisbon Hostel,9.3,€ 268," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +374,The Color | Suites & Rooms,7.8,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +375,Delicious Hours ALFAMA Apartments,8.9,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +376,MyPlace - Lisbon - Alfama,8.2,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +377,Hotel Dom Sancho I,8.0,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +378,The 7 Hotel,8.8,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +379,Bons Dias,8.5,€ 34," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +380,Dare Lisbon House,9.5,€ 144," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +381,Maxime Hotel Lisbon,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +382,Angels Inn Guesthouse,8.4,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +383,Help Yourself Hostels - Restelo,7.5,€ 21," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +384,Hostel Crespo,8.5,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +385,Lisbon Sea suites - Lisbon boat,8.5,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +386,Lisbon Airport Suites,7.9,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +387,Memories of Lisbon,8.6,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +388,Magnolia Guesthouse,9.3,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +389,Downtown Correeiros Apartments,8.7,€ 172," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +390,Sao Bento Best Apartments | Lisbon Best Apartments,9.4,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +391,My Story Hotel Augusta,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +392,Real Residência - Apartamentos Turísticos,8.5,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +393,Otília Apartamentos,9.4,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +394,My Bairro Alto Suites,8.5,€ 115," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +395,LX Sweet Home,9.0,€ 129," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +396,Occidental Lisboa,8.5,€ 100," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +397,Tings Lisbon,8.8,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +398,Romantic Apartment El Corte Inglês,8.8,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +399,Guest House Guerra Junqueiro,8.7,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +400,Marino Lisboa,9.2,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +401,Rato by Central Hill Apartments,8.9,€ 259," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +402,Pombalino Design Apartment in Baixa-Chiado,9.7,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +403,Mouraria Deluxe Apartments,8.1,€ 68," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +404,4U Lisbon III Guest House,7.7,€ 39," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +405,Hotel Dom João Lisboa,8.7,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +406,Famous Crows Lisbon Suites,8.7,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +407,Castilho House Cais,9.2,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +408,Casas de Fado,8.2,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +409,DoBairro suites at Bairro Alto,9.0,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +410,Casas de São Bento,9.6,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +411,Martim Moniz 28 Guest House,7.8,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +412,Guest House Amoreiras,8.7,€ 43," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +413,Lisbon Five Stars Apartments São Paulo 55,8.4,€ 409," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +414,Anjos Balconies,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +415,O Elétrico Guesthouse,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +416,Norte Guest House,7.4,€ 37," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +417,Casa de Hospedes Boa Noite,7.3,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +418,Lisbonaccommodation,8.5,€ 289," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +419,Guest House Guerra Junqueiro II,8.8,€ 29," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +420,Train Lisbon Hostel,7.0,€ 34," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +421,Apartamento Ideal 3,7.9,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +422,Hostel Benformoso,5.5,€ 29," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +423,Be Lisbon Residence Laranjeiras,8.5,€ 48," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +424,Moxy Lisboa Oriente,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +425,Castilho House Cais,9.2,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +426,Your Home in Palácio do Bairro Alto,8.3,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +427,Garcia Place,9.2,€ 158," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +428,Castilho Terrace Deluxe,9.4,€ 157," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +429,Apartments Center Bairro Alto,8.9,€ 181," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +430,Just Lisbon,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +431,SwissLisbon Guest House,7.4,€ 33," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +432,The Hygge Lisbon Suites - Picoas,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +433,Your Place in Lisbon,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +434,MàHouse Guest House,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +435,Theorynomad AL Lisboa,7.6,€ 32," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +436,Castilho House,8.9,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +437,Lisbon Hostel Terminal 4,8.4,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +438,Mesa e Casa Encantada,8.3,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +439,Rossio Studios,8.6,€ 71," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +440,Lisbon Suite Home,7.6,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +441,Lx Center Chiado,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +442,Solar do Castelo - Lisbon Heritage Collection,9.2,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +443,Bairro Alto Comfort Antero,9.9,€ 247," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +444,Castle Inn Lisbon Apartments,9.2,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +445,Olissippo Saldanha,9.1,€ 129," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +446,Pensao Residencial Estrela do Mondego,7.3,€ 29," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +447,C&O Guest House Alcântara-Lisbon,8.9,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +448,Palácio SantAnna,8.1,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +449,Apartamentos Tandem Palacio Alfama,9.4,€ 213," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +450,No Limit Alfama Guesthouse,8.3,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +451,Rossio - Chiado | Lisbon Cheese & Wine Apartments,8.9,€ 202," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +452,Redondo Residence,8.4,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +453,The Spot in Belém & Memória,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +454,Olissippo Marques de Sa,8.8,€ 112," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +455,Hotel DAH - Dom Afonso Henriques,8.2,€ 48," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +456,Garden Apartment,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +457,Hotel Dom Carlos Liberty,8.3,€ 135," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +458,Lisbon Palma Rooms,7.3,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +459,Casa Boma Lisboa - Typical and Spacious Apartment - Lapa II,8.3,€ 166," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +460,Art Gallery Apartment,8.9,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +461,Casa Do Vale - Ecotainer,7.4,€ 34," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +462,Royal City Lisbon,8.8,€ 26," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +463,Residência Almirante,7.5,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +464,The Spot in Saldanha,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +465,Charme da Graça,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +466,Ritz & Freud Guest House,8.6,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +467,LoveLisbonApartments Typical Portuguese Tiles,6.4,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +468,Charming episode,6.0,€ 39," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +469,Lisbon Top Hostel,7.6,€ 49," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +470,Cosy Marques de Pombal Apartment,9.4,€ 215," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +471,Lisbon Old Town Hostel,9.2,€ 59," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +472,Terrace Lisbon Hostel,7.7,€ 25," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +473,Lisbon Paradise,6.1,€ 38," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +474,Lisbon Secret,8.7,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html +475,Lisbon Secret,8.7,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html +476,Boutique Chiado Duplex,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/hotelmundial.en-gb.html +477,The Postcard Lisbon,8.9,€ 135," +Pets are not allowed. +",https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html +478,AL Belém 85,8.9,€ 63," +Pets are not allowed. +",https://www.booking.com/hotel/pt/corpo-santo.en-gb.html +479,City Stays Alegria Apartments,8.5,€ 193," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html +480,Lar dois coracões,8.2,€ 47," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html +481,LX 77,9.5,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html +482,O Artista Boutique Suites,9.5,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html +483,inCUBOS Apartments Santana,9.7,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html +484,Lisbon Poets Inn,8.3,€ 44," +Pets are not allowed. +",https://www.booking.com/hotel/pt/da-baixa.en-gb.html +485,Home Out Rooms & Apartments,8.9,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html +486,Mosteiro - Lissabon Altstadt,8.6,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html +487,Restauradores by Central Hill Apartments,7.9,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html +488,Santa Bica Eat Drink & Sleep,8.5,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html +489,Ey Lisbon Guesthouse,8.1,€ 58," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html +490,Residencial Estrela de Camões,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/pt/rossio-garden.en-gb.html +491,Lisbon Budget Inn,6.5,€ 25," +Pets are not allowed. +",https://www.booking.com/hotel/pt/torel-palace.en-gb.html +492,Tagus Life Apartment,9.2,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html +493,Studios with Mezzanine Rua da Moeda,9.7,€ 172," +Pets are not allowed. +",https://www.booking.com/hotel/pt/the-lumiares.en-gb.html +494,Alma Moura Residences,9.0,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/pt/radisson-sas.en-gb.html +495,Varandas de Lisboa - Tejo River Apartments & Rooms,9.2,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html +496,Sky Beds Lisbon,8.0,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html +497,Blue Budget Apartments Bairro Alto,7.4,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html +498,Casa Boma Lisboa - Unique Apartment With Private Balcony And Panoramic Bridge View - Alcantara IV,9.4,€ 172," +Pets are not allowed. +",https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html +499,Unique Lisbon Rooms,8.4,€ 33," +Pets are not allowed. +",https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html diff --git a/Allergy_friendly_hotels/data/new_paris_data.csv b/Allergy_friendly_hotels/data/new_paris_data.csv new file mode 100644 index 00000000..b7a71468 --- /dev/null +++ b/Allergy_friendly_hotels/data/new_paris_data.csv @@ -0,0 +1,1561 @@ +,Name,Score,Price,Pets,Link +0,Hotel Trianon Rive Gauche,8.3,€ 107," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +1,Elysées Union,8.4,€ 162," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +2,Résidence Charles Floquet,9.0,€ 262," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +3,Elysées Ceramic,8.4,€ 152," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +4,Citadines Saint-Germain-des-Prés Paris,8.3,€ 180," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +5,Hotel Lutetia,8.9,€ 660," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +6,Pullman Paris Tour Eiffel,8.3,€ 266," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +7,Hyatt Regency Paris Etoile,8.4,€ 241," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +8,Montfleuri,8.4,€ 158," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +9,Four Seasons Hotel George V Paris,9.4,€ 945," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +10,Hotel Aida Opera,8.3,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +11,La Clef Tour Eiffel Paris by The Crest Collection,8.4,€ 348," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +12,Hôtel Alfred Sommier,9.0,€ 396," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +13,L'Empire Paris,8.4,€ 265," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +14,Hôtel De Castiglione,7.5,€ 164," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +15,Hôtel Du Bois Champs-Elysées,8.4,€ 127," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +16,citizenM Paris Gare de Lyon,8.7,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +17,Hôtel Plaza Athénée - Dorchester Collection,9.2,"€ 1,060"," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +18,Les Jardins du Faubourg Hotel & Spa by Shiseido,9.1,€ 568," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +19,Hotel Monge,9.4,€ 186," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +20,Maison Albar Hotels Le Pont-Neuf,9.0,€ 368," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +21,Hôtel Concorde Montparnasse,7.8,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +22,Maison Albar Hotels Le Diamond,8.6,€ 208," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +23,Hotel du Louvre in the Unbound Collection by Hyatt,8.9,€ 428," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +24,Secret de Paris - Hotel & Spa,8.9,€ 251," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +25,Le Damantin Hôtel & Spa,9.0,€ 558," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +26,Secret de Paris - Hotel & Spa,8.9,€ 251," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +27,Sofitel Paris Arc De Triomphe,8.7,€ 323," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +28,Hotel Prelude Opera,9.0,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +29,Citadines Place d'Italie Paris,8.1,€ 137," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +30,K+K Hôtel Cayré Saint Germain des Prés,8.3,€ 185," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +31,Maison Bréguet,8.7,€ 228," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +32,La Villa Haussmann,9.0,€ 316," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +33,Hôtel Opéra Liège,8.4,€ 115," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +34,Palym,8.5,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +35,Ritz Paris,9.6,"€ 1,038"," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +36,Brach Paris,9.2,€ 438," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +37,Novotel Paris Les Halles,8.8,€ 311," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +38,Hyatt Paris Madeleine,8.0,€ 408," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +39,Le Meurice – Dorchester Collection,9.3,€ 960," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +40,Generator Paris,7.8,€ 74," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +41,Résidence du Pré,8.4,€ 97," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +42,Hôtel Baume,9.1,€ 180," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +43,Citadines Austerlitz Paris,8.2,€ 114," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +44,Holiday Inn Paris Notre Dame,8.1,€ 166," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +45,Hôtel Gramont,8.9,€ 104," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +46,Hôtel Paris Vaugirard,8.3,€ 213," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +47,Hôtel Galileo Champs Elysées,8.7,€ 162," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +48,Rayz Eiffel,9.0,€ 267," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +49,Monsieur George Hotel & Spa - Champs-Elysées,9.5,€ 322," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +50,Hôtel Paris Vaugirard,8.3,€ 213," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +51,Hôtel Galileo Champs Elysées,8.7,€ 162," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +52,Rayz Eiffel,9.0,€ 267," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +53,Monsieur George Hotel & Spa - Champs-Elysées,9.5,€ 322," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +54,Novotel Paris Porte Versailles,8.9,€ 194," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +55,Hotel Brady - Gare de l'Est,7.9,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +56,Le Parisis - Paris Tour Eiffel,8.7,€ 185," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +57,Hotel Opéra Marigny,8.6,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +58,Le Bristol Paris - an Oetker Collection Hotel,9.5,"€ 1,110"," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +59,Hotel Terminus Lyon,8.0,€ 149," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +60,Hotel OFF Paris Seine,8.6,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +61,Hotel Louvre Saint-Honoré,7.9,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +62,Hôtel Montecristo,9.0,€ 256," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +63,Hotel de Crillon,9.5,€ 980," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +64,Hôtel De Sers Champs Elysées Paris,8.6,€ 369," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +65,Hôtel Les Dames du Panthéon,8.8,€ 202," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +66,Hôtel de Sévigné,8.7,€ 134," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +67,Hôtel L'Interlude,8.2,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +68,Hotel Paris Louis Blanc,7.5,€ 103," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +69,Exe Panorama,8.4,€ 103," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +70,Hotel Britannique,8.8,€ 197," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +71,Hôtel Lucien & Marinette,8.5,€ 99," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +72,Hotel de L'Universite,8.7,€ 119," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +73,"Mandarin Oriental, Paris",8.9,€ 741," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +74,Majestic Hotel Spa - Champs Elysées,8.3,€ 316," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +75,Hotel Marais Grands Boulevards,8.3,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +76,The ReMIX Hotel,8.6,€ 161," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +77,Sofitel Paris Le Faubourg,8.5,€ 431," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +78,Hôtel Vendome Saint-Germain,8.6,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +79,Hôtel Le Relais Saint Charles,8.4,€ 153," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +80,voco Paris Montparnasse,8.8,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +81,Hotel Eiffel Blomet,8.8,€ 149," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +82,Abaca Messidor by Happyculture,8.1,€ 75," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +83,WIT Hotel,7.4,€ 83," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +84,Le Temple De Jeanne,8.8,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +85,1K Paris,8.4,€ 215," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +86,Les Matins de Paris & Spa,8.8,€ 148," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +87,Ibis Styles Paris Place d'Italie - Butte Aux Cailles,8.6,€ 113," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +88,Hotel La Lanterne,8.9,€ 265," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +89,Hotel Alhambra,8.3,€ 83," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +90,Hôtel & Spa de Latour Maubourg,8.9,€ 167," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +91,Hotel Touraine Opera,8.1,€ 101," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +92,Hotel OHM by Happyculture,7.9,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +93,Grand Powers Hotel,9.3,€ 483," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +94,Hôtel Chaplain Paris Rive Gauche,8.4,€ 124," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +95,Hôtel Le Walt,8.9,€ 147," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +96,Hôtel Le Cardinal,8.4,€ 131," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +97,Hotel The Peninsula Paris,9.4,"€ 1,110"," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +98,Nolinski Paris,9.2,€ 458," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +99,Le Roch Hotel & Spa,9.0,€ 411," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +100,La Clef Champs-Élysées Paris by The Crest Collection,9.0,€ 383," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +101,Hotel de L'Universite,8.7,€ 119," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +102,Hotel Elysée Secret,8.0,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +103,Le Tsuba Hotel,9.1,€ 226," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +104,Odalys City Paris XVII,8.0,€ 115," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +105,Lord Byron,8.8,€ 226," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +106,Hotel Ekta Champs Elysées,9.0,€ 193," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +107,Le Rayz,8.9,€ 270," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +108,Molitor Paris - MGallery,8.6,€ 278," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +109,Hôtel Paris La Fayette,7.6,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +110,Le Pradey,8.8,€ 258," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +111,Hôtel Napoleon Paris,8.7,€ 338," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +112,Novotel Paris Centre Tour Eiffel,7.5,€ 165," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +113,Sofitel Paris Le Faubourg,8.5,€ 431," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +114,Vendôme Opera Hotel,8.7,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +115,Hôtel Mayet,7.8,€ 104," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +116,La Clef Louvre Paris by The Crest Collection,8.8,€ 413," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +117,Hipotel Paris Père-Lachaise République,6.1,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +118,Residence Henri IV,9.0,€ 180," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +119,Lyric Hotel Paris Opera,9.1,€ 170," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +120,Maison Souquet,9.3,€ 383," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +121,Le Burgundy Paris,9.1,€ 424," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +122,Hotel Opéra Opal,8.6,€ 131," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +123,Fraser Suites Le Claridge Champs-Elysées,8.1,€ 348," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +124,Hotel Celtic,6.7,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +125,Hotel du Mont Blanc,7.3,€ 122," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +126,InterContinental Paris Le Grand,8.6,€ 302," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +127,ibis Budget Paris La Villette 19ème,7.4,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +128,Royal Garden Champs Elysées,8.0,€ 184," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +129,Courtyard by Marriott Paris Gare de Lyon,8.4,€ 176," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +130,Hotel Excelsior Latin,8.1,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +131,Hôtel Eiffel Turenne,8.8,€ 169," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +132,Maison Nabis by HappyCulture,8.3,€ 131," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +133,Hôtel Parisianer,9.0,€ 307," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +134,Paris Bastille,8.4,€ 153," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +135,Kyriad Hotel XIII Italie Gobelins,8.2,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +136,Le Relais du Marais,8.2,€ 188," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +137,"Prince de Galles, a Luxury Collection hotel, Paris",8.6,€ 688," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +138,"Terrass"" Hotel",8.9,€ 163," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +139,Hôtel de Varenne,8.6,€ 170," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +140,Tipi,7.2,€ 67," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +141,B Montmartre,9.2,€ 155," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +142,Hotel Eden,8.6,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +143,Hôtel Liège Strasbourg,7.1,€ 57," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +144,Eiffel Petit Louvre,8.2,€ 139," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +145,Hotel de L'Empereur,8.6,€ 153," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +146,Hotel & Spa La Belle Juliette,8.7,€ 206," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +147,Holiday Inn Paris Gare de Lyon Bastille,8.7,€ 145," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +148,Dauphine Saint Germain,8.0,€ 135," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +149,The Element Hôtel,7.5,€ 117," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +150,The Element Hôtel,7.5,€ 117," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +151,Hotel Ducs de Bourgogne,9.0,€ 161," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +152,Hotel de Nell,9.0,€ 255," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +153,Hôtel Jeanne d'Arc Le Marais,8.3,€ 171," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +154,Pullman Paris Centre - Bercy,8.5,€ 211," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +155,La Chambre du Marais,9.3,€ 220," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +156,Hôtel Jarry Confort,6.4,€ 61," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +157,Timhotel Berthier Paris 17,8.1,€ 113," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +158,Hôtel Fabric,9.3,€ 191," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +159,Hotel Eugène en Ville,8.6,€ 185," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +160,Mercure Paris Gare De Lyon TGV,8.0,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +161,Nord Est Hotel,7.4,€ 90," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +162,Hôtel de la Bourdonnais,8.7,€ 147," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +163,Renaissance Paris Republique Hotel & Spa,8.6,€ 286," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +164,Hotel Plaza Elysées,8.2,€ 275," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +165,Holiday Inn Paris Saint Germain des Prés,8.3,€ 152," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +166,Lenox Montparnasse,8.9,€ 183," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +167,Snob Hotel by Elegancia,8.4,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +168,Oceania Paris Porte De Versailles,7.8,€ 215," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +169,Hôtel Elixir,8.1,€ 160," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +170,Residhome Paris Rosa Parks,8.4,€ 102," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +171,Coypel,7.8,€ 134," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +172,Hôtel Edgar Quinet,6.5,€ 67," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +173,La Réserve Paris Hotel & Spa,9.3,€ 960," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +174,Best Western Premier Opéra Faubourg,8.0,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +175,Le Général Hôtel,9.2,€ 195," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +176,Hôtel Parisianer,9.0,€ 307," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +177,La Villa Royale,7.6,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +178,Le A,9.1,€ 269," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +179,Hôtel Des Batignolles,8.4,€ 104," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +180,Belfast,7.5,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +181,Laz' Hotel Spa Urbain Paris,8.6,€ 238," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +182,Maxim Folies,8.8,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +183,Hotel Park Lane Paris,8.6,€ 200," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +184,La Manufacture,8.5,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +185,Novotel Paris Gare De Lyon,8.2,€ 215," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +186,Hotel Bridget,8.4,€ 118," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +187,Hôtel National Des Arts et Métiers,9.0,€ 306," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +188,French Theory,8.6,€ 178," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +189,Arcadie Montparnasse,8.0,€ 93," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +190,Rose Bourbon,8.6,€ 124," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +191,Holiday Inn Paris Gare de l'Est,7.8,€ 135," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +192,ibis Styles Paris Meteor Avenue d'Italie,8.5,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +193,Hotel The Playce by Happyculture,7.9,€ 108," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +194,Fauchon L'Hôtel Paris,9.4,€ 492," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +195,Hotel de L'Empereur,8.6,€ 153," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +196,Hotel Malte - Astotel,9.0,€ 166," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +197,Holiday Inn Paris Opéra - Grands Boulevards,8.2,€ 131," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +198,ibis Paris Bercy Village,8.4,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +199,Citadines Trocadéro Paris,8.5,€ 143," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +200,Hotel Saint Petersbourg Opera,8.8,€ 228," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +201,Home Sweet Home,7.3,€ 136," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +202,ibis budget Porte D'Orleans,7.3,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +203,Hôtel des Champs-Elysées,8.6,€ 244," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +204,Campanile Paris 19 - La Villette,8.0,€ 120," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +205,Hilton Paris Opera,7.9,€ 253," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +206,Hôtel Tourisme Avenue,8.8,€ 126," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +207,Hôtel des Ecrivains,8.3,€ 137," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +208,Europe Hotel Paris Eiffel,8.2,€ 111," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +209,Le Quartier Bercy-Square,8.4,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +210,Exe Paris centre,8.0,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +211,Hôtel Recamier,9.0,€ 367," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +212,Chouchou Hotel,9.3,€ 165," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +213,Hôtel Joséphine by Happyculture,7.9,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +214,25hours Hotel Terminus Nord,8.7,€ 165," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +215,Hôtel Du Plat d'Etain,8.4,€ 97," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +216,Hôtel Pavillon Bastille,8.3,€ 99," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +217,Lenox Montparnasse,8.9,€ 183," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +218,Oceania Paris Porte De Versailles,7.8,€ 215," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +219,Untalented Hotel - Villette,6.3,€ 39," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +220,Hôtel Cordelia Opéra-Madeleine,8.6,€ 116," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +221,Hotel des Grands Boulevards,9.1,€ 247," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +222,Hôtel Mondial,7.9,€ 139," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +223,Hotel Eiffel Seine,8.0,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +224,Hotel Istria,7.5,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +225,Hôtel Cordelia Opéra-Madeleine,8.6,€ 116," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +226,Hotel des Grands Boulevards,9.1,€ 247," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +227,Hôtel le 209 Paris Bercy,8.5,€ 140," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +228,Hôtel Mondial,7.9,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +229,Hotel Eiffel Seine,8.0,€ 103," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +230,Hotel Istria,7.5,€ 113," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +231,Hotel Monceau Wagram,7.5,€ 111," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +232,J.K. Place Paris,9.8,€ 683," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +233,Legend Saint Germain by Elegancia,8.6,€ 155," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +234,Citadines Tour Eiffel Paris,7.9,€ 166," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +235,Hôtel Renoir Montparnasse,6.8,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +236,Citadines Opéra Paris,8.2,€ 178," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +237,Golden Tulip Opera de Noailles,8.7,€ 285," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +238,Régence Etoile,8.7,€ 165," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +239,Hotel Le Friedland,8.4,€ 165," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +240,Dream Hotel Opera,8.5,€ 135," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +241,Hôtel Du Leman,7.6,€ 73," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +242,Okko Hotels Paris Porte De Versailles,8.9,€ 243," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +243,Hotel Magenta 38 by Happyculture,8.1,€ 129," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +244,"The Originals Boutique, Hôtel Maison Montmartre, Paris",8.1,€ 115," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +245,Hôtel Orchidée,8.5,€ 113," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +246,B&B Hôtel Paris Porte des Lilas,7.9,€ 77," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +247,Le Senat,8.5,€ 151," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +248,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +249,Eiffel Trocadéro,8.0,€ 276," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +250,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,€ 118," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +251,Les Jardins De La Villa,9.0,€ 236," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +252,Eiffel Trocadéro,8.0,€ 276," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +253,LE MARAIS PRESTIGE Luxueux - Cosy - Wifi,9.7,€ 252," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +254,Hotel la Perle Montparnasse,7.5,€ 201," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +255,L'Edmond Hôtel,8.4,€ 225," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +256,The People Hostel - Paris 12,8.9,€ 76," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +257,Hotel Square,7.9,€ 317," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +258,Apartments WS Saint-Lazare - Opera,7.7,€ 123," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +259,Hôtel Lancaster Paris Champs-Elysées,8.8,€ 422," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +260,Mercure Paris Place d'Italie,8.1,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +261,ibis budget Paris Porte de Vincennes,7.2,€ 76," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +262,Hotel Le Basile,9.1,€ 174," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +263,Monsieur Cadet Hotel & Spa,8.8,€ 255," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +264,PEPPER & PAPER Apartments,8.2,€ 175," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +265,Hotel Armoni Paris,8.4,€ 122," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +266,Hotel Villa Saxe Eiffel,8.9,€ 235," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +267,Hôtel Madison,8.9,€ 200," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +268,Europe Saint Severin-Paris Notre Dame,8.6,€ 153," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +269,Room Mate Alain - Champs-Elysées,8.6,€ 231," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +270,Citadines Les Halles Paris,8.1,€ 170," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +271,Hôtel Vernet,9.0,€ 460," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +272,Hôtel Square Louvois,8.9,€ 247," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +273,Park Hyatt Paris Vendome,9.0,€ 760," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +274,Hôtel Saint-Paul Rive-Gauche,9.0,€ 168," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +275,Avalon Hotel Paris Gare du Nord,7.3,€ 109," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +276,Baldi,7.8,€ 83," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +277,Hotel Atelier Vavin,7.2,€ 119," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +278,Hôtel Du Leman,7.6,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +279,Hotel Flanelles Paris,9.2,€ 245," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +280,Garden-Elysée,8.8,€ 396," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +281,XO Hotel,8.8,€ 189," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +282,ibis Styles Paris Bercy,7.9,€ 154," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +283,Short Stay Group Museum View Serviced Apartments,7.9,€ 88," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +284,"Calme et cosy, idéal en famille ou entre amis - Quartier Montorgueil",9.0,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +285,Hôtel Volney Opéra,8.6,€ 154," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +286,Holiday Inn Express Paris-Canal De La Villette,8.2,€ 131," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +287,Citadines Montmartre Paris,7.9,€ 103," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +288,HOTEL DE PARIS MONTPARNASSE,7.7,€ 173," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +289,"Shangri-La Hotel, Paris",9.2,"€ 1,060"," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +290,Eiffel Trocadéro,8.0,€ 276," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +291,Best Western Plus Hotel Sydney Opera,9.2,€ 119," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +292,Hotel Terminus Montparnasse,7.6,€ 79," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +293,Timhotel Opera Madeleine,7.5,€ 139," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +294,R. Kipling by Happyculture,7.8,€ 126," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +295,Hotel Claridge Paris,8.6,€ 246," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +296,Sinner Paris,9.3,€ 418," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +297,Apartments WS - Haut-Marais - Carreau du Temple,7.3,€ 139," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +298,Austin's Arts Et Metiers Hotel,8.5,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +299,Hotel Du Cadran,8.7,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +300,Hotel Claridge Paris,8.6,€ 246," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +301,Sinner Paris,9.3,€ 418," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +302,Apartments WS - Haut-Marais - Carreau du Temple,7.3,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +303,Austin's Arts Et Metiers Hotel,8.5,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +304,Hotel Du Cadran,8.7,€ 186," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +305,Normandy Le Chantier,8.8,€ 228," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +306,Hotel de Flore,8.9,€ 114," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +307,Hôtel Tilde,7.6,€ 111," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +308,Best Western Montcalm,8.4,€ 153," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +309,Hôtel Bonne Nouvelle,8.0,€ 129," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +310,Relais Du Louvre,9.0,€ 273," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +311,Hotel Residence Des Arts,8.7,€ 175," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +312,Hôtel de la Motte Picquet,8.7,€ 139," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +313,Quality Hotel & Suites Bercy Bibliothèque by HappyCulture,7.6,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +314,Hôtel des Arts Montmartre,9.1,€ 121," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +315,Serotel Lutèce,8.5,€ 306," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +316,Hôtel George Washington,7.3,€ 180," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +317,Citadines Didot Montparnasse,7.8,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +318,Hôtel Aiglon,8.9,€ 119," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +319,Odeon Hotel,8.7,€ 173," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +320,Hotel Splendide Royal Paris - Relais & Châteaux,9.5,€ 606," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +321,Vestay George V,8.8,€ 275," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +322,Kyriad Hotel Paris Bercy Village,8.0,€ 143," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +323,Timhotel Paris Gare Montparnasse,7.4,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +324,Académie Hôtel Saint Germain,8.8,€ 196," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +325,Hôtel San Régis,8.9,€ 448," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +326,Hotel Scarlett,8.5,€ 87," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +327,Hôtel Square Louvois,8.9,€ 247," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +328,Hotel Panache,8.4,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +329,HotelF1 Paris Saint Ouen Marché Aux Puces Rénové,6.6,€ 47," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +330,Le Grand Hôtel de Normandie,8.2,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +331,Hôtel De La Porte Dorée,8.7,€ 114," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +332,Hidden Hotel,9.0,€ 229," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +333,Le Relais Saint Honoré,9.3,€ 151," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +334,Hôtel du Quai de Seine,8.0,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +335,Citadines République Paris,7.9,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +336,Doisy Etoile,8.4,€ 166," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +337,Hotel Choiseul Opera,8.3,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +338,Best Western Allegro Nation,7.8,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +339,Hôtel Louvre Piemont,9.0,€ 150," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +340,Hotel Andréa,7.8,€ 129," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +341,Hôtel Madeleine Plaza,8.5,€ 216," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +342,Hotel Riviera Elysees,7.4,€ 129," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +343,Hôtel Léopold,8.5,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +344,Hôtel Montparnasse Saint Germain,8.5,€ 233," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +345,Hotel Opera Maintenon,8.3,€ 99," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +346,Hôtel de Bordeaux,7.2,€ 72," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +347,Hôtel Bel Ami,8.8,€ 356," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +348,Citadines Montmartre Paris,7.9,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +349,HOTEL DE PARIS MONTPARNASSE,7.7,€ 173," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +350,Hotel Riviera Elysees,7.4,€ 129," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +351,Hôtel Léopold,8.5,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +352,Hôtel Montparnasse Saint Germain,8.5,€ 233," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +353,Hotel Opera Maintenon,8.3,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +354,Hôtel de Bordeaux,7.2,€ 72," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +355,Hôtel Bel Ami,8.8,€ 356," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +356,Hôtel Emile,8.0,€ 147," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +357,Hôtel Le Cercle Tour Eiffel,9.1,€ 153," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +358,Mercure Paris Opéra Faubourg Montmartre,8.1,€ 140," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +359,Hipotel Paris Voltaire Bastille,7.0,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +360,Tonic Hôtel du Louvre,7.3,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +361,Hôtel Duo,8.5,€ 231," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +362,Sofitel Le Scribe Paris Opera,8.5,€ 358," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +363,Déclic Hotel,8.0,€ 138," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +364,Hotel La Villa Saint Germain Des Prés,9.0,€ 303," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +365,Hotel Taylor,8.7,€ 116," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +366,Mercure Paris 17 Batignolles,8.6,€ 165," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +367,Ibis Paris Tour Eiffel Cambronne 15ème,7.3,€ 133," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +368,Paris Marriott Champs Elysees Hotel,7.9,€ 421," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +369,Absolute Hotel Paris République,8.0,€ 90," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +370,Hotel Etats Unis Opera,8.7,€ 154," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +371,Odalys City Paris Montmartre,8.7,€ 250," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +372,Hotel Cluny Sorbonne,8.0,€ 72," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +373,Hotel Mademoiselle,8.7,€ 196," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +374,ATN Hôtel,8.1,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +375,Novotel Paris 14 Porte d'Orléans,8.2,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +376,Hôtel Saint-Marc,9.3,€ 195," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +377,Résidence Internationale De Paris,7.5,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +378,Hotel de Neuve by Happyculture,7.9,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +379,Hôtel Augustin - Astotel,8.9,€ 134," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +380,CasaÔ,9.0,€ 217," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +381,Hôtel Du Midi Gare de Lyon,9.2,€ 139," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +382,Aparthotel Adagio Porte de Versailles,7.5,€ 149," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +383,Balmoral Champs Elysées,8.6,€ 226," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +384,Hotel Des Saints Peres - Esprit de France,8.9,€ 219," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +385,Majestic Apartments Champs Elysées,8.8,€ 316," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +386,Mercure Paris 19 Philharmonie La Villette,7.5,€ 126," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +387,Grand Hôtel du Havre,6.6,€ 82," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +388,Unic Renoir Saint Germain,7.0,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +389,Hôtel Du Midi Paris Montparnasse,8.4,€ 159," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +390,Hotel Observatoire Luxembourg,8.6,€ 129," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +391,Aparthotel Adagio Paris Nation,8.7,€ 144," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +392,"Tinah Paris, Réaumur - Montorgeuil",9.0,€ 200," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +393,Hotel Cervantes by Happyculture,7.4,€ 114," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +394,Sofitel Paris Baltimore Tour Eiffel,8.0,€ 364," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +395,Best Western Le Montmartre – Saint Pierre,7.8,€ 99," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +396,Hôtel La Sanguine,7.7,€ 113," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +397,Le Hameau de Passy,8.1,€ 205," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +398,Hotel Luna Park,7.5,€ 52," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +399,Le Mathurin Hotel & Spa,8.7,€ 396," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +400,ibis Styles Paris Tolbiac Bibliotheque,8.1,€ 132," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +401,Sully Hôtel,7.0,€ 82," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +402,Best Western Plus Hôtel Littéraire Marcel Aymé,9.0,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +403,55 Hôtel Montparnasse,8.0,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +404,Hôtel LOCOMO,8.8,€ 138," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +405,Royal Saint Germain,7.8,€ 163," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +406,Hôtel & Spa Saint Jacques,8.5,€ 161," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +407,Mercure Paris Bastille Marais,8.0,€ 128," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +408,Moulin Vert,7.4,€ 119," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +409,Hotel Opéra Richepanse,9.2,€ 196," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +410,Les Hauts de Passy - Trocadero Eiffel,7.6,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +411,LE MATISSIA,9.4,€ 206," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +412,Hôtel Gustave,8.9,€ 151," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +413,Hotel Peyris Opera,8.0,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +414,Golden Tulip Washington Opera,8.2,€ 155," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +415,Porte de Versailles Hotel,8.3,€ 136," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +416,Hôtel Saint-Marc,9.3,€ 195," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +417,Hotel Palm - Astotel,8.9,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +418,Hotel Jenner,8.2,€ 119," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +419,Le Narcisse Blanc,9.3,€ 378," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +420,Citadines Maine Montparnasse Paris,7.8,€ 101," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +421,Longchamp Elysées,8.0,€ 173," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +422,Le Pavillon des Lettres - Small Luxury Hotels of the World,9.1,€ 271," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +423,Hotel Viator - Gare de Lyon,8.3,€ 129," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +424,Hotel Cluny Square,8.4,€ 194," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +425,Mercure Paris Opera Garnier Hôtel & Spa,8.3,€ 172," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +426,Hôtel de l'Avre,8.6,€ 143," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +427,Derby Alma,8.8,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +428,Miramar,8.1,€ 130," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +429,St Christopher's Inn Paris - Gare du Nord,7.9,€ 89," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +430,Hôtel Avenir Jonquière,8.0,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +431,Hôtel Victoria Châtelet,8.0,€ 163," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +432,Aparthotel Adagio Paris Buttes Chaumont,8.0,€ 109," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +433,ibis Paris 17 Clichy-Batignolles (ex Berthier),6.8,€ 94," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +434,Hôtel Raphael,8.7,€ 428," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +435,Résidence Internationale De Paris,7.5,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +436,Milestay - Halles,8.8,€ 149," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +437,La Villa des Ternes,8.4,€ 216," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +438,Aparthotel Adagio Access Paris Reuilly,8.2,€ 125," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +439,Hotel Icône,8.0,€ 152," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +440,Sofitel Paris Baltimore Tour Eiffel,8.0,€ 364," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +441,Le 123 Sébastopol - Astotel,9.0,€ 166," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +442,Hotel Audran,8.2,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +443,Hôtel Du Brésil,7.7,€ 91," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +444,Hotel Les Bulles De Paris,8.2,€ 183," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +445,Hotel Ares Eiffel,8.4,€ 145," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +446,Le Mathurin Hotel & Spa,8.7,€ 396," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +447,Mercure Paris Porte De Versailles Expo,7.6,€ 215," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +448,Renaissance Paris Vendome Hotel,8.1,€ 358," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +449,Hôtel International Paris,8.5,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +450,Bradford Elysées - Astotel,8.8,€ 166," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +451,Renaissance Paris Vendome Hotel,8.1,€ 358," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +452,Hôtel International Paris,8.5,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +453,Melia Paris Villa Marquis a Melia Collection Hotel,8.4,€ 253," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +454,Hôtel Veryste,8.9,€ 124," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +455,Hotel De L'Horloge,8.2,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +456,Hôtel Mansart - Esprit de France,8.9,€ 249," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +457,Le Belleval,8.9,€ 206," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +458,Apollon Montparnasse,8.4,€ 153," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +459,Royal Saint Germain,7.8,€ 163," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +460,Hotel De Seine,8.6,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +461,Hotel Paris Bruxelles,7.0,€ 92," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +462,Royal Saint Michel,8.1,€ 158," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +463,Hotel Joke - Astotel,9.1,€ 124," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +464,Hôtel Vaneau Saint Germain,8.3,€ 254," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +465,Hotel Royal Elysées,6.9,€ 142," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +466,Hôtel Palais De Chaillot,8.6,€ 169," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +467,Hotel Rendez-Vous Batignolles,8.8,€ 157," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +468,Queens Hotel,8.6,€ 112," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +469,Longchamp Elysées,8.0,€ 173," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +470,Grand Hôtel Amelot,8.1,€ 104," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +471,The Westin Paris Vendôme,7.9,€ 321," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +472,Hôtel Le Ballu,9.3,€ 186," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +473,Hôtel La Nouvelle République,9.0,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +474,Hôtel De Lille Louvre,5.6,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html +475,Hôtel Le Ballu,9.3,€ 186," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html +476,Hôtel La Nouvelle République,9.0,€ 159," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html +477,Hôtel De Lille Louvre,5.6,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/fr/elyseesunion.en-gb.html +478,Residhome Paris Gare de Lyon - Jacqueline de Romilly,8.7,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html +479,Hôtel Vic Eiffel,9.1,€ 178," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html +480,Louisa Hôtel,7.4,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html +481,Moxy Paris Bastille,8.1,€ 139," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html +482,Cour des Vosges,9.5,€ 518," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html +483,Novotel Suites Paris Montreuil Vincennes,7.6,€ 125," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html +484,Le Village Montmartre by Hiphophostels,8.5,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html +485,Austin's Saint Lazare Hotel,8.1,€ 89," +Pets are not allowed. +",https://www.booking.com/hotel/fr/sthonore.en-gb.html +486,Hôtel Paris Bastille Boutet - MGallery,8.5,€ 248," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html +487,Hotel Esmeralda,8.4,€ 144," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html +488,Hôtel Saint Marcel,8.4,€ 99," +Pets are not allowed. +",https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html +489,Roi de Sicile - Rivoli -- Luxury apartment hotel,9.4,€ 292," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html +490,Hotel Maison FL,8.9,€ 211," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/opera-diamond.en-gb.html +491,Mercure Paris Bastille Saint Antoine,8.0,€ 140," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html +492,Mama Shelter Paris West,8.5,€ 213," +Pets are not allowed. +",https://www.booking.com/hotel/fr/du-louvre.en-gb.html +493,Best Western Au Trocadéro,8.5,€ 154," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html +494,Best Western Empire Elysees,8.2,€ 216," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/gtcayre.en-gb.html +495,hotelF1 Paris Porte de Châtillon,7.4,€ 56," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html +496,Le Glam's Hotel,8.1,€ 174," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html +497,Villa Margaux Opéra Montmartre,7.6,€ 123," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/fr/corona.en-gb.html +498,Hôtel Da Vinci & Spa,8.9,€ 226," +Pets are not allowed. +",https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html +499,Hôtel Thérèse,8.9,€ 402," +Pets are not allowed. +",https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html diff --git a/Allergy_friendly_hotels/data/rome_data.csv b/Allergy_friendly_hotels/data/rome_data.csv new file mode 100644 index 00000000..736ae816 --- /dev/null +++ b/Allergy_friendly_hotels/data/rome_data.csv @@ -0,0 +1,1661 @@ +,Name,Score,Price,Pets,Link +0,Hotel Savoy,8.4,€ 137," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +1,Auditorium Mecenate,8.7,€ 68," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +2,Hotel Giolli Nazionale,8.4,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +3,Hotel Delle Nazioni,8.5,€ 192," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +4,Hotel Patria,7.9,€ 87," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +5,CAVOUR URBAN ROOMS,9.1,€ 89," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +6,Archi di Roma Guest House,9.6,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +7,SuiteSistina for Lovers,9.1,€ 194," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +8,Hotel Splendide Royal - Small Luxury Hotels of the World,8.9,€ 267," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +9,Bed&Breakfast Monticello,9.3,€ 97," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +10,Hotel Genova,8.1,€ 172," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +11,San Pietro Boutique Rooms,9.6,€ 117," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +12,Flower Garden Hotel,8.1,€ 87," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +13,La Muraglia Di San Pietro,9.3,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +14,Maison Ottavia,9.3,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +15,Trianon Borgo Pio Aparthotel,9.0,€ 118," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +16,Hotel Modigliani,8.8,€ 102," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +17,JB Relais,9.2,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +18,Vatican Style Suite,9.2,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +19,Relais La Maison De Luxe,9.3,€ 88," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +20,Residenza San Calisto,9.1,€ 116," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +21,Argentina Style View,9.3,€ 109," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +22,Vatican Domus,9.4,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +23,Condotti Boutique Hotel,8.7,€ 97," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +24,Hotel Serena,7.9,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +25,Boutique Hotel Atelier '800,9.0,€ 98," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +26,Spagna Secret Rooms,9.5,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +27,Residenza Ki,7.8,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +28,Boutique Hotel Anahi,8.8,€ 70," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +29,Best Western Plus Hotel Universo,8.6,€ 131," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +30,66 Imperial Inn Deluxe B&B,9.2,€ 97," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +31,Superior Relais,9.3,€ 64," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +32,Hotel Farnese,8.7,€ 101," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +33,Tullia&Prisca Relais,9.1,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +34,Ottaviano Smart Rooms,8.7,€ 74," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +35,Hotel Tex,7.9,€ 76," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +36,Argentina Residenza,9.1,€ 96," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +37,Trastevere Sweet Dream,9.2,€ 77," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +38,"The Pantheon Iconic Rome Hotel, Autograph Collection",8.9,€ 313," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +39,Il Covo B&B,8.7,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +40,Colosseo Accomodation Room Guest House,9.7,€ 70," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +41,VOI Donna Camilla Savelli Hotel,8.9,€ 172," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +42,Jb Relais Luxury,9.2,€ 94," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +43,Domus Spagna Frattina,9.3,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +44,The Bridge Suites,9.1,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +45,Piazza di Spagna just for us,9.6,€ 187," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +46,Hotel Impero,8.1,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +47,Albergo Ottocento,8.4,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +48,Guest House Arco Dei Tolomei,9.2,€ 77," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +49,Guest House Al Conservatorio,9.4,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +50,Crosti Hotel,8.7,€ 83," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +51,Spazio Cavour Guesthouse,9.2,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +52,In The Center - Spanish Steps,8.8,€ 91," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +53,Navona Rooms,9.7,€ 127," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +54,Mascagni Luxury Rooms & Suites,9.0,€ 202," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +55,Federica's Home,9.3,€ 62," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +56,Bed And Best,9.1,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +57,LHR Coliseum B&B,9.0,€ 97," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +58,Frattina Rooms,9.0,€ 81," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +59,The Fifteen Keys Hotel,9.5,€ 188," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +60,B&b Il Sampietrino Dei Cavalleggeri,9.1,€ 97," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +61,Residenza Monfy,9.4,€ 111," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +62,Piazza Del Gesu' Luxury Suites,8.5,€ 106," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +63,Best Western Premier Hotel Royal Santina,8.6,€ 141," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +64,Hotel Barocco,9.2,€ 209," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +65,L'antica Locanda Dell'Orso,8.5,€ 79," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +66,Pettinary Village B&B,9.5,€ 75," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +67,Hearth Hotel,8.8,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +68,J.K. Place Roma - The Leading Hotels of the World,9.7,€ 514," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +69,The Finest- at Spanish Steps-,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +70,Vaticano 38 Suites,9.1,€ 57," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +71,Roma Centrale Fidelis,8.5,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +72,Relais Cola Di Rienzo,9.4,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +73,Cavour Suites Guest House,9.4,€ 121," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +74,Maison delle Naiadi Roma,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +75,Lifestyle Suites Rome,9.3,€ 267," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +76,The First Roma Dolce,9.6,€ 392," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +77,The Five Oscars Inn,9.3,€ 86," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +78,Magic Double,8.3,€ 42," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +79,Hotel Piazza Di Spagna,8.8,€ 123," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +80,Chapter Roma,9.1,€ 218," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +81,FOURHEADS Private Suites,8.9,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +82,Hotel dei Borgognoni,9.0,€ 153," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +83,Santamaria Inn,8.7,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +84,Magic Guest House,8.2,€ 42," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +85,St. Peter' Six Rooms & Suites,9.0,€ 86," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +86,Pantheon Inn,8.2,€ 136," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +87,Mia Suites,8.5,€ 90," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +88,Exe International Palace,8.2,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +89,Sofitel Roma Villa Borghese,9.2,€ 410," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +90,Nerva Accommodation,8.6,€ 52," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +91,Casa Ponte Sisto,8.3,€ 69," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +92,Terrace Pantheon Relais,9.0,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +93,Hotel Capo d´África – Colosseo,9.0,€ 197," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +94,Iulia Guest House,8.4,€ 55," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +95,Navona Style,9.6,€ 96," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +96,Casa Santa Sofia,8.6,€ 146," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +97,Biancorèroma B&B,8.9,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +98,Palazzo Baj - Guest House in Trastevere,9.4,€ 115," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +99,Dimora Degli Dei,9.0,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +100,Hotel Aventino,8.8,€ 84," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +101,Monti Panisperna suites,9.3,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +102,Royal Suite Trinità Dei Monti,9.0,€ 217," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +103,Hotel Vilòn - Small Luxury Hotels of the World,9.6,€ 629," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +104,Piazza Del Gesu' Luxury Suites,8.5,€ 106," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +105,The Style,8.7,€ 241," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +106,Mercure Roma Centro Colosseo,8.4,€ 141," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +107,Hotel Londra & Cargill,8.6,€ 142," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +108,Colonna Suite Del Corso,9.1,€ 120," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +109,Hotel Savoy,8.4,€ 137," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +110,Castle of Glamour XVI century Luxury Apartments,8.7,€ 102," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +111,Hotel Mecenate Palace,8.5,€ 107," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +112,Terrazza Marco Antonio Luxury Suite,9.4,€ 188," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +113,Parlamento Boutique Hotel,9.2,€ 158," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +114,Leon's Place Hotel In Rome,8.8,€ 171," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +115,Hotel Genova,8.1,€ 172," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +116,Hotel Della Conciliazione,9.0,€ 200," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +117,Bettoja Hotel Massimo d'Azeglio,8.5,€ 157," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +118,Hotel Mancino 12,9.1,€ 155," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +119,Hotel dei Borgognoni,9.0,€ 153," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +120,Anantara Palazzo Naiadi,8.8,€ 407," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +121,Tree Charme,9.0,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +122,The Club Navona,9.1,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +123,L'Imperiale,7.8,€ 75," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +124,Stefano House Roma,9.4,€ 53," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +125,Gemini suites Navona,9.2,€ 90," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +126,Rhome GuestHouse Affittacamere,8.9,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +127,Elysium Suites collection,8.9,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +128,Maison Colosseo (Via dei Querceti 24),8.7,€ 79," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +129,G-Rough,8.8,€ 315," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +130,Hotel Savoy,8.4,€ 137," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +131,Melody Suite Rome,8.9,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +132,Boutique Hotel Campo de' Fiori,8.9,€ 122," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +133,Hotel Due Torri,8.7,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +134,Appartamento Benincampi,9.7,€ 107," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +135,Trevi Beau Boutique Hotel,8.8,€ 158," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +136,B&B Lost in Rome,9.1,€ 79," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +137,Locanda Navona,8.9,€ 101," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +138,Aenea Superior Inn,9.1,€ 75," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +139,Liberty Rome Apartment - Liberty Collection,7.4,€ 145," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +140,La Locanda di Piazza del Popolo,8.4,€ 55," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +141,More Cola di Rienzo B&B,9.3,€ 80," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +142,Vaticano Luxury Guest House,9.5,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +143,Piazza del Popolo sweet rooms,9.1,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +144,Princeps Boutique Hotel,9.2,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +145,Il Tempio Della Capitale,9.0,€ 105," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +146,Hotel Central Lodge,8.5,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +147,All'Ombra Del Cupolone,9.2,€ 111," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +148,Grand Tour Rome Apartment - Liberty Collection,9.0,€ 79," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +149,Hotel Columbia,8.7,€ 108," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +150,Hotel Alexandra,8.3,€ 100," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +151,Martius Private Suites,8.9,€ 227," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +152,Principe Guesthouse,8.9,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +153,Casa Ricci Marchetti,9.9,€ 325," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +154,Domus Ester,7.7,€ 65," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +155,Spagna Boutique Luxury Suites,8.7,€ 107," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +156,Pantheon Unique Rooms,9.3,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +157,Hotel Alius,7.5,€ 38," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +158,MILLINA SUITES IN NAVONA,9.3,€ 134," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +159,BDB Luxury Rooms Navona Angeli,9.0,€ 102," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +160,Relais Rione Ponte,9.3,€ 150," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +161,Hotel Isa,8.9,€ 187," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +162,Coronari Palace,9.3,€ 168," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +163,Relais Giulia,9.1,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +164,Domus Trevi,9.6,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +165,iH Hotels Roma Dei Borgia,8.6,€ 206," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +166,Flatinrome Trastevere Deluxe Rooms,8.9,€ 113," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +167,Penta Luxury House,9.4,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +168,Duca d'Alba Hotel - Chateaux & Hotels Collection,8.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +169,Palazzo Dama - Preferred Hotels & Resorts,8.8,€ 314," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +170,Babuino 79,9.6,€ 160," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +171,Vatican Style,9.0,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +172,Hotel Fellini,8.8,€ 168," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +173,Paola A Trastevere,9.3,€ 59," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +174,Domus Aurea Relais,8.8,€ 340," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +175,Locanda Parlamento,8.5,€ 59," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +176,Condotti Palace,8.4,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +177,Lh Royal Suites Terrace,9.3,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +178,Domus Victoria Guest House,8.6,€ 75," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +179,Atlante Star Hotel,8.0,€ 76," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +180,Hotel Napoleon,8.4,€ 121," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +181,Town House 62,9.1,€ 69," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +182,Relais Roma Centro,8.4,€ 69," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +183,Casa Heberart Guest House Sistina,8.9,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +184,St. Peter Central Rooms B&B,8.0,€ 42," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +185,Orange Hotel,6.7,€ 82," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +186,Maison Coquette,9.1,€ 127," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +187,Ai Senatori,8.8,€ 67," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +188,B&B Fantasie Romane,8.9,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +189,Hotel Smeraldo,8.8,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +190,FILOMENA ARTHOUSE,8.2,€ 62," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +191,Tree Charme,9.0,€ 78," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +192,Hotel Romano,8.8,€ 128," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +193,Hotel Villa Pinciana,9.0,€ 131," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +194,The Radical Hotel Roma,9.5,€ 128," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +195,Hotel Gregoriana,8.8,€ 158," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +196,B&B 94Rooms Vatican-Scipioni,8.3,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +197,Hotel Colosseum,8.5,€ 142," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +198,Navona Living Rome,8.8,€ 145," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +199,Hotel Manfredi Suite In Rome,9.0,€ 186," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +200,Porta Castello 10,9.4,€ 97," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +201,Hotel Scalinata Di Spagna,9.0,€ 127," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +202,Rome Innitaly,8.5,€ 62," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +203,Boutique Hotel Galatea,9.1,€ 115," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +204,Les Diamants,9.4,€ 142," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +205,The Roman Empire Guesthouse,8.3,€ 43," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +206,Apartment Ripa 17,8.6,€ 141," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +207,The Liberty Boutique Hotel,9.4,€ 121," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +208,Maison Evelina,9.7,€ 131," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +209,Hotel Miami,8.5,€ 76," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +210,900 Piazza del Popolo,9.5,€ 157," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +211,iH Hotels Roma Cicerone,7.7,€ 134," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +212,Luxury Apartment Frattina 34 Anelli,9.4,€ 96," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +213,Top Floor Colosseo Guesthouse,9.6,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +214,Relais Esquilino,8.1,€ 61," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +215,Domus Liberius - Rome,8.7,€ 66," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +216,Residenza Canova Tadolini Luxury Rooms & Suites,9.0,€ 108," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +217,Le Suite Di Napoleone,8.6,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +218,Residenza Di Ripetta,8.6,€ 139," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +219,Saint Peter Apartments,9.1,€ 114," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +220,Allegra's House,9.3,€ 82," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +221,Home Colosseo,9.7,€ 160," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +222,Soggiorno Downtown,9.0,€ 93," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +223,Evergreen,7.8,€ 45," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +224,4 You City Center Apartament,7.9,€ 241," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +225,B&B Federica's House In Rome,9.0,€ 55," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +226,Rome River Inn,9.3,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +227,Black And White Suite,9.1,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +228,Domus Giulia,9.5,€ 92," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +229,Suite Artis Barberini,8.3,€ 96," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +230,Houspitality Nero Bed & Breakfast,8.5,€ 67," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +231,Casa De Fiori Apartments,8.7,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +232,Palazzo Cardinal Cesi,8.8,€ 186," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +233,Cicero Rome Center,8.2,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +234,iRooms Central Station,8.8,€ 79," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +235,Trevispagna Charme B&B,8.7,€ 99," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +236,Corso Grand Suite,8.1,€ 87," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +237,Locanda degli Antiquari,8.7,€ 61," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +238,Hotel Italia,8.5,€ 73," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +239,Opera Dreams,9.1,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +240,Growel Exclusive Suites San Pietro,9.7,€ 101," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +241,Sallustio Luxury Suites,8.0,€ 54," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +242,Hotel Augustea,7.5,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +243,Monti Garden,8.7,€ 68," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +244,Hotel Resi,7.4,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +245,Al Viminale Hill Inn & Hotel,8.2,€ 103," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +246,Trastevere Luxury Guest House,9.4,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +247,Art Seven Roma,9.2,€ 123," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +248,Hotel Domus Mea,8.5,€ 61," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +249,Albergo Abruzzi,9.0,€ 177," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +250,Tolomeo B&b,9.6,€ 92," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +251,Hotel Carmel,7.6,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +252,Exe Domus Aurea,8.5,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +253,Fontana di Trevi De luxe,7.3,€ 183," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +254,Hotel Sonya,8.2,€ 92," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +255,Dreaming Navona Rooms,9.0,€ 72," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +256,Casa Fabio,9.8,€ 132," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +257,Yes Hotel,8.6,€ 117," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +258,iRooms Jacuzzi Suites,8.9,€ 110," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +259,Dnb House Hotel,8.8,€ 98," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +260,Elegant Rooms Roma,9.0,€ 115," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +261,Hotel Cinquantatre,7.7,€ 78," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +262,Casa Simpatia Roma - SPECIAL - Only By Reservation Free Parking !,7.9,€ 33," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +263,S.Apollonia Suite Trastevere,9.6,€ 195," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +264,Rhome86,8.8,€ 68," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +265,Residenza Cavallini,8.5,€ 59," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +266,Trevi Luxury Maison,9.6,€ 234," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +267,Arena House - Daplace Collection,8.3,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +268,La Gensola In Trastevere,8.9,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +269,Hotel Bergamo,7.4,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +270,Rome To Stay,8.8,€ 51," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +271,Guestlovers,8.5,€ 57," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +272,Roma Boutique Hotel,8.0,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +273,Suite Dal Conte,8.2,€ 93," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +274,Roma Five Suites,9.6,€ 187," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +275,Dante's in Vaticano,9.3,€ 78," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +276,Casa I Cappuccini,8.7,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +277,Hotel La Lumiere Di Piazza Di Spagna,8.3,€ 147," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +278,Opera Private Suites by Premium Suites Collection,9.1,€ 95," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +279,Ascanio Twenty Six,9.2,€ 83," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +280,Boutique Centrale Relais,8.5,€ 96," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +281,Hotel Aventino,8.8,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +282,Colonna 18,9.0,€ 89," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +283,Le Suite del Barone,9.5,€ 121," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +284,Rome Luxury House - The House,9.3,€ 327," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +285,The Right Place 4U Roma Navona Terrace Luxury Rooms,9.3,€ 87," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +286,Maison Tritone,9.7,€ 159," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +287,BREAK - Via Veneto Charming Suite,9.7,€ 233," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +288,La Stazione Del Vaticano,9.0,€ 66," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +289,Trastevere Royal Suite,9.1,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +290,Orange Garden B&B,8.5,€ 55," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +291,Domus Domas,8.4,€ 73," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +292,Residenza Bourbon,8.7,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +293,Hotel Everest Inn Rome,8.0,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +294,Luxury Trastevere,8.5,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +295,Maison Degli Artisti,9.2,€ 103," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +296,Casa Heberart Guest House Capo le Case,8.8,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +297,Residenza B,9.9,€ 188," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +298,La Girandola Bed & Breakfast,9.4,€ 75," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +299,Hotel Canada,9.0,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +300,Trevi Palace Hotel,8.9,€ 106," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +301,Domus Libera,9.5,€ 146," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +302,Excellent Trinity Rooms,9.8,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +303,Dimora Frattina,8.7,€ 81," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +304,Foro Romano Luxury Suites,9.3,€ 156," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +305,Boutique Hotel Trevi,7.6,€ 223," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +306,Residenza Flaminio Gaio,9.1,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +307,Vatican Golden Rooms,8.5,€ 87," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +308,Hotel Martis Palace,9.4,€ 271," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +309,Residenza Spada,9.3,€ 120," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +310,Mario De' Fiori 37,9.3,€ 182," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +311,La Residenza Dell'Angelo,8.9,€ 106," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +312,Arianna's house in St Peter Vatican,9.7,€ 117," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +313,Casa Terrazza Colosseo,9.6,€ 192," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +314,Il Pretoriano,8.7,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +315,Hotel St. Moritz,7.8,€ 93," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +316,Arc Trilussa 44,9.7,€ 175," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +317,Vantaggio B&B,9.2,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +318,A Secret Corner,9.5,€ 112," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +319,"LoveRomeApartments PANTHEON, Navona square",9.2,€ 236," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +320,Colosseum Jacuzzi Suites,8.1,€ 96," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +321,Vatican Garden Rooms,9.3,€ 43," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +322,Corso Boutique Luxury Rooms,9.2,€ 122," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +323,Hotel Pavia,7.2,€ 58," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +324,Baboon Room,9.6,€ 131," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +325,Portrait Roma - Lungarno Collection,9.6,€ 602," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +326,HT N°9 Colosseo,8.5,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +327,Relais Piazza Del Popolo,9.5,€ 90," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +328,Hotel d’Inghilterra Roma – Starhotels Collezione,8.4,€ 274," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +329,Hotel Locarno,9.3,€ 254," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +330,Trevi Penthouse with Jacuzzi,8.2,€ 142," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +331,Hotel Navona,8.7,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +332,The Mendeli Suite,9.0,€ 96," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +333,Gulliver's Lodge,8.7,€ 78," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +334,Vatican Chic B&B,9.6,€ 109," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +335,Suite Inn Rome,8.9,€ 99," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +336,Frattina FF italian suites,9.5,€ 58," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +337,Hotel Dei Mille,7.7,€ 56," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +338,Spanish Diamond Luxury Suites & Jacuzzi,9.6,€ 141," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +339,VENETO AVENUE,-1,€ 666666," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +340,Residenza A The Small Art Hotel,8.7,€ 110," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +341,Residenza Il Giglio,8.8,€ 75," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +342,Charm of Rome,7.5,€ 62," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +343,Hotel Oxford,7.8,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +344,Malto Palace,8.7,€ 60," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +345,Petit Bijou de Rome Vatican-Trastevere,9.3,€ 128," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +346,Terrazze Navona,8.6,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +347,Palazzo Lupardi Relais,9.4,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +348,Design Loft Campo dei Fiori,9.1,€ 179," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +349,Buonarroti Home,8.3,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +350,Appartamento Santi Quattro - Colosseo,8.5,€ 110," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +351,DA ME Suites,9.0,€ 116," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +352,Holiday House Roma Vaticano,9.4,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +353,Le Meridien Visconti Rome,8.8,€ 169," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +354,Relais At Via Veneto,9.0,€ 83," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +355,Shali Luxury Suite Spagna,8.2,€ 95," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +356,Residenza Palline,9.4,€ 101," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +357,Roma Central Guest House,9.1,€ 66," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +358,Leonardo Suite Colosseo,9.8,€ 480," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +359,Grand Hotel De La Minerve,8.5,€ 294," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +360,Argentina Residenza Style Hotel,9.2,€ 125," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +361,Town House Campo De Fiori,9.1,€ 167," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +362,FRESH HOUSE MONTI,9.5,€ 162," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +363,Suite 21 - Piazza Navona,9.3,€ 194," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +364,Trastevere 2.0,9.6,€ 107," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +365,Pellegrino 75 Double Bedroom,9.0,€ 147," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +366,The Inn At The Roman Forum,9.3,€ 337," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +367,Holidays Suites Navona,9.1,€ 80," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +368,Hotel San Marco,7.9,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +369,126 Gracchi Suites,9.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +370,Hotel Fori Imperiali Cavalieri,8.7,€ 97," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +371,Domus Roxy,9.4,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +372,BoRooms,9.0,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +373,The Roman Residence,9.8,€ 394," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +374,Harry's Bar Trevi Hotel & Restaurant,9.3,€ 243," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +375,Della Croce Rooms,9.2,€ 137," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +376,Guesthouse Sant'Angelo,9.1,€ 92," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +377,Minerva Monks Inn,8.6,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +378,Suite Valadier,8.9,€ 237," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +379,Hotel Priscilla,7.0,€ 94," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +380,Domus Serafino,9.6,€ 72," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +381,Hotel Residenza In Farnese,8.3,€ 162," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +382,Chic & Town Luxury Rooms,8.9,€ 118," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +383,Il Giardino del Colosseo,8.9,€ 164," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +384,Dulcis In Fundo,8.9,€ 97," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +385,White flat Rione Monti,8.7,€ 103," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +386,Roof Suite Rome,9.5,€ 657," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +387,Palm Suites - Small Luxury Hotels of the World,9.0,€ 392," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +388,Hotel Eden - Dorchester Collection,9.5,€ 696," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +389,Adrianus Hotel,9.1,€ 126," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +390,Hotel Ponte Sisto,8.7,€ 122," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +391,Antica Dimora dell'Orso,8.2,€ 106," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +392,Collina 48,8.7,€ 48," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +393,Chester Suites,9.0,€ 137," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +394,G55 Design Hotel,8.9,€ 98," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +395,Rome55 - Piazza di Spagna,9.5,€ 157," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +396,Hotel Suite Caesar,7.9,€ 40," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +397,Trilussa Comfort House,9.4,€ 175," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +398,Hotel City,8.1,€ 118," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +399,Monti Panisperna suites,9.3,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +400,San Peter Lory's Aparts,9.5,€ 164," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +401,Cola Di Rienzo Suite B&B,8.9,€ 97," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +402,Hotel Lunetta,9.2,€ 191," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +403,Margana Tower,9.2,€ 406," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +404,B&B Colosseo Panoramic Rooms,9.2,€ 116," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +405,Boutique Centrale Palace Hotel,9.0,€ 258," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +406,Hotel Boutique Nazionale,8.3,€ 82," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +407,Magic Double,8.3,€ 42," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +408,Hotel Marco Polo Rome,7.6,€ 118," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +409,THE ONE Boutique Hotel & SPA - Adults Only,9.0,€ 208," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +410,Hanky Suite,9.4,€ 94," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +411,Golden Nice Apartment,6.8,€ 51," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +412,Viennese Due,6.2,€ 41," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +413,Sallustio Luxury Suites,8.0,€ 54," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +414,Landlord in Trastevere,9.4,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +415,Hotel Diplomatic,8.3,€ 107," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +416,Al centro di Roma,9.2,€ 94," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +417,Freedom Traveller,7.5,€ 45," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +418,HT N°9 Colosseo,8.5,€ 105," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +419,Hotel Max,7.6,€ 72," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +420,Youroom Carrozze,9.6,€ 147," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +421,Palazzo Lupardi Relais,9.4,€ 96," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +422,Hotel Pace Helvezia,8.0,€ 178," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +423,Deluxe Suite Welness,9.5,€ 95," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +424,La Foresteria Luxury Suites,8.6,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +425,Bollo Apartments,8.5,€ 76," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +426,126 Gracchi Suites,9.5,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +427,Hotel Centrale,8.3,€ 103," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +428,S.Apollonia Suite Trastevere,9.6,€ 195," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +429,Nazionale 51 Group,9.2,€ 101," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +430,Temple View,9.2,€ 64," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +431,Iulia Guest House,8.4,€ 55," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +432,Domus Trevi,9.6,€ 92," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +433,Rhea Silvia Luxury Navona,9.6,€ 231," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +434,Hotel La Rovere,8.6,€ 202," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +435,La Girandola Bed & Breakfast,9.4,€ 75," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +436,Hotel White,8.5,€ 155," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +437,Town House Roma,9.0,€ 132," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +438,Guesthouse Alex II,7.8,€ 38," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +439,Napoleone Luxury Home,8.7,€ 51," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +440,B&B 94Rooms Vatican-Scipioni,8.3,€ 66," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +441,Hotel Concordia,8.1,€ 123," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +442,Domus Porta Angelica,9.2,€ 76," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +443,Mascagni Luxury Rooms & Suites,9.0,€ 202," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +444,Margana Tower,9.2,€ 406," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +445,Art Atelier Accomodation,9.0,€ 98," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +446,Boutique Centrale Palace Hotel,9.0,€ 258," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +447,romantica guest house,9.2,€ 74," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +448,Trastevere Hyperloft & Garden,7.6,€ 323," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +449,Caroline Suite,8.1,€ 51," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +450,Sun Suite Luxury Pantheon,8.6,€ 115," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +451,Casa Belsiana,9.7,€ 187," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +452,co.sleep,9.2,€ 95," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +453,Courtyard Rome Suite,8.2,€ 59," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +454,Navona Flat di Elena & Paola,8.6,€ 492," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +455,Catherine's Home,9.7,€ 82," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +456,Oriana Suites Rome,9.3,€ 159," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +457,Hotel Albergo Santa Chiara,9.1,€ 134," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +458,DVE Suite Rome,8.8,€ 71," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +459,Bettoja Hotel Atlantico,8.1,€ 146," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +460,Sweet Sweet Navona,9.6,€ 107," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +461,Residenza Domizia,8.7,€ 86," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +462,Hotel Sweet Home,8.1,€ 86," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +463,Sweethome,9.6,€ 226," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +464,Singer Palace Hotel,9.4,€ 356," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +465,Xenia Guest House,9.5,€ 103," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +466,Prati 25.7 Suites in Rome,9.2,€ 95," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +467,Roma Charming Rooms,9.5,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +468,CasaJusta Trastevere,8.4,€ 173," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +469,Star Vatican Rooms,8.2,€ 67," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +470,Domus Scipioni,9.1,€ 82," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +471,Latte & Biscotti,9.3,€ 158," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +472,Relais Orso,8.8,€ 151," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +473,Hotel Memphis,8.2,€ 182," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +474,Vinci House,9.6,€ 150," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html +475,The Right Place 4 You Roma Trastevere,9.3,€ 143," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/giolli.en-gb.html +476,san cosimato suite,7.8,€ 87," +Pets are not allowed. +",https://www.booking.com/hotel/it/suitesistina.en-gb.html +477,Residenza Alexander Guest House,9.6,€ 84," +Pets are not allowed. +",https://www.booking.com/hotel/it/condotti.en-gb.html +478,TRASTEVERE - Stylish Good Vibes Apartment,9.2,€ 147," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html +479,Stars Luxury Apartments 1,-1,€ 666666," +Pets are allowed. Charges may be applicable. +",https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html +480,Hotel Lirico,8.3,€ 62," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html +481,Felikshouse,9.4,€ 85," +Pets are not allowed. +",https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html +482,Mario's apartament in the Spanish Steps,8.9,€ 367," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/serena-roma.en-gb.html +483,Antica Dimora Donna Isabella,8.5,€ 106," +Pets are not allowed. +",https://www.booking.com/hotel/it/yes.en-gb.html +484,Wonderful Time Rome,8.5,€ 58," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html +485,Madonna dei Monti,9.6,€ 102," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/residenza-ki.en-gb.html +486,SuitInn19,8.9,€ 97," +Free! +Pets are allowed. No extra charges. +",https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html +487,Suite in Rome Veneto,8.3,€ 54," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html +488,Aurora Luxury Suites,9.0,€ 277," +Pets are not allowed. +",https://www.booking.com/hotel/it/genova-roma.en-gb.html +489,Hotel Oceania,8.5,€ 77," +Pets are not allowed. +",https://www.booking.com/hotel/it/impero.en-gb.html +490,Navona Colors Hotel,9.0,€ 124," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html +491,Relais Cavour,8.7,€ 87," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/splendide-royal.en-gb.html +492,Cozy Navona Apartment,9.1,€ 127," +Pets are not allowed. +",https://www.booking.com/hotel/it/capo-d-africa.en-gb.html +493,Dolce Casa Colosseo,9.9,€ 172," +Pets are not allowed. +",https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html +494,Little Queen Navona,9.1,€ 136," +Pets are not allowed. +",https://www.booking.com/hotel/it/boutique-trevi.en-gb.html +495,Mia Resort,8.2,€ 76," +Free! +Pets are allowed on request. No extra charges. +",https://www.booking.com/hotel/it/pantheon-inn.en-gb.html +496,Termini Terrace,8.9,€ 70," +Pets are not allowed. +",https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html +497,Hotel Touring,7.8,€ 65," +Pets are not allowed. +",https://www.booking.com/hotel/it/delle-nazioni.en-gb.html +498,Hotel dei Barbieri,8.7,€ 167," +Pets are allowed on request. Charges may be applicable. +",https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html +499,Aventino Guest House,9.0,€ 83," +Pets are not allowed. +",https://www.booking.com/hotel/it/mia-suites.en-gb.html diff --git a/Allergy_friendly_hotels/data/tableau_data.csv b/Allergy_friendly_hotels/data/tableau_data.csv new file mode 100644 index 00000000..b6ef88c9 --- /dev/null +++ b/Allergy_friendly_hotels/data/tableau_data.csv @@ -0,0 +1,2376 @@ +,City,Name,Score,Price,Pets,Link,Price Groups +0,Barcelona,El Avenida Palace,8.8,111,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +1,Barcelona,W Barcelona,8.5,256,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +2,Barcelona,Negresco Princess 4* Sup,8.3,77,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +3,Barcelona,Novotel Barcelona City,8.3,69,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +4,Barcelona,Ayre Hotel Rosellón,8.8,74,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +5,Barcelona,H10 Cubik 4* Sup,9.2,137,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +6,Barcelona,Hotel SB Icaria Barcelona,8.0,92,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +7,Barcelona,Wilson Boutique Hotel,8.7,90,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +8,Barcelona,Aparthotel Bcn Montjuic,8.3,82,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +9,Barcelona,Hotel SB Diagonal Zero Barcelona 4* Sup,7.9,132,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +10,Barcelona,H10 Casa Mimosa 4* Sup,9.4,134,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +11,Barcelona,Travelodge Barcelona Poblenou,8.0,62,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +12,Barcelona,Hotel Arts Barcelona,8.5,302,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Expensive +13,Barcelona,Kimpton Vividora Hotel,8.9,139,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +14,Barcelona,Ciutat de Barcelona,8.5,63,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +15,Barcelona,08028 Apartments,8.9,79,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +16,Barcelona,Hotel Royal Passeig de Gracia,8.6,93,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +17,Barcelona,Hotel Lleó,8.6,69,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +18,Barcelona,Paseo de Gracia Bas Apartments Barcelona,9.4,181,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Expensive +19,Barcelona,Ohla Barcelona,9.1,234,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +20,Barcelona,Hotel Jazz,9.1,100,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +21,Barcelona,NH Collection Barcelona Gran Hotel Calderon,8.6,145,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +22,Barcelona,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,66,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Normal +23,Barcelona,Axel Hotel Barcelona & Urban Spa- Adults Only,8.6,66,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +24,Barcelona,Eurostars Grand Marina Hotel GL,8.3,137,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +25,Barcelona,Catalonia Ramblas 4* Sup,8.7,87,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +26,Barcelona,H10 Port Vell 4* Sup,9.1,139,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +27,Barcelona,Hotel Miramar Barcelona GL,8.4,220,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +28,Barcelona,Yurbban Passage Hotel & Spa,9.3,143,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +29,Barcelona,Catalonia Plaza Catalunya,8.8,87,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +30,Barcelona,Hotel Oasis,8.7,56,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +31,Barcelona,Barcelona Hotel Colonial,8.4,94,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +32,Barcelona,Midtown Apartments,9.5,119,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +33,Barcelona,Grupotel Gran Via 678,8.5,137,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +34,Barcelona,Catalonia Atenas,8.0,67,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +35,Barcelona,H10 Universitat,8.9,140,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +36,Barcelona,Catalonia Barcelona Plaza,8.8,92,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +37,Barcelona,Hotel Casa Luz,9.4,73,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +38,Barcelona,Barceló Sants,8.7,102,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +39,Barcelona,Hilton Diagonal Mar Barcelona,8.1,122,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +40,Barcelona,Hotel 54 Barceloneta,8.2,160,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Expensive +41,Barcelona,Apartments Sixtyfour,9.4,354,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Expensive +42,Barcelona,Hotel Market,8.1,55,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +43,Barcelona,Sercotel Amister Art Hotel Barcelona,8.4,76,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +44,Barcelona,Arc La Rambla,8.5,76,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +45,Barcelona,Hostal Paris,8.0,56,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Normal +46,Barcelona,Citadines Ramblas Barcelona,8.4,85,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +47,Barcelona,SM Hotel Teatre Auditori,8.5,80,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +48,Barcelona,Catalonia Portal de l'Angel,8.9,66,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +49,Barcelona,Occidental Atenea Mar - Adults Only,8.3,106,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +50,Barcelona,Hotel Rec Barcelona - Adults Only,9.2,61,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +51,Barcelona,Gran Hotel Havana 4* Sup,8.7,87,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +52,Barcelona,Capri by Fraser Barcelona,8.7,111,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +53,Barcelona,H10 Marina Barcelona,8.4,121,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +54,Barcelona,Upper Diagonal,8.9,96,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +55,Barcelona,Boutique Hotel H10 Catalunya Plaza,9.0,136,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +56,Barcelona,Attica 21 Barcelona Mar,8.4,101,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +57,Barcelona,Sallés Hotel Pere IV,8.5,91,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +58,Barcelona,Ohla Eixample,9.1,214,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +59,Barcelona,Catalonia Passeig de Gràcia 4* Sup,9.2,97,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +60,Barcelona,Grupotel Gran Via 678,8.5,137,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +61,Barcelona,Best Western Premier Hotel Dante,8.9,83,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +62,Barcelona,Leonardo Hotel Barcelona Las Ramblas,8.4,65,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +63,Barcelona,Aparthotel Atenea Calabria,8.3,78,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +64,Barcelona,Hotel Pulitzer Barcelona,8.9,83,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +65,Barcelona,Residencia Universitaria Barcelona Diagonal,8.6,67,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +66,Barcelona,Hotel Suizo,8.3,83,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +67,Barcelona,Aparthotel Atenea Barcelona,8.2,70,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +68,Barcelona,H10 Metropolitan 4* Sup,9.2,122,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +69,Barcelona,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,66,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +70,Barcelona,Praktik Rambla,8.9,75,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +71,Barcelona,Silken Ramblas,8.3,109,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +72,Barcelona,Claris Hotel & Spa GL,8.8,172,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Expensive +73,Barcelona,Hotel Continental Barcelona,8.6,90,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +74,Barcelona,Leonardo Hotel Barcelona Las Ramblas,8.4,65,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +75,Barcelona,Majestic Hotel & Spa Barcelona GL,9.0,264,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Expensive +76,Barcelona,Hotel Continental Palacete,8.7,100,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +77,Barcelona,Roca Rooms & Apartments,9.1,75,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +78,Barcelona,Barcelona Apartment Aramunt,8.0,114,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +79,Barcelona,TWO Hotel Barcelona by Axel 4* Sup- Adults Only,8.7,66,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +80,Barcelona,H10 Casanova,8.8,111,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +81,Barcelona,Aparthotel Senator Barcelona,7.6,96,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +82,Barcelona,H10 Universitat,8.9,140,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +83,Barcelona,Eurohotel Diagonal Port,7.6,79,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +84,Barcelona,NH Barcelona Les Corts,8.4,65,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +85,Barcelona,Hotel Market,8.1,55,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +86,Barcelona,Hotel Best Front Maritim,7.5,101,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +87,Barcelona,Royal Ramblas,8.6,87,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +88,Barcelona,Apartaments St. Jordi Comtal,8.5,98,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +89,Barcelona,Hotel Santa Marta,8.6,73,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +90,Barcelona,ibis Styles Barcelona City Bogatell,8.6,56,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +91,Barcelona,Hotel Midmost,8.9,121,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +92,Barcelona,Casagrand Luxury Suites,9.6,414,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Expensive +93,Barcelona,Aparthotel Napols - Abapart,8.4,90,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +94,Barcelona,May Ramblas Hotel,8.6,67,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +95,Barcelona,Praktik Bakery,8.8,65,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +96,Barcelona,H10 Madison 4* Sup,9.5,178,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Expensive +97,Barcelona,Hotel Alimara,8.3,60,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +98,Barcelona,Iberostar Selection Paseo de Gracia 4 Sup,9.2,200,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +99,Barcelona,La França Travellers Adults Only,8.2,63,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +100,Barcelona,Hotel Acta Azul Barcelona,8.2,76,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +101,Barcelona,Aparthotel Bertrán,8.5,73,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +102,Barcelona,Apartaments Sant Jordi Girona 97,8.6,98,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +103,Barcelona,Forget Me Not Plus,9.2,121,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +104,Barcelona,Suites Avenue,9.2,159,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Expensive +105,Barcelona,Catalonia La Maquinista,8.7,71,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +106,Barcelona,Hotel Barcelona Catedral,8.8,151,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +107,Barcelona,Silken Sant Gervasi,8.4,93,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +108,Barcelona,Catalonia Diagonal Centro,8.5,67,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +109,Barcelona,Catalonia Rigoletto,8.8,97,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +110,Barcelona,Ayre Hotel Gran Vía,8.9,81,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +111,Barcelona,Occidental Diagonal 414,9.1,94,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +112,Barcelona,H10 Metropolitan 4* Sup,9.2,122,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +113,Barcelona,Attica 21 Barcelona Mar,8.4,101,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +114,Barcelona,Alma Barcelona GL,9.4,340,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +115,Barcelona,Apartaments Ciutat Vella,8.1,75,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +116,Barcelona,HCC Montblanc,8.5,76,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +117,Barcelona,H10 Urquinaona Plaza,9.2,107,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +118,Barcelona,Hotel Gótico,8.5,94,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +119,Barcelona,Room Mate Anna,9.0,151,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +120,Barcelona,Coronado,7.2,46,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Cheap +121,Barcelona,Acta Antibes,8.6,58,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +122,Barcelona,Hostel One Sants,8.8,78,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +123,Barcelona,Murmuri Residence Mercader,9.0,150,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +124,Barcelona,Catalonia Sagrada Familia,8.2,56,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +125,Barcelona,Sunotel Central,8.3,122,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +126,Barcelona,Barcelona Century Hotel,8.5,75,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +127,Barcelona,Hotel Granados 83,8.8,125,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +128,Barcelona,Praktik Garden,8.6,60,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +129,Barcelona,El Palace Barcelona,9.5,325,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +130,Barcelona,H La Paloma Adults Only,7.9,60,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +131,Barcelona,Blanc Guest House,8.9,73,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +132,Barcelona,The One Barcelona GL,9.4,225,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +133,Barcelona,Sunotel Aston,7.5,81,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +134,Barcelona,H10 Urquinaona Plaza,9.2,107,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +135,Barcelona,Hotel & Spa Villa Olimpica Suites,8.2,103,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +136,Barcelona,Ona Hotels Mosaic,8.7,139,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +137,Barcelona,Yurbban Trafalgar Hotel,9.3,110,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +138,Barcelona,H10 Madison 4* Sup,9.5,178,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +139,Barcelona,Hotel Brummell,9.4,101,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +140,Barcelona,Hostal Barcelona Travel,7.9,88,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +141,Barcelona,Petit Palace Museum,8.6,99,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +142,Barcelona,Aparthotel Atenea Calabria,8.3,78,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +143,Barcelona,Catalonia Mikado,8.2,71,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +144,Barcelona,Blanc Guest House,8.9,73,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +145,Barcelona,Praktik Vinoteca,8.8,65,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +146,Barcelona,Barceló Raval,8.4,106,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +147,Barcelona,Hotel Ronda Lesseps,8.2,76,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +148,Barcelona,Barcelona Apartment Milà,8.7,126,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +149,Barcelona,Four Points by Sheraton Barcelona Diagonal,8.7,76,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +150,Barcelona,Hotel Palermo,7.2,51,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +151,Barcelona,Pierre & Vacances Barcelona Sants,8.4,74,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +152,Barcelona,Barcelona Apartment Villarroel,8.6,136,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +153,Barcelona,Ayre Hotel Gran Vía,8.9,81,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +154,Barcelona,Aparthotel Mariano Cubi Barcelona,8.4,142,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +155,Barcelona,Hotel America Barcelona,8.9,116,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +156,Barcelona,Hostalin Barcelona Gran Via,8.6,53,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +157,Barcelona,Almanac Barcelona,9.4,265,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +158,Barcelona,Hostal Barcelona Travel,7.9,88,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +159,Barcelona,Gallery Hotel,9.3,123,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +160,Barcelona,Seventy Barcelona,9.6,122,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +161,Barcelona,Ilunion Auditori,8.4,52,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +162,Barcelona,Hotel Internacional Ramblas,7.9,105,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +163,Barcelona,Hotel Balmes,8.7,117,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +164,Barcelona,K+K Hotel Picasso El Born,8.6,161,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Expensive +165,Barcelona,Hostal Portugal,8.1,71,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +166,Barcelona,NH Collection Barcelona Constanza,8.8,95,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +167,Barcelona,Hotel America Barcelona,8.9,116,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +168,Barcelona,Aparthotel Mariano Cubi Barcelona,8.4,142,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +169,Barcelona,Hostalin Barcelona Gran Via,8.6,53,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +170,Barcelona,Almanac Barcelona,9.4,265,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +171,Barcelona,Pestana Arena Barcelona,8.7,84,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +172,Barcelona,Hostal Sans,7.9,57,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +173,Barcelona,Hotel Internacional Ramblas,7.9,105,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +174,Barcelona,Hotel Balmes,8.7,117,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +175,Barcelona,Ilunion Bel-Art,8.4,53,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +176,Barcelona,Hostal Portugal,8.1,71,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +177,Barcelona,Hotel Astoria,8.8,81,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +178,Barcelona,Hostalin Barcelona Passeig de Gràcia,8.7,61,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +179,Barcelona,Andante Hotel,8.7,82,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +180,Barcelona,Free Hostels Barcelona,8.7,96,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +181,Barcelona,Holiday Inn Express Barcelona City 22@,8.1,80,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +182,Barcelona,Abba Garden,8.3,78,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +183,Barcelona,Europark,9.0,86,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +184,Barcelona,Hotel Nuevo Triunfo,8.1,100,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +185,Barcelona,Catalonia Park Putxet,7.7,67,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +186,Barcelona,Hotel Derby,8.0,82,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +187,Barcelona,Catalonia Roma,8.4,61,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +188,Barcelona,Suites Independencia - Abapart,7.9,57,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +189,Barcelona,Hostalin Barcelona Diputación,8.0,57,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +190,Barcelona,Hostal Medea,8.2,49,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Cheap +191,Barcelona,Ilunion Bel-Art,8.4,53,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +192,Barcelona,Hostal Portugal,8.1,71,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +193,Barcelona,Catalonia Catedral,9.3,122,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +194,Barcelona,Gaudi Hotel,8.5,69,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +195,Barcelona,Catalonia Port,8.9,92,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +196,Barcelona,Colón Hotel Barcelona,8.9,142,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +197,Barcelona,Catalonia Born,8.8,77,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +198,Barcelona,Catalonia Albeniz,8.8,56,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +199,Barcelona,"Alexandra Barcelona Hotel, Curio Collection by Hilton",8.3,92,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +200,Barcelona,Alma Barcelona GL,9.4,340,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Expensive +201,Barcelona,Mambo Tango,7.6,31,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Cheap +202,Barcelona,Sunotel Club Central,8.3,112,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +203,Barcelona,Gran Hotel Barcino,8.5,94,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +204,Barcelona,Petit Palace Boqueria Garden,8.8,151,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +205,Barcelona,Eric Vökel Boutique Apartments - Gran Vía Suites,8.9,194,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Expensive +206,Barcelona,H10 Art Gallery 4* Sup,8.8,107,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +207,Barcelona,Hostal Rio De Castro,8.0,37,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Cheap +208,Barcelona,Guitart Grand Passage,8.4,107,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +209,Barcelona,Ciutat Vella,8.3,69,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +210,Barcelona,Hotel España Ramblas,8.6,173,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +211,Barcelona,Pensión 45,6.6,55,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +212,Barcelona,Be Mate Paseo de Gracia,9.2,113,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +213,Barcelona,The Hotel 592 - Adults Only,9.0,49,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Cheap +214,Barcelona,The Hotel 592 - Adults Only,9.0,49,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Cheap +215,Barcelona,Hotel The Serras,9.5,310,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Expensive +216,Barcelona,Zenit Barcelona,8.1,96,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +217,Barcelona,Praktik Garden,8.6,60,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +218,Barcelona,Hotel Villa Emilia,9.2,122,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +219,Barcelona,Be Apartments,7.9,114,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +220,Barcelona,Mandarin Oriental Barcelona,9.0,379,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Expensive +221,Barcelona,Ally's Bed&Breakfast,8.1,43,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Cheap +222,Barcelona,Wello Apartments,8.4,136,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +223,Barcelona,Hotel Casa Bonay,8.9,107,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +224,Barcelona,Ibis Barcelona Plaza Glòries 22@,8.2,72,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +225,Barcelona,Catalonia Square 4* Sup,9.3,132,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +226,Barcelona,Hotel Barcelona Universal,8.7,73,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +227,Barcelona,Hostal Easy Sants,7.6,48,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Cheap +228,Barcelona,Evenia Rocafort,8.6,161,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Expensive +229,Barcelona,Amister Apartments,9.2,113,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +230,Barcelona,Barcelona City Apartment,7.1,50,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Cheap +231,Barcelona,Zenit Borrell,8.1,84,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +232,Barcelona,Isabella's House,8.6,57,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +233,Barcelona,Hotel Denit Barcelona,8.7,115,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +234,Barcelona,AC Hotel Victoria Suites,8.5,126,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +235,Barcelona,Acta Splendid,8.6,73,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +236,Barcelona,Hotel Inglés,8.2,56,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +237,Barcelona,Hotel Inglés,8.2,56,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +238,Barcelona,Ilunion Almirante,7.4,56,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +239,Barcelona,Amrey Sant Pau,8.4,71,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +240,Barcelona,Hostal Argo,8.2,100,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +241,Barcelona,Eurostars Monumental,8.5,68,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +242,Barcelona,Inout,7.7,57,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +243,Barcelona,Sunotel Junior,7.5,76,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +244,Barcelona,Hotel Derby,8.0,82,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +245,Barcelona,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,230,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Expensive +246,Barcelona,Isabella's House,8.6,57,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +247,Barcelona,Melia Barcelona Sky 4* Sup,8.3,115,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +248,Barcelona,Mayerling Schumann Barcelona,8.0,147,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +249,Barcelona,ibis Styles Barcelona Centre,8.4,67,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +250,Barcelona,Hotel Concordia Barcelona,8.3,77,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +251,Barcelona,Sunotel Club Central,8.3,112,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +252,Barcelona,Hostal Girona,8.9,50,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Cheap +253,Barcelona,SuiteaBCN,9.2,225,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Expensive +254,Barcelona,Decô Apartments Barcelona-Born Apt.,9.2,282,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Expensive +255,Barcelona,Up Suites Bcn,9.1,150,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +256,Barcelona,Hotel Gran Derby Suites,8.7,99,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +257,Barcelona,Fabrizzio's Petit,9.2,82,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +258,Barcelona,Hotel Laumon,7.8,54,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +259,Barcelona,Hesperia Barcelona Ramblas,8.7,91,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +260,Barcelona,Boutique Hostemplo Sagrada Familia,8.9,187,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Expensive +261,Barcelona,Ilunion Almirante,7.4,56,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +262,Barcelona,Cosmopolitan Boutique Rambla,8.3,806,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +263,Barcelona,The Hipstel Paseo De Gracia,7.7,56,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +264,Barcelona,Hotel Rialto,7.7,73,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +265,Barcelona,Grupotel Gravina,8.3,118,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +266,Barcelona,Primavera Hostel,9.1,73,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +267,Barcelona,Hostal Delfos,8.0,30,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Cheap +268,Barcelona,SLEEP Miró by STAY,7.8,239,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Expensive +269,Barcelona,Boutique Hotel H10 Montcada,9.1,166,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Expensive +270,Barcelona,Hotel Serhs Rivoli Rambla,8.0,128,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +271,Barcelona,Casa Lirio,8.3,576,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Expensive +272,Barcelona,Plaza Goya Rooms,8.6,61,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +273,Barcelona,Ant Hostel Barcelona,8.0,80,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +274,Barcelona,Free Hostels Barcelona,8.7,96,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +275,Barcelona,Hesperia Barcelona Del Mar,8.2,87,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +276,Barcelona,Room Mate Pau,9.2,140,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +277,Barcelona,Hostal Centric,8.9,100,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +278,Barcelona,Hostal Elkano,7.7,30,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Cheap +279,Barcelona,SLEEP Eixample by STAY,7.8,184,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Expensive +280,Barcelona,Hostal Natura Barcelona,7.9,57,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +281,Barcelona,AC Hotel Sants,8.2,133,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +282,Barcelona,Olivia Balmes Hotel,9.5,182,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Expensive +283,Barcelona,Barcelona Just Like Home,9.0,320,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Expensive +284,Barcelona,Monument Hotel,9.3,255,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Expensive +285,Barcelona,H10 Itaca,8.5,81,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +286,Barcelona,Monument Hotel,9.3,255,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +287,Barcelona,NH Barcelona Eixample,8.4,65,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +288,Barcelona,Cosmo Apartments Passeig de Gràcia,8.2,170,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Expensive +289,Barcelona,Ola Living Diagonal Apartments,9.0,275,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +290,Barcelona,Hostal Radio Barcelona,7.5,43,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Cheap +291,Barcelona,Aspasios Las Ramblas Apartments,8.7,144,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +292,Barcelona,Ola Living Music,8.3,131,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +293,Barcelona,Hostal Delfos,8.0,30,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Cheap +294,Barcelona,Vale Suites,8.9,486,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Expensive +295,Barcelona,Hostal Marenostrum,8.6,116,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +296,Barcelona,Decô Apartments Barcelona-Eixample,9.1,335,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Expensive +297,Barcelona,SLEEP Universitat by STAY,7.8,179,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +298,Barcelona,Cuatro Naciones,8.5,66,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +299,Barcelona,Hotel Sansi Barcelona,8.2,82,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +300,Barcelona,Cosmo Apartments Consell de Cent - Plaza Universitat,7.9,245,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +301,Barcelona,Acta BCN 40,8.5,56,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +302,Barcelona,Hostal Sant Pau,7.8,100,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +303,Barcelona,Circa 1905,9.3,86,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +304,Barcelona,Generator Barcelona,8.1,88,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +305,Barcelona,C211 Barcelona Apartments,8.9,186,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +306,Barcelona,Barcelona City Apartment,7.1,50,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Cheap +307,Barcelona,Hotel Casa Elliot,9.2,80,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +308,Barcelona,Eurostars Bcn Design,8.5,225,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Expensive +309,Barcelona,SmartRoom Barcelona,8.5,50,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Cheap +310,Barcelona,Hostal Barcelona,7.0,54,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +311,Barcelona,Aparthotel Silver,9.0,95,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +312,Barcelona,Hotel Brick Barcelona,9.0,62,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +313,Barcelona,Hostal Benidorm,8.7,83,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +314,Barcelona,Hotel Cortes,8.3,97,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +315,Barcelona,Tres Torres Atiram Hotels,8.3,79,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +316,Barcelona,Amister Apartments,9.2,113,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +317,Barcelona,Hostal Boutique Khronos,8.7,106,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +318,Barcelona,Ally's Bed&Breakfast,8.1,43,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Cheap +319,Barcelona,Enjoybcn Coliseum Apartments,8.4,340,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Expensive +320,Barcelona,Bed & Art Barcelona,7.4,121,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +321,Barcelona,Cosmo Apartments Marina – Auditori,8.0,155,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Expensive +322,Barcelona,Hotel Ciutadella Barcelona,8.3,94,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +323,Barcelona,BCN Home Guest House,8.4,77,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +324,Barcelona,NH Barcelona Diagonal Center,8.3,65,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +325,Barcelona,SLEEP Fira by STAY,8.0,209,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Expensive +326,Barcelona,Hostal LIWI,8.8,92,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +327,Barcelona,C211 Barcelona Apartments,8.9,186,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Expensive +328,Barcelona,Cosmo Suite Penthouse,9.1,1,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Cheap +329,Barcelona,Urban District Apartments - Rambla Suites & Pool,8.2,159,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Expensive +330,Barcelona,Hostal Nova Barcelona,8.5,45,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Cheap +331,Barcelona,Hostal Boutique Khronos,8.7,106,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +332,Barcelona,NH Barcelona Diagonal Center,8.3,65,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +333,Barcelona,Hotel Aneto,7.9,71,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +334,Barcelona,AinB Eixample-Entença Apartments,8.0,115,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +335,Barcelona,Sixtytwo Hotel,9.3,278,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +336,Barcelona,Circa 1905,9.3,86,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +337,Barcelona,Charmsuites Nou Rambla,7.9,124,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +338,Barcelona,AC Hotel Sants,8.2,133,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +339,Barcelona,Hostal Bejar,7.7,44,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Cheap +340,Barcelona,Mayerling Schumann Barcelona,8.0,147,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +341,Barcelona,Midtown Luxury Apartments,8.3,128,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +342,Barcelona,Apartment Guell,9.4,191,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +343,Barcelona,BUHO Boutique Rooms,8.6,75,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +344,Barcelona,Hostal Lleida,8.5,56,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +345,Barcelona,Urban District Apartments - Rambla Suites & Pool,8.2,159,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +346,Barcelona,Hotel Sofia Barcelona - in The Unbound Collection by Hyatt,9.2,230,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Expensive +347,Barcelona,Hostal Natura Barcelona,7.9,57,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +348,Barcelona,Eric Vökel Boutique Apartments - BCN Suites,9.0,193,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Expensive +349,Barcelona,Paral·lel,8.5,57,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +350,Barcelona,Decô Apartments Barcelona-Born Apt.,9.2,282,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Expensive +351,Barcelona,Diagonal House,7.9,37,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Cheap +352,Barcelona,Ako Suites Hotel,8.7,142,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Normal +353,Barcelona,AinB Las Ramblas-Guardia Apartments,7.4,111,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +354,Barcelona,Leonardo Hotel Barcelona Gran Via,8.5,120,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +355,Barcelona,AinB Las Ramblas-Guardia Apartments,7.4,111,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +356,Barcelona,Leonardo Hotel Barcelona Gran Via,8.5,120,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +357,Barcelona,Casa Neri Apartments,9.2,270,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Expensive +358,Barcelona,NH Barcelona Stadium,8.4,73,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +359,Barcelona,"Hotel Barcelona Condal Mar, managed by Meliá",8.1,98,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +360,Barcelona,Hotel Best 4 Barcelona,7.8,85,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +361,Barcelona,Hotel Roger de Llúria,8.6,121,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +362,Barcelona,Apartment Guell,9.4,191,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Expensive +363,Barcelona,ZT Barcelona,8.5,103,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +364,Barcelona,Break N Bed,7.8,535,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Expensive +365,Barcelona,Hostal Nova Barcelona,8.5,45,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Cheap +366,Barcelona,Hostel Friends Barcelona,7.5,56,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Normal +367,Barcelona,LM Rooms BCN,7.9,66,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +368,Barcelona,Room Mate Gerard,9.0,151,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Expensive +369,Barcelona,Sir Victor Hotel,8.9,245,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Expensive +370,Barcelona,HCC Regente,8.3,77,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +371,Barcelona,TOC Hostel Barcelona,8.8,137,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +372,Barcelona,Anba Boutique,9.3,160,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Expensive +373,Barcelona,Charmsuites Nou Rambla,7.9,124,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +374,Barcelona,Umma Barcelona B&B Boutique,9.1,73,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +375,Barcelona,Buba House,8.2,49,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Cheap +376,Barcelona,HCC St. Moritz,8.8,91,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +377,Barcelona,Your Home in Barcelona Apartments,8.7,80,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +378,Barcelona,The Level at Melia Barcelona Sky,8.7,154,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Expensive +379,Barcelona,Your Home in Barcelona Apartments,8.7,80,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +380,Barcelona,The Level at Melia Barcelona Sky,8.7,154,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +381,Barcelona,Decô Apartments Barcelona-Born St.,8.5,230,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Expensive +382,Barcelona,Hostal LIWI,8.8,92,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +383,Barcelona,Olivia Plaza Hotel,9.5,227,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +384,Barcelona,Hostal Lesseps,8.1,93,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +385,Barcelona,Melia Barcelona Sarriá,8.3,145,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +386,Barcelona,Hotel Actual,8.8,126,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +387,Barcelona,Plaza Catalunya City Center Apartments,7.6,440,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Expensive +388,Barcelona,Hostemplo Sagrada Familia,8.6,162,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Expensive +389,Barcelona,Hostal Fina,8.2,71,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +390,Barcelona,Tibidabo Apartments,8.7,125,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +391,Barcelona,Barcelona Apartment Val,8.7,155,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +392,Barcelona,St Christopher's Inn Barcelona,8.4,166,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Expensive +393,Barcelona,Apartments Hotel Sant Pau,8.5,105,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +394,Barcelona,Aparthotel Allada 3*,8.3,114,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +395,Barcelona,Factory Suites Barcelona,8.8,139,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +396,Barcelona,CASA DERY BARCELONA,8.1,53,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +397,Barcelona,Amra Barcelona Caspe,8.1,53,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +398,Barcelona,AinB Eixample-Miro Apartments,7.9,115,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +399,Barcelona,Hotel Best Aranea,8.5,76,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +400,Barcelona,Grand Hotel Central,9.1,241,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Expensive +401,Barcelona,Hostal Nuevo Colon,8.0,41,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Cheap +402,Barcelona,HCC St. Moritz,8.8,91,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Normal +403,Barcelona,Hotel Murmuri Barcelona,8.8,140,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +404,Barcelona,Catalonia La Pedrera,8.5,82,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +405,Barcelona,Hotel Pelayo,8.0,87,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +406,Barcelona,Amra Barcelona Caspe,8.1,53,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +407,Barcelona,Mayerling Bisbe Urquinaona,8.2,162,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +408,Barcelona,Hotel Reding Croma,8.7,86,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Normal +409,Barcelona,Passeig de Gracia Studio Loft,9.3,180,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Expensive +410,Barcelona,Catalonia Gran Via BCN,9.0,82,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +411,Barcelona,Residencia Talitha,7.0,88,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +412,Barcelona,Principal B&Bcn,8.7,151,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Expensive +413,Barcelona,Room Mate Carla,9.1,147,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +414,Barcelona,AinB Diagonal Francesc Macià Apartments,7.2,285,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +415,Barcelona,Petit Hotel,8.5,65,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +416,Barcelona,Pol & Grace Hotel,8.8,90,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +417,Barcelona,Charming Flats by Aspasios,8.7,149,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +418,Barcelona,Renaissance Barcelona Hotel,8.1,183,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Expensive +419,Barcelona,Acta Atrium Palace,8.5,102,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +420,Barcelona,Eurostars Ramblas,8.2,82,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Normal +421,Barcelona,Luxury Seaview-Forum-CCIB-Apart ent,7.3,155,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Expensive +422,Barcelona,Som Nit Born,8.4,71,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +423,Barcelona,The Wittmore - Adults Only,9.2,234,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Expensive +424,Barcelona,Hostal Iznajar Barcelona,8.2,71,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +425,Barcelona,Break N Bed,7.8,535,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Expensive +426,Barcelona,Hotel Peninsular,7.6,66,Not allowed,https://www.booking.com/hotel/es/lleo.en-gb.html,Normal +427,Barcelona,SM Hotel Sant Antoni,8.7,80,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +428,Barcelona,Live & Dream,8.2,143,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Normal +429,Barcelona,Alguera Apartments Sant Andreu,7.9,1,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Cheap +430,Barcelona,Eurostars Ramblas,8.2,82,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +431,Barcelona,AinB Diagonal Francesc Macià Apartments,7.2,285,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Expensive +432,Barcelona,Som Nit Triomf,8.2,71,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Normal +433,Barcelona,Room Mate Emma,9.0,130,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Normal +434,Barcelona,Hotel Viladomat by Silken,7.8,696,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Expensive +435,Barcelona,Bcn Paseo De Gracia Rocamora Apartment,9.1,275,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Expensive +436,Barcelona,Onix Rambla,8.6,80,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +437,Barcelona,Hostal Poblenou B&B,8.8,89,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +438,Barcelona,Ona Hotels Arya,8.8,105,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Normal +439,Barcelona,Atlantis by Atbcn,8.7,71,Not allowed,https://www.booking.com/hotel/es/barcelo-atenea-mar.en-gb.html,Normal +440,Barcelona,Hostal Parisien,7.4,103,Not allowed,https://www.booking.com/hotel/es/wilson.en-gb.html,Normal +441,Barcelona,Dalí Residence,6.6,154,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Expensive +442,Barcelona,Hostal Lesseps,8.1,93,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +443,Barcelona,HCC Regente,8.3,77,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +444,Barcelona,Hostal Operaramblas,8.9,68,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +445,Barcelona,Hostal Ideal Sants,5.8,54,No info,https://www.booking.com/hotel/es/arts-barcelona.en-gb.html,Normal +446,Barcelona,Best House Best Place,9.3,235,Not allowed,https://www.booking.com/hotel/es/paseo-de-gracia-apartments-barcelona.en-gb.html,Expensive +447,Barcelona,Cosmo Apartments Rambla Catalunya,9.0,210,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Expensive +448,Barcelona,Serennia Exclusive Rooms,8.7,66,Allowed,https://www.booking.com/hotel/es/w-barcelona.en-gb.html,Normal +449,Barcelona,Beach Penthouse near center with pool,8.0,241,Not allowed,https://www.booking.com/hotel/es/negresco-princess.en-gb.html,Expensive +450,Barcelona,Chic & Basic Born Boutique Hotel,8.4,71,Not allowed,https://www.booking.com/hotel/es/h10-cubik.en-gb.html,Normal +451,Barcelona,Hesperia Barcelona Barri Gòtic,8.5,81,Allowed,https://www.booking.com/hotel/es/avenidapalace.en-gb.html,Normal +452,Barcelona,HCC Lugano,8.4,76,Allowed,https://www.booking.com/hotel/es/diagonal-zero.en-gb.html,Normal +453,Barcelona,Mayerling Abamita Apartments,8.8,173,Not allowed,https://www.booking.com/hotel/es/ciutat-de-barcelona.en-gb.html,Expensive +454,Barcelona,Hostal Bcn Port,8.0,36,Not allowed,https://www.booking.com/hotel/es/ayre-rosellon.en-gb.html,Cheap +455,Barcelona,Apkeys Barcino Balmes,7.8,220,Allowed,https://www.booking.com/hotel/es/sbicaria.en-gb.html,Expensive +456,Barcelona,Charmsuites Paralel,7.7,104,Not allowed,https://www.booking.com/hotel/es/ohla.en-gb.html,Normal +457,Barcelona,Kabul Party Hostel Barcelona,8.6,75,Allowed,https://www.booking.com/hotel/es/sb-glow-4-sup.en-gb.html,Normal +458,Barcelona,AinB Sagrada Familia Apartments,7.8,111,Not allowed,https://www.booking.com/hotel/es/h10-port-vell.en-gb.html,Normal +459,Barcelona,Condes de Barcelona,9.0,162,Not allowed,https://www.booking.com/hotel/es/h10-casa-mimosa.en-gb.html,Expensive +460,Barcelona,La Casa Gran B&B,9.2,150,Allowed,https://www.booking.com/hotel/es/novotel-barcelona-city.en-gb.html,Normal +461,Barcelona,Aspasios Plaza Real Apartments,8.4,154,Allowed,https://www.booking.com/hotel/es/travelodge-barcelona-poblenou.en-gb.html,Expensive +462,Barcelona,Apartamentos Navas 2,8.6,184,Not allowed,https://www.booking.com/hotel/es/hotelaxelbarcelona.en-gb.html,Expensive +463,Barcelona,TOC Hostel Barcelona,8.8,137,Not allowed,https://www.booking.com/hotel/es/grandmarina.en-gb.html,Normal +464,Barcelona,Ramblas by Pillow,8.8,95,Not allowed,https://www.booking.com/hotel/es/royal-passeig-de-gracia.en-gb.html,Normal +465,Barcelona,Aparthotel Bonanova,8.3,111,Not allowed,https://www.booking.com/hotel/es/bcn-montjuic.en-gb.html,Normal +466,Barcelona,Factory Suites Barcelona,8.8,139,Allowed,https://www.booking.com/hotel/es/kimpton-barcelona.en-gb.html,Normal +467,Barcelona,Boat Hotel Barcelona,9.3,211,Not allowed,https://www.booking.com/hotel/es/gran-via-678.en-gb.html,Expensive +468,Barcelona,Chic & Basic Lemon Boutique Hotel,8.9,69,Not allowed,https://www.booking.com/hotel/es/vinccimaritimo.en-gb.html,Normal +469,Amsterdam,Park Plaza Victoria Amsterdam,8.4,175,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +470,Amsterdam,Park Inn by Radisson Amsterdam City West,8.3,130,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +471,Amsterdam,"Radisson Blu Hotel, Amsterdam City Center",8.5,225,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Expensive +472,Amsterdam,Monet Garden Hotel Amsterdam,9.0,175,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +473,Amsterdam,NH City Centre Amsterdam,8.3,162,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +474,Amsterdam,Hotel Mai Amsterdam,8.7,90,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +475,Amsterdam,NH Collection Amsterdam Barbizon Palace,8.5,180,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +476,Amsterdam,citizenM Amstel Amsterdam,9.1,143,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +477,Amsterdam,Holiday Inn Express Amsterdam - North Riverside,8.5,83,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +478,Amsterdam,Urban Lodge Hotel,8.4,66,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +479,Amsterdam,Van der Valk Hotel Amsterdam - Amstel,8.8,145,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +480,Amsterdam,NH Collection Amsterdam Flower Market,8.6,170,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +481,Amsterdam,Hotel Jakarta Amsterdam,9.0,199,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +482,Amsterdam,Mercure Amsterdam Sloterdijk Station,8.4,101,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +483,Amsterdam,Pestana Amsterdam Riverside,8.6,181,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +484,Amsterdam,NH Collection Amsterdam Grand Hotel Krasnapolsky,8.8,207,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +485,Amsterdam,ibis Amsterdam Centre,7.8,123,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +486,Amsterdam,"The Hoxton, Amsterdam",9.0,165,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +487,Amsterdam,Park Plaza Vondelpark Amsterdam,8.8,158,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +488,Amsterdam,Hotel Amsterdam De Roode Leeuw,7.8,132,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +489,Amsterdam,Inntel Hotels Amsterdam Centre,8.2,181,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +490,Amsterdam,Botel,7.5,60,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +491,Amsterdam,Botel,7.5,60,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +492,Amsterdam,Mr. Jordaan,9.3,117,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +493,Amsterdam,XO Hotels City Centre,7.3,132,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +494,Amsterdam,the niu Fender,8.4,96,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +495,Amsterdam,Hampton By Hilton Amsterdam Arena Boulevard,8.6,88,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +496,Amsterdam,Andaz Amsterdam Prinsengracht - a concept by Hyatt,9.1,306,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +497,Amsterdam,Krisotel,8.9,90,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +498,Amsterdam,DoubleTree by Hilton Amsterdam Centraal Station,8.2,155,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +499,Amsterdam,Amadi Panorama Hotel,8.5,95,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +500,Amsterdam,Leonardo Hotel Amsterdam Rembrandtpark,8.1,123,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +501,Amsterdam,Renaissance Amsterdam Hotel,8.1,184,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +502,Amsterdam,Swissôtel Amsterdam,8.7,148,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +503,Amsterdam,Holiday Inn Express Amsterdam Arena Towers,8.1,87,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +504,Amsterdam,Hotel City Garden Amsterdam,7.3,59,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +505,Amsterdam,Hotel Luxer,8.8,127,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +506,Amsterdam,WestCord City Centre Hotel,8.2,123,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +507,Amsterdam,Hyatt Regency Amsterdam,8.8,204,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +508,Amsterdam,Amsterdam Wiechmann Hotel,8.6,146,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +509,Amsterdam,Grand Hotel Amrâth Amsterdam,8.1,206,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +510,Amsterdam,The Hendrick's Hotel,9.3,200,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +511,Amsterdam,Yays Bickersgracht Concierged Boutique Apartments,8.5,371,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +512,Amsterdam,The Times Hotel,8.5,123,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +513,Amsterdam,Nova Hotel,8.1,186,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +514,Amsterdam,WestCord Fashion Hotel Amsterdam,8.4,113,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +515,Amsterdam,Hotel Okura Amsterdam – The Leading Hotels of the World,8.9,214,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Expensive +516,Amsterdam,Hotel City Garden Amsterdam,7.3,59,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +517,Amsterdam,Room Mate Aitana,8.9,207,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +518,Amsterdam,Zoku Amsterdam,9.0,144,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +519,Amsterdam,Hans Brinker Hostel Amsterdam,7.8,49,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Cheap +520,Amsterdam,Dream Hotel Amsterdam,8.2,117,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +521,Amsterdam,Motel One Amsterdam-Waterlooplein,9.0,133,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +522,Amsterdam,Travel Hotel Amsterdam,6.8,57,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +523,Amsterdam,Mövenpick Hotel Amsterdam City Centre,8.4,139,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +524,Amsterdam,Eden hotel Amsterdam,8.1,187,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +525,Amsterdam,Boutique Hotel Notting Hill,8.7,154,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +526,Amsterdam,Conservatorium Hotel,9.1,444,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +527,Amsterdam,Hotel Sint Nicolaas,8.8,149,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +528,Amsterdam,Singel Hotel Amsterdam,8.5,131,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +529,Amsterdam,DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf,8.6,86,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +530,Amsterdam,Hotel Mansion,8.1,143,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +531,Amsterdam,"art'otel amsterdam, part of Radisson Hotel Group",8.5,239,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +532,Amsterdam,The Bank Hotel,8.4,121,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +533,Amsterdam,Amsterdam Marriott Hotel,8.5,192,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +534,Amsterdam,Hotel Arena,8.3,175,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +535,Amsterdam,Joy Hotel,8.2,78,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +536,Amsterdam,Hotel The Exchange,8.1,102,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +537,Amsterdam,Hotel Casa Amsterdam,8.5,126,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +538,Amsterdam,Hotel Roemer Amsterdam,8.1,80,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +539,Amsterdam,Hotel CC,8.1,154,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Expensive +540,Amsterdam,Hotel Ben Centre,6.3,59,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +541,Amsterdam,Hotel Hermitage Amsterdam,7.1,96,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +542,Amsterdam,De Jonker Urban Studios & Suites,8.3,90,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +543,Amsterdam,De L’Europe Amsterdam – The Leading Hotels of the World,9.1,414,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +544,Amsterdam,Hotel Espresso,8.1,75,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +545,Amsterdam,Corendon City Hotel Amsterdam,8.1,111,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +546,Amsterdam,Max Brown Hotel Canal District,8.4,124,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +547,Amsterdam,Yays Oostenburgergracht Concierged Boutique Apartments,8.6,133,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +548,Amsterdam,Hotel Cornelisz,8.5,96,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +549,Amsterdam,Conscious Hotel Westerpark,8.8,75,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +550,Amsterdam,Hotel Nes,8.1,122,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +551,Amsterdam,Hotel Continental Amsterdam,6.8,57,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +552,Amsterdam,Best Western Amsterdam,7.8,75,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +553,Amsterdam,Hotel De Hallen,8.7,85,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +554,Amsterdam,Grand Hotel Downtown,7.8,144,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +555,Amsterdam,City Hotel Amsterdam,8.1,156,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +556,Amsterdam,Sir Adam Hotel,9.0,160,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +557,Amsterdam,New West Inn Amsterdam,7.5,75,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +558,Amsterdam,Hotel2Stay,8.7,97,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +559,Amsterdam,Hotel2Stay,8.7,97,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +560,Amsterdam,Hard Rock Hotel Amsterdam American,9.0,261,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +561,Amsterdam,Nadia Hotel,7.9,112,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +562,Amsterdam,The Old Nickel Hotel,7.2,96,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +563,Amsterdam,YOTEL Amsterdam,8.2,99,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +564,Amsterdam,Bilderberg Garden Hotel,8.0,169,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +565,Amsterdam,Hotel Doria,7.4,102,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +566,Amsterdam,XO Hotels Couture,8.8,87,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +567,Amsterdam,Best Western Dam Square Inn,7.9,113,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +568,Amsterdam,Budget Hotel Tourist Inn,8.3,119,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +569,Amsterdam,Sofitel Legend The Grand Amsterdam,9.1,419,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +570,Amsterdam,a&o Amsterdam Zuidoost,7.7,76,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +571,Amsterdam,MEININGER Hotel Amsterdam City West,8.2,74,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +572,Amsterdam,Mozart Hotel,7.6,139,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +573,Amsterdam,Hotel Abba,8.0,56,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +574,Amsterdam,Residence Inn by Marriott Amsterdam Houthavens,8.5,118,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +575,Amsterdam,Hotel Die Port van Cleve,8.5,175,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +576,Amsterdam,The College Hotel,8.4,154,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +577,Amsterdam,Budget Hotel Ben,7.1,59,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +578,Amsterdam,Moxy Amsterdam Houthavens,8.3,95,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +579,Amsterdam,Short Stay Group Harbour Apartments Amsterdam,7.7,149,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +580,Amsterdam,Amsterdam ID Aparthotel,8.6,143,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +581,Amsterdam,Dikker & Thijs Hotel,8.4,191,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Expensive +582,Amsterdam,Dikker & Thijs Hotel,8.4,191,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +583,Amsterdam,Four Elements Hotel,8.3,92,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +584,Amsterdam,Hotel Aalders,9.0,122,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +585,Amsterdam,The Student Hotel Amsterdam City,8.7,122,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +586,Amsterdam,Fletcher Hotel Amsterdam,7.4,143,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +587,Amsterdam,Waldorf Astoria Amsterdam,9.4,675,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +588,Amsterdam,Holiday Inn Express Amsterdam - City Hall,8.6,139,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +589,Amsterdam,Hotel V Nesplein,9.0,314,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +590,Amsterdam,ibis Styles Amsterdam City,8.3,109,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +591,Amsterdam,Holiday Inn Express Amsterdam - Sloterdijk Station,8.1,95,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +592,Amsterdam,Catalonia Vondel Amsterdam,8.6,102,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +593,Amsterdam,Delta Hotel City Center,6.8,118,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +594,Amsterdam,Hotel van de Vijsel,8.6,91,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +595,Amsterdam,ibis Styles Amsterdam Central Station,7.9,110,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +596,Amsterdam,Lloyd Hotel,8.0,91,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +597,Amsterdam,Prinsengracht Hotel,8.1,169,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +598,Amsterdam,Banks Mansion - All Inclusive Boutique Hotel,9.3,282,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +599,Amsterdam,Leonardo Hotel Amsterdam City Center,7.9,86,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +600,Amsterdam,easyHotel Amsterdam Arena Boulevard,7.8,72,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +601,Amsterdam,Hotel Levell,8.6,111,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +602,Amsterdam,Ecomama,8.3,68,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +603,Amsterdam,Albus Hotel Amsterdam City Centre,8.6,175,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +604,Amsterdam,XO Hotels Park West,8.6,87,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +605,Amsterdam,Ozo Hotel,7.7,118,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +606,Amsterdam,XO Hotels Park West,8.6,87,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +607,Amsterdam,Hotel Alexander,8.2,96,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +608,Amsterdam,WestCord Art Hotel Amsterdam 4 stars,8.4,108,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +609,Amsterdam,Hotel Not Hotel,8.1,79,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +610,Amsterdam,MEININGER Hotel Amsterdam Amstel,8.2,83,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +611,Amsterdam,PH Hotel Oosteinde,7.7,102,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +612,Amsterdam,Citiez Hotel Amsterdam,8.2,91,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +613,Amsterdam,Hotel The Craftsmen,9.2,282,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +614,Amsterdam,Prinsenhotel,8.1,101,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +615,Amsterdam,Melrose Hotel,7.9,150,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +616,Amsterdam,Conscious Hotel The Tire Station,8.7,65,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +617,Amsterdam,Ambassade Hotel,9.3,280,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +618,Amsterdam,Hotel Fine Harmony,7.9,164,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +619,Amsterdam,Holiday Inn Amsterdam - Arena Towers,8.1,98,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +620,Amsterdam,Wellnesshotel Zuiver Amsterdam,8.1,208,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +621,Amsterdam,The Dylan Amsterdam,9.3,512,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +622,Amsterdam,Quentin Zoo hotel,8.2,124,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +623,Amsterdam,Park Centraal Amsterdam,8.6,192,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +624,Amsterdam,Hampton by Hilton Amsterdam Centre East,8.6,120,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +625,Amsterdam,"The Pavilions Amsterdam, The Toren",9.0,354,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +626,Amsterdam,"Apollo Hotel Amsterdam, a Tribute Portfolio Hotel",8.4,132,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +627,Amsterdam,INK Hotel Amsterdam - MGallery,8.9,158,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Expensive +628,Amsterdam,The Dylan Amsterdam,9.3,512,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +629,Amsterdam,WestCord Art Hotel Amsterdam 3 stars,8.6,98,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +630,Amsterdam,The Alfred Hotel,7.5,122,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +631,Amsterdam,Yays Zoutkeetsgracht Concierged Boutique Apartments,8.7,158,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +632,Amsterdam,Grand Hotel Downtown,7.8,144,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +633,Amsterdam,Waldorf Astoria Amsterdam,9.4,675,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Expensive +634,Amsterdam,Hotel Il Fiore,8.6,144,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +635,Amsterdam,The Bolster,7.8,106,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +636,Amsterdam,Hotel Asterisk 3 star superior,9.1,122,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +637,Amsterdam,Hotel 83,7.2,127,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +638,Amsterdam,Hilton Amsterdam,8.2,141,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +639,Amsterdam,The Flying Pig Downtown,8.3,79,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +640,Amsterdam,Hotel De Gerstekorrel,7.8,207,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +641,Amsterdam,PH Hotel Oosteinde,7.7,102,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +642,Amsterdam,Via Amsterdam,8.1,112,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +643,Amsterdam,Hotel Mosaic City Centre,7.9,107,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +644,Amsterdam,Hotel Alexander,8.2,96,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +645,Amsterdam,Via Suites,8.4,134,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +646,Amsterdam,Linden Hotel,9.0,88,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +647,Amsterdam,Hotel Old Quarter,7.1,86,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +648,Amsterdam,NH Amsterdam Caransa,8.1,169,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +649,Amsterdam,XO Hotels Blue Tower,7.8,83,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +650,Amsterdam,Amsterdam Teleport Hotel,8.3,91,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +651,Amsterdam,The Arcade Hotel Amsterdam,7.9,90,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +652,Amsterdam,XO Hotels Blue Tower,7.8,83,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +653,Amsterdam,France Hotel,7.6,142,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +654,Amsterdam,Hotel Larende,8.8,117,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +655,Amsterdam,The Manor Amsterdam,8.4,142,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +656,Amsterdam,Hotel Aalders,9.0,122,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +657,Amsterdam,Hotel Manofa,7.4,263,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Expensive +658,Amsterdam,Hotel van Gelder,7.4,92,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +659,Amsterdam,Alp Hotel,8.8,191,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +660,Amsterdam,Hotel des Arts,8.0,314,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Expensive +661,Amsterdam,City Hotel Amsterdam,8.1,156,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +662,Amsterdam,Hotel TWENTY EIGHT,9.3,186,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +663,Amsterdam,Jaz Amsterdam,8.9,208,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +664,Amsterdam,Dam Hotel,6.2,86,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +665,Amsterdam,Vita Nova,7.1,59,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +666,Amsterdam,Hotel Atlantis Amsterdam,7.6,83,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +667,Amsterdam,International Budget Hostel City Center,7.3,70,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +668,Amsterdam,NH Amsterdam Noord,8.3,101,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +669,Amsterdam,Motel One Amsterdam,8.9,111,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +670,Amsterdam,Stayokay Amsterdam Vondelpark,8.5,84,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +671,Amsterdam,Hotel Amstelzicht,8.2,196,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +672,Amsterdam,Ambassade Hotel,9.3,280,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +673,Amsterdam,Hotel Park Plantage,7.4,87,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +674,Amsterdam,Facade Hotel Amsterdam,7.6,538,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +675,Amsterdam,NH Amsterdam Centre,7.6,149,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +676,Amsterdam,ibis Styles Amsterdam Amstel,8.2,109,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +677,Amsterdam,Jaz Amsterdam,8.9,208,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Expensive +678,Amsterdam,Max Brown Hotel Museum Square,8.3,107,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +679,Amsterdam,Hotel Clemens,9.0,133,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +680,Amsterdam,Dutch Design Hotel Artemis,7.9,92,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +681,Amsterdam,Pension Homeland,8.6,160,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +682,Amsterdam,Conscious Hotel Vondelpark,8.5,112,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +683,Amsterdam,Mr. Monkey Amsterdam,7.2,191,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Expensive +684,Amsterdam,Acostar Hotel,7.5,134,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +685,Amsterdam,XO Hotel Inner,8.2,120,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +686,Amsterdam,Quentin England Hotel,7.7,79,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +687,Amsterdam,XO Hotels Infinity,8.0,110,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +688,Amsterdam,Hotel King's Court,8.0,75,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +689,Amsterdam,ibis Amsterdam City West,8.0,82,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +690,Amsterdam,Leonardo Royal Hotel Amsterdam,8.6,356,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +691,Amsterdam,Hotel V Fizeaustraat,9.1,207,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +692,Amsterdam,Amsterdam Hotel Parklane,7.8,96,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +693,Amsterdam,Hotel Piet Hein,7.4,102,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +694,Amsterdam,The Muse Amsterdam - Boutique Hotel,8.4,103,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +695,Amsterdam,i hotel,7.1,59,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +696,Amsterdam,Hotel TwentySeven - Small Luxury Hotels of the World,9.6,751,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +697,Amsterdam,Hotel BOAT & CO,9.2,218,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +698,Amsterdam,Hotel Titus City Centre,7.2,80,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +699,Amsterdam,Aston City Hotel,6.4,123,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +700,Amsterdam,Budget Hostel Heart of Amsterdam,7.2,86,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +701,Amsterdam,easyHotel Amsterdam City Centre South,7.6,85,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +702,Amsterdam,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,405,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +703,Amsterdam,Quentin Arrive Hotel,6.7,73,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +704,Amsterdam,BUNK Hotel Amsterdam,8.1,90,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +705,Amsterdam,nhow Amsterdam Rai,9.0,132,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +706,Amsterdam,Novotel Amsterdam City,8.3,143,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +707,Amsterdam,citizenM Amsterdam South,8.8,143,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +708,Amsterdam,Mercure Hotel Amsterdam Centre Canal District,8.1,136,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +709,Amsterdam,Yays Entrepothaven Concierged Boutique Apartments,9.0,155,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +710,Amsterdam,Hotel Imperial,8.5,151,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +711,Amsterdam,Mps Holland,7.6,102,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +712,Amsterdam,Hotel De Looier,6.7,80,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +713,Amsterdam,Hotel TWENTY EIGHT,9.3,186,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +714,Amsterdam,Sir Albert Hotel,8.7,201,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +715,Amsterdam,The ED Amsterdam,8.7,108,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +716,Amsterdam,Hotel The Bird,8.3,172,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +717,Amsterdam,Euphemia Budget Old City Canal Zone,7.7,96,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +718,Amsterdam,Quentin Golden Bear Hotel,6.9,133,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +719,Amsterdam,Budget Trianon Hotel,6.3,54,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +720,Amsterdam,Hotel de Munck,7.0,91,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +721,Amsterdam,QO Amsterdam,9.0,250,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +722,Amsterdam,Budget Hostel Sphinx,6.8,96,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +723,Amsterdam,The Concert Hotel,7.8,86,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +724,Amsterdam,AmicitiA,7.7,59,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +725,Amsterdam,Van der Valk Hotel Amsterdam Zuidas,9.0,158,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +726,Amsterdam,No. 377 House,8.3,115,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +727,Amsterdam,Hotel Flipper Amsterdam,6.8,59,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +728,Amsterdam,Amsterdam Downtown Hotel,7.2,538,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +729,Amsterdam,Prestige Hotel,7.3,70,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +730,Amsterdam,Felicitas,8.3,65,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +731,Amsterdam,Hotel Corner House,7.5,84,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +732,Amsterdam,The Student Hotel Amsterdam West,8.5,65,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +733,Amsterdam,Facade Hotel Amsterdam,7.6,538,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +734,Amsterdam,PH Hotel de Entree,6.8,176,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +735,Amsterdam,i hotel,7.1,59,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +736,Amsterdam,Orange Tulip Hotel,6.2,86,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +737,Amsterdam,Eden Studios and Apartments,8.2,208,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +738,Amsterdam,CityHub Amsterdam,9.1,85,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +739,Amsterdam,Hotel Pagi,7.6,188,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +740,Amsterdam,Bastion Hotel Amsterdam Amstel,7.2,133,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +741,Amsterdam,Greenstay,8.5,98,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +742,Amsterdam,Rembrandtplein Hotel,7.3,154,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +743,Amsterdam,Amistad hotel,8.7,203,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Expensive +744,Amsterdam,Rembrandtplein Hotel,7.3,154,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +745,Amsterdam,Hotel Imperial,8.5,151,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +746,Amsterdam,A-Train Hotel,8.6,304,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Expensive +747,Amsterdam,Amistad hotel,8.7,203,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Expensive +748,Amsterdam,Mokum Suites,9.5,136,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +749,Amsterdam,ibis Styles Amsterdam Amstel,8.2,109,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +750,Amsterdam,Amsterdam Nieuwmarkt Centrum Apartments,8.9,324,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +751,Amsterdam,Campanile Hotel & Restaurant Amsterdam Zuid-Oost,7.8,85,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +752,Amsterdam,Bastion Hotel Amsterdam Amstel,7.2,133,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +753,Amsterdam,Belfort Hotel,6.2,86,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +754,Amsterdam,Apollofirst Boutique Hotel,8.7,91,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +755,Amsterdam,Crowne Plaza Amsterdam - South,8.9,154,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +756,Amsterdam,Hotel Leidsegracht,7.8,80,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +757,Amsterdam,EasyStayAmsterdam,6.8,196,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +758,Amsterdam,Hotel Seven one Seven,8.9,571,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +759,Amsterdam,Gr8 Hotel Amsterdam Riverside,7.9,110,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +760,Amsterdam,Luxury Suites Amsterdam - Member of Warwick Hotels,9.3,405,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +761,Amsterdam,Stayokay Amsterdam Oost,8.4,68,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +762,Amsterdam,City Hotel,6.9,104,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +763,Amsterdam,Frisco Inn,7.5,136,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +764,Amsterdam,Qbic Hotel WTC Amsterdam,8.0,118,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +765,Amsterdam,G hotel,7.9,144,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +766,Amsterdam,PH Hotel Oosteinde Economy,6.7,73,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +767,Amsterdam,Hotel Freeland,8.1,102,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +768,Amsterdam,Hotel Vossius Vondelpark,7.6,75,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +769,Amsterdam,The Cabin @ MPS Noorderzon,7.8,185,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +770,Amsterdam,The Student Hotel Amsterdam West,8.5,65,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +771,Amsterdam,BUNK Hotel Amsterdam,8.1,90,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +772,Amsterdam,XO Hotels Van Gogh,8.2,111,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +773,Amsterdam,Asile Flottant,8.5,250,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +774,Amsterdam,Hotel Atlanta,7.3,124,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +775,Amsterdam,Dutchies Hostel,8.4,50,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Cheap +776,Amsterdam,Hotel Beethoven,7.4,71,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Normal +777,Amsterdam,The Delphi - Amsterdam Townhouse,8.2,177,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +778,Amsterdam,QO Amsterdam,9.0,250,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Expensive +779,Amsterdam,Passengership Avanti,7.6,59,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +780,Amsterdam,Mercure Amsterdam City Hotel,8.1,108,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +781,Amsterdam,Hotel Allure,7.7,111,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +782,Amsterdam,'t Hotel,9.1,175,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +783,Amsterdam,Eden Studios and Apartments,8.2,208,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Expensive +784,Amsterdam,Hotel Mevlana,6.8,49,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Cheap +785,Amsterdam,WOW Amsterdam Hostel,7.6,118,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +786,Amsterdam,No. 377 House,8.3,115,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +787,Amsterdam,Hotel Victorie,7.1,122,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +788,Amsterdam,Hotel V Frederiksplein,8.1,165,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +789,Amsterdam,Rembrandt Square Hotel,7.5,151,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +790,Amsterdam,A'dam Houseboat,8.7,164,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Expensive +791,Amsterdam,Sara's Boutique Hotel,7.1,139,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +792,Amsterdam,V Lofts,8.8,335,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +793,Amsterdam,NL Hotel District Leidseplein,7.9,107,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +794,Amsterdam,Passengership Avanti,7.6,59,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +795,Amsterdam,Leidse Square 5 star Luxury Apartment,9.6,288,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Expensive +796,Amsterdam,Canal House Suites at Sofitel Legend The Grand Amsterdam,9.8,773,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +797,Amsterdam,Bastion Hotel Amsterdam Noord,7.1,95,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +798,Amsterdam,Hotel Leidsegracht,7.8,80,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +799,Amsterdam,Hotel Seven one Seven,8.9,571,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +800,Amsterdam,23 SouS,9.3,164,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +801,Amsterdam,"Skotel Amsterdam, Hotelschool The Hague",9.1,125,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +802,Amsterdam,Hotel Washington,7.4,77,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +803,Amsterdam,Hapimag Apartments Amsterdam,8.9,262,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +804,Amsterdam,Anna Houseboat,9.3,72,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Normal +805,Amsterdam,Element Amsterdam,8.8,165,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +806,Amsterdam,WesterVilla,9.2,164,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Expensive +807,Amsterdam,Hotel Isis,7.1,219,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +808,Amsterdam,City Studios,8.3,92,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +809,Amsterdam,Cafe Modern,8.8,97,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +810,Amsterdam,Short Stay Group Harbour Loft Studios,6.9,105,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +811,Amsterdam,Petit Prince,9.6,186,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +812,Amsterdam,Train Lodge Amsterdam,8.2,94,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +813,Amsterdam,Amsterdam B&B Barangay,9.7,162,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Expensive +814,Amsterdam,Huis Roomolen,9.8,195,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Expensive +815,Amsterdam,B & B Tulp Amsterdam Noord,9.6,96,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +816,Amsterdam,Milkhouse Luxury Stay Amsterdam,9.8,299,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +817,Amsterdam,A B&B Amsterdam,9.2,205,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Expensive +818,Amsterdam,De Bedstee Boutique Capsules,8.3,82,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Normal +819,Amsterdam,EMPIRIC Keizersgracht,9.0,147,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +820,Amsterdam,Duplex near Anne Frank Museum,8.9,330,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +821,Amsterdam,Short Stay Group East Quarter Serviced Apartments Amsterdam,7.7,138,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Normal +822,Amsterdam,Our beautiful homestay,6.7,69,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +823,Amsterdam,Stieglitz Suites,9.5,310,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +824,Amsterdam,Hotel Teun,7.6,101,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +825,Amsterdam,Hotel Iron Horse Leidse Square,8.0,157,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Expensive +826,Amsterdam,NH Amsterdam Zuid,7.8,139,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Normal +827,Amsterdam,Short Stay Group NDSM Serviced Apartments Amsterdam,8.1,176,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +828,Amsterdam,The Yays - Crane Apartment,9.3,324,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +829,Amsterdam,B&B City Farmer Amsterdam,8.6,60,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +830,Amsterdam,Misc Eatdrinksleep,9.2,214,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +831,Amsterdam,Classy Room 17th C Canalhouse,9.5,143,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Normal +832,Amsterdam,Top Of The City,9.4,351,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +833,Amsterdam,La Remise,8.8,135,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +834,Amsterdam,The Blue Stairs,9.6,291,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +835,Amsterdam,Rokin Hotel,7.7,144,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +836,Amsterdam,The Flying Pig Uptown,8.2,60,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +837,Amsterdam,Bridge Inn,8.7,131,Not allowed,https://www.booking.com/hotel/nl/citadel.en-gb.html,Normal +838,Amsterdam,Hotel Atlas Vondelpark,8.1,224,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +839,Amsterdam,The Townhouse Hotel,7.0,128,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +840,Amsterdam,Morpheus,9.6,133,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +841,Amsterdam,Stout & Co.,9.6,146,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +842,Amsterdam,Stunning boat with a view,9.4,340,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +843,Amsterdam,The Yays - Crane Apartment,9.3,324,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Expensive +844,Amsterdam,SWEETS - Hortusbrug,9.3,222,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +845,Amsterdam,White Luxury Penthouse in City Centre,9.9,984,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +846,Amsterdam,Hotel Jimmy,6.0,123,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +847,Amsterdam,Huis Roomolen,9.8,195,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +848,Amsterdam,Mercedes Bed&Breakfast Amsterdam,9.0,226,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Expensive +849,Amsterdam,La Corte Sconta B&B,8.7,57,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +850,Amsterdam,Floating B&B Amsterdam,9.0,126,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +851,Amsterdam,A B&B Amsterdam,9.2,205,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +852,Amsterdam,B&B Houseboat Amsterdam,9.9,240,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +853,Amsterdam,Hotel Crown,6.7,538,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +854,Amsterdam,Cornelis Anthoniszstraat 55,6.8,169,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +855,Amsterdam,Zwanestein Canal House,9.0,228,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Expensive +856,Amsterdam,B&B Diemerplein,9.9,150,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +857,Amsterdam,Black Jack Suites Amsterdam,9.7,109,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Normal +858,Amsterdam,Treehouse Inn,9.4,182,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Expensive +859,Amsterdam,Hotel Sharm,6.8,87,Not allowed,https://www.booking.com/hotel/nl/mai-amsterdam.en-gb.html,Normal +860,Amsterdam,Hotel IX Nine Streets Amsterdam,9.4,274,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Expensive +861,Amsterdam,Central & Quiet Canal Apartment,9.5,250,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Expensive +862,Amsterdam,The Artist Apartment,8.8,150,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Normal +863,Amsterdam,Bnbpearl,6.5,274,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +864,Amsterdam,Pillows Luxury Boutique Hotel Anna Van Den Vondel Amsterdam,9.4,293,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Expensive +865,Amsterdam,The Panorama Suite (Mandelahuisje),9.3,328,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Expensive +866,Amsterdam,City Break Amsterdam B&B,9.4,119,Not allowed,https://www.booking.com/hotel/nl/cc.en-gb.html,Normal +867,Amsterdam,Vondelpark House B&B,9.4,133,Not allowed,https://www.booking.com/hotel/nl/citizenm-amsterdam-amstel.en-gb.html,Normal +868,Amsterdam,Beautiful DutchHouse Centrum,7.1,177,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +869,Amsterdam,Hotel Parkzicht,7.1,74,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +870,Amsterdam,Nine(T)Teen,8.3,206,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Expensive +871,Amsterdam,Boat Amsterdam Center,6.7,340,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +872,Amsterdam,SWEETS - Scharrebiersluis,9.4,184,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +873,Amsterdam,Boutique B&B Wharf - FREE PARKING,9.2,364,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +874,Amsterdam,Garden Room and Economy Room,9.0,123,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Normal +875,Amsterdam,Nine(T)Teen,8.3,206,Not allowed,https://www.booking.com/hotel/nl/victoria.en-gb.html,Expensive +876,Amsterdam,Garden Room and Economy Room,9.0,123,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +877,Amsterdam,Boat Amsterdam Center,6.7,340,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Expensive +878,Amsterdam,Boutique B&B Wharf - FREE PARKING,9.2,364,Allowed,https://www.booking.com/hotel/nl/nhamsterdam.en-gb.html,Expensive +879,Amsterdam,Xaviera's Bed and Breakfast,8.7,139,Not allowed,https://www.booking.com/hotel/nl/notting-hill.en-gb.html,Normal +880,Amsterdam,Jupiter Hotel,8.0,164,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +881,Amsterdam,Hotel Europa Amsterdam,8.7,82,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +882,Amsterdam,Red Light's Historic B&B,9.6,705,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +883,Amsterdam,JamieK's BnB,9.6,158,Allowed,https://www.booking.com/hotel/nl/inntel-hotels-amsterdam-centre.en-gb.html,Expensive +884,Amsterdam,TWENTY FIVE BnB,8.1,138,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Normal +885,Amsterdam,Guest House Amsterdam,5.2,155,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Expensive +886,Amsterdam,Cozy Canal Studio,9.4,161,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Expensive +887,Amsterdam,The Rooms Upstairs & Downstairs,8.0,115,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Normal +888,Amsterdam,Courtyard by Marriott Amsterdam Arena Atlas,8.3,132,Allowed,https://www.booking.com/hotel/nl/nhbarbizon.en-gb.html,Normal +889,Amsterdam,B&B Amsterdam De Springer,9.6,153,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +890,Amsterdam,B&B Mondriaan,8.0,145,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +891,Amsterdam,Xaviera's Bed and Breakfast,8.7,139,Not allowed,https://www.booking.com/hotel/nl/monet-garden-amsterdam.en-gb.html,Normal +892,Amsterdam,Jupiter Hotel,8.0,164,Not allowed,https://www.booking.com/hotel/nl/park-inn-by-radisson-amsterdam-city-west.en-gb.html,Expensive +893,Amsterdam,Hotel Europa Amsterdam,8.7,82,Not allowed,https://www.booking.com/hotel/nl/olympic-amsterdam123.en-gb.html,Normal +894,Amsterdam,Red Light's Historic B&B,9.6,705,Not allowed,https://www.booking.com/hotel/nl/pestana-amsterdam-riverside.en-gb.html,Expensive +895,Amsterdam,JamieK's BnB,9.6,158,Allowed,https://www.booking.com/hotel/nl/nhghkrasnapolsky.en-gb.html,Expensive +896,Amsterdam,TWENTY FIVE BnB,8.1,138,Not allowed,https://www.booking.com/hotel/nl/estherea.en-gb.html,Normal +897,Amsterdam,Guest House Amsterdam,5.2,155,Not allowed,https://www.booking.com/hotel/nl/cityden-amsterdam-west.en-gb.html,Expensive +898,Amsterdam,Cozy Canal Studio,9.4,161,Not allowed,https://www.booking.com/hotel/nl/amshofpark.en-gb.html,Expensive +899,Amsterdam,The Rooms Upstairs & Downstairs,8.0,115,Not allowed,https://www.booking.com/hotel/nl/terminus.en-gb.html,Normal +900,Amsterdam,Courtyard by Marriott Amsterdam Arena Atlas,8.3,132,Not allowed,https://www.booking.com/hotel/nl/jakarta-amsterdam.en-gb.html,Normal +901,Amsterdam,B&B Amsterdam De Springer,9.6,153,Allowed,https://www.booking.com/hotel/nl/holiday-inn-express-amsterdam-motorkade.en-gb.html,Expensive +902,Amsterdam,B&B Mondriaan,8.0,145,Allowed,https://www.booking.com/hotel/nl/the-hoxton-amsterdam.en-gb.html,Normal +903,Amsterdam,The Quay Amsterdam-Noord - FREE PARKING,9.3,314,Not allowed,https://www.booking.com/hotel/nl/radissonamsterdam.en-gb.html,Expensive +904,Amsterdam,Bed & Breakfast Diemerbrug,9.8,155,Allowed,https://www.booking.com/hotel/nl/jollycarlton.en-gb.html,Expensive +905,Amsterdam,Fenelli BnB,9.4,138,Not allowed,https://www.booking.com/hotel/nl/library-amsterdam.en-gb.html,Normal +906,Lisabon,Lisboa Carmo Hotel,9.2,85,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +907,Lisabon,H10 Duque de Loule,9.0,67,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +908,Lisabon,Hotel Mundial,8.4,97,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +909,Lisabon,Iberostar Selection Lisboa,8.8,144,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +910,Lisabon,Corpo Santo Lisbon Historical Hotel,9.5,137,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +911,Lisabon,Lux Lisboa Park,8.8,95,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +912,Lisabon,Legendary Lisboa Suites,8.5,78,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +913,Lisabon,Tempo FLH Hotels Lisboa,9.2,74,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +914,Lisabon,Lisboa Pessoa Hotel,9.1,99,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +915,Lisabon,Empire Lisbon Hotel,8.5,80,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +916,Lisabon,BessaHotel Liberdade,9.1,103,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +917,Lisabon,Memmo Príncipe Real - Design Hotels,9.2,176,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Expensive +918,Lisabon,Portugal Boutique Hotel,9.4,112,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +919,Lisabon,Hotel da Baixa,9.5,98,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +920,Lisabon,Radisson Blu Hotel Lisbon,8.3,102,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +921,Lisabon,Star inn Lisbon Airport,8.7,78,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +922,Lisabon,TRYP Lisboa Aeroporto Hotel,8.7,113,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +923,Lisabon,Upon Lisbon Prime Residences,8.9,102,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +924,Lisabon,TURIM Boulevard Hotel,9.0,114,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +925,Lisabon,PortoBay Liberdade,8.9,177,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Expensive +926,Lisabon,The Leaf Boutique Hotel,9.2,53,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +927,Lisabon,Tivoli Oriente Hotel,8.7,132,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +928,Lisabon,Torel Palace Lisbon,9.3,124,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +929,Lisabon,My Story Hotel Tejo,9.0,78,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +930,Lisabon,Jupiter Lisboa Hotel,9.0,89,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +931,Lisabon,Lisbon Art Stay Apartments Baixa,9.1,91,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +932,Lisabon,Chalet D´Ávila Guest House,9.2,36,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Cheap +933,Lisabon,Hotel Marques De Pombal,8.9,72,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +934,Lisabon,Hotel Borges Chiado,8.0,124,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +935,Lisabon,Hotel Santa Justa,9.2,69,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +936,Lisabon,Hotel White Lisboa,9.0,77,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +937,Lisabon,The Lift Boutique Hotel,8.4,79,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +938,Lisabon,Rossio Garden Hotel,8.7,152,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Expensive +939,Lisabon,Rossio Boutique Hotel,8.6,164,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Expensive +940,Lisabon,Memmo Alfama - Design Hotels,9.2,160,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Expensive +941,Lisabon,TURIM Av. Liberdade Hotel,8.1,71,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +942,Lisabon,Hotel Roma,8.7,59,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +943,Lisabon,Hotel Botanico,8.6,118,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +944,Lisabon,Duplo Charme Boutique Hotel,8.4,54,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +945,Lisabon,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,199,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Expensive +946,Lisabon,Hotel Florida,8.2,58,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +947,Lisabon,Hotel LX Rossio,8.0,64,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +948,Lisabon,VIP Executive Arts Hotel,8.1,83,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +949,Lisabon,LX51 Smart Studios & Suites - Lisbon center,8.3,74,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +950,Lisabon,Holiday Inn Express Lisbon Airport,8.0,89,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +951,Lisabon,Hotel INN Rossio,7.8,84,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +952,Lisabon,The Lumiares Hotel & Spa - Small Luxury Hotels Of The World,9.3,235,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Expensive +953,Lisabon,Corinthia Lisbon,8.9,152,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Expensive +954,Lisabon,My Story Hotel Ouro,9.0,71,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +955,Lisabon,Tivoli Avenida Liberdade Lisboa – A Leading Hotel of the World,9.1,199,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Expensive +956,Lisabon,Hotel Do Chile,8.2,52,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +957,Lisabon,Sheraton Lisboa Hotel & Spa,8.6,151,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Expensive +958,Lisabon,The Icons Hotel by TRIUS Hotels,8.3,73,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +959,Lisabon,Pestana Palace Lisboa Hotel & National Monument - The Leading Hotels of the World,9.0,224,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Expensive +960,Lisabon,VIP Executive Arts Hotel,8.1,83,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +961,Lisabon,Eurostars Museum,9.1,123,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +962,Lisabon,Lisbon City Hotel by City Hotels,8.1,54,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +963,Lisabon,Chiado Arty Flats,9.5,113,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +964,Lisabon,Lisbon Wine Hotel,9.3,82,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +965,Lisabon,Lisbon Serviced Apartments - Campos,8.4,67,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +966,Lisabon,Hotel Ibis Lisboa Parque das Nações,8.4,89,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +967,Lisabon,Feels Like Home Rossio Prime Suites,8.9,57,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +968,Lisabon,Hotel Convento do Salvador,9.0,144,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +969,Lisabon,Lutecia Smart Design Hotel,8.4,71,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +970,Lisabon,TURIM Saldanha Hotel,8.5,71,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +971,Lisabon,Browns Central Hotel,9.2,100,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +972,Lisabon,Holiday Inn Lisbon-Continental,8.2,84,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +973,Lisabon,Residencial Joao XXI,6.9,24,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Cheap +974,Lisabon,The Visionaire Apartments,9.3,132,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +975,Lisabon,MYRIAD by SANA Hotels,9.3,199,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Expensive +976,Lisabon,Feels Like Home Bica Prime Suites,9.0,69,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +977,Lisabon,Hotel A.S. Lisboa,8.0,69,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +978,Lisabon,Holiday Inn Lisbon,7.9,94,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +979,Lisabon,Lisbon Marriott Hotel,8.2,123,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +980,Lisabon,EPIC SANA Lisboa Hotel,9.2,194,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Expensive +981,Lisabon,Czar Lisbon Hotel,8.4,79,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +982,Lisabon,Neya Lisboa Hotel,8.4,103,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +983,Lisabon,Browns Central Hotel,9.2,100,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +984,Lisabon,Figueira by The Beautique Hotels,8.9,94,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +985,Lisabon,GS Chiado Boutique Studios & Suites,8.9,54,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +986,Lisabon,Novotel Lisboa,8.0,108,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +987,Lisabon,Eurostars Das Letras,8.4,113,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +988,Lisabon,Four Seasons Hotel Ritz Lisbon,8.5,594,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Expensive +989,Lisabon,Lisbon Serviced Apartments - Avenida,8.7,83,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +990,Lisabon,Lisboa Central Park,7.9,54,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +991,Lisabon,Ouro Grand by Level Residences,9.4,129,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +992,Lisabon,Feels Like Home Chiado Prime Suites,9.2,67,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +993,Lisabon,easyHotel Lisbon,8.0,39,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Cheap +994,Lisabon,Bairro Alto Hotel,9.3,289,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Expensive +995,Lisabon,Hotel Alif Avenidas,8.4,94,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +996,Lisabon,EVOLUTION Lisboa Hotel,8.9,114,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +997,Lisabon,Browns Downtown Hotel,9.1,84,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +998,Lisabon,Olissippo Lapa Palace – The Leading Hotels of the World,9.2,454,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +999,Lisabon,Ibis Styles Lisboa Centro Marquês de Pombal,8.5,63,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1000,Lisabon,The Lisbonaire Apartments,9.3,123,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1001,Lisabon,Residencial Geres,7.4,34,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Cheap +1002,Lisabon,VIP Executive Eden Aparthotel,7.8,69,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1003,Lisabon,Casa Balthazar,9.5,136,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1004,Lisabon,B&B Hotel Lisboa Aeroporto,9.0,39,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1005,Lisabon,VIP Executive Eden Aparthotel,7.8,69,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1006,Lisabon,Casa Balthazar,9.5,136,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1007,Lisabon,B&B Hotel Lisboa Aeroporto,9.0,39,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Cheap +1008,Lisabon,Casa Oliver Boutique B&B - Principe Real,8.4,69,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1009,Lisabon,Garam Lisboa,9.0,84,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1010,Lisabon,NH Collection Lisboa Liberdade,8.8,104,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1011,Lisabon,Hotel Real Palacio,8.3,121,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1012,Lisabon,Hotel Principe Lisboa,8.8,79,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1013,Lisabon,SANA Reno Hotel,8.3,89,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1014,Lisabon,America Diamonds Hotel & Sushi Bar,8.7,98,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1015,Lisabon,TURIM Terreiro do Paço Hotel,8.1,86,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1016,Lisabon,Lisbon Five Stars Apartments 8 Building,8.5,319,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Expensive +1017,Lisabon,My Suite Lisbon Guest House – Principe Real,9.0,74,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1018,Lisabon,Urbano FLH Hotels Lisboa,9.1,64,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1019,Lisabon,Lisbon Serviced Apartments - Liberdade,8.7,93,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1020,Lisabon,Dom Pedro Lisboa,8.6,124,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1021,Lisabon,Olissippo Oriente,8.8,132,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1022,Lisabon,Lisbon Sao Bento Hotel,8.8,79,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1023,Lisabon,Hotel Mercure Lisboa,8.0,108,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1024,Lisabon,Zenit Lisboa,8.3,122,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1025,Lisabon,Draft Hostel & Rooms,8.8,49,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Cheap +1026,Lisabon,Exe Saldanha,9.1,93,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1027,Lisabon,Avani Avenida Liberdade Lisbon Hotel,8.6,99,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1028,Lisabon,Stay Hotel Lisboa Centro Chiado,8.4,74,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1029,Lisabon,Lisbon Finestay 8 Building Apartments,8.8,152,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Expensive +1030,Lisabon,Lisbon Finestay 8 Building Apartments,8.8,152,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Expensive +1031,Lisabon,Lisbon Serviced Apartments - Baixa Castelo,8.8,104,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1032,Lisabon,TURIM Alameda Hotel,8.2,61,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1033,Lisabon,Alfama - Lisbon Lounge Suites,8.9,65,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1034,Lisabon,Palácio Camões - Lisbon Serviced Apartments,8.7,105,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1035,Lisabon,Internacional Design Hotel,8.7,117,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1036,Lisabon,AlmaLusa Baixa/Chiado,9.2,134,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1037,Lisabon,Dear Lisbon - Gallery House,9.3,83,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1038,Lisabon,Sunset Destination Hostel,8.9,58,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1039,Lisabon,Alfama Yellow House,8.0,64,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1040,Lisabon,Feeling Chiado 15,9.4,74,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1041,Lisabon,Villa Baixa - Lisbon Luxury Apartments,9.5,90,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1042,Lisabon,Hotel Excelsior,7.0,69,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1043,Lisabon,Masa Hotel Almirante,8.4,63,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1044,Lisabon,TURIM Marques Hotel,8.7,71,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1045,Lisabon,Hotel ibis Lisboa Alfragide,8.2,59,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1046,Lisabon,Dear Lisbon - Palace Chiado Suites,9.3,60,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1047,Lisabon,Dear Lisbon - Charming House,9.0,88,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1048,Lisabon,Hotel Alif Campo Pequeno,8.0,79,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1049,Lisabon,Lx Boutique Hotel,8.9,139,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1050,Lisabon,Hotel Gat Rossio,8.6,68,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1051,Lisabon,The Hygge Lisbon Suites - Estrela,8.2,48,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Cheap +1052,Lisabon,Pensao Londres,7.9,44,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Cheap +1053,Lisabon,Hotel 3K Madrid,7.3,44,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1054,Lisabon,Canaan Lifestyle Apartments Lisbon Combro 77,8.6,42,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Cheap +1055,Lisabon,Lisbon City Apartments & Suites by City Hotels,8.3,37,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Cheap +1056,Lisabon,1869 Príncipe Real House,9.2,81,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1057,Lisabon,Rossio Apartments,8.9,117,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1058,Lisabon,Hotel Travel Park Lisboa,8.4,58,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1059,Lisabon,The Homeboat Company Parque das Nações-Lisboa,9.4,114,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1060,Lisabon,Lisboa Bungalows,7.3,70,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1061,Lisabon,DoubleTree by Hilton Lisbon Fontana Park,7.9,95,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1062,Lisabon,Hotel Canada,8.5,74,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1063,Lisabon,TURIM Lisboa Hotel,8.1,64,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1064,Lisabon,Inn Bairro Alto B&B / B.A Sweet,8.8,70,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1065,Lisabon,Chiado 44,9.0,69,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1066,Lisabon,Lisbon Serviced Apartments - Benformoso,8.5,81,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1067,Lisabon,Flores Guest House,9.0,74,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1068,Lisabon,Alecrim ao Chiado,9.4,113,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1069,Lisabon,Hotel Miraparque,8.5,60,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1070,Lisabon,Hotel Lisboa Plaza - Lisbon Heritage Collection,9.1,173,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Expensive +1071,Lisabon,TURIM Restauradores Hotel,8.0,61,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1072,Lisabon,Pousada de Lisboa - Small Luxury Hotels Of The World,9.1,290,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Expensive +1073,Lisabon,Home Sweet Lisbon Suites,8.3,136,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1074,Lisabon,Boho Guesthouse - Rooms & Apartments,8.9,39,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Cheap +1075,Lisabon,Dear Lisbon - Bordalo Palace Chiado,9.3,57,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1076,Lisabon,Lx Flowers Apartments,9.2,93,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1077,Lisabon,Hotel Avenida Park,7.4,58,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +1078,Lisabon,TURIM Luxe Hotel,7.4,64,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1079,Lisabon,Lisboa Central Hostel,9.3,72,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1080,Lisabon,HF Fenix Lisboa,8.6,85,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1081,Lisabon,Lisbon Serviced Apartments - Madalena,8.7,97,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1082,Lisabon,Eurostars Lisboa Parque,8.4,113,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1083,Lisabon,Lisbon Serviced Apartments - Principe Real,8.8,77,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1084,Lisabon,Lisbon Serviced Apartments - Castelo S. Jorge,8.3,82,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1085,Lisabon,The Vintage Hotel & Spa – Lisbon,9.0,225,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Expensive +1086,Lisabon,SANA Executive Hotel,8.2,84,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1087,Lisabon,Palacio do Governador,9.1,207,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Expensive +1088,Lisabon,Hotel ibis Lisboa Jose Malhoa,8.4,75,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1089,Lisabon,PortoBay Marquês,9.0,99,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1090,Lisabon,Be My Neighbour,8.6,77,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1091,Lisabon,Lisbon Check-In Guesthouse,8.8,59,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1092,Lisabon,Pateo Lisbon Lounge Suites,9.2,117,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1093,Lisabon,V Dinastia Guesthouse,7.5,64,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1094,Lisabon,Lisbon Serviced Apartments - Chiado Emenda,9.0,104,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1095,Lisabon,Lisbon Destination,9.1,67,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1096,Lisabon,Hotel 3K Europa,8.5,88,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1097,Lisabon,Páteo Saudade Lofts,8.4,114,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1098,Lisabon,LX History Rooms by TRIUS Hotels,8.2,63,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1099,Lisabon,Santa Luzia B&B - HOrigem,8.6,98,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1100,Lisabon,Your Home in Bairro Alto Lisbon,8.0,54,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +1101,Lisabon,Hotel Lis - Baixa,8.8,75,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1102,Lisabon,Lisbon Rentals Chiado,9.5,117,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1103,Lisabon,Pensao Praca Da Figueira,8.8,45,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Cheap +1104,Lisabon,Residencial Duque de Saldanha,6.6,52,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1105,Lisabon,Lisbon Serviced Apartments - Bairro Alto,8.8,81,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1106,Lisabon,Alfama Design Suites Guesthouse,8.7,40,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Cheap +1107,Lisabon,Pensao Flor Da Baixa,7.8,33,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Cheap +1108,Lisabon,Safira,8.7,49,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Cheap +1109,Lisabon,Hotel Real Parque,8.2,105,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1110,Lisabon,Ascensor da Bica - Lisbon Serviced Apartments,8.4,80,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1111,Lisabon,Sao Jorge Apartments & Suites,8.0,79,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1112,Lisabon,VIP Grand Lisboa Hotel & Spa,7.9,85,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1113,Lisabon,Vila Garden Guesthouse,9.2,53,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1114,Lisabon,HF Fenix Garden,8.8,70,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1115,Lisabon,Hotel Duas Nações,6.5,74,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1116,Lisabon,Ibis Styles Lisboa Centro Liberdade NE,8.6,90,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1117,Lisabon,Nations Rooms,6.9,50,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1118,Lisabon,Lisbon Serviced Apartments - Baixa,8.8,104,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1119,Lisabon,Santiago de Alfama - Boutique Hotel,9.3,247,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +1120,Lisabon,54 Santa Catarina Apartments,9.5,100,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1121,Lisabon,Lisbon Serviced Apartments - Parque,8.9,103,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1122,Lisabon,"Fontecruz Lisboa, Autograph Collection",8.3,149,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1123,Lisabon,Fado Bed & Breakfast - Santos,7.2,26,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Cheap +1124,Lisabon,Panoramic Living,9.0,116,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1125,Lisabon,Universo Romantico,7.7,46,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1126,Lisabon,Home Lisbon Hostel,9.3,98,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1127,Lisabon,Garden Guest House,6.3,20,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Cheap +1128,Lisabon,Imperador Hotel,8.0,89,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1129,Lisabon,VIP Executive Picoas Hotel,8.8,69,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1130,Lisabon,TURIM Iberia Hotel,8.4,64,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1131,Lisabon,Hotel ibis Lisboa Saldanha,8.3,82,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1132,Lisabon,Wallis São Bento,7.6,51,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1133,Lisabon,Amazonia Lisboa Hotel,7.8,56,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1134,Lisabon,Apt in Lisbon Rio - Parque das Nações,7.8,139,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1135,Lisabon,My Story Hotel Figueira,9.5,111,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1136,Lisabon,Sofitel Lisbon Liberdade,8.8,244,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Expensive +1137,Lisabon,Madalena by The Beautique Hotels,9.1,94,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1138,Lisabon,Hotel Avenida Palace,9.2,213,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Expensive +1139,Lisabon,Bairro Alto Suites,8.6,263,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Expensive +1140,Lisabon,The Independente Suites & Terrace,8.7,129,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1141,Lisabon,Hotel do Chiado,9.3,165,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Expensive +1142,Lisabon,Fado Bed & Breakfast - Santos,7.2,26,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1143,Lisabon,Great Stay Fanqueiros 1,9.1,41,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Cheap +1144,Lisabon,Lost Lisbon :: Chiado House,9.2,69,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1145,Lisabon,Asul B&B 5 Rooms,9.0,88,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1146,Lisabon,Browns Boutique Hotel,9.2,79,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1147,Lisabon,Hotel Alegria,9.2,93,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1148,Lisabon,VIP Executive Zurique Hotel,7.6,57,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1149,Lisabon,Vila Gale Opera,7.9,132,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1150,Lisabon,Esqina Cosmopolitan Lodge,9.2,104,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +1151,Lisabon,Hotel Alegria,9.2,93,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1152,Lisabon,VIP Executive Zurique Hotel,7.6,57,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1153,Lisabon,Vila Gale Opera,7.9,132,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1154,Lisabon,Inspira Santa Marta Hotel & Spa,9.0,92,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1155,Lisabon,Emporium Lisbon Suites,9.5,88,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1156,Lisabon,Residencial do Sul,7.5,37,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Cheap +1157,Lisabon,Casa do Principe,9.0,114,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1158,Lisabon,Fenicius Charme Hotel,8.8,93,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1159,Lisabon,Espaço Espelho D'agua,6.8,50,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Cheap +1160,Lisabon,Alfama Terrace,8.8,149,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1161,Lisabon,Hotel Sete Colinas,8.7,120,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1162,Lisabon,Lisbon Best Choice Prime Apartments Alfama,9.5,144,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1163,Lisabon,Hotel Lisboa,8.6,124,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1164,Lisabon,With You Suites,9.5,61,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1165,Lisabon,Le Consulat,9.1,179,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Expensive +1166,Lisabon,Augusta Boutique House,9.1,84,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1167,Lisabon,Shiado Suites,9.1,76,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1168,Lisabon,Planet House by TRIUS Hotels,7.8,44,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Cheap +1169,Lisabon,9Hotel Mercy,8.6,193,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Expensive +1170,Lisabon,Palacio Ramalhete,8.8,157,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Expensive +1171,Lisabon,Residencial do Areeiro,8.3,64,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1172,Lisabon,Seven Dreams Suites,8.9,91,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1173,Lisabon,Lisbon Cheese & Wine Suites,9.3,124,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1174,Lisabon,The Late Birds Lisbon - Gay Urban Resort,9.3,169,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Expensive +1175,Lisabon,4U Lisbon Suites & Guesthouse VII Airport,7.9,39,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Cheap +1176,Lisabon,Casas da Baixa - Lighthouse Apartments,9.2,122,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1177,Lisabon,Pensao Nova Goa,7.0,49,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Cheap +1178,Lisabon,HF Fenix Urban,8.8,75,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1179,Lisabon,Rossio Alojamento Local,7.5,39,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Cheap +1180,Lisabon,Lisbon View Hostel,5.0,19,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Cheap +1181,Lisabon,Fontana Guesthouse,8.3,34,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Cheap +1182,Lisabon,Charm Flats,8.9,129,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1183,Lisabon,Casa Belmonte,9.1,53,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1184,Lisabon,Milanesa,8.1,59,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1185,Lisabon,My Charm Lisbon Suites,8.8,44,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Cheap +1186,Lisabon,York House Hotel,8.8,122,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1187,Lisabon,Be Poet Baixa Hotel,9.3,72,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1188,Lisabon,Lisbon Five Stars Apartments Bica,8.7,324,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Expensive +1189,Lisabon,WC by The Beautique Hotels,9.0,94,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1190,Lisabon,Le Premier Lisbon Suites,8.5,41,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Cheap +1191,Lisabon,Be Lisbon Hostel Intendente,9.1,49,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1192,Lisabon,SANA Malhoa Hotel,8.6,134,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1193,Lisabon,Heritage Avenida Liberdade - Lisbon Heritage Collection,9.2,214,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +1194,Lisabon,Oriente DNA Studios,8.3,43,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Cheap +1195,Lisabon,Montebelo Lx Dwt Apartments,9.8,88,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1196,Lisabon,Residentas São Pedro,9.4,191,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Expensive +1197,Lisabon,TRYP Lisboa Oriente Hotel,8.4,113,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1198,Lisabon,Wallis Apartments,8.4,69,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1199,Lisabon,Golden Tram 242 Lisbonne Hostel,7.9,35,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1200,Lisabon,The Postcard Avenue,9.1,64,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1201,Lisabon,SANA Malhoa Hotel,8.6,134,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1202,Lisabon,As Janelas Verdes - Lisbon Heritage Collection,9.2,173,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Expensive +1203,Lisabon,Residentas São Pedro,9.4,191,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Expensive +1204,Lisabon,O Jardim da Tessa,8.5,77,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1205,Lisabon,Lisbon Inn Bica Suites,7.4,54,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1206,Lisabon,Residentas Aurea,9.5,203,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Expensive +1207,Lisabon,Lisbon Calling,8.7,55,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1208,Lisabon,This Is Lisbon Hostel,8.7,60,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1209,Lisabon,Sant Jordi Hostels Lisbon,9.2,65,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1210,Lisabon,Hub New Lisbon Hostel,8.2,47,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1211,Lisabon,Hub Lisbon Patio Hostel,8.1,42,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Cheap +1212,Lisabon,Residencial Florescente,8.4,58,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1213,Lisabon,NH Lisboa Campo Grande,8.3,78,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1214,Lisabon,4U Lisbon II Guesthouse,7.7,39,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1215,Lisabon,Like Home - Santos,8.8,58,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1216,Lisabon,Solar Dos Mouros,9.0,123,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1217,Lisabon,Lisbon Arsenal Suites,7.6,86,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1218,Lisabon,The ART INN Lisbon,8.7,1,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Cheap +1219,Lisabon,Blue Bairro Guesthouse,8.1,34,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Cheap +1220,Lisabon,White House Lisbon Hostel,7.5,52,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1221,Lisabon,behotelisboa,8.8,68,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1222,Lisabon,7 Seas 3 Hostel,4.4,18,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1223,Lisabon,Dalma Old Town Suites,9.1,94,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1224,Lisabon,The Independente Hostel & Suites,8.7,159,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Expensive +1225,Lisabon,Martinhal Lisbon Chiado,9.4,285,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Expensive +1226,Lisabon,Lost Lisbon :: Cais House,8.8,69,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1227,Lisabon,Hotel Dom Carlos Park,8.3,135,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1228,Lisabon,Stay Hotel Lisboa Centro Saldanha,8.6,49,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Cheap +1229,Lisabon,Garden Rooftop by Imperium,7.8,95,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1230,Lisabon,Albergaria Senhora do Monte,8.6,58,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1231,Lisabon,Palacete Chafariz Del Rei,9.1,398,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Expensive +1232,Lisabon,My Home In The City,8.9,54,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1233,Lisabon,Anjos 44 Lisbon Apartments,8.6,145,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1234,Lisabon,Lisbon Garden Boutique Guest House,8.7,34,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1235,Lisabon,The Lisboans Apartments,9.5,224,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Expensive +1236,Lisabon,The Twenties 20`s by TRIUS Hotels,8.2,66,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1237,Lisabon,Welcome House - Self Service,6.6,27,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Cheap +1238,Lisabon,Lisbon Airport Hostel,7.9,74,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1239,Lisabon,LV Premier Apartments Chiado- CH,8.8,111,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1240,Lisabon,Silk Lisbon,8.8,59,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1241,Lisabon,Raw Culture Art & Lofts Bairro Alto,9.3,229,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Expensive +1242,Lisabon,Inn-Chiado Restauradores Prime Suites,8.3,47,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Cheap +1243,Lisabon,Páteo Saudade Lofts Marquês,8.0,84,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1244,Lisabon,Residencial Horizonte,7.6,64,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1245,Lisabon,Hotel Britania - Lisbon Heritage Collection,9.5,203,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Expensive +1246,Lisabon,Frutaria - Lisbon Suites,7.7,73,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +1247,Lisabon,Hotel Britania - Lisbon Heritage Collection,9.5,203,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Expensive +1248,Lisabon,Frutaria - Lisbon Suites,7.7,73,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1249,Lisabon,Boutique Telhal 89,9.0,74,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1250,Lisabon,Alegria by Central Hill Apartments,9.0,259,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Expensive +1251,Lisabon,Welcome Guest House,7.8,39,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Cheap +1252,Lisabon,Hotel Capital,8.2,61,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1253,Lisabon,FADO Bairro Alto - SSs Apartments,8.8,84,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1254,Lisabon,Quinta Colina by Shiadu,9.1,61,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1255,Lisabon,SK LISBOA Villa Hostel,9.5,77,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1256,Lisabon,Lisboa Prata Boutique Hotel,8.6,85,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1257,Lisabon,The 7 Hotel,8.8,134,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1258,Lisabon,Music Hall Lisbon Hostel,8.1,46,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1259,Lisabon,Olissippo Castelo,8.8,149,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1260,Lisabon,SANA Metropolitan Hotel,8.3,127,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Normal +1261,Lisabon,Rossio Hostel,8.1,66,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1262,Lisabon,City Center Guest House,8.0,40,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Cheap +1263,Lisabon,Lisbon Airport Charming Rooms,8.3,112,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1264,Lisabon,Dias e Dominguez,6.4,38,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Cheap +1265,Lisabon,Divine House of Graça,7.8,28,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Cheap +1266,Lisabon,Lisbon Calling Rooms & Studio,8.8,61,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1267,Lisabon,Casas na Portuguesa - BRAND NEW! Bica * Chiado,9.3,152,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Expensive +1268,Lisabon,Yes Lisbon Hostel,9.3,268,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Expensive +1269,Lisabon,The Color | Suites & Rooms,7.8,39,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1270,Lisabon,Delicious Hours ALFAMA Apartments,8.9,83,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1271,Lisabon,MyPlace - Lisbon - Alfama,8.2,84,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1272,Lisabon,Hotel Dom Sancho I,8.0,137,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1273,Lisabon,The 7 Hotel,8.8,134,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1274,Lisabon,Bons Dias,8.5,34,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Cheap +1275,Lisabon,Dare Lisbon House,9.5,144,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1276,Lisabon,Angels Inn Guesthouse,8.4,54,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1277,Lisabon,Help Yourself Hostels - Restelo,7.5,21,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Cheap +1278,Lisabon,Hostel Crespo,8.5,49,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Cheap +1279,Lisabon,Lisbon Sea suites - Lisbon boat,8.5,79,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1280,Lisabon,Lisbon Airport Suites,7.9,124,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1281,Lisabon,Memories of Lisbon,8.6,49,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1282,Lisabon,Magnolia Guesthouse,9.3,67,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1283,Lisabon,Downtown Correeiros Apartments,8.7,172,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Expensive +1284,Lisabon,Sao Bento Best Apartments | Lisbon Best Apartments,9.4,152,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Expensive +1285,Lisabon,Real Residência - Apartamentos Turísticos,8.5,83,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1286,Lisabon,Otília Apartamentos,9.4,74,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Normal +1287,Lisabon,My Bairro Alto Suites,8.5,115,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1288,Lisabon,LX Sweet Home,9.0,129,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1289,Lisabon,Occidental Lisboa,8.5,100,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1290,Lisabon,Tings Lisbon,8.8,89,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1291,Lisabon,Romantic Apartment El Corte Inglês,8.8,74,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1292,Lisabon,Guest House Guerra Junqueiro,8.7,39,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1293,Lisabon,Marino Lisboa,9.2,69,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1294,Lisabon,Rato by Central Hill Apartments,8.9,259,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Expensive +1295,Lisabon,Pombalino Design Apartment in Baixa-Chiado,9.7,159,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Expensive +1296,Lisabon,Mouraria Deluxe Apartments,8.1,68,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1297,Lisabon,4U Lisbon III Guest House,7.7,39,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Cheap +1298,Lisabon,Hotel Dom João Lisboa,8.7,63,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Normal +1299,Lisabon,Famous Crows Lisbon Suites,8.7,64,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1300,Lisabon,Castilho House Cais,9.2,77,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1301,Lisabon,Casas de Fado,8.2,54,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1302,Lisabon,DoBairro suites at Bairro Alto,9.0,101,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Normal +1303,Lisabon,Casas de São Bento,9.6,84,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1304,Lisabon,Martim Moniz 28 Guest House,7.8,44,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Cheap +1305,Lisabon,Guest House Amoreiras,8.7,43,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1306,Lisabon,Lisbon Five Stars Apartments São Paulo 55,8.4,409,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Expensive +1307,Lisabon,Norte Guest House,7.4,37,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1308,Lisabon,Casa de Hospedes Boa Noite,7.3,34,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Cheap +1309,Lisabon,Lisbonaccommodation,8.5,289,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +1310,Lisabon,Guest House Guerra Junqueiro II,8.8,29,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Cheap +1311,Lisabon,Train Lisbon Hostel,7.0,34,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Cheap +1312,Lisabon,Apartamento Ideal 3,7.9,84,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1313,Lisabon,Hostel Benformoso,5.5,29,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Cheap +1314,Lisabon,Be Lisbon Residence Laranjeiras,8.5,48,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Cheap +1315,Lisabon,Castilho House Cais,9.2,77,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1316,Lisabon,Your Home in Palácio do Bairro Alto,8.3,124,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Normal +1317,Lisabon,Garcia Place,9.2,158,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Expensive +1318,Lisabon,Castilho Terrace Deluxe,9.4,157,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Expensive +1319,Lisabon,Apartments Center Bairro Alto,8.9,181,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Expensive +1320,Lisabon,SwissLisbon Guest House,7.4,33,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Cheap +1321,Lisabon,Theorynomad AL Lisboa,7.6,32,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Cheap +1322,Lisabon,Castilho House,8.9,77,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1323,Lisabon,Lisbon Hostel Terminal 4,8.4,69,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1324,Lisabon,Mesa e Casa Encantada,8.3,73,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1325,Lisabon,Rossio Studios,8.6,71,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1326,Lisabon,Lisbon Suite Home,7.6,39,Not allowed,https://www.booking.com/hotel/pt/rossio-garden.en-gb.html,Cheap +1327,Lisabon,Solar do Castelo - Lisbon Heritage Collection,9.2,225,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Expensive +1328,Lisabon,Bairro Alto Comfort Antero,9.9,247,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +1329,Lisabon,Castle Inn Lisbon Apartments,9.2,90,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1330,Lisabon,Olissippo Saldanha,9.1,129,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1331,Lisabon,Pensao Residencial Estrela do Mondego,7.3,29,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Cheap +1332,Lisabon,C&O Guest House Alcântara-Lisbon,8.9,49,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Cheap +1333,Lisabon,Palácio SantAnna,8.1,65,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Normal +1334,Lisabon,Apartamentos Tandem Palacio Alfama,9.4,213,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Expensive +1335,Lisabon,No Limit Alfama Guesthouse,8.3,69,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1336,Lisabon,Rossio - Chiado | Lisbon Cheese & Wine Apartments,8.9,202,Not allowed,https://www.booking.com/hotel/pt/hotelmundial.en-gb.html,Expensive +1337,Lisabon,Redondo Residence,8.4,79,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1338,Lisabon,Olissippo Marques de Sa,8.8,112,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Normal +1339,Lisabon,Hotel DAH - Dom Afonso Henriques,8.2,48,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Cheap +1340,Lisabon,Hotel Dom Carlos Liberty,8.3,135,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1341,Lisabon,Lisbon Palma Rooms,7.3,39,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Cheap +1342,Lisabon,Casa Boma Lisboa - Typical and Spacious Apartment - Lapa II,8.3,166,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Expensive +1343,Lisabon,Art Gallery Apartment,8.9,132,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1344,Lisabon,Casa Do Vale - Ecotainer,7.4,34,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Cheap +1345,Lisabon,Royal City Lisbon,8.8,26,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Cheap +1346,Lisabon,Residência Almirante,7.5,39,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Cheap +1347,Lisabon,Ritz & Freud Guest House,8.6,60,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Normal +1348,Lisabon,LoveLisbonApartments Typical Portuguese Tiles,6.4,134,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1349,Lisabon,Charming episode,6.0,39,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Cheap +1350,Lisabon,Lisbon Top Hostel,7.6,49,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Cheap +1351,Lisabon,Cosy Marques de Pombal Apartment,9.4,215,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Expensive +1352,Lisabon,Lisbon Old Town Hostel,9.2,59,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1353,Lisabon,Terrace Lisbon Hostel,7.7,25,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Cheap +1354,Lisabon,Lisbon Paradise,6.1,38,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Cheap +1355,Lisabon,Lisbon Secret,8.7,93,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Normal +1356,Lisabon,Lisbon Secret,8.7,93,Not allowed,https://www.booking.com/hotel/pt/lux-lisboa-park.en-gb.html,Normal +1357,Lisabon,The Postcard Lisbon,8.9,135,Not allowed,https://www.booking.com/hotel/pt/h10-duque-de-loule.en-gb.html,Normal +1358,Lisabon,AL Belém 85,8.9,63,Not allowed,https://www.booking.com/hotel/pt/corpo-santo.en-gb.html,Normal +1359,Lisabon,City Stays Alegria Apartments,8.5,193,Allowed,https://www.booking.com/hotel/pt/the-one-palacio-da-anunciada.en-gb.html,Expensive +1360,Lisabon,Lar dois coracões,8.2,47,Not allowed,https://www.booking.com/hotel/pt/lisbon-short-stay-apartments-baixa.en-gb.html,Cheap +1361,Lisabon,LX 77,9.5,94,Not allowed,https://www.booking.com/hotel/pt/clarion-suites-lisboa.en-gb.html,Normal +1362,Lisabon,O Artista Boutique Suites,9.5,150,Not allowed,https://www.booking.com/hotel/pt/portugal-boutique.en-gb.html,Normal +1363,Lisabon,inCUBOS Apartments Santana,9.7,120,Not allowed,https://www.booking.com/hotel/pt/turim-boulevard.en-gb.html,Normal +1364,Lisabon,Lisbon Poets Inn,8.3,44,Not allowed,https://www.booking.com/hotel/pt/da-baixa.en-gb.html,Cheap +1365,Lisabon,Home Out Rooms & Apartments,8.9,60,Not allowed,https://www.booking.com/hotel/pt/tempo-flh-hotels-lisboa.en-gb.html,Normal +1366,Lisabon,Mosteiro - Lissabon Altstadt,8.6,137,Not allowed,https://www.booking.com/hotel/pt/lisboa-pessoa.en-gb.html,Normal +1367,Lisabon,Restauradores by Central Hill Apartments,7.9,105,Not allowed,https://www.booking.com/hotel/pt/porto-bay-liberdade.en-gb.html,Normal +1368,Lisabon,Santa Bica Eat Drink & Sleep,8.5,109,Not allowed,https://www.booking.com/hotel/pt/iberostar-lisboa.en-gb.html,Normal +1369,Lisabon,Ey Lisbon Guesthouse,8.1,58,Allowed,https://www.booking.com/hotel/pt/tvlisboalisboa.en-gb.html,Normal +1370,Lisabon,Lisbon Budget Inn,6.5,25,Not allowed,https://www.booking.com/hotel/pt/torel-palace.en-gb.html,Cheap +1371,Lisabon,Tagus Life Apartment,9.2,92,Not allowed,https://www.booking.com/hotel/pt/jupiter-lisboa.en-gb.html,Normal +1372,Lisabon,Studios with Mezzanine Rua da Moeda,9.7,172,Not allowed,https://www.booking.com/hotel/pt/the-lumiares.en-gb.html,Expensive +1373,Lisabon,Alma Moura Residences,9.0,105,Not allowed,https://www.booking.com/hotel/pt/radisson-sas.en-gb.html,Normal +1374,Lisabon,Varandas de Lisboa - Tejo River Apartments & Rooms,9.2,94,Allowed,https://www.booking.com/hotel/pt/tryp-lisboa-aeroporto.en-gb.html,Normal +1375,Lisabon,Sky Beds Lisbon,8.0,72,Not allowed,https://www.booking.com/hotel/pt/upon-lisbon-residences.en-gb.html,Normal +1376,Lisabon,Blue Budget Apartments Bairro Alto,7.4,94,Not allowed,https://www.booking.com/hotel/pt/memmo-principe-real.en-gb.html,Normal +1377,Lisabon,Casa Boma Lisboa - Unique Apartment With Private Balcony And Panoramic Bridge View - Alcantara IV,9.4,172,Not allowed,https://www.booking.com/hotel/pt/chiado-arty-flats.en-gb.html,Expensive +1378,Lisabon,Unique Lisbon Rooms,8.4,33,Not allowed,https://www.booking.com/hotel/pt/empire-lisbon.en-gb.html,Cheap +1379,Paris,Hotel Trianon Rive Gauche,8.3,107,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1380,Paris,Elysées Union,8.4,162,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1381,Paris,Résidence Charles Floquet,9.0,262,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1382,Paris,Elysées Ceramic,8.4,152,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1383,Paris,Citadines Saint-Germain-des-Prés Paris,8.3,180,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1384,Paris,Hotel Lutetia,8.9,660,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1385,Paris,Pullman Paris Tour Eiffel,8.3,266,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1386,Paris,Hyatt Regency Paris Etoile,8.4,241,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1387,Paris,Montfleuri,8.4,158,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1388,Paris,Four Seasons Hotel George V Paris,9.4,945,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1389,Paris,Hotel Aida Opera,8.3,101,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1390,Paris,La Clef Tour Eiffel Paris by The Crest Collection,8.4,348,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1391,Paris,Hôtel Alfred Sommier,9.0,396,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1392,Paris,L'Empire Paris,8.4,265,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1393,Paris,Hôtel De Castiglione,7.5,164,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1394,Paris,Hôtel Du Bois Champs-Elysées,8.4,127,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1395,Paris,citizenM Paris Gare de Lyon,8.7,155,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1396,Paris,Hôtel Plaza Athénée - Dorchester Collection,9.2,1,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Cheap +1397,Paris,Les Jardins du Faubourg Hotel & Spa by Shiseido,9.1,568,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1398,Paris,Hotel Monge,9.4,186,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1399,Paris,Maison Albar Hotels Le Pont-Neuf,9.0,368,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1400,Paris,Hôtel Concorde Montparnasse,7.8,155,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1401,Paris,Maison Albar Hotels Le Diamond,8.6,208,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1402,Paris,Hotel du Louvre in the Unbound Collection by Hyatt,8.9,428,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1403,Paris,Secret de Paris - Hotel & Spa,8.9,251,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1404,Paris,Le Damantin Hôtel & Spa,9.0,558,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1405,Paris,Secret de Paris - Hotel & Spa,8.9,251,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1406,Paris,Sofitel Paris Arc De Triomphe,8.7,323,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1407,Paris,Hotel Prelude Opera,9.0,93,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1408,Paris,Citadines Place d'Italie Paris,8.1,137,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1409,Paris,K+K Hôtel Cayré Saint Germain des Prés,8.3,185,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1410,Paris,Maison Bréguet,8.7,228,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1411,Paris,La Villa Haussmann,9.0,316,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1412,Paris,Hôtel Opéra Liège,8.4,115,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1413,Paris,Palym,8.5,89,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1414,Paris,Ritz Paris,9.6,1,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Cheap +1415,Paris,Brach Paris,9.2,438,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1416,Paris,Novotel Paris Les Halles,8.8,311,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1417,Paris,Hyatt Paris Madeleine,8.0,408,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1418,Paris,Le Meurice – Dorchester Collection,9.3,960,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1419,Paris,Generator Paris,7.8,74,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1420,Paris,Résidence du Pré,8.4,97,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1421,Paris,Hôtel Baume,9.1,180,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1422,Paris,Citadines Austerlitz Paris,8.2,114,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1423,Paris,Holiday Inn Paris Notre Dame,8.1,166,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1424,Paris,Hôtel Gramont,8.9,104,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1425,Paris,Hôtel Paris Vaugirard,8.3,213,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1426,Paris,Hôtel Galileo Champs Elysées,8.7,162,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1427,Paris,Rayz Eiffel,9.0,267,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1428,Paris,Monsieur George Hotel & Spa - Champs-Elysées,9.5,322,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1429,Paris,Hôtel Paris Vaugirard,8.3,213,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1430,Paris,Hôtel Galileo Champs Elysées,8.7,162,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1431,Paris,Rayz Eiffel,9.0,267,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1432,Paris,Monsieur George Hotel & Spa - Champs-Elysées,9.5,322,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1433,Paris,Novotel Paris Porte Versailles,8.9,194,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1434,Paris,Hotel Brady - Gare de l'Est,7.9,83,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1435,Paris,Le Parisis - Paris Tour Eiffel,8.7,185,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1436,Paris,Hotel Opéra Marigny,8.6,155,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1437,Paris,Le Bristol Paris - an Oetker Collection Hotel,9.5,1,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Cheap +1438,Paris,Hotel Terminus Lyon,8.0,149,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1439,Paris,Hotel OFF Paris Seine,8.6,165,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1440,Paris,Hotel Louvre Saint-Honoré,7.9,155,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1441,Paris,Hôtel Montecristo,9.0,256,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1442,Paris,Hotel de Crillon,9.5,980,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1443,Paris,Hôtel De Sers Champs Elysées Paris,8.6,369,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1444,Paris,Hôtel Les Dames du Panthéon,8.8,202,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1445,Paris,Hôtel de Sévigné,8.7,134,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1446,Paris,Hôtel L'Interlude,8.2,75,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1447,Paris,Hotel Paris Louis Blanc,7.5,103,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1448,Paris,Exe Panorama,8.4,103,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1449,Paris,Hotel Britannique,8.8,197,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1450,Paris,Hôtel Lucien & Marinette,8.5,99,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1451,Paris,Hotel de L'Universite,8.7,119,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1452,Paris,"Mandarin Oriental, Paris",8.9,741,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1453,Paris,Majestic Hotel Spa - Champs Elysées,8.3,316,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1454,Paris,Hotel Marais Grands Boulevards,8.3,155,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1455,Paris,The ReMIX Hotel,8.6,161,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1456,Paris,Sofitel Paris Le Faubourg,8.5,431,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1457,Paris,Hôtel Vendome Saint-Germain,8.6,114,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1458,Paris,Hôtel Le Relais Saint Charles,8.4,153,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1459,Paris,voco Paris Montparnasse,8.8,93,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1460,Paris,Hotel Eiffel Blomet,8.8,149,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1461,Paris,Abaca Messidor by Happyculture,8.1,75,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1462,Paris,WIT Hotel,7.4,83,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1463,Paris,Le Temple De Jeanne,8.8,186,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1464,Paris,1K Paris,8.4,215,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1465,Paris,Les Matins de Paris & Spa,8.8,148,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1466,Paris,Ibis Styles Paris Place d'Italie - Butte Aux Cailles,8.6,113,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1467,Paris,Hotel La Lanterne,8.9,265,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1468,Paris,Hotel Alhambra,8.3,83,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Normal +1469,Paris,Hôtel & Spa de Latour Maubourg,8.9,167,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1470,Paris,Hotel Touraine Opera,8.1,101,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1471,Paris,Hotel OHM by Happyculture,7.9,89,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1472,Paris,Grand Powers Hotel,9.3,483,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1473,Paris,Hôtel Chaplain Paris Rive Gauche,8.4,124,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1474,Paris,Hôtel Le Walt,8.9,147,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1475,Paris,Hôtel Le Cardinal,8.4,131,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1476,Paris,Hotel The Peninsula Paris,9.4,1,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Cheap +1477,Paris,Nolinski Paris,9.2,458,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1478,Paris,Le Roch Hotel & Spa,9.0,411,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1479,Paris,La Clef Champs-Élysées Paris by The Crest Collection,9.0,383,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1480,Paris,Hotel de L'Universite,8.7,119,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1481,Paris,Hotel Elysée Secret,8.0,125,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1482,Paris,Le Tsuba Hotel,9.1,226,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1483,Paris,Odalys City Paris XVII,8.0,115,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1484,Paris,Lord Byron,8.8,226,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1485,Paris,Hotel Ekta Champs Elysées,9.0,193,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1486,Paris,Le Rayz,8.9,270,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1487,Paris,Molitor Paris - MGallery,8.6,278,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1488,Paris,Hôtel Paris La Fayette,7.6,114,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1489,Paris,Le Pradey,8.8,258,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1490,Paris,Hôtel Napoleon Paris,8.7,338,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1491,Paris,Novotel Paris Centre Tour Eiffel,7.5,165,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1492,Paris,Sofitel Paris Le Faubourg,8.5,431,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1493,Paris,Vendôme Opera Hotel,8.7,155,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1494,Paris,Hôtel Mayet,7.8,104,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1495,Paris,La Clef Louvre Paris by The Crest Collection,8.8,413,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1496,Paris,Hipotel Paris Père-Lachaise République,6.1,78,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1497,Paris,Residence Henri IV,9.0,180,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1498,Paris,Lyric Hotel Paris Opera,9.1,170,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1499,Paris,Maison Souquet,9.3,383,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1500,Paris,Le Burgundy Paris,9.1,424,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1501,Paris,Hotel Opéra Opal,8.6,131,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1502,Paris,Fraser Suites Le Claridge Champs-Elysées,8.1,348,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1503,Paris,Hotel Celtic,6.7,82,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1504,Paris,Hotel du Mont Blanc,7.3,122,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1505,Paris,InterContinental Paris Le Grand,8.6,302,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1506,Paris,ibis Budget Paris La Villette 19ème,7.4,78,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1507,Paris,Royal Garden Champs Elysées,8.0,184,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1508,Paris,Courtyard by Marriott Paris Gare de Lyon,8.4,176,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1509,Paris,Hotel Excelsior Latin,8.1,80,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1510,Paris,Hôtel Eiffel Turenne,8.8,169,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1511,Paris,Maison Nabis by HappyCulture,8.3,131,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1512,Paris,Hôtel Parisianer,9.0,307,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1513,Paris,Paris Bastille,8.4,153,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1514,Paris,Kyriad Hotel XIII Italie Gobelins,8.2,125,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1515,Paris,Le Relais du Marais,8.2,188,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1516,Paris,"Prince de Galles, a Luxury Collection hotel, Paris",8.6,688,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1517,Paris,"Terrass"" Hotel",8.9,163,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1518,Paris,Hôtel de Varenne,8.6,170,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1519,Paris,Tipi,7.2,67,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1520,Paris,B Montmartre,9.2,155,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1521,Paris,Hotel Eden,8.6,109,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1522,Paris,Hôtel Liège Strasbourg,7.1,57,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1523,Paris,Eiffel Petit Louvre,8.2,139,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1524,Paris,Hotel de L'Empereur,8.6,153,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1525,Paris,Hotel & Spa La Belle Juliette,8.7,206,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1526,Paris,Holiday Inn Paris Gare de Lyon Bastille,8.7,145,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1527,Paris,Dauphine Saint Germain,8.0,135,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1528,Paris,The Element Hôtel,7.5,117,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1529,Paris,The Element Hôtel,7.5,117,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1530,Paris,Hotel Ducs de Bourgogne,9.0,161,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1531,Paris,Hotel de Nell,9.0,255,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1532,Paris,Hôtel Jeanne d'Arc Le Marais,8.3,171,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1533,Paris,Pullman Paris Centre - Bercy,8.5,211,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1534,Paris,La Chambre du Marais,9.3,220,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1535,Paris,Hôtel Jarry Confort,6.4,61,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1536,Paris,Timhotel Berthier Paris 17,8.1,113,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1537,Paris,Hôtel Fabric,9.3,191,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1538,Paris,Hotel Eugène en Ville,8.6,185,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1539,Paris,Mercure Paris Gare De Lyon TGV,8.0,165,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1540,Paris,Nord Est Hotel,7.4,90,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1541,Paris,Hôtel de la Bourdonnais,8.7,147,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1542,Paris,Renaissance Paris Republique Hotel & Spa,8.6,286,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1543,Paris,Hotel Plaza Elysées,8.2,275,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1544,Paris,Holiday Inn Paris Saint Germain des Prés,8.3,152,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1545,Paris,Lenox Montparnasse,8.9,183,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1546,Paris,Snob Hotel by Elegancia,8.4,145,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1547,Paris,Oceania Paris Porte De Versailles,7.8,215,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1548,Paris,Hôtel Elixir,8.1,160,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1549,Paris,Residhome Paris Rosa Parks,8.4,102,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1550,Paris,Coypel,7.8,134,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1551,Paris,Hôtel Edgar Quinet,6.5,67,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1552,Paris,La Réserve Paris Hotel & Spa,9.3,960,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1553,Paris,Best Western Premier Opéra Faubourg,8.0,95,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1554,Paris,Le Général Hôtel,9.2,195,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1555,Paris,Hôtel Parisianer,9.0,307,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1556,Paris,La Villa Royale,7.6,191,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1557,Paris,Le A,9.1,269,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1558,Paris,Hôtel Des Batignolles,8.4,104,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1559,Paris,Belfast,7.5,123,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1560,Paris,Laz' Hotel Spa Urbain Paris,8.6,238,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1561,Paris,Maxim Folies,8.8,123,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1562,Paris,Hotel Park Lane Paris,8.6,200,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1563,Paris,La Manufacture,8.5,119,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1564,Paris,Novotel Paris Gare De Lyon,8.2,215,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1565,Paris,Hotel Bridget,8.4,118,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1566,Paris,Hôtel National Des Arts et Métiers,9.0,306,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1567,Paris,French Theory,8.6,178,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1568,Paris,Arcadie Montparnasse,8.0,93,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Normal +1569,Paris,Rose Bourbon,8.6,124,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1570,Paris,Holiday Inn Paris Gare de l'Est,7.8,135,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1571,Paris,ibis Styles Paris Meteor Avenue d'Italie,8.5,155,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1572,Paris,Hotel The Playce by Happyculture,7.9,108,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1573,Paris,Fauchon L'Hôtel Paris,9.4,492,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1574,Paris,Hotel de L'Empereur,8.6,153,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1575,Paris,Hotel Malte - Astotel,9.0,166,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1576,Paris,Holiday Inn Paris Opéra - Grands Boulevards,8.2,131,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1577,Paris,ibis Paris Bercy Village,8.4,119,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1578,Paris,Citadines Trocadéro Paris,8.5,143,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1579,Paris,Hotel Saint Petersbourg Opera,8.8,228,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1580,Paris,Home Sweet Home,7.3,136,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1581,Paris,ibis budget Porte D'Orleans,7.3,78,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1582,Paris,Hôtel des Champs-Elysées,8.6,244,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1583,Paris,Campanile Paris 19 - La Villette,8.0,120,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1584,Paris,Hilton Paris Opera,7.9,253,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1585,Paris,Hôtel Tourisme Avenue,8.8,126,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1586,Paris,Hôtel des Ecrivains,8.3,137,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1587,Paris,Europe Hotel Paris Eiffel,8.2,111,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1588,Paris,Le Quartier Bercy-Square,8.4,78,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1589,Paris,Exe Paris centre,8.0,99,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1590,Paris,Hôtel Recamier,9.0,367,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1591,Paris,Chouchou Hotel,9.3,165,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1592,Paris,Hôtel Joséphine by Happyculture,7.9,116,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1593,Paris,25hours Hotel Terminus Nord,8.7,165,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1594,Paris,Hôtel Du Plat d'Etain,8.4,97,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1595,Paris,Hôtel Pavillon Bastille,8.3,99,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1596,Paris,Lenox Montparnasse,8.9,183,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1597,Paris,Oceania Paris Porte De Versailles,7.8,215,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1598,Paris,Untalented Hotel - Villette,6.3,39,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Cheap +1599,Paris,Hôtel Cordelia Opéra-Madeleine,8.6,116,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1600,Paris,Hotel des Grands Boulevards,9.1,247,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1601,Paris,Hôtel Mondial,7.9,139,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1602,Paris,Hotel Eiffel Seine,8.0,103,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1603,Paris,Hotel Istria,7.5,113,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1604,Paris,Hôtel Cordelia Opéra-Madeleine,8.6,116,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1605,Paris,Hotel des Grands Boulevards,9.1,247,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1606,Paris,Hôtel le 209 Paris Bercy,8.5,140,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1607,Paris,Hôtel Mondial,7.9,139,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1608,Paris,Hotel Eiffel Seine,8.0,103,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1609,Paris,Hotel Istria,7.5,113,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1610,Paris,Hotel Monceau Wagram,7.5,111,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1611,Paris,J.K. Place Paris,9.8,683,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1612,Paris,Legend Saint Germain by Elegancia,8.6,155,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1613,Paris,Citadines Tour Eiffel Paris,7.9,166,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1614,Paris,Hôtel Renoir Montparnasse,6.8,124,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1615,Paris,Citadines Opéra Paris,8.2,178,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1616,Paris,Golden Tulip Opera de Noailles,8.7,285,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1617,Paris,Régence Etoile,8.7,165,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1618,Paris,Hotel Le Friedland,8.4,165,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1619,Paris,Dream Hotel Opera,8.5,135,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1620,Paris,Hôtel Du Leman,7.6,73,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1621,Paris,Okko Hotels Paris Porte De Versailles,8.9,243,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1622,Paris,Hotel Magenta 38 by Happyculture,8.1,129,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1623,Paris,"The Originals Boutique, Hôtel Maison Montmartre, Paris",8.1,115,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1624,Paris,Hôtel Orchidée,8.5,113,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1625,Paris,B&B Hôtel Paris Porte des Lilas,7.9,77,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1626,Paris,Le Senat,8.5,151,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1627,Paris,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,118,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1628,Paris,Eiffel Trocadéro,8.0,276,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1629,Paris,Hotel Inn Design Paris Place d’Italie (ex Timhotel),8.1,118,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1630,Paris,Les Jardins De La Villa,9.0,236,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1631,Paris,Eiffel Trocadéro,8.0,276,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1632,Paris,LE MARAIS PRESTIGE Luxueux - Cosy - Wifi,9.7,252,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1633,Paris,Hotel la Perle Montparnasse,7.5,201,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1634,Paris,L'Edmond Hôtel,8.4,225,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1635,Paris,The People Hostel - Paris 12,8.9,76,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1636,Paris,Hotel Square,7.9,317,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1637,Paris,Apartments WS Saint-Lazare - Opera,7.7,123,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1638,Paris,Hôtel Lancaster Paris Champs-Elysées,8.8,422,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1639,Paris,Mercure Paris Place d'Italie,8.1,125,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1640,Paris,ibis budget Paris Porte de Vincennes,7.2,76,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1641,Paris,Hotel Le Basile,9.1,174,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1642,Paris,Monsieur Cadet Hotel & Spa,8.8,255,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1643,Paris,PEPPER & PAPER Apartments,8.2,175,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1644,Paris,Hotel Armoni Paris,8.4,122,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1645,Paris,Hotel Villa Saxe Eiffel,8.9,235,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1646,Paris,Hôtel Madison,8.9,200,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1647,Paris,Europe Saint Severin-Paris Notre Dame,8.6,153,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1648,Paris,Room Mate Alain - Champs-Elysées,8.6,231,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1649,Paris,Citadines Les Halles Paris,8.1,170,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1650,Paris,Hôtel Vernet,9.0,460,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1651,Paris,Hôtel Square Louvois,8.9,247,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1652,Paris,Park Hyatt Paris Vendome,9.0,760,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1653,Paris,Hôtel Saint-Paul Rive-Gauche,9.0,168,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1654,Paris,Avalon Hotel Paris Gare du Nord,7.3,109,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1655,Paris,Baldi,7.8,83,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1656,Paris,Hotel Atelier Vavin,7.2,119,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1657,Paris,Hôtel Du Leman,7.6,73,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1658,Paris,Hotel Flanelles Paris,9.2,245,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1659,Paris,Garden-Elysée,8.8,396,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1660,Paris,XO Hotel,8.8,189,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1661,Paris,ibis Styles Paris Bercy,7.9,154,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1662,Paris,Short Stay Group Museum View Serviced Apartments,7.9,88,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1663,Paris,"Calme et cosy, idéal en famille ou entre amis - Quartier Montorgueil",9.0,118,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1664,Paris,Hôtel Volney Opéra,8.6,154,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1665,Paris,Holiday Inn Express Paris-Canal De La Villette,8.2,131,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1666,Paris,Citadines Montmartre Paris,7.9,103,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1667,Paris,HOTEL DE PARIS MONTPARNASSE,7.7,173,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Expensive +1668,Paris,"Shangri-La Hotel, Paris",9.2,1,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Cheap +1669,Paris,Eiffel Trocadéro,8.0,276,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1670,Paris,Best Western Plus Hotel Sydney Opera,9.2,119,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1671,Paris,Hotel Terminus Montparnasse,7.6,79,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1672,Paris,Timhotel Opera Madeleine,7.5,139,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1673,Paris,R. Kipling by Happyculture,7.8,126,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1674,Paris,Hotel Claridge Paris,8.6,246,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1675,Paris,Sinner Paris,9.3,418,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1676,Paris,Apartments WS - Haut-Marais - Carreau du Temple,7.3,139,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1677,Paris,Austin's Arts Et Metiers Hotel,8.5,134,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1678,Paris,Hotel Du Cadran,8.7,186,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1679,Paris,Hotel Claridge Paris,8.6,246,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1680,Paris,Sinner Paris,9.3,418,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1681,Paris,Apartments WS - Haut-Marais - Carreau du Temple,7.3,139,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1682,Paris,Austin's Arts Et Metiers Hotel,8.5,134,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1683,Paris,Hotel Du Cadran,8.7,186,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1684,Paris,Normandy Le Chantier,8.8,228,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1685,Paris,Hotel de Flore,8.9,114,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1686,Paris,Hôtel Tilde,7.6,111,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1687,Paris,Best Western Montcalm,8.4,153,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1688,Paris,Hôtel Bonne Nouvelle,8.0,129,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1689,Paris,Relais Du Louvre,9.0,273,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1690,Paris,Hotel Residence Des Arts,8.7,175,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1691,Paris,Hôtel de la Motte Picquet,8.7,139,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1692,Paris,Quality Hotel & Suites Bercy Bibliothèque by HappyCulture,7.6,96,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1693,Paris,Hôtel des Arts Montmartre,9.1,121,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Normal +1694,Paris,Serotel Lutèce,8.5,306,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1695,Paris,Hôtel George Washington,7.3,180,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1696,Paris,Citadines Didot Montparnasse,7.8,136,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1697,Paris,Hôtel Aiglon,8.9,119,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1698,Paris,Odeon Hotel,8.7,173,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1699,Paris,Hotel Splendide Royal Paris - Relais & Châteaux,9.5,606,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1700,Paris,Vestay George V,8.8,275,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1701,Paris,Kyriad Hotel Paris Bercy Village,8.0,143,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1702,Paris,Timhotel Paris Gare Montparnasse,7.4,114,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1703,Paris,Académie Hôtel Saint Germain,8.8,196,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1704,Paris,Hôtel San Régis,8.9,448,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1705,Paris,Hotel Scarlett,8.5,87,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1706,Paris,Hôtel Square Louvois,8.9,247,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1707,Paris,Hotel Panache,8.4,126,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1708,Paris,HotelF1 Paris Saint Ouen Marché Aux Puces Rénové,6.6,47,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Cheap +1709,Paris,Le Grand Hôtel de Normandie,8.2,116,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1710,Paris,Hôtel De La Porte Dorée,8.7,114,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1711,Paris,Hidden Hotel,9.0,229,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1712,Paris,Le Relais Saint Honoré,9.3,151,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1713,Paris,Hôtel du Quai de Seine,8.0,82,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1714,Paris,Citadines République Paris,7.9,103,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1715,Paris,Doisy Etoile,8.4,166,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1716,Paris,Hotel Choiseul Opera,8.3,123,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1717,Paris,Best Western Allegro Nation,7.8,114,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1718,Paris,Hôtel Louvre Piemont,9.0,150,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Normal +1719,Paris,Hotel Andréa,7.8,129,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1720,Paris,Hôtel Madeleine Plaza,8.5,216,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1721,Paris,Hotel Riviera Elysees,7.4,129,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1722,Paris,Hôtel Léopold,8.5,155,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1723,Paris,Hôtel Montparnasse Saint Germain,8.5,233,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1724,Paris,Hotel Opera Maintenon,8.3,99,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1725,Paris,Hôtel de Bordeaux,7.2,72,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1726,Paris,Hôtel Bel Ami,8.8,356,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1727,Paris,Citadines Montmartre Paris,7.9,103,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1728,Paris,HOTEL DE PARIS MONTPARNASSE,7.7,173,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1729,Paris,Hotel Riviera Elysees,7.4,129,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1730,Paris,Hôtel Léopold,8.5,155,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1731,Paris,Hôtel Montparnasse Saint Germain,8.5,233,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Expensive +1732,Paris,Hotel Opera Maintenon,8.3,99,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1733,Paris,Hôtel de Bordeaux,7.2,72,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1734,Paris,Hôtel Bel Ami,8.8,356,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1735,Paris,Hôtel Emile,8.0,147,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1736,Paris,Hôtel Le Cercle Tour Eiffel,9.1,153,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1737,Paris,Mercure Paris Opéra Faubourg Montmartre,8.1,140,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1738,Paris,Hipotel Paris Voltaire Bastille,7.0,96,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1739,Paris,Tonic Hôtel du Louvre,7.3,120,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1740,Paris,Hôtel Duo,8.5,231,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1741,Paris,Sofitel Le Scribe Paris Opera,8.5,358,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1742,Paris,Déclic Hotel,8.0,138,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1743,Paris,Hotel La Villa Saint Germain Des Prés,9.0,303,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1744,Paris,Hotel Taylor,8.7,116,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1745,Paris,Mercure Paris 17 Batignolles,8.6,165,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1746,Paris,Ibis Paris Tour Eiffel Cambronne 15ème,7.3,133,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1747,Paris,Paris Marriott Champs Elysees Hotel,7.9,421,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1748,Paris,Absolute Hotel Paris République,8.0,90,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Normal +1749,Paris,Hotel Etats Unis Opera,8.7,154,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Expensive +1750,Paris,Odalys City Paris Montmartre,8.7,250,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1751,Paris,Hotel Cluny Sorbonne,8.0,72,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1752,Paris,Hotel Mademoiselle,8.7,196,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1753,Paris,ATN Hôtel,8.1,121,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1754,Paris,Novotel Paris 14 Porte d'Orléans,8.2,155,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1755,Paris,Hôtel Saint-Marc,9.3,195,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1756,Paris,Résidence Internationale De Paris,7.5,87,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1757,Paris,Hotel de Neuve by Happyculture,7.9,150,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1758,Paris,Hôtel Augustin - Astotel,8.9,134,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1759,Paris,CasaÔ,9.0,217,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1760,Paris,Hôtel Du Midi Gare de Lyon,9.2,139,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1761,Paris,Aparthotel Adagio Porte de Versailles,7.5,149,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1762,Paris,Balmoral Champs Elysées,8.6,226,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1763,Paris,Hotel Des Saints Peres - Esprit de France,8.9,219,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1764,Paris,Majestic Apartments Champs Elysées,8.8,316,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Expensive +1765,Paris,Mercure Paris 19 Philharmonie La Villette,7.5,126,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1766,Paris,Grand Hôtel du Havre,6.6,82,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1767,Paris,Unic Renoir Saint Germain,7.0,124,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1768,Paris,Hôtel Du Midi Paris Montparnasse,8.4,159,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1769,Paris,Hotel Observatoire Luxembourg,8.6,129,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1770,Paris,Aparthotel Adagio Paris Nation,8.7,144,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1771,Paris,"Tinah Paris, Réaumur - Montorgeuil",9.0,200,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1772,Paris,Hotel Cervantes by Happyculture,7.4,114,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1773,Paris,Sofitel Paris Baltimore Tour Eiffel,8.0,364,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1774,Paris,Best Western Le Montmartre – Saint Pierre,7.8,99,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1775,Paris,Hôtel La Sanguine,7.7,113,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Normal +1776,Paris,Le Hameau de Passy,8.1,205,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1777,Paris,Hotel Luna Park,7.5,52,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1778,Paris,Le Mathurin Hotel & Spa,8.7,396,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1779,Paris,ibis Styles Paris Tolbiac Bibliotheque,8.1,132,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Normal +1780,Paris,Sully Hôtel,7.0,82,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1781,Paris,Best Western Plus Hôtel Littéraire Marcel Aymé,9.0,98,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1782,Paris,55 Hôtel Montparnasse,8.0,99,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1783,Paris,Hôtel LOCOMO,8.8,138,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1784,Paris,Royal Saint Germain,7.8,163,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Expensive +1785,Paris,Hôtel & Spa Saint Jacques,8.5,161,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1786,Paris,Mercure Paris Bastille Marais,8.0,128,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1787,Paris,Moulin Vert,7.4,119,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1788,Paris,Hotel Opéra Richepanse,9.2,196,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1789,Paris,Les Hauts de Passy - Trocadero Eiffel,7.6,139,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1790,Paris,LE MATISSIA,9.4,206,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1791,Paris,Hôtel Gustave,8.9,151,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1792,Paris,Hotel Peyris Opera,8.0,114,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1793,Paris,Golden Tulip Washington Opera,8.2,155,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1794,Paris,Porte de Versailles Hotel,8.3,136,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1795,Paris,Hôtel Saint-Marc,9.3,195,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1796,Paris,Hotel Palm - Astotel,8.9,124,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1797,Paris,Hotel Jenner,8.2,119,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1798,Paris,Le Narcisse Blanc,9.3,378,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1799,Paris,Citadines Maine Montparnasse Paris,7.8,101,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1800,Paris,Longchamp Elysées,8.0,173,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1801,Paris,Le Pavillon des Lettres - Small Luxury Hotels of the World,9.1,271,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1802,Paris,Hotel Viator - Gare de Lyon,8.3,129,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Normal +1803,Paris,Hotel Cluny Square,8.4,194,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1804,Paris,Mercure Paris Opera Garnier Hôtel & Spa,8.3,172,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1805,Paris,Hôtel de l'Avre,8.6,143,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Normal +1806,Paris,Derby Alma,8.8,147,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1807,Paris,Miramar,8.1,130,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1808,Paris,St Christopher's Inn Paris - Gare du Nord,7.9,89,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1809,Paris,Hôtel Avenir Jonquière,8.0,71,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1810,Paris,Hôtel Victoria Châtelet,8.0,163,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1811,Paris,Aparthotel Adagio Paris Buttes Chaumont,8.0,109,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Normal +1812,Paris,ibis Paris 17 Clichy-Batignolles (ex Berthier),6.8,94,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1813,Paris,Hôtel Raphael,8.7,428,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1814,Paris,Résidence Internationale De Paris,7.5,87,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1815,Paris,Milestay - Halles,8.8,149,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1816,Paris,La Villa des Ternes,8.4,216,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1817,Paris,Aparthotel Adagio Access Paris Reuilly,8.2,125,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1818,Paris,Hotel Icône,8.0,152,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1819,Paris,Sofitel Paris Baltimore Tour Eiffel,8.0,364,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1820,Paris,Le 123 Sébastopol - Astotel,9.0,166,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1821,Paris,Hotel Audran,8.2,91,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Normal +1822,Paris,Hôtel Du Brésil,7.7,91,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1823,Paris,Hotel Les Bulles De Paris,8.2,183,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1824,Paris,Hotel Ares Eiffel,8.4,145,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1825,Paris,Le Mathurin Hotel & Spa,8.7,396,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1826,Paris,Mercure Paris Porte De Versailles Expo,7.6,215,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1827,Paris,Renaissance Paris Vendome Hotel,8.1,358,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1828,Paris,Hôtel International Paris,8.5,132,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1829,Paris,Bradford Elysées - Astotel,8.8,166,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1830,Paris,Renaissance Paris Vendome Hotel,8.1,358,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1831,Paris,Hôtel International Paris,8.5,132,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1832,Paris,Melia Paris Villa Marquis a Melia Collection Hotel,8.4,253,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Expensive +1833,Paris,Hôtel Veryste,8.9,124,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Normal +1834,Paris,Hotel De L'Horloge,8.2,118,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1835,Paris,Hôtel Mansart - Esprit de France,8.9,249,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Expensive +1836,Paris,Le Belleval,8.9,206,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1837,Paris,Apollon Montparnasse,8.4,153,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Expensive +1838,Paris,Royal Saint Germain,7.8,163,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Expensive +1839,Paris,Hotel De Seine,8.6,123,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1840,Paris,Hotel Paris Bruxelles,7.0,92,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Normal +1841,Paris,Royal Saint Michel,8.1,158,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Expensive +1842,Paris,Hotel Joke - Astotel,9.1,124,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1843,Paris,Hôtel Vaneau Saint Germain,8.3,254,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1844,Paris,Hotel Royal Elysées,6.9,142,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Normal +1845,Paris,Hôtel Palais De Chaillot,8.6,169,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Expensive +1846,Paris,Hotel Rendez-Vous Batignolles,8.8,157,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1847,Paris,Queens Hotel,8.6,112,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Normal +1848,Paris,Longchamp Elysées,8.0,173,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1849,Paris,Grand Hôtel Amelot,8.1,104,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1850,Paris,The Westin Paris Vendôme,7.9,321,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1851,Paris,Hôtel Le Ballu,9.3,186,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Expensive +1852,Paris,Hôtel La Nouvelle République,9.0,159,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1853,Paris,Hôtel De Lille Louvre,5.6,80,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Normal +1854,Paris,Hôtel Le Ballu,9.3,186,Allowed,https://www.booking.com/hotel/fr/tour-eiffel.en-gb.html,Expensive +1855,Paris,Hôtel La Nouvelle République,9.0,159,Allowed,https://www.booking.com/hotel/fr/hyatt-regency-paris-etoile.en-gb.html,Expensive +1856,Paris,Hôtel De Lille Louvre,5.6,80,Not allowed,https://www.booking.com/hotel/fr/elyseesunion.en-gb.html,Normal +1857,Paris,Residhome Paris Gare de Lyon - Jacqueline de Romilly,8.7,136,Not allowed,https://www.booking.com/hotel/fr/citizenm-paris-gare-de-lyon.en-gb.html,Normal +1858,Paris,Hôtel Vic Eiffel,9.1,178,Allowed,https://www.booking.com/hotel/fr/lutetia-paris12.en-gb.html,Expensive +1859,Paris,Louisa Hôtel,7.4,147,Not allowed,https://www.booking.com/hotel/fr/hotelelyseesceramic.en-gb.html,Normal +1860,Paris,Moxy Paris Bastille,8.1,139,Allowed,https://www.booking.com/hotel/fr/four-seasons-george-v-paris.en-gb.html,Normal +1861,Paris,Cour des Vosges,9.5,518,Allowed,https://www.booking.com/hotel/fr/hoteldecastiglione.en-gb.html,Expensive +1862,Paris,Novotel Suites Paris Montreuil Vincennes,7.6,125,Allowed,https://www.booking.com/hotel/fr/alfred-sommier.en-gb.html,Normal +1863,Paris,Le Village Montmartre by Hiphophostels,8.5,122,Not allowed,https://www.booking.com/hotel/fr/apartments-du-louvre.en-gb.html,Normal +1864,Paris,Austin's Saint Lazare Hotel,8.1,89,Not allowed,https://www.booking.com/hotel/fr/sthonore.en-gb.html,Normal +1865,Paris,Hôtel Paris Bastille Boutet - MGallery,8.5,248,Allowed,https://www.booking.com/hotel/fr/ascott-arc-de-triomphe-paris.en-gb.html,Expensive +1866,Paris,Hotel Esmeralda,8.4,144,Allowed,https://www.booking.com/hotel/fr/citadines-aparthotel-saint-germain-des-pres.en-gb.html,Normal +1867,Paris,Hôtel Saint Marcel,8.4,99,Not allowed,https://www.booking.com/hotel/fr/residence-charles-floquet.en-gb.html,Normal +1868,Paris,Roi de Sicile - Rivoli -- Luxury apartment hotel,9.4,292,Allowed,https://www.booking.com/hotel/fr/le-damantin-amp-spa.en-gb.html,Expensive +1869,Paris,Hotel Maison FL,8.9,211,Allowed,https://www.booking.com/hotel/fr/opera-diamond.en-gb.html,Expensive +1870,Paris,Mercure Paris Bastille Saint Antoine,8.0,140,Allowed,https://www.booking.com/hotel/fr/maison-albar-paris-celine.en-gb.html,Normal +1871,Paris,Mama Shelter Paris West,8.5,213,Not allowed,https://www.booking.com/hotel/fr/du-louvre.en-gb.html,Expensive +1872,Paris,Best Western Au Trocadéro,8.5,154,Allowed,https://www.booking.com/hotel/fr/les-jardins-du-faubourg.en-gb.html,Expensive +1873,Paris,Best Western Empire Elysees,8.2,216,Allowed,https://www.booking.com/hotel/fr/gtcayre.en-gb.html,Expensive +1874,Paris,hotelF1 Paris Porte de Châtillon,7.4,56,Allowed,https://www.booking.com/hotel/fr/ha-tel-plaza-atha-c-na-c-e-paris.en-gb.html,Normal +1875,Paris,Le Glam's Hotel,8.1,174,Allowed,https://www.booking.com/hotel/fr/hotelparismontparn.en-gb.html,Expensive +1876,Paris,Villa Margaux Opéra Montmartre,7.6,123,Allowed,https://www.booking.com/hotel/fr/corona.en-gb.html,Normal +1877,Paris,Hôtel Da Vinci & Spa,8.9,226,Not allowed,https://www.booking.com/hotel/fr/hotelterminuslyon.en-gb.html,Expensive +1878,Paris,Hôtel Thérèse,8.9,402,Not allowed,https://www.booking.com/hotel/fr/terminus-vaugirard.en-gb.html,Expensive +1879,Rome,Hotel Savoy,8.4,137,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +1880,Rome,Auditorium Mecenate,8.7,68,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +1881,Rome,Hotel Giolli Nazionale,8.4,109,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +1882,Rome,Hotel Delle Nazioni,8.5,192,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +1883,Rome,Hotel Patria,7.9,87,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +1884,Rome,CAVOUR URBAN ROOMS,9.1,89,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +1885,Rome,Archi di Roma Guest House,9.6,66,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +1886,Rome,SuiteSistina for Lovers,9.1,194,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Expensive +1887,Rome,Hotel Splendide Royal - Small Luxury Hotels of the World,8.9,267,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Expensive +1888,Rome,Bed&Breakfast Monticello,9.3,97,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +1889,Rome,Hotel Genova,8.1,172,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Expensive +1890,Rome,San Pietro Boutique Rooms,9.6,117,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +1891,Rome,Flower Garden Hotel,8.1,87,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +1892,Rome,La Muraglia Di San Pietro,9.3,65,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +1893,Rome,Maison Ottavia,9.3,110,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +1894,Rome,Trianon Borgo Pio Aparthotel,9.0,118,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +1895,Rome,Hotel Modigliani,8.8,102,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +1896,Rome,JB Relais,9.2,78,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +1897,Rome,Vatican Style Suite,9.2,75,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +1898,Rome,Relais La Maison De Luxe,9.3,88,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +1899,Rome,Residenza San Calisto,9.1,116,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +1900,Rome,Argentina Style View,9.3,109,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +1901,Rome,Vatican Domus,9.4,82,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +1902,Rome,Condotti Boutique Hotel,8.7,97,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +1903,Rome,Hotel Serena,7.9,60,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +1904,Rome,Boutique Hotel Atelier '800,9.0,98,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +1905,Rome,Spagna Secret Rooms,9.5,91,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +1906,Rome,Residenza Ki,7.8,60,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +1907,Rome,Boutique Hotel Anahi,8.8,70,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +1908,Rome,Best Western Plus Hotel Universo,8.6,131,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +1909,Rome,66 Imperial Inn Deluxe B&B,9.2,97,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +1910,Rome,Superior Relais,9.3,64,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +1911,Rome,Hotel Farnese,8.7,101,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +1912,Rome,Tullia&Prisca Relais,9.1,87,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +1913,Rome,Ottaviano Smart Rooms,8.7,74,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +1914,Rome,Hotel Tex,7.9,76,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +1915,Rome,Argentina Residenza,9.1,96,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +1916,Rome,Trastevere Sweet Dream,9.2,77,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +1917,Rome,"The Pantheon Iconic Rome Hotel, Autograph Collection",8.9,313,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +1918,Rome,Il Covo B&B,8.7,85,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +1919,Rome,Colosseo Accomodation Room Guest House,9.7,70,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +1920,Rome,VOI Donna Camilla Savelli Hotel,8.9,172,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Expensive +1921,Rome,Jb Relais Luxury,9.2,94,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +1922,Rome,Domus Spagna Frattina,9.3,116,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +1923,Rome,The Bridge Suites,9.1,86,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +1924,Rome,Piazza di Spagna just for us,9.6,187,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Expensive +1925,Rome,Hotel Impero,8.1,75,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +1926,Rome,Albergo Ottocento,8.4,116,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +1927,Rome,Guest House Arco Dei Tolomei,9.2,77,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +1928,Rome,Guest House Al Conservatorio,9.4,80,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +1929,Rome,Crosti Hotel,8.7,83,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +1930,Rome,Spazio Cavour Guesthouse,9.2,76,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +1931,Rome,In The Center - Spanish Steps,8.8,91,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +1932,Rome,Navona Rooms,9.7,127,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +1933,Rome,Mascagni Luxury Rooms & Suites,9.0,202,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Expensive +1934,Rome,Federica's Home,9.3,62,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +1935,Rome,Bed And Best,9.1,73,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +1936,Rome,LHR Coliseum B&B,9.0,97,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +1937,Rome,Frattina Rooms,9.0,81,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +1938,Rome,The Fifteen Keys Hotel,9.5,188,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Expensive +1939,Rome,B&b Il Sampietrino Dei Cavalleggeri,9.1,97,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +1940,Rome,Residenza Monfy,9.4,111,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +1941,Rome,Piazza Del Gesu' Luxury Suites,8.5,106,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +1942,Rome,Best Western Premier Hotel Royal Santina,8.6,141,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +1943,Rome,Hotel Barocco,9.2,209,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Expensive +1944,Rome,L'antica Locanda Dell'Orso,8.5,79,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +1945,Rome,Pettinary Village B&B,9.5,75,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +1946,Rome,Hearth Hotel,8.8,80,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +1947,Rome,J.K. Place Roma - The Leading Hotels of the World,9.7,514,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +1948,Rome,Vaticano 38 Suites,9.1,57,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +1949,Rome,Roma Centrale Fidelis,8.5,57,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +1950,Rome,Relais Cola Di Rienzo,9.4,97,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +1951,Rome,Cavour Suites Guest House,9.4,121,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +1952,Rome,Lifestyle Suites Rome,9.3,267,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Expensive +1953,Rome,The First Roma Dolce,9.6,392,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Expensive +1954,Rome,The Five Oscars Inn,9.3,86,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +1955,Rome,Magic Double,8.3,42,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Cheap +1956,Rome,Hotel Piazza Di Spagna,8.8,123,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +1957,Rome,Chapter Roma,9.1,218,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Expensive +1958,Rome,FOURHEADS Private Suites,8.9,70,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +1959,Rome,Hotel dei Borgognoni,9.0,153,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Expensive +1960,Rome,Santamaria Inn,8.7,53,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +1961,Rome,Magic Guest House,8.2,42,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Cheap +1962,Rome,St. Peter' Six Rooms & Suites,9.0,86,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +1963,Rome,Pantheon Inn,8.2,136,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +1964,Rome,Mia Suites,8.5,90,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +1965,Rome,Exe International Palace,8.2,71,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +1966,Rome,Sofitel Roma Villa Borghese,9.2,410,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Expensive +1967,Rome,Nerva Accommodation,8.6,52,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +1968,Rome,Casa Ponte Sisto,8.3,69,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +1969,Rome,Terrace Pantheon Relais,9.0,121,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +1970,Rome,Hotel Capo d´África – Colosseo,9.0,197,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +1971,Rome,Iulia Guest House,8.4,55,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +1972,Rome,Navona Style,9.6,96,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +1973,Rome,Casa Santa Sofia,8.6,146,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +1974,Rome,Biancorèroma B&B,8.9,105,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +1975,Rome,Palazzo Baj - Guest House in Trastevere,9.4,115,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +1976,Rome,Dimora Degli Dei,9.0,96,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +1977,Rome,Hotel Aventino,8.8,84,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +1978,Rome,Monti Panisperna suites,9.3,87,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +1979,Rome,Royal Suite Trinità Dei Monti,9.0,217,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Expensive +1980,Rome,Hotel Vilòn - Small Luxury Hotels of the World,9.6,629,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +1981,Rome,Piazza Del Gesu' Luxury Suites,8.5,106,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +1982,Rome,The Style,8.7,241,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Expensive +1983,Rome,Mercure Roma Centro Colosseo,8.4,141,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +1984,Rome,Hotel Londra & Cargill,8.6,142,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +1985,Rome,Colonna Suite Del Corso,9.1,120,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +1986,Rome,Hotel Savoy,8.4,137,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +1987,Rome,Castle of Glamour XVI century Luxury Apartments,8.7,102,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +1988,Rome,Hotel Mecenate Palace,8.5,107,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +1989,Rome,Terrazza Marco Antonio Luxury Suite,9.4,188,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Expensive +1990,Rome,Parlamento Boutique Hotel,9.2,158,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +1991,Rome,Leon's Place Hotel In Rome,8.8,171,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Expensive +1992,Rome,Hotel Genova,8.1,172,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Expensive +1993,Rome,Hotel Della Conciliazione,9.0,200,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Expensive +1994,Rome,Bettoja Hotel Massimo d'Azeglio,8.5,157,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Expensive +1995,Rome,Hotel Mancino 12,9.1,155,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +1996,Rome,Hotel dei Borgognoni,9.0,153,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Expensive +1997,Rome,Anantara Palazzo Naiadi,8.8,407,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Expensive +1998,Rome,Tree Charme,9.0,78,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +1999,Rome,The Club Navona,9.1,71,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2000,Rome,L'Imperiale,7.8,75,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2001,Rome,Stefano House Roma,9.4,53,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2002,Rome,Gemini suites Navona,9.2,90,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2003,Rome,Rhome GuestHouse Affittacamere,8.9,69,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2004,Rome,Elysium Suites collection,8.9,83,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2005,Rome,Maison Colosseo (Via dei Querceti 24),8.7,79,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2006,Rome,G-Rough,8.8,315,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Expensive +2007,Rome,Hotel Savoy,8.4,137,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2008,Rome,Melody Suite Rome,8.9,106,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2009,Rome,Boutique Hotel Campo de' Fiori,8.9,122,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2010,Rome,Hotel Due Torri,8.7,77,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2011,Rome,Appartamento Benincampi,9.7,107,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2012,Rome,Trevi Beau Boutique Hotel,8.8,158,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Expensive +2013,Rome,B&B Lost in Rome,9.1,79,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2014,Rome,Locanda Navona,8.9,101,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2015,Rome,Aenea Superior Inn,9.1,75,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2016,Rome,Liberty Rome Apartment - Liberty Collection,7.4,145,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2017,Rome,La Locanda di Piazza del Popolo,8.4,55,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2018,Rome,More Cola di Rienzo B&B,9.3,80,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2019,Rome,Vaticano Luxury Guest House,9.5,107,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2020,Rome,Piazza del Popolo sweet rooms,9.1,82,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2021,Rome,Princeps Boutique Hotel,9.2,103,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2022,Rome,Il Tempio Della Capitale,9.0,105,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2023,Rome,Hotel Central Lodge,8.5,101,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2024,Rome,All'Ombra Del Cupolone,9.2,111,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2025,Rome,Grand Tour Rome Apartment - Liberty Collection,9.0,79,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2026,Rome,Hotel Columbia,8.7,108,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2027,Rome,Hotel Alexandra,8.3,100,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2028,Rome,Martius Private Suites,8.9,227,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Expensive +2029,Rome,Principe Guesthouse,8.9,71,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2030,Rome,Casa Ricci Marchetti,9.9,325,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2031,Rome,Domus Ester,7.7,65,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2032,Rome,Spagna Boutique Luxury Suites,8.7,107,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2033,Rome,Pantheon Unique Rooms,9.3,112,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2034,Rome,Hotel Alius,7.5,38,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Cheap +2035,Rome,MILLINA SUITES IN NAVONA,9.3,134,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2036,Rome,BDB Luxury Rooms Navona Angeli,9.0,102,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2037,Rome,Relais Rione Ponte,9.3,150,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2038,Rome,Hotel Isa,8.9,187,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Expensive +2039,Rome,Coronari Palace,9.3,168,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Expensive +2040,Rome,Relais Giulia,9.1,76,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2041,Rome,Domus Trevi,9.6,92,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2042,Rome,iH Hotels Roma Dei Borgia,8.6,206,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Expensive +2043,Rome,Flatinrome Trastevere Deluxe Rooms,8.9,113,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2044,Rome,Penta Luxury House,9.4,110,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2045,Rome,Duca d'Alba Hotel - Chateaux & Hotels Collection,8.5,136,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2046,Rome,Palazzo Dama - Preferred Hotels & Resorts,8.8,314,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Expensive +2047,Rome,Babuino 79,9.6,160,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Expensive +2048,Rome,Vatican Style,9.0,84,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2049,Rome,Hotel Fellini,8.8,168,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2050,Rome,Paola A Trastevere,9.3,59,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2051,Rome,Domus Aurea Relais,8.8,340,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2052,Rome,Locanda Parlamento,8.5,59,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2053,Rome,Condotti Palace,8.4,92,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2054,Rome,Lh Royal Suites Terrace,9.3,96,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2055,Rome,Domus Victoria Guest House,8.6,75,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2056,Rome,Atlante Star Hotel,8.0,76,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2057,Rome,Hotel Napoleon,8.4,121,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2058,Rome,Town House 62,9.1,69,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2059,Rome,Relais Roma Centro,8.4,69,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2060,Rome,Casa Heberart Guest House Sistina,8.9,67,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2061,Rome,St. Peter Central Rooms B&B,8.0,42,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Cheap +2062,Rome,Orange Hotel,6.7,82,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2063,Rome,Maison Coquette,9.1,127,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2064,Rome,Ai Senatori,8.8,67,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2065,Rome,B&B Fantasie Romane,8.9,72,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2066,Rome,Hotel Smeraldo,8.8,97,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2067,Rome,FILOMENA ARTHOUSE,8.2,62,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2068,Rome,Tree Charme,9.0,78,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2069,Rome,Hotel Romano,8.8,128,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2070,Rome,Hotel Villa Pinciana,9.0,131,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2071,Rome,The Radical Hotel Roma,9.5,128,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2072,Rome,Hotel Gregoriana,8.8,158,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Expensive +2073,Rome,B&B 94Rooms Vatican-Scipioni,8.3,66,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2074,Rome,Hotel Colosseum,8.5,142,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2075,Rome,Navona Living Rome,8.8,145,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2076,Rome,Hotel Manfredi Suite In Rome,9.0,186,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2077,Rome,Porta Castello 10,9.4,97,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2078,Rome,Hotel Scalinata Di Spagna,9.0,127,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2079,Rome,Rome Innitaly,8.5,62,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2080,Rome,Boutique Hotel Galatea,9.1,115,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2081,Rome,Les Diamants,9.4,142,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2082,Rome,The Roman Empire Guesthouse,8.3,43,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Cheap +2083,Rome,Apartment Ripa 17,8.6,141,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2084,Rome,The Liberty Boutique Hotel,9.4,121,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2085,Rome,Maison Evelina,9.7,131,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2086,Rome,Hotel Miami,8.5,76,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2087,Rome,900 Piazza del Popolo,9.5,157,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Expensive +2088,Rome,iH Hotels Roma Cicerone,7.7,134,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2089,Rome,Luxury Apartment Frattina 34 Anelli,9.4,96,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2090,Rome,Top Floor Colosseo Guesthouse,9.6,70,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2091,Rome,Relais Esquilino,8.1,61,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2092,Rome,Domus Liberius - Rome,8.7,66,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2093,Rome,Residenza Canova Tadolini Luxury Rooms & Suites,9.0,108,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2094,Rome,Le Suite Di Napoleone,8.6,65,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2095,Rome,Residenza Di Ripetta,8.6,139,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2096,Rome,Saint Peter Apartments,9.1,114,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2097,Rome,Allegra's House,9.3,82,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2098,Rome,Home Colosseo,9.7,160,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Expensive +2099,Rome,Soggiorno Downtown,9.0,93,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2100,Rome,Evergreen,7.8,45,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Cheap +2101,Rome,4 You City Center Apartament,7.9,241,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2102,Rome,B&B Federica's House In Rome,9.0,55,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2103,Rome,Rome River Inn,9.3,116,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2104,Rome,Black And White Suite,9.1,126,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2105,Rome,Domus Giulia,9.5,92,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2106,Rome,Suite Artis Barberini,8.3,96,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2107,Rome,Houspitality Nero Bed & Breakfast,8.5,67,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2108,Rome,Casa De Fiori Apartments,8.7,96,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2109,Rome,Palazzo Cardinal Cesi,8.8,186,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Expensive +2110,Rome,Cicero Rome Center,8.2,54,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2111,Rome,iRooms Central Station,8.8,79,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2112,Rome,Trevispagna Charme B&B,8.7,99,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2113,Rome,Corso Grand Suite,8.1,87,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2114,Rome,Locanda degli Antiquari,8.7,61,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2115,Rome,Hotel Italia,8.5,73,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2116,Rome,Opera Dreams,9.1,107,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2117,Rome,Growel Exclusive Suites San Pietro,9.7,101,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2118,Rome,Sallustio Luxury Suites,8.0,54,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2119,Rome,Hotel Augustea,7.5,87,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2120,Rome,Monti Garden,8.7,68,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2121,Rome,Hotel Resi,7.4,60,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2122,Rome,Al Viminale Hill Inn & Hotel,8.2,103,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2123,Rome,Trastevere Luxury Guest House,9.4,107,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2124,Rome,Art Seven Roma,9.2,123,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2125,Rome,Hotel Domus Mea,8.5,61,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2126,Rome,Albergo Abruzzi,9.0,177,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2127,Rome,Tolomeo B&b,9.6,92,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2128,Rome,Hotel Carmel,7.6,85,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2129,Rome,Exe Domus Aurea,8.5,57,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2130,Rome,Fontana di Trevi De luxe,7.3,183,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2131,Rome,Hotel Sonya,8.2,92,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2132,Rome,Dreaming Navona Rooms,9.0,72,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2133,Rome,Casa Fabio,9.8,132,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2134,Rome,Yes Hotel,8.6,117,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2135,Rome,iRooms Jacuzzi Suites,8.9,110,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2136,Rome,Dnb House Hotel,8.8,98,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2137,Rome,Elegant Rooms Roma,9.0,115,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2138,Rome,Hotel Cinquantatre,7.7,78,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2139,Rome,Casa Simpatia Roma - SPECIAL - Only By Reservation Free Parking !,7.9,33,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Cheap +2140,Rome,S.Apollonia Suite Trastevere,9.6,195,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2141,Rome,Rhome86,8.8,68,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2142,Rome,Residenza Cavallini,8.5,59,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2143,Rome,Trevi Luxury Maison,9.6,234,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Expensive +2144,Rome,Arena House - Daplace Collection,8.3,101,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2145,Rome,La Gensola In Trastevere,8.9,80,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2146,Rome,Hotel Bergamo,7.4,71,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2147,Rome,Rome To Stay,8.8,51,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2148,Rome,Guestlovers,8.5,57,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2149,Rome,Roma Boutique Hotel,8.0,151,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2150,Rome,Suite Dal Conte,8.2,93,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2151,Rome,Roma Five Suites,9.6,187,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2152,Rome,Dante's in Vaticano,9.3,78,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2153,Rome,Casa I Cappuccini,8.7,77,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2154,Rome,Hotel La Lumiere Di Piazza Di Spagna,8.3,147,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2155,Rome,Opera Private Suites by Premium Suites Collection,9.1,95,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2156,Rome,Ascanio Twenty Six,9.2,83,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2157,Rome,Boutique Centrale Relais,8.5,96,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2158,Rome,Hotel Aventino,8.8,84,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2159,Rome,Colonna 18,9.0,89,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2160,Rome,Le Suite del Barone,9.5,121,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2161,Rome,Rome Luxury House - The House,9.3,327,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Expensive +2162,Rome,The Right Place 4U Roma Navona Terrace Luxury Rooms,9.3,87,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2163,Rome,Maison Tritone,9.7,159,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Expensive +2164,Rome,BREAK - Via Veneto Charming Suite,9.7,233,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Expensive +2165,Rome,La Stazione Del Vaticano,9.0,66,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2166,Rome,Trastevere Royal Suite,9.1,101,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2167,Rome,Orange Garden B&B,8.5,55,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2168,Rome,Domus Domas,8.4,73,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2169,Rome,Residenza Bourbon,8.7,76,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2170,Rome,Hotel Everest Inn Rome,8.0,92,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2171,Rome,Luxury Trastevere,8.5,87,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2172,Rome,Maison Degli Artisti,9.2,103,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2173,Rome,Casa Heberart Guest House Capo le Case,8.8,67,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2174,Rome,Residenza B,9.9,188,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2175,Rome,La Girandola Bed & Breakfast,9.4,75,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2176,Rome,Hotel Canada,9.0,116,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2177,Rome,Trevi Palace Hotel,8.9,106,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2178,Rome,Domus Libera,9.5,146,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2179,Rome,Excellent Trinity Rooms,9.8,106,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2180,Rome,Dimora Frattina,8.7,81,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2181,Rome,Foro Romano Luxury Suites,9.3,156,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Expensive +2182,Rome,Boutique Hotel Trevi,7.6,223,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Expensive +2183,Rome,Residenza Flaminio Gaio,9.1,106,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2184,Rome,Vatican Golden Rooms,8.5,87,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2185,Rome,Hotel Martis Palace,9.4,271,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Expensive +2186,Rome,Residenza Spada,9.3,120,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2187,Rome,Mario De' Fiori 37,9.3,182,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Expensive +2188,Rome,La Residenza Dell'Angelo,8.9,106,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2189,Rome,Arianna's house in St Peter Vatican,9.7,117,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2190,Rome,Casa Terrazza Colosseo,9.6,192,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2191,Rome,Il Pretoriano,8.7,126,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2192,Rome,Hotel St. Moritz,7.8,93,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2193,Rome,Arc Trilussa 44,9.7,175,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Expensive +2194,Rome,Vantaggio B&B,9.2,97,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2195,Rome,A Secret Corner,9.5,112,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2196,Rome,"LoveRomeApartments PANTHEON, Navona square",9.2,236,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Expensive +2197,Rome,Colosseum Jacuzzi Suites,8.1,96,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2198,Rome,Vatican Garden Rooms,9.3,43,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Cheap +2199,Rome,Corso Boutique Luxury Rooms,9.2,122,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2200,Rome,Hotel Pavia,7.2,58,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2201,Rome,Baboon Room,9.6,131,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2202,Rome,Portrait Roma - Lungarno Collection,9.6,602,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Expensive +2203,Rome,HT N°9 Colosseo,8.5,105,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2204,Rome,Relais Piazza Del Popolo,9.5,90,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2205,Rome,Hotel d’Inghilterra Roma – Starhotels Collezione,8.4,274,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2206,Rome,Hotel Locarno,9.3,254,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Expensive +2207,Rome,Trevi Penthouse with Jacuzzi,8.2,142,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2208,Rome,Hotel Navona,8.7,107,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2209,Rome,The Mendeli Suite,9.0,96,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2210,Rome,Gulliver's Lodge,8.7,78,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2211,Rome,Vatican Chic B&B,9.6,109,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2212,Rome,Suite Inn Rome,8.9,99,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2213,Rome,Frattina FF italian suites,9.5,58,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2214,Rome,Hotel Dei Mille,7.7,56,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2215,Rome,Spanish Diamond Luxury Suites & Jacuzzi,9.6,141,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2216,Rome,Residenza A The Small Art Hotel,8.7,110,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2217,Rome,Residenza Il Giglio,8.8,75,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2218,Rome,Charm of Rome,7.5,62,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2219,Rome,Hotel Oxford,7.8,82,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2220,Rome,Malto Palace,8.7,60,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2221,Rome,Petit Bijou de Rome Vatican-Trastevere,9.3,128,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2222,Rome,Terrazze Navona,8.6,106,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2223,Rome,Palazzo Lupardi Relais,9.4,96,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2224,Rome,Design Loft Campo dei Fiori,9.1,179,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Expensive +2225,Rome,Buonarroti Home,8.3,87,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2226,Rome,Appartamento Santi Quattro - Colosseo,8.5,110,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2227,Rome,DA ME Suites,9.0,116,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2228,Rome,Holiday House Roma Vaticano,9.4,126,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2229,Rome,Le Meridien Visconti Rome,8.8,169,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2230,Rome,Relais At Via Veneto,9.0,83,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2231,Rome,Shali Luxury Suite Spagna,8.2,95,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2232,Rome,Residenza Palline,9.4,101,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2233,Rome,Roma Central Guest House,9.1,66,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2234,Rome,Leonardo Suite Colosseo,9.8,480,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Expensive +2235,Rome,Grand Hotel De La Minerve,8.5,294,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Expensive +2236,Rome,Argentina Residenza Style Hotel,9.2,125,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2237,Rome,Town House Campo De Fiori,9.1,167,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Expensive +2238,Rome,FRESH HOUSE MONTI,9.5,162,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Expensive +2239,Rome,Suite 21 - Piazza Navona,9.3,194,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2240,Rome,Trastevere 2.0,9.6,107,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2241,Rome,Pellegrino 75 Double Bedroom,9.0,147,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2242,Rome,The Inn At The Roman Forum,9.3,337,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Expensive +2243,Rome,Holidays Suites Navona,9.1,80,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2244,Rome,Hotel San Marco,7.9,98,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2245,Rome,126 Gracchi Suites,9.5,136,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2246,Rome,Hotel Fori Imperiali Cavalieri,8.7,97,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2247,Rome,Domus Roxy,9.4,84,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2248,Rome,BoRooms,9.0,96,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2249,Rome,The Roman Residence,9.8,394,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Expensive +2250,Rome,Harry's Bar Trevi Hotel & Restaurant,9.3,243,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Expensive +2251,Rome,Della Croce Rooms,9.2,137,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2252,Rome,Guesthouse Sant'Angelo,9.1,92,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2253,Rome,Minerva Monks Inn,8.6,84,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2254,Rome,Suite Valadier,8.9,237,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2255,Rome,Hotel Priscilla,7.0,94,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2256,Rome,Domus Serafino,9.6,72,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2257,Rome,Hotel Residenza In Farnese,8.3,162,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Expensive +2258,Rome,Chic & Town Luxury Rooms,8.9,118,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2259,Rome,Il Giardino del Colosseo,8.9,164,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Expensive +2260,Rome,Dulcis In Fundo,8.9,97,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2261,Rome,White flat Rione Monti,8.7,103,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2262,Rome,Roof Suite Rome,9.5,657,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Expensive +2263,Rome,Palm Suites - Small Luxury Hotels of the World,9.0,392,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Expensive +2264,Rome,Hotel Eden - Dorchester Collection,9.5,696,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2265,Rome,Adrianus Hotel,9.1,126,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2266,Rome,Hotel Ponte Sisto,8.7,122,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2267,Rome,Antica Dimora dell'Orso,8.2,106,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2268,Rome,Collina 48,8.7,48,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Cheap +2269,Rome,Chester Suites,9.0,137,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2270,Rome,G55 Design Hotel,8.9,98,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2271,Rome,Rome55 - Piazza di Spagna,9.5,157,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Expensive +2272,Rome,Hotel Suite Caesar,7.9,40,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Cheap +2273,Rome,Trilussa Comfort House,9.4,175,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2274,Rome,Hotel City,8.1,118,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2275,Rome,Monti Panisperna suites,9.3,87,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2276,Rome,San Peter Lory's Aparts,9.5,164,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Expensive +2277,Rome,Cola Di Rienzo Suite B&B,8.9,97,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2278,Rome,Hotel Lunetta,9.2,191,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Expensive +2279,Rome,Margana Tower,9.2,406,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2280,Rome,B&B Colosseo Panoramic Rooms,9.2,116,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2281,Rome,Boutique Centrale Palace Hotel,9.0,258,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Expensive +2282,Rome,Hotel Boutique Nazionale,8.3,82,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2283,Rome,Magic Double,8.3,42,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Cheap +2284,Rome,Hotel Marco Polo Rome,7.6,118,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2285,Rome,THE ONE Boutique Hotel & SPA - Adults Only,9.0,208,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Expensive +2286,Rome,Hanky Suite,9.4,94,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2287,Rome,Golden Nice Apartment,6.8,51,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2288,Rome,Viennese Due,6.2,41,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Cheap +2289,Rome,Sallustio Luxury Suites,8.0,54,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Normal +2290,Rome,Landlord in Trastevere,9.4,74,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2291,Rome,Hotel Diplomatic,8.3,107,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2292,Rome,Al centro di Roma,9.2,94,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2293,Rome,Freedom Traveller,7.5,45,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Cheap +2294,Rome,HT N°9 Colosseo,8.5,105,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Normal +2295,Rome,Hotel Max,7.6,72,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2296,Rome,Youroom Carrozze,9.6,147,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2297,Rome,Palazzo Lupardi Relais,9.4,96,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2298,Rome,Hotel Pace Helvezia,8.0,178,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2299,Rome,Deluxe Suite Welness,9.5,95,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Normal +2300,Rome,La Foresteria Luxury Suites,8.6,74,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2301,Rome,Bollo Apartments,8.5,76,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2302,Rome,126 Gracchi Suites,9.5,136,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2303,Rome,Hotel Centrale,8.3,103,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2304,Rome,S.Apollonia Suite Trastevere,9.6,195,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Expensive +2305,Rome,Nazionale 51 Group,9.2,101,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Normal +2306,Rome,Temple View,9.2,64,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2307,Rome,Iulia Guest House,8.4,55,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2308,Rome,Domus Trevi,9.6,92,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2309,Rome,Rhea Silvia Luxury Navona,9.6,231,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Expensive +2310,Rome,Hotel La Rovere,8.6,202,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Expensive +2311,Rome,La Girandola Bed & Breakfast,9.4,75,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2312,Rome,Hotel White,8.5,155,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Expensive +2313,Rome,Town House Roma,9.0,132,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2314,Rome,Guesthouse Alex II,7.8,38,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Cheap +2315,Rome,Napoleone Luxury Home,8.7,51,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2316,Rome,B&B 94Rooms Vatican-Scipioni,8.3,66,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2317,Rome,Hotel Concordia,8.1,123,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2318,Rome,Domus Porta Angelica,9.2,76,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2319,Rome,Mascagni Luxury Rooms & Suites,9.0,202,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +2320,Rome,Margana Tower,9.2,406,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Expensive +2321,Rome,Art Atelier Accomodation,9.0,98,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2322,Rome,Boutique Centrale Palace Hotel,9.0,258,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Expensive +2323,Rome,romantica guest house,9.2,74,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2324,Rome,Trastevere Hyperloft & Garden,7.6,323,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Expensive +2325,Rome,Caroline Suite,8.1,51,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2326,Rome,Sun Suite Luxury Pantheon,8.6,115,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2327,Rome,Casa Belsiana,9.7,187,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Expensive +2328,Rome,co.sleep,9.2,95,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2329,Rome,Courtyard Rome Suite,8.2,59,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2330,Rome,Navona Flat di Elena & Paola,8.6,492,Allowed,https://www.booking.com/hotel/it/donna-camilla-savelli.en-gb.html,Expensive +2331,Rome,Catherine's Home,9.7,82,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2332,Rome,Oriana Suites Rome,9.3,159,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Expensive +2333,Rome,Hotel Albergo Santa Chiara,9.1,134,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Normal +2334,Rome,DVE Suite Rome,8.8,71,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2335,Rome,Bettoja Hotel Atlantico,8.1,146,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2336,Rome,Sweet Sweet Navona,9.6,107,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2337,Rome,Residenza Domizia,8.7,86,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2338,Rome,Hotel Sweet Home,8.1,86,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2339,Rome,Sweethome,9.6,226,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2340,Rome,Singer Palace Hotel,9.4,356,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Expensive +2341,Rome,Xenia Guest House,9.5,103,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2342,Rome,Prati 25.7 Suites in Rome,9.2,95,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2343,Rome,Roma Charming Rooms,9.5,106,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2344,Rome,CasaJusta Trastevere,8.4,173,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +2345,Rome,Star Vatican Rooms,8.2,67,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2346,Rome,Domus Scipioni,9.1,82,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2347,Rome,Latte & Biscotti,9.3,158,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Expensive +2348,Rome,Relais Orso,8.8,151,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Expensive +2349,Rome,Hotel Memphis,8.2,182,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Expensive +2350,Rome,Vinci House,9.6,150,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal +2351,Rome,The Right Place 4 You Roma Trastevere,9.3,143,Allowed,https://www.booking.com/hotel/it/giolli.en-gb.html,Normal +2352,Rome,san cosimato suite,7.8,87,Not allowed,https://www.booking.com/hotel/it/suitesistina.en-gb.html,Normal +2353,Rome,Residenza Alexander Guest House,9.6,84,Not allowed,https://www.booking.com/hotel/it/condotti.en-gb.html,Normal +2354,Rome,TRASTEVERE - Stylish Good Vibes Apartment,9.2,147,Allowed,https://www.booking.com/hotel/it/trevi-b-b-roma.en-gb.html,Normal +2355,Rome,Hotel Lirico,8.3,62,Allowed,https://www.booking.com/hotel/it/best-western-plus-universo.en-gb.html,Normal +2356,Rome,Felikshouse,9.4,85,Not allowed,https://www.booking.com/hotel/it/borgo-pio-2000.en-gb.html,Normal +2357,Rome,Mario's apartament in the Spanish Steps,8.9,367,Allowed,https://www.booking.com/hotel/it/serena-roma.en-gb.html,Expensive +2358,Rome,Antica Dimora Donna Isabella,8.5,106,Not allowed,https://www.booking.com/hotel/it/yes.en-gb.html,Normal +2359,Rome,Wonderful Time Rome,8.5,58,Allowed,https://www.booking.com/hotel/it/j-k-place-roma.en-gb.html,Normal +2360,Rome,Madonna dei Monti,9.6,102,Allowed,https://www.booking.com/hotel/it/residenza-ki.en-gb.html,Normal +2361,Rome,SuitInn19,8.9,97,Allowed,https://www.booking.com/hotel/it/hotel-royal-santina.en-gb.html,Normal +2362,Rome,Suite in Rome Veneto,8.3,54,Allowed,https://www.booking.com/hotel/it/il-covo-b-b.en-gb.html,Normal +2363,Rome,Aurora Luxury Suites,9.0,277,Not allowed,https://www.booking.com/hotel/it/genova-roma.en-gb.html,Expensive +2364,Rome,Hotel Oceania,8.5,77,Not allowed,https://www.booking.com/hotel/it/impero.en-gb.html,Normal +2365,Rome,Navona Colors Hotel,9.0,124,Allowed,https://www.booking.com/hotel/it/antica-locanda-dell-0rso.en-gb.html,Normal +2366,Rome,Relais Cavour,8.7,87,Allowed,https://www.booking.com/hotel/it/splendide-royal.en-gb.html,Normal +2367,Rome,Cozy Navona Apartment,9.1,127,Not allowed,https://www.booking.com/hotel/it/capo-d-africa.en-gb.html,Normal +2368,Rome,Dolce Casa Colosseo,9.9,172,Not allowed,https://www.booking.com/hotel/it/fellini-inn-rome.en-gb.html,Expensive +2369,Rome,Little Queen Navona,9.1,136,Not allowed,https://www.booking.com/hotel/it/boutique-trevi.en-gb.html,Normal +2370,Rome,Mia Resort,8.2,76,Allowed,https://www.booking.com/hotel/it/pantheon-inn.en-gb.html,Normal +2371,Rome,Termini Terrace,8.9,70,Not allowed,https://www.booking.com/hotel/it/residenza-paolo-vi.en-gb.html,Normal +2372,Rome,Hotel Touring,7.8,65,Not allowed,https://www.booking.com/hotel/it/delle-nazioni.en-gb.html,Normal +2373,Rome,Hotel dei Barbieri,8.7,167,Allowed,https://www.booking.com/hotel/it/albergo-abruzzi.en-gb.html,Expensive +2374,Rome,Aventino Guest House,9.0,83,Not allowed,https://www.booking.com/hotel/it/mia-suites.en-gb.html,Normal diff --git a/Kick-Off.md b/Kick-Off.md deleted file mode 100644 index 7c3d42e8..00000000 --- a/Kick-Off.md +++ /dev/null @@ -1,97 +0,0 @@ -Ironhack Logo - -# Welcome to your Final Project! - -## Content -- [Project Description](#project-description) -- [Project Goals](#project-goals) -- [Requirements](#requirements) -- [Deliverables](#deliverables) -- [Schedule](#schedule) -- [Presentation](#presentation) -- [Tips & Tricks](#tips-&-tricks) - - - -## Project Description -In this project, you will pick a topic of your choosing and perform an end-to-end analysis using what you have learned. You will apply the statistical or machine learning techniques we have learned over the last few weeks and present your results to all of us as well as to the jury for the HackShow. - - - -## Project Goals -* Ask interesting and thoughful questions and find the data to answer them. -* Focus on improving in areas and/or tools that are hard for you or learning more about something with which you feel comfortable. You can also learn to use new tools related to data analysis, visualization, etc. -* Apply the statistical and/or machine learning techniques we have learned. -* Create useful and clear graphs. -* Present your insights in a thoughtful, clear and accurate way. - - - -## Requirements -* You must plan your project. That is why creating a Kanban or Trello Board is mandatory. -* You **CAN'T CODE** until you project is planned. -* Create a *.gitignore* file and include it in your repository. -* You may be on team (3 people max) or work on your own. -* You can include ML or statistics, but it is not required to do so, as long as you have a rigorous analysis. -* You may use the data from your last project or from past projects. - - - -## Deliverables -* A well-commented notebook with your analysis (Jupyter or Zeppelin). -* A 5 minute presentation in the auditorium (+2 minutes of questions) -* A 5 minute presentation for the jury (+5 minutes of questions) -* Repository with your workflow + documentation + code. Even if you are working alone, you need to keep good practices! -* The dataset where you have kept your data (if possible), as well as a description of it. - - - -## Schedule -*Wednesday* -* Choose your topic and to work as a team or individually. - -*Thursday* -* Create your repository and README overview (template provided). -* Choose the dataset you would like to use. -* Teacher's validation - -**NO CODE UNTIL HERE** - -*Monday* -* Data analysis/ model training. - -*Tuesday* -* Analysis validation/ model fine-tunning. - -*Wednesday - Thursday* -* Preparation of presentation/paper. - -*Thursday evening* -* Group rehersal! - -*Friday morning* -* Jury presentation: they will select their two prefered projects. - -*Friday evening. HACKSHOW!* -* Presentations at 18:00. -* Vote for the winner of the HackShow. - - - -## Presentation -* 5 minute presentation for the jury (+5 minutes of questions) -* 5 minute presentation in Hackshow (+2 minutes of questions) - - - -## Tips & Tricks -* Organize yourself (don't get lost!). Respect deadlines. -* Ask for help vs Google is your friend. -* Define a simple approach first. You never know how the data can betray you 😉. -* Document yourself. Learn about the problem and what research has been done before you. -* Before making a graph, think what you want to represent. -* Don't force yourself to use tecniques if they are not helpful for your objective. -* If using machine learning, remember: - * This is an iterative process. Try your best to improve your model performance by: - * Try different models and select one that is the simplest yet produce the best result. - * Try different hyperparameters and see if they improve the result. diff --git a/your-project/README.md b/your-project/README.md deleted file mode 100644 index 9563cd70..00000000 --- a/your-project/README.md +++ /dev/null @@ -1,72 +0,0 @@ -Ironhack Logo - -# Title of My Project -*[Your Name]* - -*[Your Cohort, Campus & Date]* - -## Content -- [Project Description](#project-description) -- [Hypotheses / Questions](#hypotheses-questions) -- [Dataset](#dataset) -- [Cleaning](#cleaning) -- [Analysis](#analysis) -- [Model Training and Evaluation](#model-training-and-evaluation) -- [Conclusion](#conclusion) -- [Future Work](#future-work) -- [Workflow](#workflow) -- [Organization](#organization) -- [Links](#links) - -## Project Description -Write a short description of your project: 3-5 sentences about what your project is about, why you chose this topic (if relevant), and what you are trying to show. - -## Hypotheses / Questions -* What data/business/research/personal question you would like to answer? -* What is the context for the question and the possible scientific or business application? -* What are the hypotheses you would like to test in order to answer your question? -Frame your hypothesis with statistical/data languages (i.e. define Null and Alternative Hypothesis). You can use formulas if you want but that is not required. - -## Dataset -* Where did you get your data? If you downloaded a dataset (either public or private), describe where you downloaded it and include the command to load the dataset. -* Did you build your own datset? If so, did you use an API or a web scraper? PRovide the relevant scripts in your repo. -* For all types of datasets, provide a description of the size, complexity, and data types included in your dataset, as well as a schema of the tables if necessary. -* If the question cannot be answered with the available data, why not? What data would you need to answer it better? - -## Cleaning -Describe your full process of data wrangling and cleaning. Document why you chose to fill missing values, extract outliers, or create the variables you did as well as your reasoning behind the process. - -## Analysis -* Overview the general steps you went through to analyze your data in order to test your hypothesis. -* Document each step of your data exploration and analysis. -* Include charts to demonstrate the effect of your work. -* If you used Machine Learning in your final project, describe your feature selection process. - -## Model Training and Evaluation -*Include this section only if you chose to include ML in your project.* -* Describe how you trained your model, the results you obtained, and how you evaluated those results. - -## Conclusion -* Summarize your results. What do they mean? -* What can you say about your hypotheses? -* Interpret your findings in terms of the questions you try to answer. - -## Future Work -Address any questions you were unable to answer, or any next steps or future extensions to your project. - -## Workflow -Outline the workflow you used in your project. What were the steps? -How did you test the accuracy of your analysis and/or machine learning algorithm? - -## Organization -How did you organize your work? Did you use any tools like a trello or kanban board? - -What does your repository look like? Explain your folder and file structure. - -## Links -Include links to your repository, slides and trello/kanban board. Feel free to include any other links associated with your project. - - -[Repository](https://github.com/) -[Slides](https://slides.com/) -[Trello](https://trello.com/en)