From c4ed0a7a5ce36344722fa12cdfe92473b2c7971d Mon Sep 17 00:00:00 2001 From: Adrian Visnieski <49044740+adriansdk@users.noreply.github.com> Date: Mon, 30 Sep 2019 17:38:20 -0400 Subject: [PATCH 01/12] Update README.md --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19e8f4f..1fced39 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,27 @@ ![programming](https://user-images.githubusercontent.com/22354639/65000732-b002c900-d8ba-11e9-93dd-ac505f09ac7c.gif) -Hi all! +# Ironhack Hackathon! Yay!!! -I'm scared and glad that we're doing this because we all know how programming is :grimacing::weary:Let's just say it's a lot like this picture. Exactly like it actually. I just hope we can push ourselves and each other through it. +Errorbnb is a project inspired by Ironhack Miami’s Hackathon, where our team of 7 is tasked to redesign and develop a Full-Stack application based on Airbnb’s site. We will be reimagining the filters landing page and the details listing page. The main focus of the project is to bring together the UX/UI designers, web developers and data scientists by designing, researching, developing, and deploying a revamped version of the site. + +# Setup +### Installation +* Clone the repo +* Install the server dependencies with: ```npm install``` +* Run the local server using ```npm start``` +* Open ```http://localhost:3000``` and Have fun! + +# Team: +- *Developer:* [Adrian Vesnieski](https://github.com/adriansdk) +- *Developer:* [Elba Chimilio](https://github.com/elba3184) +- *Developer:* [Cole Mooney](https://github.com/colemooney) +- *Developer:* [Christian Roque](https://github.com/ChristianRoque) + +- *Designer:* [Georgette Chedra](https://www.linkedin.com/in/georgette-/) +- *Designer:* [Stephanie Bien Aime](https://www.linkedin.com/in/stephanie-bien-aime/) +- *Designer:* [Anais Aguero](https://www.linkedin.com/in/anaisaguero/) + +- *Data Analyst:* [Renzo Barrantes](https://www.linkedin.com/in/notlorenzo/) -So, first thing's first, we already created our GitHub repo for this project. Good job! -git add > git commit -m "message" > git pull > git push From ab3792a0cdf970b2911ac31a175654c95854feb1 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 30 Sep 2019 17:41:28 -0400 Subject: [PATCH 02/12] Heroku automatic deploy --- package-lock.json | 285 ++++++++++++++++++++++++++++++++++++++ package.json | 2 + src/App.js | 16 +-- src/components/Navbar.jsx | 20 +++ 4 files changed, 309 insertions(+), 14 deletions(-) create mode 100644 src/components/Navbar.jsx diff --git a/package-lock.json b/package-lock.json index 88b89e3..e5284b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1157,6 +1157,39 @@ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, + "@react-bootstrap/react-popper": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@react-bootstrap/react-popper/-/react-popper-1.2.1.tgz", + "integrity": "sha512-4l3q7LcZEhrSkI4d3Ie3g4CdrXqqTexXX4PFT45CB0z5z2JUbaxgRwKNq7r5j2bLdVpZm+uvUGqxJw8d9vgbJQ==", + "requires": { + "babel-runtime": "6.x.x", + "create-react-context": "^0.2.1", + "popper.js": "^1.14.4", + "prop-types": "^15.6.1", + "typed-styles": "^0.0.5", + "warning": "^3.0.0" + }, + "dependencies": { + "warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", + "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", + "requires": { + "loose-envify": "^1.0.0" + } + } + } + }, + "@restart/context": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz", + "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==" + }, + "@restart/hooks": { + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.14.tgz", + "integrity": "sha512-k57+iyGr6o1XHeWWsGe5aMHKYcw7fukL6mCE+ZrPjtt1gXei5wCUxj71yQYfFbNjg0z5xxX8Els/UmyJiEn4nw==" + }, "@svgr/babel-plugin-add-jsx-attribute": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz", @@ -2356,6 +2389,11 @@ "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, + "bootstrap": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", + "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -3236,6 +3274,11 @@ } } }, + "classnames": { + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", + "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + }, "clean-css": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz", @@ -3612,6 +3655,15 @@ "sha.js": "^2.4.8" } }, + "create-react-context": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.2.3.tgz", + "integrity": "sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==", + "requires": { + "fbjs": "^0.8.0", + "gud": "^1.0.0" + } + }, "cross-spawn": { "version": "6.0.5", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", @@ -3901,6 +3953,11 @@ "cssom": "0.3.x" } }, + "csstype": { + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz", + "integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==" + }, "cyclist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", @@ -4204,6 +4261,14 @@ "utila": "~0.4" } }, + "dom-helpers": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz", + "integrity": "sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==", + "requires": { + "@babel/runtime": "^7.1.2" + } + }, "dom-serializer": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.1.tgz", @@ -4361,6 +4426,14 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, + "encoding": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", + "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", + "requires": { + "iconv-lite": "~0.4.13" + } + }, "end-of-stream": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", @@ -5268,6 +5341,35 @@ "bser": "^2.0.0" } }, + "fbjs": { + "version": "0.8.17", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz", + "integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=", + "requires": { + "core-js": "^1.0.0", + "isomorphic-fetch": "^2.1.1", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^0.7.18" + }, + "dependencies": { + "core-js": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", + "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=" + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "requires": { + "asap": "~2.0.3" + } + } + } + }, "figgy-pudding": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", @@ -5732,6 +5834,11 @@ "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=" }, + "gud": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz", + "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" + }, "gzip-size": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", @@ -6502,6 +6609,15 @@ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, + "isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", + "requires": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + } + }, "isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", @@ -7715,6 +7831,11 @@ "object.assign": "^4.1.0" } }, + "keycode": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/keycode/-/keycode-2.2.0.tgz", + "integrity": "sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ=" + }, "killable": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", @@ -8359,6 +8480,15 @@ "lower-case": "^1.1.1" } }, + "node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "requires": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, "node-forge": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.8.2.tgz", @@ -9115,6 +9245,11 @@ "ts-pnp": "^1.1.2" } }, + "popper.js": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.15.0.tgz", + "integrity": "sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==" + }, "portfinder": { "version": "1.0.24", "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.24.tgz", @@ -10068,6 +10203,25 @@ "react-is": "^16.8.1" } }, + "prop-types-extra": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.0.tgz", + "integrity": "sha512-QFyuDxvMipmIVKD2TwxLVPzMnO4e5oOf1vr3tJIomL8E7d0lr6phTHd5nkPhFIzTD1idBLLEPeylL9g+rrTzRg==", + "requires": { + "react-is": "^16.3.2", + "warning": "^3.0.0" + }, + "dependencies": { + "warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", + "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", + "requires": { + "loose-envify": "^1.0.0" + } + } + } + }, "proxy-addr": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.5.tgz", @@ -10240,6 +10394,33 @@ "whatwg-fetch": "3.0.0" } }, + "react-bootstrap": { + "version": "1.0.0-beta.12", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.0.0-beta.12.tgz", + "integrity": "sha512-qBEAthAzqM+OTS2h5ZCfV5/yZUadQcMlaep4iPyPqsu92JzdcznhSDjw6b+asiepsyQgiS33t8OPeLLRiIDh9Q==", + "requires": { + "@babel/runtime": "^7.4.2", + "@react-bootstrap/react-popper": "1.2.1", + "@restart/context": "^2.1.4", + "@restart/hooks": "^0.3.11", + "classnames": "^2.2.6", + "dom-helpers": "^3.4.0", + "invariant": "^2.2.4", + "keycode": "^2.2.0", + "popper.js": "^1.14.7", + "prop-types": "^15.7.2", + "prop-types-extra": "^1.1.0", + "react-overlays": "^1.2.0", + "react-transition-group": "^4.0.0", + "uncontrollable": "^7.0.0", + "warning": "^4.0.3" + } + }, + "react-context-toolbox": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/react-context-toolbox/-/react-context-toolbox-2.0.2.tgz", + "integrity": "sha512-tY4j0imkYC3n5ZlYSgFkaw7fmlCp3IoQQ6DxpqeNHzcD0hf+6V+/HeJxviLUZ1Rv1Yn3N3xyO2EhkkZwHn0m1A==" + }, "react-dev-utils": { "version": "9.0.4", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-9.0.4.tgz", @@ -10315,6 +10496,61 @@ "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.10.1.tgz", "integrity": "sha512-BXUMf9sIOPXXZWqr7+c5SeOKJykyVr2u0UDzEf4LNGc6taGkQe1A9DFD07umCIXz45RLr9oAAwZbAJ0Pkknfaw==" }, + "react-overlays": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-1.2.0.tgz", + "integrity": "sha512-i/FCV8wR6aRaI+Kz/dpJhOdyx+ah2tN1RhT9InPrexyC4uzf3N4bNayFTGtUeQVacj57j1Mqh1CwV60/5153Iw==", + "requires": { + "classnames": "^2.2.6", + "dom-helpers": "^3.4.0", + "prop-types": "^15.6.2", + "prop-types-extra": "^1.1.0", + "react-context-toolbox": "^2.0.2", + "react-popper": "^1.3.2", + "uncontrollable": "^6.0.0", + "warning": "^4.0.2" + }, + "dependencies": { + "uncontrollable": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-6.2.3.tgz", + "integrity": "sha512-VgOAoBU2ptCL2bfTG2Mra0I8i1u6Aq84AFonD5tmCAYSfs3hWvr2Rlw0q2ntoxXTHjcQOmZOh3FKaN+UZVyREQ==", + "requires": { + "@babel/runtime": "^7.4.5", + "invariant": "^2.2.4" + } + } + } + }, + "react-popper": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-1.3.4.tgz", + "integrity": "sha512-9AcQB29V+WrBKk6X7p0eojd1f25/oJajVdMZkywIoAV6Ag7hzE1Mhyeup2Q1QnvFRtGQFQvtqfhlEoDAPfKAVA==", + "requires": { + "@babel/runtime": "^7.1.2", + "create-react-context": "^0.3.0", + "popper.js": "^1.14.4", + "prop-types": "^15.6.1", + "typed-styles": "^0.0.7", + "warning": "^4.0.2" + }, + "dependencies": { + "create-react-context": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz", + "integrity": "sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==", + "requires": { + "gud": "^1.0.0", + "warning": "^4.0.3" + } + }, + "typed-styles": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.7.tgz", + "integrity": "sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==" + } + } + }, "react-scripts": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-3.1.2.tgz", @@ -10376,6 +10612,28 @@ "workbox-webpack-plugin": "4.3.1" } }, + "react-transition-group": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.3.0.tgz", + "integrity": "sha512-1qRV1ZuVSdxPlPf4O8t7inxUGpdyO5zG9IoNfJxSO0ImU2A1YWkEQvFPuIPZmMLkg5hYs7vv5mMOyfgSkvAwvw==", + "requires": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "dependencies": { + "dom-helpers": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.1.0.tgz", + "integrity": "sha512-zRRYDhpiKuAJHasOqCm7lBnsd22nrM4+OYI4ASWCxen+ocTMl7BIAKgGag97TlLiTl6rrau5aPe1VGUm9jQBng==", + "requires": { + "@babel/runtime": "^7.5.5", + "csstype": "^2.6.6" + } + } + } + }, "read-pkg": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", @@ -12122,11 +12380,21 @@ "mime-types": "~2.1.24" } }, + "typed-styles": { + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/typed-styles/-/typed-styles-0.0.5.tgz", + "integrity": "sha512-ht+rEe5UsdEBAa3gr64+QjUOqjOLJfWLvl5HZR5Ev9uo/OnD3p43wPeFSB1hNFc13GXQF/JU1Bn0YHLUqBRIlw==" + }, "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, + "ua-parser-js": { + "version": "0.7.20", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.20.tgz", + "integrity": "sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==" + }, "uglify-js": { "version": "3.4.10", "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.10.tgz", @@ -12148,6 +12416,15 @@ } } }, + "uncontrollable": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.0.1.tgz", + "integrity": "sha512-MGlbii7jczJYfY2GbmZi4j1JmB/6giM0Xc/WcKfxEN5W86KS8NPH/Fq/AD1nKjiFEMq7/MRwTCtzKWCeYgiWMA==", + "requires": { + "@babel/runtime": "^7.4.5", + "invariant": "^2.2.4" + } + }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", @@ -12443,6 +12720,14 @@ "makeerror": "1.0.x" } }, + "warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "requires": { + "loose-envify": "^1.0.0" + } + }, "watchpack": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", diff --git a/package.json b/package.json index 8679b99..0b4caa2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "0.1.0", "private": true, "dependencies": { + "bootstrap": "^4.3.1", "react": "^16.10.1", + "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", "react-scripts": "3.1.2" }, diff --git a/src/App.js b/src/App.js index ce9cbd2..5d08d3c 100644 --- a/src/App.js +++ b/src/App.js @@ -1,24 +1,12 @@ import React from 'react'; import logo from './logo.svg'; +import Navbar from './components/Navbar' import './App.css'; function App() { return (
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+
); } diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx new file mode 100644 index 0000000..6671076 --- /dev/null +++ b/src/components/Navbar.jsx @@ -0,0 +1,20 @@ +import React from 'react'; + +class Navbar extends React.Component { + constructor() { + super(); + this.state = { someKey: 'someValue' }; + } + + render() { +
+

Navbar

+
+ } + + componentDidMount() { + this.setState({ someKey: 'otherValue' }); + } +} + +export default Navbar; From ac9d60e62ef6e3730979df09cb20238b76bb2564 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 30 Sep 2019 18:06:08 -0400 Subject: [PATCH 03/12] First component imported --- src/components/Navbar.jsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 6671076..d70051c 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -1,19 +1,21 @@ -import React from 'react'; +import React from "react"; class Navbar extends React.Component { constructor() { super(); - this.state = { someKey: 'someValue' }; + this.state = { someKey: "someValue" }; } render() { -
-

Navbar

-
+ return ( +
+

Navbar

+
+ ); } componentDidMount() { - this.setState({ someKey: 'otherValue' }); + this.setState({ someKey: "otherValue" }); } } From 11068899102c3303ecb84fd1049a5ba20c5743e3 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 4 Oct 2019 11:20:40 -0400 Subject: [PATCH 04/12] Initial SetUp for router and Navbar component --- package-lock.json | 134 +++++++++++++++++++++++++++++++++ package.json | 2 + src/App.js | 15 +++- src/components/DetailsPage.jsx | 19 +++++ src/components/HomePage.jsx | 19 +++++ src/components/ListingPage.jsx | 19 +++++ src/components/Navbar.jsx | 18 +++-- src/index.js | 7 +- 8 files changed, 225 insertions(+), 8 deletions(-) create mode 100644 src/components/DetailsPage.jsx create mode 100644 src/components/HomePage.jsx create mode 100644 src/components/ListingPage.jsx diff --git a/package-lock.json b/package-lock.json index e5284b6..d5de0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1926,6 +1926,43 @@ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" }, + "axios": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz", + "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==", + "requires": { + "follow-redirects": "1.5.10", + "is-buffer": "^2.0.2" + }, + "dependencies": { + "debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "requires": { + "ms": "2.0.0" + } + }, + "follow-redirects": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", + "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", + "requires": { + "debug": "=3.1.0" + } + }, + "is-buffer": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", + "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, "axobject-query": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", @@ -5987,6 +6024,19 @@ "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, + "history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "requires": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", @@ -5997,6 +6047,14 @@ "minimalistic-crypto-utils": "^1.0.1" } }, + "hoist-non-react-statics": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz", + "integrity": "sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA==", + "requires": { + "react-is": "^16.7.0" + } + }, "hosted-git-info": { "version": "2.8.4", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.4.tgz", @@ -8278,6 +8336,16 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" }, + "mini-create-react-context": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.3.2.tgz", + "integrity": "sha512-2v+OeetEyliMt5VHMXsBhABoJ0/M4RCe7fatd/fBy6SMiKazUSEt3gxxypfnk2SHMkdBYvorHRoQxuGoiwbzAw==", + "requires": { + "@babel/runtime": "^7.4.0", + "gud": "^1.0.0", + "tiny-warning": "^1.0.2" + } + }, "mini-css-extract-plugin": { "version": "0.8.0", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.8.0.tgz", @@ -10551,6 +10619,52 @@ } } }, + "react-router": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.1.tgz", + "integrity": "sha512-ozTXqxKZsn4GfZqpG5rVFHSSxlNuDoMNxgyjM+mFJVhqlnPwwkRsAPkDm1PcNjBdYxMzqAhtz48HkQB6fSYaAQ==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "hoist-non-react-statics": "^3.1.0", + "loose-envify": "^1.3.1", + "mini-create-react-context": "^0.3.0", + "path-to-regexp": "^1.7.0", + "prop-types": "^15.6.2", + "react-is": "^16.6.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" + }, + "path-to-regexp": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz", + "integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=", + "requires": { + "isarray": "0.0.1" + } + } + } + }, + "react-router-dom": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.1.tgz", + "integrity": "sha512-r8R8H0Vt2ISqpk02rR6VZBLk+JZdR6pZV+h9K1y0ISh3/G4GGByNevYBS69x6czcOcWVRcZmXjwY8l9UBCKV+w==", + "requires": { + "@babel/runtime": "^7.1.2", + "history": "^4.9.0", + "loose-envify": "^1.3.1", + "prop-types": "^15.6.2", + "react-router": "5.1.1", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0" + } + }, "react-scripts": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-3.1.2.tgz", @@ -10963,6 +11077,11 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" }, + "resolve-pathname": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz", + "integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==" + }, "resolve-url": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", @@ -12244,6 +12363,16 @@ "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" }, + "tiny-invariant": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.0.6.tgz", + "integrity": "sha512-FOyLWWVjG+aC0UqG76V53yAWdXfH8bO6FNmyZOuUrzDzK8DI3/JRY25UD7+g49JWM1LXwymsKERB+DzI0dTEQA==" + }, + "tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, "tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -12669,6 +12798,11 @@ "spdx-expression-parse": "^3.0.0" } }, + "value-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz", + "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==" + }, "vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", diff --git a/package.json b/package.json index 0b4caa2..5ea515e 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,12 @@ "version": "0.1.0", "private": true, "dependencies": { + "axios": "^0.19.0", "bootstrap": "^4.3.1", "react": "^16.10.1", "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", + "react-router-dom": "^5.1.1", "react-scripts": "3.1.2" }, "scripts": { diff --git a/src/App.js b/src/App.js index 5d08d3c..3d78111 100644 --- a/src/App.js +++ b/src/App.js @@ -2,11 +2,22 @@ import React from 'react'; import logo from './logo.svg'; import Navbar from './components/Navbar' import './App.css'; +import 'bootstrap/dist/css/bootstrap.min.css'; +import { Route, Switch } from 'react-router-dom' +import HomePage from './components/HomePage' +import ListingPage from './components/ListingPage' +import DetailsPage from './components/DetailsPage'; + function App() { return ( -
- +
+ + + + + +
); } diff --git a/src/components/DetailsPage.jsx b/src/components/DetailsPage.jsx new file mode 100644 index 0000000..b94e1d0 --- /dev/null +++ b/src/components/DetailsPage.jsx @@ -0,0 +1,19 @@ +import React from "react"; + +class DetailsPage extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( +
+

This is the details page

+
+ ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default DetailsPage; diff --git a/src/components/HomePage.jsx b/src/components/HomePage.jsx new file mode 100644 index 0000000..04943a9 --- /dev/null +++ b/src/components/HomePage.jsx @@ -0,0 +1,19 @@ +import React from "react"; + +class HomePage extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( +
+

This is the home Page

+
+ ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default HomePage; diff --git a/src/components/ListingPage.jsx b/src/components/ListingPage.jsx new file mode 100644 index 0000000..1859c6c --- /dev/null +++ b/src/components/ListingPage.jsx @@ -0,0 +1,19 @@ +import React from "react"; + +class ListingPage extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( +
+

This is the listing page

+
+ ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default ListingPage; diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index d70051c..0db346f 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -1,15 +1,23 @@ import React from "react"; +import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; class Navbar extends React.Component { - constructor() { - super(); - this.state = { someKey: "someValue" }; - } + state = { someKey: "someValue" }; render() { return (
-

Navbar

+
    + +
  • Home
  • + + +
  • Details
  • + + +
  • Listing
  • + +
); } diff --git a/src/index.js b/src/index.js index 87d1be5..86895c7 100644 --- a/src/index.js +++ b/src/index.js @@ -1,10 +1,15 @@ import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; +import { render } from 'react-dom' +import { BrowserRouter } from 'react-router-dom' import App from './App'; import * as serviceWorker from './serviceWorker'; -ReactDOM.render(, document.getElementById('root')); +ReactDOM.render( + + + , document.getElementById('root')); // If you want your app to work offline and load faster, you can change // unregister() to register() below. Note this comes with some pitfalls. From 5017fd5bc62eb1de43de1f7f9021e32ff64aa830 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 4 Oct 2019 15:20:44 -0400 Subject: [PATCH 05/12] Added styling to the home view --- package-lock.json | 807 ++++++++++++++++++++++++++++++++- package.json | 4 +- public/index.html | 15 + src/App.css | 22 - src/App.js | 5 +- src/App.scss | 87 ++++ src/components/HomePage.jsx | 8 +- src/components/ListingPage.jsx | 4 +- src/components/Navbar.jsx | 39 +- src/components/Search.jsx | 36 ++ src/components/SearchNav.jsx | 60 +++ src/index.js | 2 +- src/{index.css => index.scss} | 0 13 files changed, 1045 insertions(+), 44 deletions(-) delete mode 100644 src/App.css create mode 100644 src/App.scss create mode 100644 src/components/Search.jsx create mode 100644 src/components/SearchNav.jsx rename src/{index.css => index.scss} (100%) diff --git a/package-lock.json b/package-lock.json index d5de0d5..6090666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1608,6 +1608,11 @@ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.2.tgz", "integrity": "sha512-2scffjvioEmNz0OyDSLGWDfKCVwaKc6l9Pm9kOIREU13ClXZvHpg/nRL5xyjSSSLhOnXqft2HpsAzNEEA8cFFg==" }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, "accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", @@ -1698,6 +1703,11 @@ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" + }, "ansi-colors": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", @@ -1740,6 +1750,39 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -1782,6 +1825,11 @@ "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz", "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=" }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=" + }, "array-flatten": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", @@ -1880,6 +1928,11 @@ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" }, + "async-foreach": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=" + }, "async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", @@ -2356,6 +2409,14 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "requires": { + "inherits": "~2.0.0" + } + }, "bluebird": { "version": "3.5.5", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", @@ -2688,6 +2749,22 @@ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + }, + "dependencies": { + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=" + } + } + }, "caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -3569,6 +3646,11 @@ "date-now": "^0.1.4" } }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + }, "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", @@ -3995,6 +4077,14 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz", "integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==" }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "requires": { + "array-find-index": "^1.0.1" + } + }, "cyclist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", @@ -4183,6 +4273,11 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + }, "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", @@ -5738,6 +5833,17 @@ "integrity": "sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==", "optional": true }, + "fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -5748,6 +5854,62 @@ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "gaze": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", + "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", + "requires": { + "globule": "^1.0.0" + } + }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -5758,6 +5920,11 @@ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz", "integrity": "sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==" }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=" + }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", @@ -5861,6 +6028,16 @@ } } }, + "globule": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz", + "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==", + "requires": { + "glob": "~7.1.1", + "lodash": "~4.17.10", + "minimatch": "~3.0.2" + } + }, "graceful-fs": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", @@ -5967,6 +6144,11 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" + }, "has-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", @@ -6330,6 +6512,19 @@ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, + "in-publish": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz", + "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=" + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "requires": { + "repeating": "^2.0.0" + } + }, "indexes-of": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", @@ -6523,6 +6718,14 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", @@ -6642,6 +6845,11 @@ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -7741,6 +7949,11 @@ } } }, + "js-base64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz", + "integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==" + }, "js-levenshtein": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", @@ -8104,6 +8317,15 @@ "js-tokens": "^3.0.0 || ^4.0.0" } }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + } + }, "lower-case": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", @@ -8164,6 +8386,11 @@ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=" + }, "map-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", @@ -8242,6 +8469,104 @@ } } }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + } + } + }, "merge-deep": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.2.tgz", @@ -8487,8 +8812,7 @@ "nan": { "version": "2.14.0", "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", - "optional": true + "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" }, "nanomatch": { "version": "1.2.13", @@ -8562,6 +8886,32 @@ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.8.2.tgz", "integrity": "sha512-mXQ9GBq1N3uDCyV1pdSzgIguwgtVpM7f5/5J4ipz12PKWElmPpVWLDuWl8iXmhysr21+WmX/OJ5UKx82wjomgg==" }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "requires": { + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "^2.87.0", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" + }, + "dependencies": { + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=" + } + } + }, "node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", @@ -8682,6 +9032,98 @@ } } }, + "node-sass": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz", + "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==", + "requires": { + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash": "^4.17.11", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.13.2", + "node-gyp": "^3.8.0", + "npmlog": "^4.0.0", + "request": "^2.88.0", + "sass-graph": "^2.2.4", + "stdout-stream": "^1.4.0", + "true-case-path": "^1.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "cross-spawn": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", + "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + } + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "requires": { + "abbrev": "1" + } + }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -8732,6 +9174,17 @@ "path-key": "^2.0.0" } }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", @@ -8985,6 +9438,11 @@ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" + }, "os-locale": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", @@ -9000,6 +9458,15 @@ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, "p-defer": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", @@ -10304,6 +10771,11 @@ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, "psl": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz", @@ -10827,6 +11299,15 @@ "minimatch": "3.0.4" } }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + } + }, "regenerate": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", @@ -10980,6 +11461,14 @@ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "requires": { + "is-finite": "^1.0.0" + } + }, "request": { "version": "2.88.0", "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", @@ -11259,6 +11748,230 @@ "walker": "~1.0.5" } }, + "sass": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.0.tgz", + "integrity": "sha512-W4HT8+WE31Rzk3EPQC++CXjD5O+lOxgYBIB8Ohvt7/zeE2UzYW+TOczDrRU3KcEy3+xwXXbmDsOZFkoqgD4TKw==", + "requires": { + "chokidar": ">=2.0.0 <4.0.0" + } + }, + "sass-graph": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz", + "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=", + "requires": { + "glob": "^7.0.0", + "lodash": "^4.0.0", + "scss-tokenizer": "^0.2.3", + "yargs": "^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", + "requires": { + "invert-kv": "^1.0.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", + "requires": { + "lcid": "^1.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=" + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + } + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" + }, + "yargs": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", + "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.0" + } + }, + "yargs-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", + "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "requires": { + "camelcase": "^3.0.0" + } + } + } + }, "sass-loader": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz", @@ -11338,6 +12051,25 @@ "ajv-keywords": "^3.1.0" } }, + "scss-tokenizer": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", + "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", + "requires": { + "js-base64": "^2.1.8", + "source-map": "^0.4.2" + }, + "dependencies": { + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, "select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", @@ -11925,6 +12657,38 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, + "stdout-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", + "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", + "requires": { + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "stealthy-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", @@ -12133,6 +12897,14 @@ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "requires": { + "get-stdin": "^4.0.1" + } + }, "strip-json-comments": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", @@ -12246,6 +13018,16 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, + "tar": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", + "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", + "requires": { + "block-stream": "*", + "fstream": "^1.0.12", + "inherits": "2" + } + }, "terser": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.4.tgz", @@ -12446,6 +13228,19 @@ "punycode": "^2.1.0" } }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=" + }, + "true-case-path": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", + "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", + "requires": { + "glob": "^7.1.2" + } + }, "ts-pnp": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.1.4.tgz", @@ -13226,6 +14021,14 @@ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, "wordwrap": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", diff --git a/package.json b/package.json index 5ea515e..9f3e6c4 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,13 @@ "dependencies": { "axios": "^0.19.0", "bootstrap": "^4.3.1", + "node-sass": "^4.12.0", "react": "^16.10.1", "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", "react-router-dom": "^5.1.1", - "react-scripts": "3.1.2" + "react-scripts": "3.1.2", + "sass": "^1.23.0" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index a146b6f..bdea77d 100644 --- a/public/index.html +++ b/public/index.html @@ -39,5 +39,20 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + + diff --git a/src/App.css b/src/App.css deleted file mode 100644 index afc3885..0000000 --- a/src/App.css +++ /dev/null @@ -1,22 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #09d3ac; -} diff --git a/src/App.js b/src/App.js index 3d78111..669fc03 100644 --- a/src/App.js +++ b/src/App.js @@ -1,7 +1,7 @@ import React from 'react'; import logo from './logo.svg'; import Navbar from './components/Navbar' -import './App.css'; +import './App.scss'; import 'bootstrap/dist/css/bootstrap.min.css'; import { Route, Switch } from 'react-router-dom' import HomePage from './components/HomePage' @@ -12,10 +12,11 @@ import DetailsPage from './components/DetailsPage'; function App() { return (
- +

complete and utter sabotage

+

Elba is the most amazing person evaaaaa

diff --git a/src/App.scss b/src/App.scss new file mode 100644 index 0000000..b11c4a4 --- /dev/null +++ b/src/App.scss @@ -0,0 +1,87 @@ +.App { + text-align: center; + color: white; + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, + Helvetica Neue, sans-serif; +} + +.App-logo { + height: 40vmin; +} + +.App h1 { + color: aqua; +} +.App-header { + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-link { + color: #09d3ac; +} + +.navbar { + .navbar-brand, + .nav-link { + color: white; + } + .navbar-brand:hover, + .nav-link:hover { + text-decoration: underline; + text-underline-position: under; + } +} + +.home-page { + height: 100vh; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + background-image: url("https://images.unsplash.com/photo-1559767949-0faa5c7e9992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"); + .container-fluid { + width: 90%; + } +} + +.search { + top: 100px; + position: absolute; + color: rgb(72, 72, 72); + background-color: white; + width: 30%; + padding: 50px 0px 50px; + font-size: 20px; + border-radius: 5px; + h1{ + font-size: 30px; + font-weight: bolder; + } + p{ + font-size: 14px; + font-weight: bold; + margin-bottom: 5px; + + } + input{ + border-radius: 3px; + border: #c9c9c9 1px solid; + width: 100%; + height: 40px; + } + .btn{ + justify-self: center; + font-weight: bolder; + color: white; + background-color:#FF5A5F; + } + .container-fluid { + width: 90%; + } +} diff --git a/src/components/HomePage.jsx b/src/components/HomePage.jsx index 04943a9..e6ed627 100644 --- a/src/components/HomePage.jsx +++ b/src/components/HomePage.jsx @@ -1,12 +1,16 @@ import React from "react"; +import Search from "./Search"; +import Navbar from "./Navbar"; class HomePage extends React.Component { state = { someKey: "someValue" }; - render() { return (
-

This is the home Page

+
+ + +
); } diff --git a/src/components/ListingPage.jsx b/src/components/ListingPage.jsx index 1859c6c..d72fac4 100644 --- a/src/components/ListingPage.jsx +++ b/src/components/ListingPage.jsx @@ -1,4 +1,5 @@ import React from "react"; +import SearchNav from "./SearchNav"; class ListingPage extends React.Component { state = { someKey: "someValue" }; @@ -6,7 +7,8 @@ class ListingPage extends React.Component { render() { return (
-

This is the listing page

+ +

ajsiogjawg

); } diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 0db346f..702f568 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -6,19 +6,32 @@ class Navbar extends React.Component { render() { return ( -
-
    - -
  • Home
  • - - -
  • Details
  • - - -
  • Listing
  • - -
-
+ ); } diff --git a/src/components/Search.jsx b/src/components/Search.jsx new file mode 100644 index 0000000..7cdd16b --- /dev/null +++ b/src/components/Search.jsx @@ -0,0 +1,36 @@ +import React from "react"; + +class Search extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( +
+
+

Book unique places to stay and things to do.

+

Where:

+ +
+
+

Check In:

+ +
+
+

Check Out:

+ +
+
+

Guests:

+ + +
+
+ ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default Search; diff --git a/src/components/SearchNav.jsx b/src/components/SearchNav.jsx new file mode 100644 index 0000000..1fc6460 --- /dev/null +++ b/src/components/SearchNav.jsx @@ -0,0 +1,60 @@ +import React from "react"; +import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; + +class SearchNav extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( + + ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default SearchNav; diff --git a/src/index.js b/src/index.js index 86895c7..a610b74 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import './index.css'; +import './index.scss'; import { render } from 'react-dom' import { BrowserRouter } from 'react-router-dom' import App from './App'; diff --git a/src/index.css b/src/index.scss similarity index 100% rename from src/index.css rename to src/index.scss From a0c3fd1a2381deea7a3684eeee1df5ec558db8c1 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 4 Oct 2019 15:31:18 -0400 Subject: [PATCH 06/12] More styling, fixed inputs on home page --- src/App.scss | 3 ++- src/components/Search.jsx | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/App.scss b/src/App.scss index b11c4a4..2e007c6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -73,7 +73,8 @@ border-radius: 3px; border: #c9c9c9 1px solid; width: 100%; - height: 40px; + height: 45px; + padding:10px 10px; } .btn{ justify-self: center; diff --git a/src/components/Search.jsx b/src/components/Search.jsx index 7cdd16b..7f4ea80 100644 --- a/src/components/Search.jsx +++ b/src/components/Search.jsx @@ -9,19 +9,19 @@ class Search extends React.Component {

Book unique places to stay and things to do.

Where:

- +
-
+

Check In:

- +
-
+

Check Out:

- +

Guests:

- +
From 073ff8d83c3f2e1f273587a8c34fe46c34fa7f22 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 4 Oct 2019 15:49:23 -0400 Subject: [PATCH 07/12] New stuff --- src/App.scss | 11 +++++++++-- src/assets/Airbnb.png | Bin 0 -> 119174 bytes src/assets/logo.png | Bin 0 -> 33792 bytes src/components/Navbar.jsx | 12 +++++++++++- 4 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 src/assets/Airbnb.png create mode 100644 src/assets/logo.png diff --git a/src/App.scss b/src/App.scss index 2e007c6..eb21a6b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -30,7 +30,10 @@ .navbar { .navbar-brand, .nav-link { + font-size: 16px; + font-weight: bold; color: white; + margin: auto 15px; } .navbar-brand:hover, .nav-link:hover { @@ -44,7 +47,8 @@ background-repeat: no-repeat; background-size: cover; background-position: center; - background-image: url("https://images.unsplash.com/photo-1559767949-0faa5c7e9992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"); + + background-image: linear-gradient(rgba(black, 0.2), rgba(black, 0.2)), url("https://images.unsplash.com/photo-1559767949-0faa5c7e9992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"); .container-fluid { width: 90%; } @@ -74,9 +78,12 @@ border: #c9c9c9 1px solid; width: 100%; height: 45px; - padding:10px 10px; + padding:10px 5px; } .btn{ + height: 25%; + width: 25%; + margin-top: 20px; justify-self: center; font-weight: bolder; color: white; diff --git a/src/assets/Airbnb.png b/src/assets/Airbnb.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5473ff2aac975df61367133a6310be00a2c488 GIT binary patch literal 119174 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

gc||KAhX`MMz~Xf)Br%zIvaUEK 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 J`hlfi%D=s_83zCW literal 0 HcmV?d00001 diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e95d3d0cd88effb7c1e1a4d4274c7762c997a GIT binary patch literal 33792 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 X9@+ - Home +

From 9d22acda4b851063581b89c13942ad3e8e910cba Mon Sep 17 00:00:00 2001 From: Elba Chimilio Date: Fri, 4 Oct 2019 15:49:32 -0400 Subject: [PATCH 08/12] working on listings --- package-lock.json | 35 ++++++++-- package.json | 6 +- public/index.html | 3 + public/listing1/img1.png | Bin 0 -> 126012 bytes public/listing1/img2.png | Bin 0 -> 89380 bytes public/listing1/img3.png | Bin 0 -> 70610 bytes public/map.png | Bin 0 -> 1007256 bytes src/App.css | 22 ------- src/App.js | 2 +- src/App.scss | 95 +++++++++++++++++++++++++++ src/components/ListingPage.jsx | 114 +++++++++++++++++++++++++++++++-- 11 files changed, 241 insertions(+), 36 deletions(-) create mode 100644 public/listing1/img1.png create mode 100644 public/listing1/img2.png create mode 100644 public/listing1/img3.png create mode 100644 public/map.png delete mode 100644 src/App.css create mode 100644 src/App.scss diff --git a/package-lock.json b/package-lock.json index d5de0d5..9b71d8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8548,6 +8548,19 @@ "lower-case": "^1.1.1" } }, + "node": { + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/node/-/node-12.11.0.tgz", + "integrity": "sha512-+otbYpjh/BF8VCxF+eYQtp/jzJT8jJF2apQJMt88AKWaY08d6NoKAiz4PseQWlkv1gKYgMjs7WoPkuT8CSIkOw==", + "requires": { + "node-bin-setup": "^1.0.0" + } + }, + "node-bin-setup": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.0.6.tgz", + "integrity": "sha512-uPIxXNis1CRbv1DwqAxkgBk5NFV3s7cMN/Gf556jSw6jBvV7ca4F9lRL/8cALcZecRibeqU+5dFYqFFmzv5a0Q==" + }, "node-fetch": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", @@ -10620,9 +10633,9 @@ } }, "react-router": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.1.tgz", - "integrity": "sha512-ozTXqxKZsn4GfZqpG5rVFHSSxlNuDoMNxgyjM+mFJVhqlnPwwkRsAPkDm1PcNjBdYxMzqAhtz48HkQB6fSYaAQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz", + "integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", @@ -10652,15 +10665,15 @@ } }, "react-router-dom": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.1.tgz", - "integrity": "sha512-r8R8H0Vt2ISqpk02rR6VZBLk+JZdR6pZV+h9K1y0ISh3/G4GGByNevYBS69x6czcOcWVRcZmXjwY8l9UBCKV+w==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz", + "integrity": "sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", "loose-envify": "^1.3.1", "prop-types": "^15.6.2", - "react-router": "5.1.1", + "react-router": "5.1.2", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" } @@ -11259,6 +11272,14 @@ "walker": "~1.0.5" } }, + "sass": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.0.tgz", + "integrity": "sha512-W4HT8+WE31Rzk3EPQC++CXjD5O+lOxgYBIB8Ohvt7/zeE2UzYW+TOczDrRU3KcEy3+xwXXbmDsOZFkoqgD4TKw==", + "requires": { + "chokidar": ">=2.0.0 <4.0.0" + } + }, "sass-loader": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz", diff --git a/package.json b/package.json index 5ea515e..9233038 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,13 @@ "dependencies": { "axios": "^0.19.0", "bootstrap": "^4.3.1", + "node": "^12.11.0", "react": "^16.10.1", "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", - "react-router-dom": "^5.1.1", - "react-scripts": "3.1.2" + "react-router-dom": "^5.1.2", + "react-scripts": "3.1.2", + "sass": "^1.23.0" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index a146b6f..097994b 100644 --- a/public/index.html +++ b/public/index.html @@ -39,5 +39,8 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + + diff --git a/public/listing1/img1.png b/public/listing1/img1.png new file mode 100644 index 0000000000000000000000000000000000000000..e280c2e010a671cbf8edf8d1fb08f70a507401a8 GIT binary patch literal 126012 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 z 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

  • 0(Ul+ugLc);^KW^) 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⪼T8uA7sE&eYP?rH&-|TT@9ga9^LHpnA3b!zK+R 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 F|JfokSg8O2 literal 0 HcmV?d00001 diff --git a/public/listing1/img3.png b/public/listing1/img3.png new file mode 100644 index 0000000000000000000000000000000000000000..1c00f5117fcf657f74b60aa7f2b9253f5f21f2d2 GIT binary patch literal 70610 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

    gr_bj^w0 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 z z_%Ll5(=gi^`oSwS}UB9XLl;0X@oTutJ*&;p3 z!7_2rz}3;GfA(ay9@_A+RYHW*!7pg#;u-XBZ`7`9EoKCQk!!*oQJ~C!5?nwv0PzqO zfsCFV4kx=4a=Gc8zN^U3u@*o^77L}WxpMCFQUHZu!sK5QR4|zsPL^x6Sqbs}#IYN& zEtm9d>#Y_BLI)`mc9q*~w!A&IgWRL{vv1yc?`6O?3YqO?W0p3opxD z9d;zBfTjTeR&Yw{z*X&!0@nj91>0Kk zE$EPrz|E3cIls|-qD$TyWvkw2k|*51xUY{V%Z0>W?xN@~e^0g+jtlqCZ=+am&cdpz zqm2fC^*D|H?in!!u0;!}<-#tqpLS(Q_ds&aunm0UzbLbLBYEHZA&My=0AFgy845EdX=blAhac~y1uL#u&{7WC%xz5mGtAsx3C+dv1}U< z=3jRDLVDMEnjjIe652hzEX=U6%cEy>!J8*IP%{U0b@zz+04@Hqes30>KqC78&}&Yi zPu}^YNLPUc*Repba6R z>q@n9)3@v7k757|=gxe6HW<4eSkSKp`ZmOKxeS4IIWBwDzNQLPD799qJWl1lTq})u zsKpr6_6w~RGBh;A8fnM0osD=XmgXA!9S8s0UZCkJ>hODCaPMC!WAjtI?|sFZnHG5} zr~rm}cv;QXX)yqcOsZB3^#T+mD-b-vx4sc25(yz-)|5fC_ZetaV%@6rdNt~2veLBo z(8As-1r}5*1+`Uizw0` zXq**g65>4-ps=5VHhVdEvq}km?+S%;!q#Sd1$B1J_aQij1+7ZQ6S!dKSb*-)-%;p^ zehNRbm+Wmmntkg(P>dChY#aB`=x?8-G%Fn0TD;Wxrhg#sihhcFPcI8pz}zLaZ=vW{ zK1;T_3n+8Tr`74K***dohin|bMgbLM;}D3$#dR{JS#b4uj`K~G>lg{bwGUEb>jbr~+_wTO z)CvfZeU`H=C1k>Q@lmOgl`+Zka%{L}FrU?s6lU2c(rmTBfv%h$5g1Nw)5aRCHn*n5 zx_j&;Ivm}R&7SFBL`yr)5HVY#DNRE>n^~tFd9UEUuu7%QiEPIRRKU3@$3>NF%V>*u z6bLNb>g;4!Z5oZmH4VM7M82jT%Hr4J?qFC4_o9u3|HI^Tc=&}fO06QWasC{@B~kyl z_Q7@9!rX@^K!tcJ!XIlc5gc3t5D;aDgM%f;g|Hm~n%#D97F+;#8`zBzXvxfuY(Qp_ z!2b}eJ0*gmXP7fP^OMtdf%_xS%nm=z?Q9YI>c3EOjNA?{2U?Eh)stnm_m5GCtqxk* z`arrjN^#)ySc*0C_&Q6oW=@N{lh2C=E(jqO&*=KS{i2B$ubY-K&yp~2uyP3Vi+4T9 zXkC;2lmZrvt~ps3+hT32<*<)?0_~MclL0E|<5%FE;l7mjbGbZEMR`4FQ|mFv^%!H* zTP?tKK_n6>d)T%N2QxqVEpoV9$UpxT1@%+G!xY6wX6xDPM&qJ_{K-g=LTPBtsqZ^# z-{KzUcO?ijrQlkB?dU-T)W@q;Bga{g+B`u9XwEja8MiX~m*9)iZ5 zD#*v&pl$qQy4=dP%h@7;GukpD2&Yt`Gh8I0e{36_`t94gP_d_3~EMJ zfd$mBH`r#zV?ERDv8^mP{X>D<(o8Bwp?y!WD?9cT-uZ@lvQYQ7$Dl#X>pa#P+&dj@ z9A82Ay%gf0%?XZg1wtOmG|Acw7=a6jlY)C(eg0tXVU0E&)^Lp69_KibBfsIG=3b#d zF?`>1H1^vy0$gyOUUe?@yzM%Q_y4LQP(jXe@c+I_6E8eVo_AhP@l$g0 zHJM-OwiuwGZ*ykyBzBJ!^C4H~eDZWHLY5)LIW|KwaD;xCw$V0sFg z84WN4w)MN8%q;3WDa*>P(HChju|In(cT`|uDy$PEAL_OmU;*ujmwpBqYDIMc7Ff7a z?1K;ILVmRMJoX}WKDd^Kuf2lO=dP^Pu(ItK3AoDv7Vt7+_VI~4DF{ay2m$1{vJ6<* zG2&6JrWatTdG+2eCBRk%M|xho4xc`$;8-1-I-dmvEheb^%m^Q(S?qGd)4P;iX3WpE zz(A9|qb6oDVQ|i2cQ@wz< z9>P|S!%z4@2oGQZVwzxbRQPDt2fi)}Ebw{oJKD+4phqbhj}0<#5TPgw<=Z_y3~YFg zfd~1(0yOyr@WK4Gvn7fd;ofyHkdS17C4hl&G9a|^J$(JPy1LA&<)s5y@HyLbF(F(BWSbYn{kdq(H=_k^8?#iO4l3vBMJ#B zp-qek@Ck7A+4e77HoeipWn>FYCveBOTcn4^8aQbzS`ApRf@$UO+XagVCx!2G-Afz> z8B8jc*{bFyRD1((qwVha&JG=YOLsepJFElhKcZB8`djF>IXlix|9RPb$cC1wb#qaN zoblpIW(V4oeA#9+Z1q4?0rSV1zo-X7in9@Kl?^g@pv(Zm9rgMkFYJU^%Uv6zD(I`< z^|O$R$qhw@XE(zEuG~1jLiTAv{mU=?#fC&P*U_AXtUJj|MFCQf0C}xFrm+M2LAeHn zLmUDtzyc~tX(*t=YAV?onDQ&Iz4{2f=*ud_CLwrJq&_aJPb|i?)MknXz#x+kfNCy#Fg3OW8b4>xd<=lE{EpV^h^TkGn5u=bHa z*F#o5;(q5{;eA=fhlx06y6UH>Vo@-R=2V&VKI=`R`nJ0NZQyMNmI|Q*ivllkx?7o& zntzviPN)lKm(L?RfwN5RrM>_C=nARV+DaqyluRI4QTjRMYqGtcWxu&HxYVqQBUiA+ z$&bf~5P@9=`68Vw<=m}477w#AAYNc4>{I_MN;9S$`xWZC z#2paQEN@*iMKlII-Ss_YcV2cPPe=>R$`M8J`*V%l38L2XxY$@gQe~=yvdyCCRu0QG z;XxckLNJUuR02YxUV>(yGSd=Y((WlTkA!1n7G5z4+H{!US-|P*GH<#+I%@7@)GBFbP9#D~m?L!>zA zUW+Kwb{359f8LUvQi#?xnpxS@C2mtRg!)liq{_|RaT;#A`q(*%M+F7w)f(Gm&>Ffa z%IeiT`dy4NBd8pVY&R}8+pDfwrFz-jxDJyhwZE#8mFySe9ak)AnuwU+wx=>haN5cv zg>3re={jM&1#UBw;v`zQC5cotyX3HKW=j3cY}nmZ*aP}JY!m)_LhH!M-40b~`9Ar0 z6JkE~ml^G0zWjqGs|Asl87@O)4Zx@!H>X3Zqi^~)yStt$?eOPm^mO=Boh#5)Ny~vo zukl1hTUh5S>NG6Ej#kbDssg+?_Sjns*`8903iX){W4naLgk2W=ZF9ObsE5H~4H{26ZMv39;%%0r$xB>TTCPS8-Q-64%IS2s_^+S7vvt7Sjn`-nz(koN4vfP{nPLJB2`gQ#$h}acm~enlujOb;8P1-bT8a?Fq1xmdFLt06Fb?UVFO@QG=aY zvc0ZAlC~x5zAmKKP8_p$(Zfi6WbU1&#Wu!Jd$fPF%Bdfb_rfk`7ci+L{~O4*jdi7v zh3Sb3cu>K?`^psFiq}> zslV>iHxS%OY6qZM#EmQ-svt)c5e`-f5?(#g^j@FA$G{QUIUnB}kbp-H=n#uD|U@e=GreUm-Pxp3x{x z{M$0Tp;wDgN9+DF4FVInmohDKfK#zxO`--FQA)ZA?Gt zcC#`|G2rxYk5NOTFHq-y$lcC70yjNi6IzUbb0c`$tL_kiO{-=p+wD6f62rtdXcx6S zBw+l(zh{44soIYoR!WikKxWh@#g<-K)RZu6PXuG`eP|mXY zsSc6oIE_8f9FDbA7NQupd`GzNXIwbEygkbgsnuTk!+gvipezMUb*1!;8Z&aIX~-k2 zESTs<*1twMyKeV$)Ww;ojCQIw(RPf`3g^N5v5^XLHN6YrtNvuxEDv-frv;}{_bQ9t z(k3ep{QTDazc>kmM7@JjD>-#4hDj9$=su9ZNqe_Q|-A@Y0BqNz@NlmZ(L#D3`P7%se!|J0sHKp zpeG6Z{fhR8adSurw|!bA=VGHjQ<>*KtXLlNe$eAE*ZM>t1hZ4taPw}UgQ*nE`my7M z*P4zUSlM`&rt$TC3I#GFzz5iT*VQdO0fCU1(UmliAJkUjKuy*XhwV zLv6!9Leb#{-q;N|$?vyKK_i?+)r6fjXq}lTncFR78=!e_E>df4DlO*4X_5ll3&m>3 z(uTx;`!TB-;lSK+1ksS2&pbgWBKe<3nz-O_O~^M5o|9Fgg+QOfOW?CY|5R6%w<7Jg?EQnkBNw)VELCv-_h#q^suZq$D z-3vyQ7Rv))4rtDY#sqdtH^|VsP^bmEeci1Dc~H*m#u1ivz-g_=e0Ya|4YI2;Z`q)! zEZg#^{kSNpS*M%HhI0S*tiCo@=XHqD>8E^j-?=gwh498^jCHHdkRo_I5}Umu{0LVk zir?iexSic|NR-q}O%OeD4mx^1Wy7(Fg0bs-iY0VMN}@kbwKXCdch5ksh| zoe<(+<=wa`fL)(x>3EwoK9b~qt^V>nKKAD$=elWhvelI!LwzUHAl5vjaWQs19Z z-!Z-n=U8Ig{==KB9W|G?0-qkf1kZRk_PzExb;xM6hT# z^6tj(ApF)yBBrdu;OB+b`gboIguo(GtE%YZtc;8VE)mUKij^*Pp^3T;srB!3Pgto& zB?2tjiUx|;i2MH67c-nVe2l4mLUar2z9M~5$83_gqe+HA@RS>WiW6J|ckuTC_iHX6 zZ(pmt#u*4X%HvIK&A%8NKery`gVOeJh21s?pV^jFdS;s+-oJ8>`uodDe5dm=p~`=J$!bby2a;MG!k_nykT))rG?+atbeKnI zTZjVsgaY5i4@J^VT6SKhgjeP5;FWBq_KdiCkWSiF3kYWnFI%opEkDaGpV-Gep84qS z2(exKM*_rrm~Ls0clFFm4D~Ktd3`XA%^Qb^f`%~IH}8GV@7)?om+#4ctMFX6jG8}~OKu&z#V9jF{plfh7jVHys9SMw82ctecr z$|5)}L*?*ly~~=b-m8`>0PMa1s;AeFTaa+LH%>50`f%BPznia=1lLLxf#^)MJ~?o7 zM2iEJy#Q`sIog292Q)2Ib~&K8w_yqYJR5FmE zD3hwuCrxQ_wj_|sT~w|Xnx}UGjwpU%>uMftHc#CRbecPQ_{`CgOR`4Qg)B`fjd(q& ztH+D-4Y1D7QFB}YH*R%pHW9h;%rY8hdYLA^{LDXDHQE} zz!JaNy7n4#!zHIf78LjZpUPmBEb}M|JkpUKAuqO9Cd4FUql4Kd0S~mcWI7y7<{*{_ z#n-Q3vR!m|zjjy_BdN4mOuS`RlhLqCDk9{Y3Czsl<4qxM>;9b58v32KK07+_+z;2( z%pKoa)`zw$5;NEp6I~`S28ntax5h3dn#rSYpy~NS9n56a5diq+0A=4ILPfG|8XqfK3Z zimq|<9d~)jE7u5na-NaCwT@`ydH8^)Lq)HV9CoaZ!fUEG>P}Zen%mAGQ-bq(@?P!m zUy|{BgT~>d36yR3Z!~X5qw3CMu%kjhk!d|T!C1+_ZvIy<<{WkRvk>mgu<4N=CG5q(n5L%G>&;N181FCF*6Qii*wMR%1X!G8ad4HVe6|zj572EabI3omV$L*9sklWRj4XDhearcEa9Xj$f9=;1%F7K=hqxV!thfBsfmsjJL{J&Ex! z)nN@l66JsBdn~~22en_oB^#<5Fh%?Fk@Y%Vc(u7~W0VhpAm<&=JxhE=JTM z5;DP1ty6Aj17d4oU_$o%W3iVY^PTxBQzA_c4G^>4O zP9J4coxv}~Pk*Nm)ZKdQyCt#MtztXC+2~vta@i#LZ~g5=DYrTgGNgrhB(WMr0~zvY zxXcZU%{#f-+2dZciOk541Oku$q!tuER?K_l#2Jp0wYX-P#e*3Qu~)Qxcb+ak&DPr? z=EFQl-ut@=!p@dz*Vd|9EP`pM0U222(j3_BX}`*-g%X)xF7U}?5TG&iKE-+VvtPKn zfH%~<4{_8rex`m!Wv-J{pX8+U-`lf`w=WfhZ75l-aG%qeIFD`Ok0x2HJH!RPw!L4O zcqN!fb_Aai7%079F)5UpyOMABa)p)=YLSP}2c`>nMjg=+RN(%|Cil*V5wnY6l%&ji z$~_EFno1rr;&m5%U6kO0m3GwK^@U;kCjn|KHh&eV)J1Zp-zee#<`L&SiglsFY? z@KW)caX4EKDQ<)PFw^`zPfGvUc+F$YsTL$TZMl)Cs<%BH36NF)X)zNOfErlJnBeOwR?>D@RY`%MpL z-@L5wZ=K>hoi#o$eRRUdJ&#s1Tf78OS6tbv{*B{4BnDj?)a{@%J*x2UmTZd%Ceui| zokE02@F<<&N{mS$3P!wa>BBzhgD}hE7X(~I^CaQaaC;#P7*24Bw)$V?9|CZ-;o>Xi+?z3Kj#rzT$9 z*`hv=vh^vEiLSCvw%z1MVnnOFTS1bcoz*sll$N*+I+lG-h#Q$_jAXoBSPN(5G1&Iw zl+D{WtdS3T0j`+B^s)gc8@X}+=HaTWXQ-b2lnaZLfT_#rv%%Tm%u(Q_HWRvT7WoS*RDiFv1Vk z{*DJsV)#xoFF#r(D|y_JYH;Qk+7K!h;ykoJ9Xwv`$EDr9_Il2GPG_a(5@5sJq7XrD zXj@B~U?q^HQnqh4Q(!fKQVCew5SO-6YTtv6EB0m$GCaDEU5v*Dz8f6}U3K@S(YFFW zj4uv(e1y{?ydUlc+9f(XAMH{(jN7F}1U)FyDp0N{^EzHOD@?n>Y;ueRtX44B;HW$K zd)c2EWehhzi8MvIIb>TwvHw?ZBM&4(mZSh0g8|vi^x`cPDQHldka3b~H2#ZEC;s{p3*3_&w#PvPZYY0!Y z0yAc_aX93txJ!HBilD7 z-tZm3ybQTK(SbCO-tqRk7yDZGB|5!fsYF1?r(-(OZ9r*_{cha+`t_6@)#QPPbm@mi z7Ec+xd6dU}=HMX5dK&=c#Nh87tbTSq&(25m5wNGyHMquXEt~B&>dX z<`Y_qg_xjbTrweG7u z-)a#hupX_*D{~Td^HcfF)_TD~4&+!SHJ%3A^#^rEJY%(wWJGKn$LXa^Z^}vlBK(x>>%$2XM?IS3IqF9t- z8;XsWeK2Fho6hW(M)@`yWG2?PV{;`h2_7D$*UYwyeLT&P%5KPF!*)Qs`x-l&a7d$8}Lc zsc|L^u`U@|S_DQ>>2ke&%xdd>qvOr7n^^L84Tt+CcfZJS?a~0$Xgkm3_M2mW{6hfA zn%7w!$w^~m5H;d~RP?$eM)?c?kuEstcnE{{fei|l(a5|+Xg2(p|9d^ZM*Y9!j%wq- zJ9lK|&Dsz9lVcT+n%tRP6Io3`XC6BOznhQdY00GihCbg5ATzeU9BUv$fOUew4Fn8+ zjocUUqG3B|I#3MEy`Y=UKzPobbRr<6umHgw;oyR$;;ob*y4JAKeN2y5l1K0MXX!7* zhsQy^1@nNAwDMLpq+lab%7Bnvhz2AaJZj4n0KWJJ&ulRP_Tx>Ev0$)T5CyA-xLVLL z@KG(mY|fYyAc$Rzi7xnN>4#m6L)-1m4kN8YS(kRse6V#<1&g_iT9K)G**~kD|CTIM zxh&Nyag<>btv`*Kc0_X|$)b1ACT2uw$s3Q(7+sVC2~Zz|0soeMca_vw#GG<9{F;Cb zSx|EnQTX1^0duLcn%g;mFB-#@;I&Dm!PWL;rURDW@+Tj9&H(h(notsfo6fvIl(>}6 z0%7TtSW2sZ_bf9x+~_V7%rSrBMn%CF@SPSmHVNs*7%@W4Un>ufk_XPB@zbgWW09(E zyO}S~kS^G_ZE`>F&qZ7j>O>`Ta}E&(7=G5I;(zchZYv8J1qlR|S$yLLzaK&6V?;Ep zv}!X1s{%L_47)B8INudmAi(I_Og$4b9>xA)nsgO9n#fSt&mLqMP{10NqyLy(GpYWK zY5!aB1KL9mVwf5|m~ms5m<_K~h1lA;_GO3i>h#b&e$fs^cf=7NZx@z1s|$*zvdA39 zu&WdFn6i#3{1;zmfU#Mbd9Tv_tu>P#Gr~Ei8@r$=RaSG<5L%ZagPm6YjomvqOc#=rp$$r;sAV!G{nf zK#q*+13G3>{=7QMLG`SwN+6Tm(yw&)I-^nI@*uA`qI*g0K-dCyr3MP<{2+W7h%MEMAs@64yY#XR~Xa zF;9)BnB!|1(*6BDH7JI$#f7?TdDVJ6RdeJjIKAr(#DASCGXRIf*O*At8csKL`=_;a zh_~}G^6BdbI-8DNbcJvO-1=OS;S#mHdXaDFe_cn;i&hH)sMudXnjfB5@f*#U%R$Rc zuTS>5FcI(YSuJVmW5ufyH8N~Dh|#)dEFQz0#Zx_6aQ3efsWt)%qx)PyQqost9e{$X z_df?Dyf{-?7(e|cDXDE#9zY2P0}!T(C|4S*gPt(D^|k(}7>a?=Gi+CHR*C&+I^X3J zKRyN-;E1ALoxe_!S8I{K&_P2Ky1xNoU18J|5sznC9W;SFFrdMms|eO1CchXIV^bva zypBQ$rVLg>xmE56&{pnts;I>RTR*P`pfDF22IKNbZ#DJKqx_mQ3Ba`a3wNP~)~RKa z-src9A~T(5B{HH|uvAY_iAlUDKeX}1&Gud&?}4j6TS??}N;B|x)!%D$YeOlWpARVM z=Yk03M=RE38a!}~JVs5~!UdP3Ft<#{I?K1yLLpHg==ihV4>9olLB-I*I56~S{G0No zX^$O%zBlN3&1EN+4v5>SdUF{{ds#ys_cE%X@@#9L3!H|(`;NN6SH)S_Ij?X+L_4f5 zs+Wo7RC6pZdwrc6#O3Xkbmg7f)Gg!mOwlKGcZKwjGVX}-^%NiGvr=;<`(ip~Z2Obc zJIT)WvZ~xxamlT-euni-f~gE2wjNg3qcGZmi4eas-ptA#M@7jhS@m=&#c08{ns|;2 zXqufaI%s>0|E99uUm)6keWuURhJ(a~65fj_oGRHH*?uODYz^9GZgt8ZWnaZ}KBo}= zF%0097bp^wYzqj19i5z%KfM~s5lvI~T2@3|@v(nwi@ePKeXN$F7HN?ToCB5Ot5$m| z?Ine~EjPX4pQvn5hj~SZo$O|q#}90pJBYojE_A(l@`7!jTq)$^o*wztqmNzN5}FlD zuQW<^>p-L0fhfsRhVXOE-YQ~9ZQS-;hJpOiW+0nQEI8;&t(s zfk>{Z>JS$J%oqh4we1NX_J5@k27PB4Ce@foCACVrB_;eUgK&7f%!v->UuDwjsQOC9WZwqN1M@0X+` zN5A|4F#4SPxHn z`F|;X9`9)Cf|n%uR)zq0H{E`^>%V%1D%qJEwF5^!$jp^`R!468>Y!@=z&OwDT?ESB zyizGRJl7n4u2k=A!I|eQZ4zb~(73R=Pa=_`=ju{NGjjalT@)TP#a-mbk!=8(d^hh! zE9B9(Ca7UK2uBMefSOuKaJ%In6E!9Itd8(aUKDR-cRx_{J!K`cD~m<(T`c+k8IAq4 z^R#GwC~e>+TZ&f-MLF_BarB9&uDIo}IUdBCf)Z=2FlJuA`zJA|Nyii~i*y{K`uQt~ ze9dp!;%iqYBBE~$0q3nN}JrYbm8af^EoqFwvwa2%UBG792T7!O< zr*IlYLzFj5+cjp&FVS2$<0=S~OG-{RjX|o1b>(#`4;|{|UN=lih{|GCpN>6w1QJ31 zYKzgFV`#c(uZTbBL+H$Gf5q!Fu!`OB5#Cch((h*`v=-^WI|@7R;V$KE4u0`+Jg8XO z-W%T;7j3cqb1*5#v{TdYCA=p7PRWMajWKyZx^7>nf=w72bG>sGegy?51jG=gLU*;9 zd8t_9oS%)1rq9l_OV6Xky|Z?#7sS}yQl^mL#q8zeN&p0~lxYZyP$9*!g%jGC3b6Z9 zS&+8oARzL7CRHIi=06U^B}w;RI92E|B9})sPW7jQFy|ol2Qkbb_YV<>fo{s|S_IH` zn6JspLQ4Cc3898t9`VN%RpiR-K!gQ-H!7wKwF73zDKR+W^&;aOw~7)Ih7y8MjKXyi zA~X8Dy@GKXB`E|7!ddZA5I|>si_j3bbO9i^k*+RBRCr;1HNhJh1j*7QQ6&(Pzw9#q zL!#Q5Y&;<-c1iA^c2c6X=XBcgan&kES6M9c;~=MaEUl~Oz#y(iuuT#4N5z5JF}Q$b z{YY)TiyN0HyZ1mpRk}|rc5YyQ17+9)uUO)bi2)e*0)3&od}efTluL!JLE553*C8i< zPeo3$W|{#})uLI9UBG$lrYIG-lJg2jNQlGQ$NX^~O_-Vy_$Mq!<)wHY7!PFBtkVW8 z1|XU>okfL3@{EOhR)sonb%GvGc{$}t-Ct95w~bILw52!GxR^w#GO5YEc<^ENU+B3P z2%-+(Uu-JX)UA{2*${`YS#rZ6yAN0Dg+)o+ zF}CxEPL)0;EGU=?Uu7;3Qit$v=UIUUskj`j`b|ZrVnm9g^}1+)BaPpujiib=nt+mg1%j zHi=oF-3xH=b7f1J+L#U4@H_4~HOFj|j~>te{bA&nrv{ua38H#B98mH}%3Qz8vy3rC zhLy18_kpH6{KhbPn?i}nk<@QGyU9gvYYYD%XiF06vS4}`l?YYv*`Wqu&?|?B!Nfr% zv&nsO?$<;zuS54Zp|IZW?vQubRzSu=QJMPq_X1W~4Xl-w@j;3uouK}wQ`pL<mDz$CPk@l-;s3C@(L zH`@bo#oCZy_nESwBiw-;{Z=Jd-$nqq@uQJ-t;xPM(LB@7sn!nwdC3C}o_SIiTjG7lA2s;d*M%(AA-`ZZ8G9Qlz{P`5-oh(8U(fO9#2Qx` zPw%8;Z5GU+P+p3;oYNL{EDCt`f+WP|J|^2WI|B%~B8tpeB7d91)?_){pxa~!&B+3%Vq?M-D5 zd{QJ^E-S0)>DE$-FAUXQkqIm0@EjBhqE08;%nh-|yZ8+if3(WNgK2i#J86g%NvdbD zx4ZzHb1nSET#d>~UH?q97!1XC`IW7lgivX2QlQ9ItDos5C(vGHEFOyw$6l64J4qIt zj%p|9TdFQcv4{pw#^+~(`{!13m--VjLQYEvBJ@71Ab%dhZoyQ6Go;0vTuLOPn&`wB z+&q5&mOgWxAI#m?d}& zF4?q&pQyi#B58{D^Ss`y!%~4~uqlxhBb9-4`$-~=YV@6wdI)t_pvqZ{gWV$L2RW%z zo$4niM5w2gxBw#i*l>L^G4*AprjahV?i?oLcv**7ZMPP-5}!__r@)~Dr-8v%Dwl*X znIlhJijZ@U7jl}!>fmE``JISXL;F1-p|6E9;Tu11XK|)vzf+?5pi~o$!Z_;2zwe6- z0CF|)Ni%5R;8)}cw!afzJWwmbnis}G)_W)QZ^yJK^q)iBzBri}e+ob$fYrlY<2;?c z#n~RBpcuT_ebo>!b5@q|ViE-}*{60$0qWf3Kzl1 zCPFvjF;(I ztKx6=5zPMbTl+&Iz4}v-sOKMZtT8Jsd0R5$Yv)o@Y{M96p3OR;*Z1@;uAPjkblp>D z)9OVtf<}~6?=YIbHMCRLULR|Z8=i8(Ze>ixjO94B07N9$d zR3P=FcEwicsDeM3~1BPJ$`y`1XYXP6HrH z$Mxn_X7q3}Qc98PoK09^HXP2w(LQa>sp-|)1r~pEZCklIqz)dJ^Q`WT%}wZg z=YY^%*$%1@19nE4FNwDia;QG5f3#x6srkM1)8~IC1Noe6G65NC%D{8u(-W04Y!yAK z+h{$TBIG0v>D97hg^}i;Wpf-hw_U2}m6I;8(y9Eh2s&79kV?ltgRks-nh~;HMY+uW zDu34)>!xZAzHn^?K`@ah+Qr$5=h5Pp?=ImP3%A*qD|%ld)pDvHeweUYu!kf&MPN_H z3~T_iLG|%6WO#vL9*~o>Le@2q^A=yE_)7aHDk1YpF&)PZo9c(}+`^rOvO`C=MzifW zuVN1G?<0rRQW1=HekaaxHe?vwVd`n+nDC2Dpg#vxmg9w!zK6N&06Jwb4*Y6~nvy3nf)csYc9gvxm1v3bKE(>Sb!RYWA z5qjvt-8(u>s+K$^wEFtB9fQ&%0d#XIAS~U2ah6>&;m-k!Bi}&%MduB_#6>@j_I<+FBY>T$|%at zdi`R&acAqI26*$pSA;%j)k=5Mo(0iSCH? zlO>}~n@_b?NudZJ0D$LUu%Ux6F<-AvKAHsADk)c>|5mJ3bbxwboSR)q z*a#IAl&X47dJm)zew8nCt}t1DJ$cVxzf>uk+blB8k+%5AF41wvS3PF%c@v|(!|uPN zBdm?#LLN=x+w2*79K!>_5;olX`QI(xY+Vv@g!#XzNaVdCBJo;S!K?4PUd)7KVE2jf zU|yy>`pkw6-11oTs0`y2TPWmo?X;9Y#iQ-1D6N^@c?5(zdD(8kfJWnV-jbMNiDv_| zpP6^wCE4DaC?4@g3o4#&Gp0n%Jmz#D<@l05F|}B>)q#k3$zZ}0FpbUb@^}7By9B1% zd|L^v;f)CpGKn5)Gc%eBFfQTwRg$A0HA#S>)%vVhUkBQgpG)Wqa;8@Z5cn2UYv_}d zGlG_uo8ftybLs0o6IK2z;akp~YCKN5&L*7p6NPUpkik_#C^5>Sx^!8KD*0BZMG^v^kS9l->ug_##;|*XXF)nHoZ18U6z%UO=GsUcLlkhgLy3O! z&-r!nm}-4=4s1$=n3?bLUj8zLJP#GFEb?=^I#1{z*&n5sop&Hjj~B3gp1Yn;nc=0h zNfIFBQghGSin)iEZjrN^A=LrU5wo^EafvbL>gfS_I#X987 z%Xao*vVm6R>sq(q`33>x;5>1`Pd6{O6_yqzynMNTVT8mC)dK>%;&O2|mx^ATpvp!3 zeOI^HpkYZ{V@|u7XR+hsL^0ZqJ-pxG9bob{8Z>H$Yq}B5Y*n;xY zCr^MS(-VK@a$IMi{k)b9)89;ug#ZXyfWy zd+Dt&9JCGV-gp(Wf;`FHvo=oV6{Q8t&(D`ir0;+x<-R+uxm)cAwtoj4bSx-D+Kt;N+_4M_cLEsGYdw- zQj@^{X91MuC^!54DgTA44vT1TM}0H|id#Za%(T^DIegx3a2z$#SUR`urlJ{kw|nzw zO*8DO2MC~oVpz!I&qUM@+t=;FR7O?#nBsl7Zr|1$@k)`U;3W2&3VcBYZu065t*$ms zDyM|M8IWMhJo$n7y;QlwytGG*RjE+leU-mLw`_V5j9ON}_lB*Q!O5`CcFga%c^(AM zf3QPbnIzSr|fvv23J?k4m z7<`SIEzPp?btJLIo?2J9YFkx%vZ^(k5Sa$G4`b?q6XD%#fP#i0@GQn`S#cB{e9Y^2 z)jVRBeA4+LZZ7!)je@2uxAwL`MvZ0FTS6;_*F#09o4|j%3dtrus@`nAmN%o52OK0L zv1an{Hqj$_R6HLF9)du@p69S3bY;o!G`;+wv>u)D+cD>(7Wn4~8d8St;=AalPJ)jMajz>*AkB5o| z-%q7nRhl^zz~hg#J-2L>n3a!N6|erV1dm4c5M$0M%gZYV2r9azQSl_ky#|c>-~e#g zT3J|^aBit(>lxnq&r9RI@HgZe*jT+Q>{`P>lDzrK;0hXXGPcw-7#=T?9Ts75f8$khhLq132Ky3rt{>!{)cvE z{ha{V;MxV{`fxF2Y!#r4!c07}W%x&6#zL_KHq>+~!sFZsqhD&ObupdKXz1vPYH#*+ ztk96eS-G7wXG+tpe`gUKB*fIU`^c$=8eTuoc$C8Fh%hAKvuBU)tJGao1;YhabWl7r zwizh=>DxO{k{^kcpuZ>q2*0uqD7wIHBh<8iC=5F40jd}5g_Bl5)gO^0dA*a)GceL> zEA{=^??HSKh5B|aoY#Gfg;^^jb}{fRNsm{~9I4T9NJpHIpK{~pz}vv^ARFQ@soPAw zhz;1#373%~n>L4>FI8dFm=8ik;pSOg9%~Kt4})3(Ei>OxKTo4CliSik3=b^zlFXYZ z;CPbY7&}#9>Z5|yxM=Petd6{SsnpMCV3^VVX`o?xb8-CSQuUlbivjwPABGtSFPS^KR;9|#zhs)ly*-oTVrTy|CVJr+ZMJ}9^3j{ z#M|lmrRW3b0e2(&$4_N{YxtUfDRb4*nsfw+o*~pU?!F{2$W~Bnx=dB<9O%rbS0lz` zm#iE?H)ez6v8T@F)@#0kD{kGX0rPYBRf$Rof-W2YPc@ME4~KWfD5TXpIG|x0SzdWS zKraA{Q8x{GqB~OV73MrC)eYsnZ+Ul2H~x5gOVg(I*Jq_@b|B!#W~$V5XD3uM-r?l* zjX9c91_mCASz5BSae#b)lhWL{k;D_sh*7XlAk`?z;PtT%=o60%LH|@01h$bK0V9)) z->~$rU<);F0w1TyUs-hghFX8&Y+~qW(n0rNI{O`EZ^zRo|G`8C1jdcEM7wXo{%-}A zV|_3PN=aakenh|t42HtJ$T%l`88%h$@9 zD;9;30{uI@K6NEPLwddOE>uw19M1)l^g^U@^vCDYRe?DW#6uwvbNxp#7?1THfLmFX zFbpO*0x}-xVJoO(?zXqLpLhun;$i>F%#|$Jca|(_GsiN;_J;k%ToC=eMH-k)8Dn!< zo3bb+zJlun9EVLD8;yhzRNynaStq>-Wo@}~b^_p$pn+HyhKn8?Rc9QA@XXSN)3g|< zMPi$_j1w2%2~;&5xFCg8HbvP&QnwL3FJF9aSRsX3DcsqCB%cnX*8kkpD8)Q6Elg+D zT$e?dq&PLe=!eq6muQF-l`HMr$+zOE#$IF0%B%^y976;WMopb~HI{EO3058QW@@z| zxA1@vL7r@qw7vlmhVx5Y*Wq8^Y5EVP^OE8Yx#bk39dfXFq@M@|3FLRyZkb#c8E4Z2 zWKv;m1B)DF{BG(SV8S5>Xbpozq!nw49R(&I6x^Qfo(7JEe|eO{lK zD$ZbP?xyB0w?dDT!3 ztJ`ac68wa<;v?G_Q3qczk`AQkm77zInK&(Yx1yL!$aIa`61qaw2)4X;F}=Qzw9n~! zSUX{Zck~K>|I+sDRv30N2H8!Fq^xM=E~dqQRfi=&I5(b;>r~AfGDR7hCx-6?@JRFU z5y;2LcpjsU_6AWZW^gq-7ctGdeo)lLT%tu>#UhApIb2bonYg9l7HRRrN5^Fe*H=R! zAJtk2h&C!U0ZYaLgF;>+O#*vy1sdjDJ@-Bi69%vq9&z7Oc?F?=oz37{+!nO?%SdNn z`?%4F7*vkX)yU)Tnv8=FKpSuWt`n&DT@sVMps7mzkw*{%nT8 z1u*m@({~8+NXWU+^PFISNbr49=9PBy*;ZQce21CDZ*a=|b(pcwGykG5V7VV-9=z^z zAb0az{}GIoJukLm&e8#0bKXRR?`TBG{}l$`Yp7t{r4xz6Elznj(bQikx zHL}gQgT(CgYpi;W2EM0y_}mVUw>F9gS>ULo2*5{XWHe|@-7pI~$1C5aMY=1pEbE^u zN4+lr<2k(j_hzAdB9moHF#TL%HybA){J{f0j)l&|BM2* zUjA9mR%+SS*0!WtBD`3G`zqlXS`Ek<>tvvQ3;w$oo_~1xsFm{ z=&%rcp&6S81Mt6XlZ<*Ie-O|&RxPz45|zB6TlZHcu$%Sq$w;BY!m+Ikly5B{QzXq7 zbxHXE%^7IO!mDPGiAkvgfjAp@IY*37didX`*VA+q8zPO-j}aDn!3H~k(ez=PM$Af% zN$3%XOgimzR{aROdggzAZ{Z2K~i2r6~ylVqL>U_rolChJO3qi3mUms=K z|H9rF&W*r*HDbo|A)PN^!i6AfI5$>VYpi17^|{`(Hrp3mu^vLM)_DJW2on*)H2Zyt zzdBL8$cG2cYeUpE2>$ii29_wiewXvqHnI6=q0B16$skOS#P#IF>8P7d$vw)?5Y)gdewQ2yYN0gA?> z)aq%=a~&jw91yNU$O%D+6tbfp(s3WCE*o%Npq^R|E{cwhA4Zit_eI)AFNFW*!f8>7 zEz6+Q4;~~>NQVVNC>|6=X0e5ebZw;7(fC6j;1T?&^<`cCnAN(dhcRPJX5&Fzg?4Z5 zd6H(K0Io;bC)&flHdb3+AYSAl9X_?u55O?+C<$vQ1W$-!RE(+t7K(ui=rh7@kfgtB z)^p_d63y+B%jV^GS?!z1o$*oFHq7oTG;0^stHkvY>Xjn!YbCgIS7tu7WO_<9XDJ_+ zPZ0V^Qr8oiR*$Vdrh}@%T#x>ahc@-+$`DxK>o&OiQMOo^9>4-X1%M0f><=CLSWmh- zS_?Fe^W!V{IKDzY@Nhhw-|0LCJQv{FOnsK9R!CU;vCc@VKRMROkw25S`&2&PB|rtX z+KUgYnU9=@i0HBcIcQZ-2-e93H6&@r2E{xJ4en)j! z0vLMTaa!cl-svR&*aActO0cySZ&$XCi>zj_W_5;|`;9sS0$2cZi&{^mE=BmUaqw~0 zaE()f{q|2KRcftJ3s3>$u0~*QHg8x6t++mt_3=@meq0(^EC}DPtW8x3)dE-mpa895 z>4re%qY;JkdW#B`Uv<9`c~|*sqE6_ay1GQd90OE< zwSw2yDg?pMFqRYwg$UZdHg@CaIr=TKyM5F${}nPjyNw)vfzr`YiqE)?GS2R7dL!)= z0~X-Qs1)Jebg?@(xQFw*ICvz-q-voa;?V8|RpomY&LOTR)Wvz1WCScA5A{&4*fj!y z`osjsbKzep!lM)dZL|mBi^_vhUGR(cv6atZD?F)fsbfQ3^otL4{qtPb!CHW^;JJsg zC?^F-5?H{ifZOfO(^^G+1g;K;gIv!g1W&R}Y^C7I;mCiFP|HYRznW%cAN-WkUesP= zG%(@VD~)N>2kjfgd{^uG$g~3`!wSGqE2{;)wSpS2MPaGtyZXSd&A`pYr&tdvpmd78 z4cKh}=M>_5HMsjR7TC>Wmv?VdG8%JtbX;54JKFp-76^-bwzIv^pLl+J1q6{dUo#qW zq{ly3cs5`?QJ*7ldlw99!c?Spc6Jtk3z@{e;+6`>0jPkppB@{b(5G(Z2c?JF{_8f{ znp|J@MbWUJf*eVDoZKS}E~Eo&wQvGkFU*xW1>4xbR!W5jDFe4{02l1$E`K8I@+i(h z-X-BZ34j9LkEfc(Y=i?~zX@Z2bc(KQeq@EUy zZK1aKIQjZkl2aGR$>v!>HuoYLJo*p~jh{dP{~k&@3lV&Mn~ion*}y`de*vxPJ-1*Q zAPf&B0@UF(78F9beIU4<0&KErMDm))y{*PqKv_NTU{qh9W(F?k%T4961QV=S+j#46#AV=gyasj4LefdKj?929HZNZ0@NCFG8uxt}NO2YWnpG?V2u)OuwD?q+;yNf-ID30uFO0&sqB5duzIqr6~HJ2jIde&;rc|Jm?jy| z0OFUlwdMQsPL97!sgXwu6nKagLV~*=Z}_zyBgK1kAQTZ`Dl8Df91zycTLf`d3BJ^W zTn+@ypfZh@boWN=g05b^BmCjCBE@)QQhE_MCB$q`@h4Dd(_dhYM zEftOpM{L6P-c6~8?kDG~uBLsjTBv4~+;4bLL5?6bL>>kgXd)`sCs*4nnNzTh5A9%2 z21hC5>Sb`@wG@tfw09jYDc@V<7L^_BR?+8mvtmO|38bLWDM*mk3(^7-AVV~Is$rmK zfD5o*Py;gS0f#2AFa;;E*=5-?kOda-v9+o<=U;d@a)kDWHwnY@L>U^YWphxZf)O|X zL-09K8c7}z^Ha0|U1mAJ0v@(-fn-Gb*b$WmZbsYH01L$g z^pyx9jmBE9G`%*qQ9n}1YLwSZ(`EnB z1!Wz({~SsuBDA^xPvnSSEWm}7GhZWFmTlB6Ot&YC+%6Bhue+QzaPzgeMk4(*$N^24 zcb{3n3WVl|gS%-z2W<8nb9+}%h!f;}Yi89`N!*b}0~e|R64W^>1}fkjozwRkavhs% z%N*K+`)07#ou zI0HtYLOe1?vF%?lvJbj`}REjG43^+lhgwnhI)nbaY};NxgY0~LlDRCxTj0TnQ=2?kh#pS+39 z_1Hb*7rsr~99xiFlBNx)aBL*D1bZ$R{T;vRC&}Blf}AZm7qR-m#z%Hja-6RP_e>ga zzLuRs9#h&l_AZ5IB7XSZKzx-(CJ8XGgC++4=Q6P15U~>A=BOAg^o41LJEvf=cD%P( z@n&9g1{z`pvcLk|TbwcD3UVHcXAoyM8k@(SnlfOaQfmbxZT@OzS^^9F8AUVLs$+(4 zKDBu|MUx2*PCF1eNQa}l81AqpRI~~#hy~LGR6ytIIIVy!#pa+MzygG55XwW~R1N{C zU<3QI>y^`oENdn>mHF5-+Xv6Q1Y@yS8E-Q$sFc3OOd&4iY ziM%FMDa9AAdk6m+xi+f=SU`V`04_+-q}2GW$^{kBY$F2; zI6pZdy~Ro3VlD<+5zJF1Xv2p>0Y2xNy9_lCu9+ZsGIEJj39z8HUCq7#wT`)*0;n)* zJ6Lve;(Bu#D-D(1n65%KRtr;Ut$_7h4cx4{OVJJSZ~CyMrG)?_tAzU~IJA}ALw6ej z3mI6k?)fVN3yT<7c(Yoy;r8JM3HKOcDj6i*JM$!R`g>$n!8SIyol>EG4(5Cr2X#KFAb+|i ztRFY_Dj>%-!yTiAK1~q~F&DOkG})ufZ*H42(1dLWmm>ikFFboVxM#O-a z)*M!M6?NS;FRr>Ot~snLD(-@c>#B$t(7%d`m_PwxfMJF(gvp_2dS*Ju%AxCjzE^Xr z?|b#$t5>0`tD8FWn||qrbMFiF-uce?4!InK$x+dEdOAgj@HiPgMDc8KZ`5Mo0zNvd zBx@5<3j+Kocbu~UER;%t1V8~`2@IK~)-8A3X3-X+%?7X_W}7sKwUO*n^br~2M9hFa@3SKR_f9yd2_jj=XiFCj%9aMC7L3qgPHr4bCx~yo7MCv;INJLKS62VW=c0-A)1+!rIF#?2vktcb%_*6VqmSbR5!tG zDKuB2Eh|f-u@$R}M+=PS^(f_z31jj5gG_xiV_3pIL3`wOdkd&tU|fzy3*V{d3RuWJ zXJ(v;lANe+mv%}Z)1fmwk$H@Pw zuhKsMVZ)O)UqJ;iAX|JtxyJv9GfUo{&FuW5b~q5_vh3g->D$Tqzgj8T@g}i*!7Pgb z3mE9R&BMxg8^FSXIqeI6AhtXA{4@(=52TAJ5D)+E4w_!!(sK4v#JdEP(#V%14Jt;#^7MW{g1q z3uD*6zvO%ZddB%uyn=D<<;Ico-YTW8-u#!c&&3HH^$e$S8!)hzlB`y)yO7td81nR@ z7BD9(#`jPtG0yoGI21CtST#*H_d3qEu$saXPtd-^Ah{+MDYQt_O$k-GdfR~KR5keB zjmFjD?xZFD)2P$Gq~O`WOxv_;@E#5cbl(h9jZH%oSa}J5n5zvlu>t1d4i8eY z{q;1>?>TcRdLHSxluu^&5JJecQf{;Y+NmWCQY8j>jK9{vLhjj?&L?2j&b!#IWL%&h z0_~ADIz%J~MnnVhg~&2KKF+{gQrU%hfu2~-g@`#4eGl07vFlagH7btlEtO}s0>6s@AsRA2W&rOi05Dbgf|7?#K?R$4E8C!5G;wk} z#hX^lkAaq|isO0WGgP9D1;*e^Y z7&$7S*x&zF`Ge5OhclU}3(W?PreuwmWv;oP}}KmbKGa9nZ=0L1PN` zjqarJ^gzvl1-)nm=wp_k*r*Qbl`2i-q?N%LDaJcJDxy;A>y5?g zKC7P7vXRwl+x1)yhOL~pU-lH80Yh;*9KU8`$bDSTjy9 zt6wN=-YrV>0x^x&iEu9+2|vNBoSe0(c;pnoK)2mTBZ(6n`J(o8l#Tyl%rm;rgjvfG z*IIy2yDjRQaqWvTS_Ugoktx9bW9x@UMlpBjFEY4eUL)nFK91YG$bHfzW1 znBIMb`?8h*L(bT4oz4S*LXT(0aRKAQvuK+6pUsS@phgnW4d_z~ETEmIM*mh4umZ}X z1gW17W;95-v6crcK)-?P0h-M6yHuF~BtF7@_Cg9IwC!R847>n^zM3uT*iu?*e z1`2RbPcjvf9?elC7U$&dx$gmh5I&A-XvqAT0kQ zimzKyvlC-aXJ;#UQ+~?R@G9 z%y?A|GxgUKBlju81E?Sjqj=uq-Y8XaMsDMJ#d1HC+MiK*J#fRQY`1p}wPIlHX!1SR!z#t#fRz|<2{x)md*gu`iuTknV z6zALTXfDXBAlla^MZ|}D%k32$N{#bJa)Hy7Y6GtgA%wAyd0P~+GnwgU&?7{ML zluxAs5cSjEf@lS0-pZsv!r=T&v)7uPdB+t4t~L!)rG|Itg?XsWw5cq27!IfstD z>B4+33k_5d1G7hVGG*rj)a3LrEz%kM-Cqb2CPoi)BIiCz1umrNz&WDoyk4@aB<%?| z6Cx3c$;QAq4KuI+aG@cM8L0OeP=JMyqmxc=KVPNm6GQj0r)!jwoYcA2B0TZsevQ2H z`E!C`sIFAZq7=p$Q0Sd{+Ax0tJmD7mR#S&>2}gX)=#plS?43h@&KotgI?7QCFdiUU zp;WlVE&eT^=IUmh!B8{k+4`@xvY`CR)7hkx>om>Ld8<4LDEboe5B&M z&$g6e6xGuuXZT^peO47l`BDY-g(sR^w=;5#dcw!a6`l3w#!e&uVQ*%WWNX713tsVdv%m4^&dF{4UU=R169$>3&&&qZs&lRiD zDDb5BG1$Dd`?-0Q0Kz=Vxr!#@BP4?gqClzOLNQRG(tBO#Wo20kuz>bJf7HVOgPvFg z7XZX)?=w6{lam?RpWdd|w6f0(G(Z7>41g^4XpnHcn6VXQiiw~^LOJMc72w2}^(c@; zf1yxF#ajXHO4Q zh(!2XEv$~VQ?7lp91CeqlHR+GGTwERYI&LV(x{tl5wXzP3}7LbZ=pHpS2+_*^Fw5u zb1w*KWe{TazoJBM3uD;;7V7&vPJZ!Yls$Twy#M-fI|ADHjC&rQ zs)ouX%zy$cY-+if4Ougx^!?!@bTW2;4c5#rKL?4Mp}!0+7)2{o3sf+QQb;qX(l>d4 z`V)sNO(~mC*>m_zg$G?!08PmWPE?~OB5I*rP(iQFQuiU^VbOIzBiFz`ql`$*Tui@841mSj#&N4gP0^OwxI~$9ma+j5#)#SQwnHB<)Zk-yuEod* zxtyaGnmKyG)w+V*Z5pFvlb68-j%H|5duxqxB*Ij3gjzh^9HB7t+_EypNOFosV#hg| zaWBQwQ)K}q+J12EWH0KVy@R6-)=-CkF@Nw>?~?~f;s+Uw>5J}T05Hjbs*~bO$#!=8 zbII=tsnoJcfmDkKA(djMHavE90#Cg%06Y+l1sWzuxgbL&_plxS<#M{2(q}bOZh6SX z*QnF(R{p#Ad^i|bZembO$jPb0v}f#LT~I-ku?j9IzZ2}OZv;l>j9zL_UeU*FEcGIh ziuDt6bWyuw1=IHwz93rx7xaLI6w?ZV^=u-`;9*w%TU`uLD5kGCUd-4k$`xA*N+guS z`6>o3;9M_uuA^pKk73iYQ4mxCV<#RW*XXZx0ozP`f}+QFvgc}jP-4i2c+3Z=ZU$_H z(F)4%CDS04B6dg4i(R>gC2&E`vw->4^8J_6hg?=3i@aZN9lse42R|>^)7EZxsDA%* z^DwP=?t&r+|1th*OYV6w6R9BDFLte$11#Vb1pQ%&`VhQ}X}PvBP8gN3)Bzf zqm&%$rL_NC$^byA84`&>JOUrVl* z@Ejwkt<+#flr018Z4q!ht@1yFFA?{r!mT&=3sH@TmIlLM-KdK*UftX|n_@3VRz z%Fz@Ub2%VGIpf4Vq-XSP^WI|lzm;b^$1VbHDp;~}~(65?w zIY*}-S0W@t+j`&?j$xe0tFXeZpTtkp@9v(VI*P~Hv#IyTWRLA3-{P~$?o|V?iQ&DJ zoH))2JYU9%JlBaP=4^>;9?wy}e3jp9pg_X=lnnH0>m$Onm2$lE)jF@a z-+~$Am(hd*On{d@mZ)PSm=9TCY(=70EUO{8d$AByK-<*>7INdr0Y-XyyWQ>r+9QAl zFqS~Hp6u9{OeU4%SQZnj07Jx<v06t9XsO($rl#1Ste$u1^-K~yPyta202Yj7Apr|5%?vDX4ux2pa~X2< zg8Zxmr~q&Q;^o{5Ue2-5kkV$L0W6d@Uvp7<^1r`G+1-Thy0FgbZ_m1wM zv6MOqk6yi6?~@}w{0}@%t+(Az@ui(K@v%1)JkyPI1F!(6>c*B+L!Ci*1A!og4~~-J@El9c-esNg||X5m()v? z$udESJ@_24X}FB0!gMlxmhLb%90lqmk$RP303Kngq=D#B8jYXSE0W&_ zLxpU#;|fv{rtk&$s)Pp@k2(@Uak)OOC0Idctr9RXSrT*owCg;YFd;DQ!dK)V1I zvay_%7L-Ov!dz{smH`@i#j{g%EW1mkBCa<)yJbOMh3=-c}Tk0jIm5r##w*UY_ z76Cq31zPaC4H55BVu?tEsBM%Ywqdz>!*yluN&va!h5#yve&zjE*PU6fQZ&UnS3>|U ztaNWtB11%b0466UCd6hjn<~{78mJ%!=Nh?{0fr%RHZNrcgH>X8ewkvYn8fHI%J|Ntbm-an{quQ6 zL@kIhSczT`WgE-J4AkQc*qF04_Y2M1P4LIfAx_vVL;wrxhJGP-HI`MFfqk8?u0ku7 zHz7xSfNrYg7k{PT_PsQ9-g=5%b%mu4VBj;0ZYbB7FLy2sq1b2Emt040-Kv+gwr;h6 zg-VS6#XttMjgNTo!mS-ct+xve@a7u07*tq2zMGt!55e2BxgZoW!yg!S{{__K=_+Ul z2KW;UD4bNh^z)B1rJRp*G<11ZFvzfoJWhW>UG0uA=W&=!jM8BA2#qCj`4}*koH1nv z!1QungKqC~C9jHy4M9c%I=MKHtrP*}(Lm$~4J3|mHT8Jpb~c1AQ0SKAeV{;!XD1cF zRgXGI&qy!VuhqJUbh6r?ncij~L#fdUM)&AxEn8`6Xsxcg$fJo&#b4IovLlZ{8y zla@dQG^o(~Xc7|39l;odGDb2Nph7X7WLRPvvV5^9u?jGf)BTXg$6s`tBwgzJsadR`Q40Y81&!I^0jO zfu}iP^EsTj`8oOhbGc$?ARza<#h&ODL@Q{c6!gZV+$RzxQozYkKhbJrs>kTI$E=3DE^hE~6_~y_~%6fbts;aG@9-kY3}td(j+J zKt0*etJe%18iJzH*Tj<#|~_w1OOA05D{Xjus?0FQP)h;pMcofQqWt z(F(ZE04xX*=TvMz)0TP>I#we%%z=d{0}BtbLGE-)HNU8Cr&Rz8%?vEW;z`9T8&pU_ zGW?x0F*)j7AhqZM$j!Da3bc`5Y8pOU9Mk9GV<*dsf170p*m_hsXATYv1KYU1+Dqf~T zS~I?fla5X^jR(I}XlOiAlgG*C*+j1PoF^`f_D2|u$mK98_L60zcGqI+@GPY^Z#UU3 zP$j`gjC>9gNxmOAOfx;5I28%8m?I%_FUdw@OtEo!fb$_7=X?mM?Ce-QH#T2H?Y^G8 z3dbi8(&5PC`E6YDpi4rY2Y?K7l}{nBkhD_H{b&X*h^Eo5pi9EOB%d>@qIZvaoL*Yr zd>*y=x>e2K+BnG3eUUWteKQZwG)I(Z4P1K3npKUQ+AyO*QVdcipn{&KyIvpF-d9X7 z(I1{qFzD(DqArg2+?adc$}`mO z_Y*w6g^cg{CfVXg2+;~nPBq{eJNX!;qob7U_(z&9HL1Mlpo&ZJ6M^qzBTxZGT(b{o z%n@=aSeYwjZY6JXc#yZza`I=*pXFADjIpQ<)45t6kC&;Ba-QahQ25bP|7#gg(Dn;} z;Z2+VIUm6QqdVx4tctj{tduWCholEAUf-$NNu45tU4txEbn7e;+;a^kVEG39(?e9ttg1XRFWnF0&R2t_#gX~wsS zfrTsUc53s$0w-*aG7S>m$&kER7L-B67M@W-f9}~TA8)J|pMhe)Lfb``(5ioYvu;Df z+aIFd?|)bKn0Duix4xY^&O2Ybn=(vyxA$w;Qtaqa)iD7=h&nsp_0Ou~MjNO7*H=pV zEi`JU9`*}R0lK8dM(D^p-$+@$-dElDV+z}yN<^6z8o+uOOUXJ+$H+bO1O5$6^Y?#? z;$*08BQQtz=BBFEM^48W-YL=e6jim zUX*Ptt;tBG`( zV!Ek)<2yOB#oRD8J?JP#9CrP^fRTw=(8R$`qq!vZ^0| z0=GRtEB$Bcs*?jvGyDwYBxjf_E-y=xxt0|gB=c#OtCYN6%*a}DgGDOfyc(TzZB^MA zHJu!#si(ihUS7@QTXK%7X!ca{&S?f$lkI=6I#v%GuAJscjWpCxf(c2q6pR0AAgP(>vtd`E?m+NO8_IIZ7d4 zXbx7CIXvZrfw=*|)tX(VXfkFy#`H|N-xn*_XsJ;Q8+?}#KuICEKHvpg3B{IZtCVF| zS6BX7hrV&HpNXPJ_XWVL6yVSdSjaH25M^K??b}T0W^2*tb8#L7un-FRC>qN-h3F+` z#`_xX83ESKg|73tPcvWv#{KnI|C=(rBm;dz4{TG`5xEdryH;60e#h^q|F^$3odUU? z$pZ&y@Gp0gcj+=(^5T~$^~Roff)0K2dS$)&?5(u?wXf$$%T`sJR)K|czV*Kfz+B4x zqUxwlHe^sis5JERAJW*5zenC@zkp&dd5ze;V3*FZ+sMvz>{*Tgcek%0XGl$rjDbgw zKSI;|OiOg|yR1X)kT72-#t2-%co4aO2!@6jH+e#F>1g0&&p<^rNqoDy<0I_1wpDkcPQQ*{{ zVo?m0>QD)=u+TvT@p2Dfp<2?+lx)i<4k#YCh+MF7GACIQqX#KD)=LxaRvN?ya(oek z3+#dDJuVlswC=OFemX7sty5`>G8t=z$8$gBxfS=Tp$qNezbkX#dm>%gMfz%oA)TxPOd* z1+(PHa|tS7JjH-StNJNX3(k-suz2+OB7XD)9^W~`cHw!C zBo>q3eL}BVexDLS!`Bib7W6#9^94&-(Hh!w^hY_v?f*S`9X)>Hp%PjvUUbXi^Xctp zU9A)>MvIiY7mL#$$-Nf4_QiN{PojM+^#oA|I4%Uw4LtM2f3Y7+yeq-L3V=Zt7+Ar( z4*|FU+9c>F3+CXFp*vO22l;rtuY;DWjT4HC_bAMd01H|XFHze2Hbpblr@;7l_d zy|5wdoM+5|Hit;5paSN}99Re|iBIbt zSO{}sW;hD~Oo+td%KgxYN~r!_UZ08)m=)sy3n*icDbRaNW#+0xTe5^GLFfX)|VS-ZX;>FyKHMz(RG- zmjD)ycfXw?)8o}?w2W2|tpJfD6|~K?K6;Qmj~*c3{uyI!4rExPfDE2hxkv^W^>Ljr z!@n-jP^nR0tC!ifh`Nvy(^jMZaw%jMI;dd9YuW64nH_73_S2H7BV>1nm=@`5{%TSi z5)wmuC^>n8M!lUh>b{VCi5`l%hAHYXH!2zTnWIWt8QR1i>gp&7qdF<()gR@g&x5g} zG?C8bV?bGL{(x#5!i7E?nlI!W4~xX6vYd#I(w^}L8O*4ykwB${#f?%DIBT1%)|_hd z6M$-CP2g-=6kMt8l8$gP=EDsm=;-FrX0>FfHCZt?{A@3eh z)Nm>8n{L`**jIe20u0({1%NV`yIPCZOCRT0?;5VPUbX5E=M{5+YhIReK^{|JAu&bK zzK1!#&Y7HF=LK?ib+sO0U?IW40+KREqA}$;5b&uTi|R_@d8&*Vupo@|dXz^pSkU`} z?^AL(2l$pU4FXt@!3jh+WMWM1$J9syWI&sx0t@)P1D)D@0~gFdh4Jxmnz;8aN__tY zvaR1l*|)vFl$j~pP+V+S=LLz@!G(DW)b$DI~vsD@!**2n64 zxnO|R_KTHU=%9j`H+8YOv3k5S(nme)A@1Wo(`2N zNlw0fU}6{N%;;6^x3W=;4oMGKfWe_!$(qp?jDQ$xy$a@iRj@oSdiXwo3aOY8)5_S3 z8B?vaQOh#Wx1%F>t!AP}DZK9nCF#AlXR}I;OpKG@p5Tu#??y_syjXRtUN-cA1?VQg z1vxo$DjlR~atTEfOBD5;jwx#P?Ix#v%JOim(92kEj0?)Zg5MutBqE0a?U^DtmxxrT z7N~%EGY1wX8CclCz`|J!EIhAnrx{TS36Am%aP9;E3vLEod|r3m>N{T*GXfT5`XVcI zM^?x0UA~+-^L^x9wv3j)`n5_mqxLHS7SJ%>8SqkVTupzri^D5rCW0JT63v$ zHTpIK77(!j@!Qi1umFIeA&nWR#~H{23(0Iu@w636CZ=aRUK_xIn3c+w0$6A}X{la5ea2D74qt8euvA-6eg6OMKde&r$1k&(iJw%Qo!C$erJ%zk^`J`BbO^hZnv2CeKBAGpoA4_ zF}Y8ycet0++Lp5vuuwjRmjf>7-Je~)Wjv2t$gQEn znuw1uz0|`LNlc0^OI{k$A;Gw#M}uT`f5AwG4<{>v_VFCS5|lypDn7oiR);t$sT@i2 zhh#G6xs3A)kJnP4m-7u!5Yr?Q+G0C?;+lqEea&jrbuQCPkX;Vs9cAixc9vjj#)F7 zqTbhEa*NX3)xY}(%SMp^Cpi4fCI6#P0|8j5W>Uv;frUyy1u>uSJoiURnVa#5FIL&>8FEe>r2&CVQVN`XQWKImbh} zUi#(C!Ccn?sDSHRdw&5~!8Km4SOXT$W?(_>3|4M`vr$g~3x1ALK=gu_K?SdS#;IpE z`g|s~SuJ3}?gLn${{9z{2lBiM3MH|x|L(ui@mqf)HdV`VfQ2pBe^V9ZHebL6BTxbF zJa`_+zvs#QdnoqRPm`^)o3bDJtZL2{+J+=I0y>GZc}2I};ve)KSU06&pJnGcX4;pbIR>iJPI56<}f8BV)9E z*F?b(&O5W2F4{Wdee~qMDY|pp2tEIzb~g`MSSXjFK>_ zS4+ydKdJ#LKz|rrwNyFS55p^r(0jt$ut{gOJx3|0Y)F4l=0Ng6X-_T}#9T)&;CY`* z(!5j!mI?4cELDnEX#;H|!b!YWqFF>M;CH3g0zGhjLGa8T9Gsz&thFw+>!qc4`v9Ohah0AL>I#QH4JDaO`?Uu)dCje2nW$E z5;gDt>X*f)vRv}|zb79jZuYdd=kq5V{^89uy6rwyIc$^zENuMh*Ofda;+cYW>K$A# z0~L(uoWeKXNSSSSlk;V-qtqq!8+nBJuSA-d&BMu&ht5zJr6!K?HM4?TEouM@?Z*e6 zX1b&iez)a!rzT$|UDiciJzzl#D%6Fd4J8^gU@`-FU?EKjPL`7UKraVa`1(yp=*A!G zdkL>y;ig-@wwYRj4#lv4#Z`~fbIuRajh`#@K!&dG{KQjq_d`?kr<=AE81?0`0HlC{ z|E_Hu<{6)+?|o^#3dE4hignTU)=fV8@pXmaWS_g?0R8AU!=iXWo9Oe+AKI-PKW~d) zSwdHg@%HbSdtGXQ1yr7ks0Bso3jP3C2#ifq=a+v*kuz6Q<~^^eptaepT1n#Nay7$; zQl-Fx)-WjRB7lWj0}W<6$@H1L60zy9+?4LR zmko#OThFHe^VQ3O$c62Lzh{V{I>v)?=!=StUFa*o6+0CNYD68ev;r>Z8Rj>&T}WMl zWuh5niTmsD#FNxJnS0Kw4wkWDM2DnDgCsXEgA1iRQ(!m(04NKdN8-65@2{8jvgwdC zz=9Z0?p!lZl8%&PFx6>h&Ue8;g#@T6zD}cuzE7^uVsdwGQ0bMLJgy|UO9wBcbf7*R z0HAQhHbMXwW>a9$bus;nKbxbEs#aeDSipT342Bfiu}|FlE{;~PM$NRT=WKfK`5(`# zli^>mFWqwu^^IEtgah6nM=g9qG1QKXj8x4~Ta|&=_ zOZ(-jB*3CR${b7;I_}^(I2Ql|l7+i$e(IiHCseHI(#PJ#!QhND*IeaR&>GaDoU9cT zRtsJ5e9*g|WxA6}=D-|S7-wMN5y}M4rBv{;O1hcVx&m16c-)*!JfTn`xtuu)kXh~c z8P>QFumH-U(?9kf%4`@>70FYD@=IU)26-1#ZXGj>MnFM1Ika8^=yHGs;++X#UyG8p96cdQ|R{U-m<%r0PjZpYMIL89NbOgTeKNRL~r3ER>3g904F*$;r zl%DJ(yC=kS$Xg1AnixL7(YPl$&%*0C&q7zh@%gkv4^$XRdZ;&ME$8EW8f!z>g*^kh zz``^W7sD7N#7e}102Z{y{qO$#7+w3Fa#0pxbE{>Q%!(Z7D~pt4&JSorXl_Rw$tGEVP& zV~=j60xF{4?T<(3FF)Fv*IkV9b01h?8o8hcEJTxGdSdKvZ1~eRf+)(?*&hH4FoZ7p z^#5_D+9ry8wSJQcSur?PdwNST0-E*hwD3Z$XDl^qv)p5I2`c1t&eE!}rzwz}B6s`R z0`CPxEX0^cJUgAD!z~+lxrscfc8YMmg^Xu{K~r1RsIkg1t``Hi1SL?nXALb2sSOXY z6em|qassd9FpV?N5H|oCkQ-uS%LUZxoq54RbkYO;zpeQBA|f-~c0Vl-Zlp+hl8%S> zakPfofUS3Zl|xHbY7|4UK43_~y&_Aqr=7NTsl9$M*9RsZqv2?EDWtS?NVuQ$Xpm(6 zur8twtOAur5k-3A*Y-7++u*48Ih(1+x0*Z*l35j7gnv1+`qyC2fH(uFlxiros>58B z6JEd3-diX&wu^jA&fyO*HL$1{lj2OV(e-x9+Uu8-b+&*7gQF!kj!#+w)-VCr5 z&KC6yE|`G|cpemc7DjLX1*LBPIoU71oHBo>26a>uInOtoqrc+3uVKO`W+pa4{^b{N zx&?LgQgZw#CC7Rx+4>U7x>wEX5o>`3ot5(WYRqGqBc#yPp1sDQA!mO?U76Kb@B$wTtZ+A2{ zNc$!WKYsEB>TE>-3#~WbLH?(XP_aALJEkxNoK&D2DPS~pTtdIN(C zZ4~yLAe%Q*aROx+yB(*fk5nBO*(e4opt=ASPH(-G4Xoyd)fu3H6Imt)^FTwZa}jOo zxKO1{j?QN%&trKx9K@LUvz1mbpwQ!6MI-T(R1LB7$>rE#DWp9AoRf4W%>`Xe?Bj9O>}iJfXEIY6T3c1O`QA}A6~Ldr=k=&`XEia zma<3J>*Ygrxo(uexe{foO?#xL3vBQBJ%&d(j0Qj3{e9Zjd#7Ge)jl74;eGP5>!?`+ z28lvP#tzX}w_Q`z(17w6t$04YcEeQ)RZum&ze@oXguX^g@$AA<{6|@_->9D04?~e2 zeGI%h;oXV*J86qji?>7NkuUmyvF32*VbPqjMBhfhg7VIRb6TZ@&jM6H$8!ZN0PvE5 zm$`}(z;n2>von7#a1KXDNAug2tT^m^6SAZ;eDdl@VB|!kf^6)>^@r=y$TPVd^_vn$ z$Tj*4j_O^>QN62GO=MyWEHGtgy#otT1{UHBEV!8dD49%AbI{N8rtdhQ8en6iq!};+ z7FN9V?bLDJ`AU0F|L5l^cJ!#Sj(iHI|Hr2kDx)M{yH8y65z{{9b{_lS)tn12_g)QJ zq@L$ouGG~7CuH!VRA2#(0$jlJPJZXBm&gSpP@z=)COK*$JIuKUKKxmVb#$AahxvNY z9(|k~Q``C7)8vrX=J`?1z13&!R~`G z`t`TZQX(R>-~gf(K&e!$Uw|ZtkdSGQkaGd_PF8`1;l=Nxb!}T!gE}#Fm_0sOubXPsnfHRTHGD<)aV10p0@5CYh^BsPL2`4V0LfgK2#_#c&R5^8l=Yu z@1@arzh2Rb_i5>niqRmI+F`MK6!#P6qTU6O3tnf47Wvi`k6d6-!Nx->1}xP3n9I=* zhTnGPD^86*Owpr1*QJO{j2s|%bfsFZq>NXecCwtlXRA)NfrVOt3i4clW(LN?uRZWd zI?8#0%mkpq$De&Ig*ZwF)JNKgg#^?4**OC3FGv4Czk1>(v!;||%R;N^-!A;D0z$yp zUWrr_R4Aqgp3x92#ecD_960qyBr4Z()59=}$ORZ?aQ$rXU7|_~jOuvy!H9cgdPlxV z^koDr00@96za15V3o@vHHfw!NqE85(6|%SdTtzEr^JV}91ISSg0kF{QPg5lBpm?%A zzy-`X#ys1g0_M*i-$Tx^-*FzY(>Nd5GS!p{r<-)(e2!SSM0Kp5Hlnd40}BbxLE&J~ zB~2}%0DlA2$GNPhd8$+wGho5h(a8Y9C&|vVLJ;IkfcTd!%kMkzzcX-n|Dy_=9~doFBb#asuWm28+zaZA_4F_Aigb8u9i|QPysr}x7|aDo4-Z2 z4Vx+Z*7w$O7&Yz79)6hYv8Tw!-<}SC7kRqWITq6ln8x{gAAo6wpKbG1WMH8YsW4y9 zVnc5+1Gc;N{;a_2lF%57%8gh6fbfNH98l5znhUZzbF<;|AG zfCUkaAau}+IuKD68`t>gSASy9XU^Gxyb14n^HP=Gg7)ac?^r@_f9*0QXT(RZ-A{WC z#_6^jH=E{!5D^ReI$upoz3XXd=(K`iff{KlIm({M?2Vins2VqVK}Qwr5Ws?ac$hk` zt^Yg=X2!<~rophP^3hsFU|}wef?9CHaL`peAm-1gZ*OXf){N~T8`J#w7N13S?@V%d zs3Ca8<4zxg3#XGezM9>Ajy5TTfHG z=lykcZjF>FHG#8HJJ>%L23&a6<39ZOUH?LnlzCnp2S=C)S>JKGD#rr$-|)~EXz%dT zN|AKB_%q4RQEs1q?v0Akq!JJCT7n8<{Mscz0zKmozy-`P3^cL`gV9K~SIO0}(a%wT z>|HC1@CfbA?o@Uw&qEz5BrOn-Nf%P+$?cl0YuiHExwtMx#D~x|7K>3elYEPIi!A}X zY0pbFlSg}8S@L`M$AKlCX`+cp4j?L~*K8ffy@W^w**QjlT*c^4%F)RYeUuy%f8l7} zjU3IpNYz9hSO{LgM!1Vr$LeV#7Ee-)b1Pu(Fh{M;L4KyzlZFdJ7c*c1BLt1n+IPN3 ziB6D5oMF)C=+AD|O}Z?X6YFgkT|%q=@y%j0zXYgo=vz1BqZslBc%>X*;qCPmLlJQOot?l_S!rRay`9u(YIbb zfEzFWm&a)18gD*Xv>vd4eGueqc=IcBp=CG!YJdiY(*?O3vS_6y0du`8UKpvlAtjVA^vGF_P`nrOGur2rPtPQB+@Ff%?@ zIuAzm=bI7FXdEz-z!SQbBF~)>umF7m$uXuy+RL1aoQ@OVf=f*wlpOD+#K=JkyFzrB zX^{d^4i8T^Gq`Y!!3A}MmX+}d?|my}QKmSk(8N?i9Inf>O)c(D&Q;)`#lE#FAYm|a zj7~-lE5}2wb|o>hRiGitxhNhPxs&@)b9Y0xV&H;{_1e(F9w3}+XC!`th8a+Bu%4BG z3g{P7tnXZ@;(q}!WToFJxrP-W&g1mb1&dy)_mHZ0D z6hJ#xKn2kbJOC>daetcKo0aw<>WkS3j^>u>jREFQ$Pl{ zJx;bhPTK2fR`M%|dBZXt9iiCC$0^O>;pyfpf)_HdaM4^$iKRXTuz&~;M0o;OXh`*Epct?qdPF`1@6ufKORVphk`F;p z8i_K+mY`5-K5Hwv*bxFU@%W>8dL_NOh?o#%wfPtH%46TsPk&DLnGbNm@As=5Z^Z9F zt-u8{P@xi#Bf0l!ie2|vvUM+_?7w~5XlfS3e#hir$sT=*pKbiD@0ocfWH}lU4m4S3 z=e(f%)H@jsU_ozI8vEw+4A}12eRJVgI*$l1(*PB)JbnDv${4Kx3jh%|uE`nsb{`DW z!@DNw?uVvy^C@U)g+PNe70J*&KR!1Rbaq30~P=RAOb;7wrm6}08{`~ zl1L~GPy%@w&fDV8gAyVK1ZbRIc|{lX^~VVS1n7}&`5JrkYLZdQx@&<28}pWLY`Ku> zOVl3Mavga+$uuyNY*3v@4AE$^pF`+p5^T%mW_w)*7Fuuq9p_o-t=l{c#SOgGnJwHW zLd1ut*q)Eexd0U~Pck2VF&&!Y!?b+j05x%B0wNc*9=nOrgGyqj3BJDu+s`8BR5w#8 zg=osl37?#$gLD7_tccZX&e`N4KXb}Aa|D3X=Aj<{N>%fRC!V6?(fzzn0KH8Vw6|FT z8upIvq^b0vsy%r_&%p0wI;N$8b+p8Pnv$Hkcj{?=)(mp~ot#l(L+b@Jni!zL=wZ33 zlGbM%=(7SUK;bUma?VFFGl%mm<{y7E;L^ zKw&#YQ83#e0{{jX8r&41MfO$X;iZ{8Q$Pl1l*7a)?q%-T_2djKQB6s#{|Tmr8=_># z8)(|8KBg*IXB(B$A!x#B^o5us}xw6 z51<0ZiFX1RZ86t~V30)%E}#s&^<@!x82~QGR7ggkf~YIr>5zB9NnU>Qj)_ABOCwNW zF0M^MAtjWAAs+_)S_;k=zztcdNr5EVZ4P88!Jxui(;#8Ih*ZEeB}81CvuVt9!uS?> zL;;xrHp?;tEL_aM!pwV*T&5n@XMhDbj${=oqkXKk`(R_WbFBd;(}0Xh3^bDV(&x z0_s8n_Eu_fbuqw@^Gb#nb1`8?S~@ndk50s4c&x3+z(PIeSv36(vwb#nmO%xyUkq44nYL&@EtxvP+@B!^7tZFS4C;F)F|>!0lP74@ z+eycnW+)h0MXpScCVjn>a+LOgZ6#{KDyY!J5eh+P3)#{hdi(;EK zwQH8rk*OycNF1SPdJ;p`kwT!s!4VvT;bU}+y*rAD_WoENJe}!}7SoByej14O=Bo=D zs73y@6mYcA{)rv=V^&uX{lLE}gea`p5_pwb`B1=z|HkGEsomF;S7p!W4mue=l;57M z70@A7N`q7ms9+UvDK>6^6M9KaXB%VyxPWovnP3%Qz*rVC$lx9R9_MZzqrj?XldZ`y zbL#jWn>u_i*_>^h*zc_~`{%)0B~c6hY`c;icdmvhfQA3~%R7rwAwkEbEvxC{mwnk( z-7nnp@6i#-z9&b82%n@w6l>7?Fvrw-hfQ8&|JsXNSd2>Um zKLZODSinr_{Vo8=3A}cxhbATqjM=0eqGTLif$!(iOEffP4aBna5ty3Zsn%F=(9P6iKHbzfAdX#Se z?e=_!ZvHsE=HIWPSkov|p^ej2YJ`&{GY3pj!JXN}AjJ&rL9r?_xX{T-n%9KRqz4CX zFQ|rShQ$mlEDNls`}=QGl1&#B(%Df8pn%^Ud{CAnM%RyCTbtT0qOQPF)uHYEf1pUR zv}-}tfW-~`zE%>gP)>9}wVrWkM?@=_4YyL@#H?)@U_d#mAOpU)vRU?mG;4ew9dl%c z$T4^`C$#I}B=+iej^qT>y$$cDROs21@jq)GjVh;VIZ+F94Jtr$aLD8Nb=`xXDw@0* z2J#PH^hH|Py4v*o92q-AU)^?1(Fh16Z~njqpHaA@OG(}=8|qCJnZ<+f;?{n1=yjKK zG*G_}=m7^>a6xNaN81VJ3dcMhPVZ2j$7a!AxVHS%L9T4>y9Cd{iOe94(J_^p^#&?v z4O?Q&Dy3(6Lu=#%s8cHNHOneit$FQyqv2Z8uDHg2Nlo#?6j*tQLJ=wt4AEWnT8WYBgJT?YR5D#lV865LjTqbUHpkiJo_}&gFeS&c$H0paOJg z`HR50w6M$>J z0V;^u$Sun;T&i0reG7&F7>4!43b25BJsh>r$bP7I>#qV(NVAtov3n4;#rZGy+S5k5=xdbQyT0{Vw3xvqS&mKYr2`X> z%e!W69rGcco27PAi}^9r$tYSut^?y=HS$NuZR)LS=fVtNz$e@^g9-~te6hP}dVDAO z7HuKBPtDIC?b}Y7M3@rY@1kte{4>myn#9>jKI)!cH|M7piD?lH_0y;SmmWHHucj%$282E+YnGISbEx1r^ zV}C6{1u?eCYu-cI(Gl`}lC{e)Y9F51Ls!=vGZV#;Y18BKDbAr{Y-Seg^2U9 z%@@%E3k@2i`EuqOdKQ}j1z5lXH)Gde{bd!Mu00@vDeq~cWvO*-Cmdok&T@J7yw*znFprf5Vhu2WE zr$atOqp?9cFu6ma8&MsY#f>Hg799Mq?T5dwt2_&4MqV);$~Di%Y%CXw;AN^3L46qP zYAKk1GjPXh^aKp*U1PhcEj~o9<|X9rSg#%i(}P4$Jjw>QDW*hPMPr^NOpC;hNRg#Yv9%+B3_!6@ zx_T(l{wDd*yjr&!wNNjh0wx#6MR59WKmIrR$&=qUoNph09Dnh7-z2xgTF84M9j9yV zdN)Pm#t~JoKm8qa-jYix8jV^`hzn2w*V0@|?ipnsHHzm7fCVEl0v8aK0K*Z+3UEQ& z1`JJmWA__1s{jLtSTK?k+1-?B;w0*tcdxky6|}}J%t0+91@w|N*BaO`I%n11uLmm3 zmM65C?(U)QQPXsosqro?D29k#MDC_SmvO|xxdq4TWycJ#kfS|o01LBoW)?cIfLX&c zAK-!vDC0dAz#j2)rYbE#+A-Q!4PXIni<}S8B^YR;f#Gxk zJrbfI-u$86{E;`UL_HwV0_Bj*`Nq!`dP>VWR|+hMwvhCBZE&lKBOJ#j6Qi_e{9y(c zYR939e%l`0L#@BwMx(F3lpI%Fh+T6gRt=k_csbA6U`ps%>%nVQ6;UrPP8{rWGWu_V z@JG_)6ibH*UiBFmo-Iie1)R+U(5ad8hRA~U&=%T6dq$vwgOde&9YMwL5^}e36Xu4& z+(-R1x67ff!#l_yJ;C6@Vsf{wk-O*q983|y$(}i4VZz->344G!lUu2Y_s1P$G~J{g z<20oyl}RXh4l?Y0FTD6=<2^tHkKIqmztGB&MY68bTxVtI4A$OUe_2TxTnL4H^tN|C zpN&;6>W}ivlN3cD*OAw)_!Xb)f!ue}sk$)9)hEMQ3j4Jg& z;{;F8L^`7Aq|6Q1EtWq4*B$1{8t+#?tuS-On+XzLyE%!rpRZj9r}33# zJU+nJ)wDt%B}Yp5`C3{M?d(CBQlcwd+-|_tqO>o!Th97O?4(j{ zis!5n!L^NhTWh$o(x%bmRjFo5w)R|2hB&|+jTO@ZD+u9|-1~-EYoGP6>903Th zVLpq$sh={(e?+d(B64?bR1HPslu5R}l%_pu5KUFE&Nr+?Ez}dJfa!#h9z4#mRFpn> z@4FR`WxZ*B$9W&2GdnpSkR<%`!9;mE!#T%#F=w!JkXLsNJxbr%{$J{yr?y}$|MVp{ zkk{!`67!alAhsT&7BGxr;DS-Kf;=HG7Qvvc6=BfEShalrD2rsq2a*qJt0~+5YzKo2 zOLdQ7XVMm(mZMPsu)w%g3xOf87Rj1xF_vO|07wL=CCglZ3h3W6 zcq53u?7r=s0s--!=-xAi}pGCdKviuonN}VM4 z)ScvC`9{8;CMladqT86w-a^y1#S}esGbOy|@O8CSx7=Lr)B_jrTLVCOHoygKlo-Yy zkH?kYnAx6($!kAF*@Jt@^G{b({517@;cWLk>+LgO>K?p_sXsf()3rg>U239_5~J)K z*z!Vt=RHkztX?9~@R*yudKa34f|5jH@(9loMQRi~7=G{r{Z!1yk5M~*WsQZoY#Ge!ZMy_u#tabY^1 zV52rCdGvHqim5_!;6f9F3*!agf*4$yJtiVN4**4`*)Z>9@Iyo@fI`S&{VCnRkK&uqN=ee+^GMoQ`#Y~`|Z zZM>Crk=Fq%z?gCC?(Z1VAvqjwxk`Th>o56%vVQgNIHX@k(rJCeFldlox8dzdeuc?N z1; z)G}H@54>5Z$(r>*1dycy<|-0PFaVaL z>%#j_D+3D+soe}Hpu*%IbD)Af%%DQAZs!W9(6p36g&$DDv$ZZk1)(^eNig`!(P{wS z5#6VyMFRMW`&avYBHA)q;#$RT51t9K%yy)L+*fkXlN9^<=gGEc31zSTqe$n%roBY|7=;cgcnM#JXVv{!^+1IN4N~2owuXWw%s|zEg%bLF#ulwMuz-nN z<~yA|aaXJ6G?|Xk{_#g?DpQ%atg6u>8!JD13%lGkQRJ)dFH&-L4qMHuko$P8{Y(Gs zj5^n<6$2y;$3ZseI_>VfC;E{?1N6jWz5F5-p}u1|Fbyp(UDi%r-7R$HSu3e$ajVh^ zz=bp$q^Edk1}-$aI+c7NasEK~e?Q%()D?f8|H8AB_Trfcfr7^9!hK?+TYs~ijvgOU z_GK6#$g&~M#!(A6mbJ0B=qd1I`HD`Z-SwyEzzNO-!3loH72`L62H_RIEC3G*8~y2y zM`>^X^OKV^x2&WqIiVKjT*z?b1nrr8P}%JEtmb6Mr{xp0N1`$M=J$W9fH*j(5X@Qk zq80`NqBI!Qf5}%0N`K^t3TbzKRRAI`rgTDN39gNRvxRS8rjzol;H85eerl)TwSl=l z^Q={hUTDtj`#YGbL7<0fQd@3fjXJQDYwQ6F=;Kgh`}QwP34O>CUjdZwnMBNRLNIA!@BPPEP)z+bKTF^gI# zX6&t&4yCpO3K|#}hB@EQmmmC?Vbp@QU4RYOz3>Oh?hpL&EnH6@L@2E1pbwq*1^&J4 zQ4A&Jc%_$OxYzby?QJc%kbAeuMRHi}OUvyq>IrZ`&mfF`0WS1rcZ%ZqWwEFQ6vVX( zFl?@KeQ3un##KrbOMc*Gtbhgt*OQQ1f*PXFS}gUbo~lKsQm+1U0Kd zPxkIqyN>E8>goNgvUmAnzs}LdE~_&z8^8kkUgTLrE1K1zZ!oGIWY6s}4r{E1^xSe+ zF3-Y;Uq|k>D{IlEst;i-RqfPlz;FaF-i0Psq7~p(j|c!nDvWW2$?tysunJ5tnv=Ds zEuxpc;@ndP+i{9BMGh#3^aKX#C4Ph=+GzW>ee{<*)u6zpGnUiKUUi-VD4du&$aw=| zdd(=&4(;AWiUIo8AKj;0#%Sl}%`54JFWyRSXNE%Kk5d!VgSkR&N(iORm3txi>UZv< zgS|Om!KfX1e=z7}1OFBh00W{f;HeKUcgV6p?%uoQ`+rr<=|z`ppucXK=-__!bLk&m^HRF_{26)> zM0Gql4({t25D@tox|zlbQ89n}>r?c={d-lqZ9Ql8DWHG|R76e&PBwL1zzOf2O1ZCm z<0d+I!_^n)SX@AoTF3wIp&1>Je*HleoZ62QV&Uie+5%!mH? zcFVxR^H;xuu3Y^}C0YU8(YU6|5nNv~bxt{LRI82*E|eQhp*64z-QbOSGO?eQ`Zg%E zRboGuFa&`%>6q_xu|iorW4EAz5@lv{+1}o+@(RXzT!_h<_2#);Pv>f$ z56{3i7+7d30xUeAfrTyA?6#_Hg`;r=Sip14=k<`soqKnyYA21x3T6PHf@}PC1yry* z*=ee1q{93G6~tii8>gj+LxOcgE@)|ytbz-A&jR!}7oYxL?w`gTypyN-d=D^$noZ9@-KfQ}6sqWU7f~3s`_wovvlHs%5j{fh@GlvM280@h538q4w+* z$E&$)dHfKy|MYH(ujr!WHCI)$>7s2}$*X`D)p`LHVDy5Kv>KB0=$r8n(`yq3|2EH} zJgD%!Z{MlByz7`P=Dk_=h5A=d}mp}0y^yKYNj{8^?A%Woubg_W0aXXK)#+$FFl9O+`5WKo}n?O1rpRmX28O8pLaGb39J=OD9c0RPtb|jeq~*rv+v#bXBr%w zP?g1;eeh$iQ1*?+Pja-xxazpxhH;*SCOW6<3MKLc^gqZSfm|23K9IL%Xk?78|Hdyk z*`+$ygkB$FU$JW=XC#{D{1drz+LUtBm;UP~qI!P0dE;sH?zg=mzl{|+x&zzrWLw$1 z39E(xz?ZS(?u z19JcQ>2->#0{It~H=QY}D9d^>vO*#8@tT@=lA?!iCL04~{^jSB&F;$Uoy{aEeB?f| zF*p|M{FnUxg|H%n3-t^th`EL_9On%3^@l%0$HoteLseZaYgt2AKkHLUo8XLw$8@=p zi;yyZk0`h8a_Zs!#DAH-qSSUkO9hZeDU5IC~+@Dn=q+Dk<))ioZz5M;l&M#;_ zJ#~U37WPo8`302msekVZ3eVw=@yW=k-{`DDgM|0EhRp5^G^LJ{YwR~UP{G9!+sUK4 z9nR1n%|B2<3<$p`po)`0bbtVO?rUk0#BYJ9tG5JDp>;%=>nN?rZ9k>-A8sT2Wmiz< z#jn;=d*1D{B@Xd5dI#rCTuIJmHT^dsuilaSY1+MnQmwD7>#-RD3p*yNL&00ugKsGJ zjG2K3uu#KOJ)6J+hSBWkqP5H?E>o{y|Ivv(bRvELtFtQIx86g6#}3l?3${|zYo0%= zeTl~BQ(gtUBnx_zYJnV9q7{%dcabmWt*`Z}$2`I#|FrdsnZm(I6XQ|ZxA#N=@UZpV zHFU*`a~|aiK59Qade92Zi^X!!hXa8}IT0r7ot+aW% z6|Q?w=4c}pU<{T8`c6&Fc(aOQ%a(W0Rd0JfHKnG=fBX)9_lQ$q&EG4=I4!Wy5^zyV zvzO9L0R#g(XpxTgsXgjNyKnf1OKIimZWT3=8L;r|=bk~`-W41zGGo9%lJ#AqcPmX= znKJ+y=RfNV_NWii$=E@rMACop7dm38muJDjiI30fxSVsa>|if`7yoy&_rHf}kXn`G z)7Rg4tIF_>c5rQM*szQ`LS581*hhQz^jW?(0G`1(96f~5>?2{Vs;1ij7^bHS$A?PG7*yapprC%ap3(&kRj>mezxdb%bxS68oWlFR#fS*! z0$H?$96t4PFgbCI6VvZ!8l;s>gS0R{Cbd%sfWei`8SJ&k>TTQYb`xlk#$&_u^_`!l zDGt}KrUbnq1{FR>E$&tYP=FBx)DC+0vDJR-;hMLqtJQJ<763441-U4|{jX;b2R+7~ z=zZEMRIgDBcuv5;1wd3tE%O?H24pU|#l@IsW9j##$-(qOk$4li+-EGzBQx@h0t|y4f}Y6&m>!>gE(R6sgh-G=POFO{A4( zW*b<54*sTATGw(mQ^BYWUMHB-{%Ev3zHcjILzy6(W!t~-BeI9%H2nTokZY4V$&S@_ zN-1ZB0;yU_OiR&ATQ=tr*re>n$A2||1-uwpN$!e-x1HYQx(0tiPbBM${0Kj~>7Ig! zgR4LMG9_w34_E;0Ob>gALy&9WksbP8nroO^>D8~lP$}0RKFrigg&uWgz`{pA`5L9J z{HO28F#YDX?KC;5ZtK18f2oplA;zA*9fJ>$XYrNf3@)axefMq^719eYSxr}--$4n7 zm&V zeyluj@^bQjNC?gLEKsI(#SCrG;(LBjKu03GlzV1H=yauu8D-JSU;G@p^72db zO(Pe^Q1m!`=exgEQB}#n!a$_AX!7PSfBu*GHnDQy#p~(P%X1MFssp@HN%H1OfrV0@ zcX);X?9_W6l>#ix77dbz`~+Y@761%!iqOO~CvDS!3|+R>G?5*ogl4~7U##mzD~Myc z=k<)CPVBGM5{7An=R=PyKO@8Yzd_TSH^kGqo_S`M6sQq7`T!@UXBvsnbLT|@yMh5M zupPLsU~Gl4ejt3DuHW%RPI5n0l~H<~L3-c0*HCw03E#JA#oH41D*l%XE-XY)K}@!u z0SLzcF2LIyMkb737I^#bi*J*6QN2bjXu*+Mdd%v93UDSE8X8i~-F)2exHu6q0}GH? zy1A}F1?cGRzn};6;`~C zK?Q!#Na;H)X(JU*1Ov*maK3>2deZ^WAJ2VRN&y%2epBX({zx8!SdahhE=v69JJhuK zY?}UucZ%Kfc4?11Mvkfbl=ojppsQdU(c?R5nrW^RUGFG3Rxdk@fQ1GPQoWp^h91?L z0o%R%eyi`wC-tzn|No?|#%iTAu&;A=JqlemAFX5Bmw-E@QgtZOM+d`?srFTSqh-%A zYX8BXDbd|Z6QBAAUC-%i^=SoEDAjwnTDr;Y$e;rDHqFh?H1npgRx%DkDxZ-nRh?Nc_9)*5727=8je_S z)Ac{yO$Q|a;6=~bL@&B%5oHpSx^jgq002M$Nklcf6oVAqHN2+0t`ur2GIi++T1Np+At1X-jZkAlf-|xtuCWq7Q!H z4GfB;sl&_Ro|!m3Ia=sZsWilYjB+gaIWl2=%X##`z;DXhK=a z*Txe6TAJkC5>uQQ+3ecr4>u$@9Po58vwAtqFpm;M=%`uSK zkhz}$++Uzh`Ty*F2e>3vnfBK?-Ox8rjtnz|ftevmP$U=#q9O(m6&6{;y1`$c^>=mu zO}ehDu3;4sRxu#!DvF7)NRS+5U>F#ffk}7f&ds53=lFl`={en}s;fHP?!JA8{$OsU zQzupRsjBZi@B86C8l2ffH*Wn32Z^tYZKH36&(TKLocJkP;a?-(BQP@^zh7z9fD1=5 zs37|Vl1F-}3mgN007pD#{NsA52Iu&GdM3B4oFLA*#0^@}%RS-xBd$R`gEeEuFC23K zKlL&oX!emHfuw>8(UiY{_0mX2NV&I?YxrAaXLhJ}*{KDmvk z&2myio7c_vn4`fpco&v*;uc==eCEa{fU<-@OqvZbLE9|&C>AvawL$< z9A<_Ymbnv-d;kOGnvwIrR$xatGDxVWbRL%i7Sb$Blw{3)r#0(Xeek~Rnr3d?v`PR1 z!{OZ=L^!4#v(jSUYO?bK{pA-A&~3Lqo;wB&{{8_!y|6t$8|IwzHqt4luj4csIxxG7 zWt9@S^jML=!v4Ku1we>oEWoJ`IiC(^FZme=fc?uq{!A?8pR-pMT04!|efYxhs0fdqM(Cl6T@S)EZGs|Q93%lv2n}3T#!Up=gXkbwn zZQHh6?xJ(gKY>m?<7fsA93p`6q0k=MJFC4uNNffw;8-WeIat+xJUuyjX92KK>fY%0 zuAnH-xDBv_9#(j7tfc-PmSZ5NU}wmH$s+OLKR>(eF7C^xa=Q?0dDqTE8W8HL51%Ju zBy_tLGZ>?FkiIhYEZGhRVlDeP)xE&#&swLEEGFm z6kfrfMgR*ER6w>ME8Gg!@vSI*(nGBMer;+1KJzmRolm+LfT4rSM zR*FwN$)MsQa`$K1I{GrBqc2ioc9DbZW@_8@&W028;pK>gCkOn1ud=Gp^WVmS%LYsr^&VI$|nx`m#)gg#s#|U9RD8 zGO*w_1Qy~m2Usd^CqEx9(BxSM}0*cuoMIZZ?a*_#8#P^(C?_T|t?@`dqVBuY&rpobJdC z>@G->XVFHod9>e!$S69poswY&7WzL-#FD?wW@f-bO9rXgu2ic&wdjGefQ4cO;ls(s z0i#q)AJ*1Z_Z3^Wup~&vL<70ld6gV9s;4|Z#S|)|4>Wl^9y1S$m(ADC6jWQ$7jBtX zBbU&NKdOCmfegz?a6j!~X_0yufCaD1M*e^KDLE%+Y5dv?$$4^Zskie5DxkmM%!gig zDR4pD7tAQYQg3orj(&e7+sL;Z86@N>3h#GWG(3H6HiAdmSkBD4j`Ol zt#4@#evmKnt`?iW`_+>LAOdvgfBnlRWO8<%dFW$*eSz2>4AtH z42#jCz=F-%i9o3oF`>6~Mv|e{fF$uyDbf&ZJ(iRul5M(FX}~F3a1F z7InJer$3{u&+Za!z@JMmI*)q0yXc0W+?v}bXY*qR7y+x>H_}VfPtthgKrT%&Pyva$ znH{m1L5^p}{*VI}%DFdsdOE4!vs{2qm2vF1EzWIM&x}N1H@=i4b zTHd~m=Y%S&5FRCbW; zH+88WJB-F7Fj@?JmTET2IzMUn8D48Ml0iZl=}c*smcA}}fT0vyL7v|z)`F4KGd6M$ zMGxIgHn*R=OSi}>X_h&*g0q_ayQ@X_7 z1G8BcH10Qlhp(UwtsQgkfh?$S8wdD)JJ0;~Rt+l1n!MJ)1=()7Z07L*b)3ENo0R_3 zW8}Q-0~9~yELrUZwX`IL$T@+@%_)vAwu#?|3qi;5zQ;Jmf{$Y?e4y#tW(F#tqWdCk zG!}0@Af)L!u~nf3)dO<|762;XgC_$T?i=nQsD92cCA-j>}YoH-bcOPyPapq_-N|ySrVyDJF{vo zWtNga%6?SCF;+O6Z!YEHT**Kv#yY@@G18ftkt5G6ZL$5bF2&N|m>RrU@A#MJ!l8Tg zh9$KA*ky8;W|?9p1Eg>OD8xAsaypa$y>`L@%*+AAX86Weey2H4${v0F%fHpgA;GD< zXh|1ElR+A0eS2y6P4##eiTsRa(MzYkOpm3R6w;L+d?T%1vxtFlfoB}LgbmPrW7s%&adG$FWsgy!m%`5=a+Xz^A*M%35m*p#@ z1>-aH?8Lob_zDO#yx6;n z<1O4L;w>Qd0)Q5P3swgAY$6bKeq07asngLf9Q7}-j1pKPxQ6B28z*l*hBh9zj+U(T zaIo$Cb@y1?g~St_US<|%mP0T;OAT~k&d(Y$a#|NIx6}xuTa$2@zk%kcg(Cq4uoS#e60v4Fb#`mcnkgU~slS+q^`#D+dn1On-2s*DG z$9gh2N)eu^CDywyp`;5eu$DDr58!^S7F_UfysSSv@slhAw^mGOz|2Yg{bJPS?0b;$ zq?y+us37~u3|yF;oD{*F)xK@U8Th!DAl-y(D6O9LM64I|St$cJ14mmk8e%0t-YA)} zia^Xso;;#A2`Wqk90Fi60~LBY5)_RiAMJ!XeSVGJb`O7pfd#J#u&|#Q3$IY3>tY5L zn33CL7U9Wz5&nLFK>`Uv4_M=af~nwLb}>18?Q;edWbK+!B2Lz=+@+Z;5&(QX z*evsGc2EKJOpY9)&_8^VWeZpe@C)DONm*KT0NIviUS{JfJR-hbd@IkuM~tSrsaTLA zLtB}NwVsllZ_*rVhK*vtLQ4jz8Lm*P4z=!qx&aGdAQvsB(cJ0mr#7BdZWfqX<_*X0(d(Dc#!V|})tUjZnNO zo-Wq_JFI&QV?r1K3**DH9K88)8Xe6uAMkPVnZJ9Ns3v5P5EBB7g(N%103Jc%zJKzA z`!ryI%2>b&8NR;~vxn%82lvq3PYlVXishTnJ&m@UwH&EvF!++#X9g^s$x=-3f7_*^ zT{4rsGdpM~vQzZgGT%D-4@WbaNa5H@!OZEC(ax0JscLRC8~fvgJ71bj)$&QsO75Wnw%Z3mv4f z=za!OvVfxg`a=fk{0laT=YT%G#Dy21L?>)n%_C)sCc=m4xb8DZ4_^HCuKVfEdmqjf z3t-`6SHG7&_r-5fj5V{RsR5Q>3%~;U9^;>p;hCie6_Bo$- z0sqRCd(mW4#)f#dvo1cC^)zUd160tLlbC#p!ux+AiuSEIjjRU1U2=AaBBR;yC)4*f z4m^K!J*(Qvy9Pag>kRoC+`Ic`UZv}w{dfMY7H1yV?Jm0FgsW&}=UVcly4d-a1r_x7 zj9K-Jz=hW`s37~vNJhvkcqeAzLn^6ROdl{A^`4rVstRZ=)h4~e4Qv_QgSh{|vXa(J zflFnb-Ik>-4n-72v1hX71&wO$D7y!;paREKSb8Bj zc#>Zxalr6gvzQ8oiIts4GPrN_dyc_k0=XJXnsDO$+J<~g{^=lR0>VbOnz?^^u zyj&VN)n!FhNhBjcL8cQQKPJu)nPx6avwD_Wt{zy(=4TEnKn}>xPQG%j-oQhnfd#vT z`-cC)`o8f$TrziT)&mf2yuz)(L z7K5zc7_5)f=U!Ay(gZ5zbLH-ao57|g#E`rF;q)7>sl70UyMSg%oG z3t(q|pP#O|;xcmb1pU$UPQl=?Sgb5dbeuRx&scap#~8Wd677rJXz&0HMt0CL9|t$~ zuB3nX%C|Ith>WFx4E6CU)Y<%#(L>B0NYduMa|rPkBB@!9jp3s4;V?y`#?C4)gAP4i zeu{g>1&aWE4y)$gfFu7sZ+{D|ShiT?fj?kDjD`m3V0ae=V>1j8^>d7uJ^^NZ>ua~? z(qRRRl_kr%dCfw1-?3FAhji4s#dO)_XNvT=c8J?>e9svI6cIc5j}fr&>A$#&?tk=g z`uS~tkjYrD-cDCtd#;fBdMyJB_+1%+3iTL|a-Bbi6}=3S3Mzm}AWb~O8T7}p76zxU zntv_w)aQZxF$-A#v6|*U-_e7=p#+1EFvuT421##HFPmu$WLx|$3S|IvwrnBv0DgyB zaN$d)PHO-FSDbJSE$w6(ItIIEBa_sZIjZ9OQ~iy!K!yBWV#Hj40~yyx9Rm={VrC{k zX(69OBVUSjpwgf(l0L z4BQhgYxZ49pHDM^3+_Yz!Ox2her}wkuO`K(_X+1)vjPi~)3docx8f`0x}qj4*7$zG zRPZc$3pv}nYYr;NN*<};f^46Dxeyo&sB*5pwsgBRj_$(_3`(WsZ+HO0nL{S)M`bAJC_5^mZv=p~YBe^c889*N7gN6R=<= zFQir+GhFboUd+UYPaS~;vwD`pRzST|=@g|B*;%0YFqBLMfF;;gO?9fP`{%N51U#sc zBu06oPi5Woz(OE4NiR-6YIIsn_Njf~8ahOM-@J{I9w$wH{{8%L=&Py>fC^wMsC}Vk zl>K&SU}!J^^#>~msVA?(z@M?$!G7R$%$FI;X8NB-C`+akmOFi9MW4a+CnF6Ud7J;BpsZ6mHlMd zd$t&`AoD7=+;Z|-dh>;wMG{CL&BVvVI)W_2^uU7HS>g|39K4HTQ7ju+LY9b!rsJbD z>D(op`O7#~0!$AqoN?9$de21{@y!1G%s!+$IJ=u2?%h1gFi8LUm7B0DXOKba>ds3i zeeFxX*32kZuf?Izs~k6BF>Ual%CQ!PSpLXHH{AF;+PlvjFgpL7Q|Od8tYQX7h(^Nu z4wsw1H~g+%zMg(MxNn;7_`^fAd+)(q-HcYQyzF8+?UdsgNSLAn;hoG>7!t_92|4%|_!3o&!dp0{YP?J@(JHNf{(HNOLi#e|G$z8^8c( zVySnPYWoG(01iw1(*p{~Gd9L?SBCDwS0LHE-Q?-pKo*uk(wlS;S!^zHEW4b?;^z90 z($}}OUDyM-7vR*!@)z5GOizy7SD1+RoY;RVU3lCjLVgahW$>Krv=6Y}e-_9$JjrAy zejhND*|K~O=x6`q2pq|J8JuQtoP*)y_iLR(^$OOEe$dB#K@20X74)D&vpU#HfeL7& zw5ed0J*FR(R8l|T6sQxhU{=p^K?Sr!0t?x^?CgBVwq5;5 zQ>Bk8X?rzk6PY-FWERGJka>YA0@WkcNpeEh8_Da;J1n0ay`KZfhU6(VUFsPdZTCG% z{{MZNf*aRR`V*H`TvjRhqpVY@{-6RXUfO|QymW{-($D6H#M7#djT~=*e_IT^ef_#yXwN=#FyOp%PNq}euv#!rCO8nYyf@le zCTUg2u>w>`rdf%e18O5k^2Edpz54Pny|C>79U2+WR!aBxotK?X>ozPF_rwUt%K$sX z$4r(!-wKiPrtjUOxvx|iB$<_74k^#v$j}f2D2VaFqb|o>*vM=!7u|o~vvmIhd9Y&j z$|dx^51l1s(g0Na_y_mPti|%Z?>~zkd2ojYL<9TfiVvMFj_;j$L6ctHSk;+jr2P9A zex>dvRc5K!`I?i;*Z|9-TGNj&ct)9l3MfOLzS?qYd7fk|lnW}zva1Cb#B;q)(npvf z4hJ0o1@(PF);Y!CUUcXVj+d~9AJ}$sb*~|3r?KNWKE=+V$=#gHOP9D4|YQFkMUv4F!LLlN5 zV2R37L4M_c3bNe!2NyDwWi0pw(@oY(F5^>s_}Q_CfrWQ6u&_q%Zi;1?8Me`AR=(2h za+24R9T%ITatpW;02Q2*zb5yhbNQWOfI$W0?}BROkJPR?Qa}aSCL?eG@5%sH^`P@Y z0T*V!^f^lJdzIWD`!q#Yt&>e{>ZL8bo$P@>lFideo<%1V)HRccQs@8!3+~k%&-0>! zG@3+dH&mO1>SisAz(QN%{8&XeT!HBI;O?ioULNFDKKn1-cz1n^#=e!If zw{dpd85!CIPytI^9~D?w=Gj2YI`T7B4g_}5fym27+01#LzCWC^)71ZkTPU)2F(v-? z17+tARz{L%>6x(}Z1BX9wZdKlz|N*SE8Pd&biUf8~0 zlN3(-zxZVK!F?#qdWL)tB6x4Ndx=Q*-EZDWv$K)hIdIx8U!m0xoS6x0;w&JsWHlhb z@^pN-B(R`LAlm>qM~fOyF1dYaQq(9n(Ya zeEVh!I{nO=iP2biknFJzYKtzVm}821`a9U^ZJ{6EbT17m=Yp~DhI5bSS*E?@_h^|q ziBydK{$IaKGlAJ`<@hh!wqm6=9oneB7P5_UHh;0UXqSMY^lVdE%d!vW1 z<6_?$mW>(|@fYNIE(W1`Jxc@tvH!p!y6>SU=!s{ZmxsktG7zwFaCVmf7J9u)1v3Vq z)s5F_nJkE};pd?4s_ox5rg8eK_uEADAcZ-;2W*)yD`)l4{V&jCkL1TM6(m49{c+^y zb~`ixhk8yiU|^vF3+0Se^&XFKEh@E6OFs=*)^hZa>?}|`$MjC0VtI<^dztb`=p*Ef zWi1W);R96v5vrCEJ#;(8MjjBm98B>Bs9?lWKmw_eZMAcrM}3rLV{UfFMAhtC>kFs{ zARB{w1NZj+z;3$knJ;Q;f5Dn}(g`azQ#cWz$>0dNnDME;&vmiho$aSSkPe?CkvNmOrnCcPw(QGYZusDOA0c5CSgJfV1d!L`Trh2)dh zk(c!>baeCFj&{$USg2IsHpoph6WF)krE2&uu&d^zU^t21^yiH0+f4_N^58_Ls@B zd=+Ir@!5uzJC}kSQ@`c-3j6upcr`f;Cfp>0qZA!uDWvw(Ddjt9E=AS!+;Tt#6u2+a zMq}|pW^zp{)5@&X0}bwhih%{a!@3sr6^?*9F&2!1Hdn${knKxzFlvAb`u3}`KQe7S zmu74QIM@YKK`C5qyW7%6oBH3FI~t15((_YUr$%mP4Od*&{9xJkz|-Wv<4Kyl^enQ! z<&2W0fQ`Z8Qze5mHyTtx#mjNl6>DI8Step$4DHo^D0Q-PH!r&bsf4_9 z?a4=X(tY=A(=_FMSH51b0Va3`Wq_q`mbR@G4rhJ*1kFh$Hu7;8GIS`sn_;tL(HIMA z@MbuzzxQpH4^d1Fa6A0Kl8hUQ7Py7};Fybo1@6(v!^IQ0?!o*+iM8 zYdDrcgaM0T0j#*R>+Jdho%CSKk8|NAZj-=N>jIMb)9ljCi}-N)ei&?>_l8nu?5z z)4*2v^V9xHuu{hv#E!EwLr!LJIPisj+@IGx*N@`p={eS6(}C`}iXi zOx5Q@Nd*>qzx8u+9~`IAFI+|LK63{O>R3wl2x(x_ftKBB?BBUal{Ctcr-BR8q5g0G ze5pD$bRUGj*yd?1T(2_`p0i* z0SmAe-tqP=6moV7U_k~xcE|f@rSCXO+QRgMpZr!c>t5!IvcYoL#DSLWRtGlehyVTS zf|>u~KpB6GX7jf>xVrvav=bkQz22;xi=N3+M)Pt>RFG&myoZ?(Q4xR}Ag`X0pn?Qo(?H^> z6yT+vbEGg9Wc(KCh|G1S$x5TfBNUHuvlJN25nyNq0}HTPIR3@+-hjOThoL$HTogFR zKL~OPC!k)ZTV|V11S!J7nUmAciCs?ra-NCB0G!TgC(~mY9eq)JI9YkzX*>FFn9-1B z`qX>IvRa4MdiD}wEX1Xf*cg_$zbY{aEWj}fMjiPQTQQnceQ;Z<+!N z5}c0ryqnU_6|$S=eHl+ADHzH!o$*ZWY%g>k&U+;nPz9{9J%Xv=>N}I)Emkn7kd1k! zZ$eA{NZ%vo+eWfT7%T7(|U5G|k|tCzyUxR()EGg|fP-m1u$WKv}>7KB(ZNR-H_>Z0B5@ z{l)5GB!g59TLERLPI|r6Pq8}G>X?}X5?BgGpn|^6*k0^jODj9G0c^279NbHLL))=h zbF;FhJkQ4?*KC0LzgSuZsT|oOS;r&taLDSI^BH)07CC%mU)!B{NSIRBW9+l~Tvg{SRNwrK@H|Kbs%d7vr;& znL<{JO)ym8;Fkst5XM>TiE^9>07Ge>^F{y({EWrot8y40Tt9f$d;L%yZ{GAE#GC}e8h}m{YR!OA5wn7 zL1rjSJts1WW~=O(d4=xW zeVfQ0GDxdCkD|%Yr~nt73@QLnz_rx_3l8#f(9GpI<^n*4QOi!k{({LCtFdwW1RR#(74uFMv*pUJ%$i6X)vw)Zi=u_1sSkm1-cd4sr+)ANnW0?yUjzQ%b z{#F^l!h866vRrNYysn4%{XG`T_PNLHA`gS8Evv2v1gJ3i8*=rXCf+Yvph9*1XmnO3 z;6goP-x$@c(tV*@e?rN7ZYTSB7g6%fmsEOs!_wP=Pmw+Ngpfdj6q4RD=@fVYGv2TB49szbeA4X+2VfDb`ETcH-9LZhXRWS{HV3g|N# zPeG>9FZI`sKTGN4{x|Ula@O$_OGaqx#C@DkiYzSigg&da^*pq_s0>oMvPY;_F^5#G z>s>5A%m%KeuTXzEqqtc9M#tbRtfWk-S&H*ka!_7yjg91uFf05`7o13LC14ty^|$`) z(E^98jE68DK0w_bcK$KAux;yJy6g65G*y=AG&_|I{VaB9?qB?lQ`k9Xq2cge4*c68 z;z8`)JwiXb`61;@BFR{Q?tYJZsW|rFecS2LhhNg9ld?_mbR-7?lmZrzLC4gygSJ}-W$`=QFiKQSxI^(i)5$ZI-^Xz8G%_BUVIXruw^w%WTog32XS8NJGvyW zFcf@6)WOU55%T=ujrVDQCt2>12rS69m9w17cvMdQ`ZN+)ko)1Z!#JfHWRSep4vhqf zdc4`zp~DN7f_`Q*>X~BpPGsx}O3ggW!GPdAv4{_Tr+;PfW-t&D8Qw<8@FWMNTT8op zR?+gzW--GStcYq1n&AjM*s{uc0Ix)N?v{ErDi>e~C1+?XxsL+jDN4pUeiXB>mU3*3 zWI9Q|-1SpYxy#nQpXKN5G{nJH?L7A4cVh-D-~jrSa=jM0|w(N6eChQTQg8D8Eun2ux3s3>&LJkScg+^Kq zSnzg}ck!lzqGJ;*r#HQi;yv$WM_iUoT99ZScFfF%_XkDD|w`V3mJZf1U~l(j!r*IzW?`C3i;aW&|7oQ(mC;SvLr^y zv-m`wgws)wVKOpF(cu>;>Dxl7_A?5O&*zR7urQy!-zs~)d!Q(=pm$7HTUpFrhXdKn zgu}STQb>BXLN#Te{n?L71}VfWV0I|8q)4Mp4=TVRqmQRxRwp&i0@AGSIE}U5^8sRa zOgzcD=vlfXzy&$u(Ja48_b>hSZ%t*8%9TArnT>XW6>Ddsfdx3NDw%~W`%8igo$g+t zm5=@3|L)zI0JgH7aI#7}FjzPvPIbagMTYqvS|pO+^u2pD`GEy-^+(Q^Ss5<%y8CdP zeDX7w2w-6{I?S;GoF##U!Qjg*+tkmjg|3pUg_-y$1>zGq*&j2;0xBD0nUWQpr_JrB zJ0Ce%z*_joyN{(V!CHuLJc8lF@;q4<&@DGTNc#szb8S|Eh4JVC>UA#@Y=WDvzmE=$ zjOEgS9dPZ(-a;`3LCoy#JGRm@PrsTwj6T!P=Fc6hUWb(#Wx2&Uw|Q(E|&}M?9AqT)+}CNUQ9d zYW@tWq`sK7jAuR^c&L+^naLg{0y`)fc!`oTFH)M>J<{yHJ`qd7>d;c><#D;puoPQl zRlZ0GLwa%CM3_dH{w~&_Qf(mMzr^Z+3uHrv|C8(tEO-oog;y9@*w4Vi`xscrPRJ>iUn7oT zjGPW|d<8cAzFP4Ws_XSEsPJoY_MFU8!|Pk1LUr9()>&rY0+?i&WTIL#GZ!NF-$n8N z`5{?1pGxWXU87dJY1UoC-xcpa-W8`A)+xplFA_5cDBg7uWtuD?Jt|yIoP`!+!SK?y zb}sN9Fa#Fxke5#Nxwa28{Mikjb4(fKC!7m41{U-Vb(EVdQ-%iZhm&2tfX)|70d>|( zAQh87LVCUF!J$6Z*Ie6mLN3`@=%5Ii8%fXdtloI8-Rg%_E^&n`?ZIeH25I(Fm+{M^ zl^iVD0rk#^?2#qWxpb}p-jgVA-f zvo-64|LG4O(0~E@^Yq(rY+QBixgyYWI2oX5BE*b^#fFkNYB1)(z)qIX$xA==`<4@C zkq-||(T{&{zowYCUbKZaowS<592X&xic+VupNcUSAT8v!`KZscLgZ77wJ^(|LLf0A zX1gP?8L)s^@dtUf`*HCgc^I@vx|p@_)!PeL3s-&cOo}+#m|Y=t|FghCv3#c(gaE_B zXjcBE7oSgWICB#XNA?n!4Uj03hTzH`Tf6A9AO6?9a<^E@+5BOSOED2Ss5w^dhTGOg zYuZob>p37Kn*QUuAJfoC9vmr^kN)03>=`!)nKfdvK=Nww(r%Vw3Ni!YKrU-YH!bz8 z<85Q+gk*DorPAeIM3#(|aJ?UUQ++7gJS$|G0Gu_In z&f~dPUacsHg69( z*wJJ2_40Npra^`SH1B0#b3f;iqNH~t?d>XzN3_O%YJoPmrXeLZ>Z#9OqUZ&6m~RK+ z?835`NgzSIshRwgz$6IKB!w*F6bZ8flTV5>sDR+W02i!Wh@XL{zMky$9-A1Y+1M0i zEExeR;Q24#XZ2D@#p;G*%hH9jmrI@VT0d^&Jks|GwD=)IR&T?2)7#6>u)|hs4euiv zR6v(?wxw8>F-=oJmjD%1zzEJjfC_VosUWWlmh%NFplnMf#=ye28Cd8MGkmd6wb;Zi z1{OFFeDCFyb}Ug3&D%QIz@c#VH-s^+qpdjTK5rFm;)1QQR|QkS(Y={G{l~UIg$7(J zqvwN^IF#>&vKq|{E(HGdvy|Dthdh7rw-i~iR#v$wmbSn{WDh?_j`l_5Vg`=hGKmO< z4m{1?dk@9>n-dr*m$mTpO#b<lRx$NEA;e}uNq3ksClgA8RHjSvPDQGAz*PV z85N8I=;-U22RKj4AkD@n+1Z_!1;R0(y`B1eSs*|!hlFz8efb$2yqSXvv$GDf=t}_$ zm=jQpwIG8WCwVp(WOPbNA;mfNz(|;9#d8~1I5jXOU+@pE?3yXfkEP6fj0O$SFXFfswy`vC0>Jc(U7^KhSm=>XHq zA<5bN2vV&&>T@TTSix9uZ0G6J<;~BCMEr+)AAFqdedq}>tF~AcM)yXCi|;e5i}XyE zybO|+z}|=?XEj;ldgIZ!@~!WBDT%gIXkWXz*7Q2p>7u?ydBItheQwx{4hz5p;6ft-CBup|@y=qPLKaBKQVYt# zd2HxDm3qCUXRScKY7aY4#^QPBi7daZ-AlHY2g%AH0ssX2$TZo< zrg-*5mf9-QVLAGRtB3_m)m>$+SL%o_E7Lh90#gAR@$x>YB)dx6Bb*9{@5f5Y(We#n z56`A-xBGM80@46r*uQt2Muw+paQ}Gjw2n>={5asJqt-7LECn0@Qz5~QuK)uEZH`VM zg@jq@Gt>E?pl%MlcFO6PU62uh!K3VORn5+`b{F|patL7Y~TGs3&aPw2E9EDVm9oGh<*02RHW6wrBS6 zOtpNySFGxzRci*g+zFay*(3lK8)LH!rYxoevli}CX2z#EE{WgEzoC=X(xDX3n&5!K z1Kw2y`PwpWTDyD&Enn-W$<&}=ZungTxv~*#+2`yeug6VqI{S1{v9-W5zh>btQ(->c@1xjzIh8SPXP}2J;?#1Yh|Sz@U<$Z*?+fhpUSBCUv{K7EDG-pb-|9(R7VmM|Nh% zc^2gv>9T>b@tq7Tuxv>0l?*Hl$lde0oDPJ<_bBeKZhz(9hx1zbc`n=n zm!Bm+6WU2!vU(PqpVHQ46yE(~in%xQgoVnboFS(NfVySc9?*}?IEr^GynjjNt30Dt z>PWjkp?jc*`C4LvOl5Zu)PSE*4lA$q*j=n@0 z=OT)CUpA+*>V0y#tc4vxKZR2H_dc_F^*UqZwI#*BmxA-d?l!AiYk#W;WDn$k1$@vL z&GMHC%U$Xn^7{Ay`h0}bvr4DAJ};U)n$ZbZ?;YTQOFmm`v-2hpW2?^qweAtRvRUH{gmkUQ<5Fi zsYP9sUfe^Om0IVe<|Km++!JuZH`50V`moYC2L??O?NYCWQ5x*4Re3Uh@jK&N0J2D4 zp7o8{^W_?t3QKqT2YJriRGmm-5C%kuL%kiIcGH<+B{ zAeIS^H4vsY20>5;fB@Ct{D)-$0IXSAHmQg6v@_u0#}17lJtU40V*xYb?d+&;=k)m9 ztA=!#c^+Y412zz!rN!K4SML^%w~&8;XP7}0pL~T`JyW#H-6LWwsQIdSI+Gog2(jia zJDB3mnXDugmo4(=SOIQspK32nK1JiPLV%zH?IWA0x0)X7sCR-HVE{OcO#X&sd%gUj zvBa~MdVNdy_pg;_84nN9Xly@UU$mFOOm=jYGX1@QYk|O{M%OpQ3@CXm01!C1d>Lm& z+!J7l*qlQ8Nn374fK6btKs^ojuu=YS@F)2G3Gls_kh6a|Kd>k~EL{cWf&`Fd{_-4v zS!UMF<0Z_j%m_1V!1St>H40crlqn6^$aXb~wSeD)Dt#o|m|_-EnweH9mM%+k@Z}V* zrS;6L8>wnPB1jt5QpbCqy7k#8H4@#-XeKT(Yus7nl({LJyV9^4PXFH8K^g-fV7Qpit6jJ5Vo^{Z0Oz{9&EJ#YKpG#JmiQ0@X1DQa8S#GY9>~fJ=knnX!0>@T@jH2xuXUJ7=wY;@U;X3qFZDx-JE>*E6$w&hnnO7zgU;&;`nT0QuH_S!hSnTsrfh^ zK!fyQkYa|N$1pG(q(OQIj%wV)GEclsCT zmN2f_Z7g@=Van0>aX>B?D8#byLUAsNb!VK(1taxb}v^If4i z9gf47BadkIsT(V33-$G7e_wKcJRTPgGr6r_LZ@Aw{oV+tsJ;$I@;2BBh^3$pplsG= z`78#DR2tq#YcY92<|mg3>^zV@T5h(M74!h&sX+eB%o+jE8ObtL3og7CKn0(N-$R2o z^85MS*5%S%I)Do8?!(U>1{Fe48%cJ9CSe5|^UYR3RW0cd0}I#lv!st13mXe+9~*m# z;(;NG^?i^scI~sHAaMhBL^*(cIFfyLb+QCf8%rUztaJ}pqr1pC^;`0;x`OO(c3ZZX z3Z*-(&M6i;xDdSM`;>a{59GM;U6eTc&2{dr;@LaLen?gx%kX~WS$rbDZ+B=;h)wS1 zfXxRf?Osg@|3#W(&AL%c4v9Ic?B>gUPwbC)X*`}E2LUAXxuWE;=H)Wc#&F6;Ew)0l zUhP)B&;vPOK|fQf((XY#1!#7wR*J1qi`n>UdFr|hcBk&cI%bH;S*xnkThFx6pI47< zBR~NIDn2&LnbltFIyoFpa$DL3*q{b@*0UBm_l;8T^}nat(>74xigQX3|zoH3Fm@(ZyKFn?Y^8tqfFpNt%tgf@&UR?lgE%hX1ZfpsZ}HW z1V97;0UXMen1jbF{N{};#!hE|BfT8hd~tA)+Lcj?4Uhe$L98% zt+a(#kSpn@pyvR^9FxLn|GGumm!hXf?iN9f)jTks0-QCnquNiRMQtmM4pqDlpu(={ ztreeF?g_XzBv2-q3hKF%wV>|Pubcf|^yx4QUv<{uxSg3)wFU?E<<@e$R=|S1$L0O3 z))BwYS^^8WzQ_|ld->a!OO)#-A1!wu%}cG54lmVV4(1J;p%DQ%tYF~O;Q#)v%W4=2vfdac($OhOGBY6+4X}h# zc9yJ#*geZW?L zqaS0PUXBEet~OWpS)&I7I(;1Exk}c;e6tnMZVNv{T_fKkdm94_1I2)a4>7RNi&N&+ zWZgSZ0l$QLFVYk$E=RyV-(t#P8 z{rq3@?4uO5eepjjX!2cL*AC>&ZL^P&J@hA0jK#_m09QgHIPYZ01#IT;;@F~(*Sk73 z%ioB#paKeNL0~OF>PTfLsK>G1Vk_u-q_y2_Js^MueAF1t@Gqyb#b)`(cvh{M;e`Th zg?gEujUdZ`)5*fpN2=+W7V5EjtQ!FeC`XlQN~Kd8=Q5n9jWFB`=)2>(&SL40u3V9l zwSeo^f5(&5@$d^Y@!<<7x^Y!5O*Jbj=uq#EvtsqD7dxR?nMTgiYMkrE$}l>HYlwf+ zRHv4@E{~VH6u;>?NLW?cc7O^FW+C9WVdOk5Rc|*-;~1ID%gQs^j~Uy_j%gS9mY=3c z8XMceGr$hf9{&akx(X$jG>LhmExeM!g-!++201t<(WZesAcuZ?boh4+B4oi401B(y zPM`sv$sA$E$jehtP$Zq7gM(g#KkzC9YeLxR@~d2%tBaXS#1dJ-~~IK(VkO}>t#)j zkvsY%rDtCf+1p(0BEYhZ!2FZ{JoUF zFO5D*an8)l480P6TvM%8){`~CTye16*~=}~f~G5LwgINXsAXr>`N?PTT%Ntf3U4tM ziuF$EWBLHf`ZFSt2mz$4x6K7ycrAbmvj2@@V_+=xIkWFjdQbu9Rm)m1%1hRxp-X0i zx<_wdV4 zEVg_Q;aUL?@?Pk6ETN;jx5%PNvKErbB(3`TFUc_-q|vW`oL!;S4w1R6=XIqK?1W+s zRGp^tU6*3@EOiXOX|zQ;NlK+RIxZd1M#qfyIa$(1-uGq>RHO6cJ~^XXZeyv>r$4x# z20}yR=|6_-?Td3sQ}G~$2cM(>g9`f?Tqwud!yM$9<1SF|1Rc|p2PzV&7(Fox8Kew# zITq8Zj^p_wxILHU2-jiP?9*at;RxwG!)@D5h7@8u9&*4z*&atY6dFELd{qU z>hD9QHCke}HUgueJRJhS$vaPcR)4ZLaDl=jte^-ovJKN_D>eso-^P0VsKk^;*QD!OxTA;$bUX9{~FJy2b@VURF z%)}UZ|L+$m+|^iClXLv1WZ@WmFuS*#+`2I=lVAbW15c6F?h+G`(k$ne=z4qci_t_! zC6tf_7Rs;Kc-%!3{BM0*_W9LfE0o`Nt(5cE1D4-Ce^aI!wnC{{{>5aF>Je8#--TJ{ zQhrvT{&+D^M4xu9+opg*iNMT8;DS+I&{hZQRL<4(V9c@pGYeP?k&zdu@5?`<&@n4$ z`lDJom${ZdpXaO03GPl|=vSCrij6w_kq-HVIJ+9%Q43H3`4~ARvERs4P(dC~@htpG zweIz-1wF7}W9|N9#-1U&tBqqVoFa=7OZ*m+!4Z0;>o|%iK!7HZZlgW4n%a77q)Ls2 zIZ*W0iF*Z0VM+TM-5LDR&#@Y|Pdq|Ped`M3kH$g=Xe!3q@MReKXCi)(FpH*9hHHvA z95SYYQMu@IIKUx4rCPb50`5NtayB_+39Mf3%ds zyMID4_h#DHUI?5SmyqAvm03o2R!CKtav79B{$T`mcG%xO#T^>$nH>0F$1zfZSqt-9~|*|Abs0_#j!&JA(ts z1ewhcV4dt)p0yJ#zrY2U5`Bz*QXMl3uo*S2a;-oGRH|HH!N`Fs8)Y^_TOQXh^{fRW zN9>~6z0?;T=Ad{?&-C@@vVe0jeDF^+?dqmMf4RXiEws{mEG_R`pUWo{$7}?PhNX}@ zSY!pD!uE+ri=>#}LvS!VIQVV7K?M;jfQeHWzvem)&To%pORol4(BH?%Ne_~#ZG&u7 zJq_1E4HgV=VKp-s^j2$N!NSjH`^+C0P}m`g0z<*oy_#i@D*s^4Bx4L9aEt^aMgj-L zwt1IQ+H({oZA&O&&5sNEHdeA-Dp;(V7XZS^$*j{%-Cu0o$kA9SI8iMB*V?hU${^LV zzgnO|ZF?8v8RW#wEEEa}Su(TZwcKA0xM1{K*Vh4#_u1LJ%%cAILfJL~eE^tHlBMZb zaW|FDG7F5D3bKuzZ5(I8THUwld`lu(Qqv49e4iZci`e;A822m3Sm^&S0}I+%JF@+a zS_Xm<5f2F84qz+bJ+WnlJz!%{!NH({tM4p+hgn`6RG>u^-g7g>JSVk4g~G0E_@0Fd zF3f)U^OWB63b{Y_X^O7m7+?)BHwT^P5n4=81aN==^r|HzQxqNEPF9zXl>?5a@bHTq zqs+r{NbgaT9TDpQ6!0&c$^t7sj<+D$3N2vah`7YBiAGrN*zx1CwQS0j4l;A73nye9 z<0|N{n0^L+x%JoQgKdB%$xKo>Yp@Lo7CZk3lvQtL?FXoW7!T-&N~{>T07tjVR=~DC zh6Ktg2Id%n3bKBB)gJ80GQx3JPfUfuz1ilrhvyE-g%;iE|g99Z`=oSdOR zY+7cw;FtQ@xC_2Pb8LWQTU2^a8x>m)uz=s2izSeXnGrZpEWOHFFgn-4QbilaxAJUf zKY5qt<-w3=WOy4TL*ulodm}|1N>y$v>Sa4 zL#&0xRxKk3Pr`Jj@EIyjsPK;^9U{l%uSl>Js*pU=23yuk8#(y*-_LSr>&Vf0Jc9}= zxDV?y+uume!>B8!rlvG9Nk(b(`*1D5T9DTS$LrM&ec4Cib~6JDEeWLB-*Kf_MF9F5 z#Rx10E|dc*lpC9+_Pto!9F6*+8o*>Oz(O=`Wr-zohJ0;XT$o!aU_r8LWBu1Mu%MO0 zE6lCFdnTu|Ko*`sU7c<9Eo_12Zi~Lmpu+FT(Q`6+de;>P6*7GcDlk*Qds+)rXrk-A z5W$7`_N^58_Ls@Bat&oZ{+YV>repecvPSoaa;#7VSh87DW`^S}g!X~WU=fM|(eYP# zvQLoWo##=;t^JnJoVdU?02*XL1-GW=D?FiGAm^40lBR1~8%^8;6#)z7$_E+AAiS$2gsj?Q@xF7ah^KNpiK8jZV$Bk;TqU*z~5x-+n8-%jx2~B=*E{@D5Z`z!y zCmpm{^8Y!9t=wNK^HRVt+33{hLX8Xd4Rcq4+TGr`v-#d6m;AE49*At7_Az*Ua(PuF7iX3ZH+PKC^^@X&^y zvs*O8yh(RQg z4RB%zU(fx$FXy}=l2r$H?rsYN7y4DtNKI4K4E_j7 z#s#@TV9dE}N2x*aRiH`Jg%$9Yz?BAmKO$xa6F7$4P7jyU2`3$Fd>mjUIs?ev^t^c) zUjSWs8b1^YBZcAZ>i?Td^sEyGD|Gb^iaFt(Wgb-MDXUmAgGXWjr5QATphz$JCe1bb_ zajybtEWB}t)17Z&-){kQVY1i6P3zv;zvl>W5f=JUd8r&Ihe>$f=||>Gk*|u-jU$xK z8N=d@wl}*b{sgmCgX0cNg)K#f!<@q}V@2x@)K*?{eGPuTz5=iXqwh^xI|iYVHvHGK7WWFg)G*qRJ zNkl%>tUTM4?k$P1s>U%0^s{4*fFB#LB@SmzYMYr&H@_m2@AICY1AQ0_2mZ3+Z|ODT4^r*ps?%&3 zbAL&mG2NXrx5}dh6_!uIo(~SBc@h>sfYOQ7N@xV zS}7HVlbC5=4g2nTs_*wpSL*}j{h|#tSF2#Y=OEM??Hlb)j_9_sC+y+!C_>k8IAF`& zE3}JUANQOYcTSykawfU6$8|%bejz7KrgMZ0+Q|RrXn%ik;owqRnPx*XYd$|2RSj)q zWot{$g00T4YQb7zUw-KQzt8A>`w6&??(oNmIXxM=wr=gZpCMNE;dF?i(Dm8@ic6yK zcSh8Sa)qDdc@>trNcI6*i&y6|sI-fcw4uGFc8y=N?P?XjPiut=_y-YoW zU>{ftO7#9bXgdpYo*C})m8P0yU`0pk(djsIy65Aw`oizPr{^Vg`t=Fb9zQ_ZRgo9p z39g{?CbTij6)(OxgQOz5bg`EiO7T*W$Z<>WA<~n|DKNEOnXNnK3MT|HXbsVU7IxR; zA#!##`+0fr<;^KJ9RdLW!*&g?!|}#41=5wh2%11-*wcm$Uk*t+Fsj+zpiJUBQ(ruc zwU1I8TUl_2q-T@s8n+q}I(xF==m!^#zjLqXh&d z3rWx|A6K@NmJhXJe|zKDm^~#CK*Rj~mn~*kG&{+cA|sRHyqp)pVT3J{68!t_mZUBX zfL-NU4a+qH58?&|E}+*9bjuk@Mb=t}HkIZMW4Y#@3sC3}|Mi)tSUYkwye*i_cn4mf zJPU_QQK-{9660U~_^avYwvYHm^4{uB$gd5S=Rl15dc2*E&LkRzt@KK+vre^g!kcVa zV6f}l%nH0sNE3cW3Ja!cM$j?;ho9R;PDP_tAxZW9cM3e-f6A8Nrtqt!n0wBI)>Gyn zt2OvRKMOxeP3ChgXD+K}Z(|!9NoDciAVsT!8o;DNCgE8Z-B&_rb z$-ifzEq9D+$3>l9si_@pMM+lyyXEBQQQNn6fM$oYwi)6xc+^_uV{K*@At`lBeER;L z&A~D)LG555QL$*24hO(iWeA6~6xcHc^bX+KX>Fur54hbbJf?m_@hbo$e8RC9kI4>~ z`sPN)Av`{@yziEw?w;6vBvhf(N3ZPOI2MJAppaf*-x{srb7O=o;Gf&U;E9+8OXlW) zm$A*652(VVItrKWVe?D=kToLg=wH8v@ocC)3NnLpL|MhHd0`WP>_+&H6A$*U99}uT zCn|ays(1*_Iv402Zmlo4a7Tq!6p~#p&$}6Yhn>gJ|1@feeu}U7a>9G{Q7-{E2wJ{G zQXV~5y;>cP!CG7J$u~57ah8?(mHGn9cYJg&_fP?btBq5a5t_ zd^g5--#_~gTd?pr*&es5ITG>l7;$aZ83@#N^vmA+&|$bH0N|`f6_4fwbpQf;B=&8E zbxnP6)mx%7Q!JE?(L+G%z=?h-IXmByX{&)AvsGGw-D4!+artt7teUby?X=72fV>U@ zl!p@m-m+ddaIY*?+oldH%6r+9*dnYqeO4L@AEH|{Y*1m$0X#GwL~N~NCrE4I;er(; z#QR3op5H3XPDfzNj*?lN(-|uxs4DQMcEaws*3%butP~bgV{uVka&m@Hj2{?aazY)8 zFht^RI0aCA`B4<&XOneyI562i`m9#e*8fHEhQSAx*Ov(fa}ZINX)o4<3khYojmD8FF~V-cF0E{H`eBe-(PnM9f9v+4%`E<7v6aJCOoWsG7;d{jyI$;8ds2%cd+HEDVIPXP@0VKwhFuC zb5(d#hXH@q^s?>dzR_j^04u*PQ<0W#^vGDmPmG_>|EblPh>w`M*l~gLcPGIEC&hK~ z9c9Mx!c)ZctT$4r0KK`g7yT%Eluy-Ibq79*5z(xpcl7d_HU%9|$^BGK@7#*8T z{5E#IQLbw^0ApsdsQ!qT*_oNNyZ%HyD{aeYlwhk>gNjfeV!|R25B~bNe;6Pu8{Rs0A}<6a}xf z&^MkY|58syt(}<>(!uP<2790f3<4E(vy`!P2)XxZHgC*XGsi>Hr7U zadKSk>Ht;ABz&M=wa5Tv%;In3jlYebA^jnKp6%d0GbIi~{$X+_mR3ala9Z@72kz%T}+t z-PhsgJgkH|7R~?qJzs4{6cu5ZJ|4>e>-Sr7$(#vlxy|O}`fgrWdVmVZ8|hk7f3Mfn znl+k*{oLIcLs7@JJB;l>VV<@~!`d(~a0km9IC}Pf@Dzubsm?)ZiAbnhx-$j=-_y)jtP-KT!$}g&%+Ci~!mjI< z6*{o$tN%CWLCKAfqWTL5wq1^kT`j+YM1jmHu)vgm;N$DisdmWITrfw|QhqL@p6xR_ zJcB$?Kf`Fu32Y#g*npcX1cn3S@{>UOpxNqpzUzUL<)|S%+!ov!Nh7*a3ktvOu{)Q) z<~H>U-q}8R6_M#til*sH(iCD~^JE497i@2)QLM8N-z#DR4dxA2l@zvnOj^W?igi?l ztGL8`{%Cpz$NV`Vu?&m`d*KFNgvYzZO6+XJQ`s9xuZbcZ+Z+O(&-#CA)CYwwlQFZX zZ8P0edkZh?j}+vIktGxiZ#l{agX&+ro$`Tn!#UP5`{2|Sn@SAIQ{gFX$31+#XPVbX zos!DS)5Oj@>eL^X38E+RUa7>H{VNDo@kUhx5hL9;@W8~JT5f!0 zpjA@w!{l%RQ=P`WbD6V`7pf~Dn2%^xl>N{#f2qjQCL>yV%qdFDVQ^eezGHpuQ8Fhy z=ksX=yn3L6uc2xSW1I%dO@%^WJnK=KdsCIlDp30!gtxe&(g@4P^C5b;tpz9C@_~Z4 zOrCZ0ozLq1rD*Q>5tN>ts_h_!B2dZi4c~DY!F_f1$PxYHQ8g(9yKg)&w6hc0r8N>N zmd8+*RN*Vi44TEaC+*(D>LID)0OIAyzFs}OE=s>Ng^X>Z+GQUQ%rw(Vg;>49_Fw)$CTWbVV-B{1A#56!a8fGT)>-J;ijsfFu!+gxihykN{Ea z;_p|=T9z+Pa9}x=JWjY9$UIhFrh(KF__q+r;->%vOJij%EFKW-UxDhmUicc#;>@Nv z9KttA2{tV>##kXl3&CxdbhUAkiJzP2VqRDnwsPd6z_~&_@RMANscdO$@*^lT6AWn? z?1o$_)rpMhq@jQS%eE}FM&q^ra#U6sS=36PmJi{mRKTb=8{KZmF@-=7`(vEPeX^Oy z4_tK?3v=-gnlCXbd)?>eVCp&jUc-L}o5;HQzk|&J^UL8AQ^8r;QtOa^LuyiPL)>$6 zi?A+9+r%f$+!wn6LyzE;K^{3p*u|}CCM!keEA96!+KnM1${bXJ)4xA(5#%_mGyF`2 z8zP5x=Nst3o{~jZZ`DikER;C}Lh>-lwnVdmGv*vjG6KUEK`KPFEKqFD*S3y{K!6fb z10S4kSPg3mZ0_xGd|)*mV43=-rljz%qIwLfAomLiKl-l$Ar;}G=ojWZCIj{yrZMit3MFws4 zu^$H^mAgblC3&+-q{v3d>^8Ao4I!O(&s~$*k;xda`S0`VT_vv<{~#SS^}M(kb?3#| z4uTSQl`5_H75jBto>RLDvun;4_sGrTipjwEe!o1tN&T6W>@NmU=6Ur*KSO+Q^583$ z!|uOj4~6fa|405@%Bg`O7`#06gbS0&&rlJzv}2PZLAVD8EY zJ4_@4gWl9zshU0`sus%y2S!WpS;3Kpl!jh!F{X=P!8e9w%Zq(SWQ3{jkfm|&_9Km2 zHX@;&720xq^tgq^W%qv#KtRO+9yD8HG%XPWYux~cpKR6lOG{}^7Aa6nUw1V?5);(M zIJ_5gFCk3;YIDvx56)b2dwo8KljUkvMbhM^=>*a8!(^5z{L2wPKfhvl0Hhe2b@jr+ zf@Ija>iCszc6PR)$?x%~L8>T;eV&Ghd$lstBJc-hzlMlzWjL6)@2`WWb@bZsH{@K> z58w2_nI$COqR^Y8Pe|8{pVyMuOnEy*fY!d8rW6$=l-B#IIs!bFOvagK zb(`2~yFPS_0kG%zCWUUHqxBxY$tp!9zV;_tUmJcfDp1Xu2n@PTPS2>gL~r(@ZzqWD z44+&PrHITF#}Ig@sQ%O57(xHWzxfqciBzOqu+XcyTQ#r)gCXloU4~KDE>zaLBDq=H zCy%N-m@Y)U8d{l=uYZ!6W+Ej^wxunt6%5oS;WIzN*h6M*lqPoDUfs!L(=iC5;RF z@YPYr6czv>_wR#%yVHeb9ErH;IAYxYb@rR;Wj^oHm6QVfX+W|!ZITYq{##I}XR&UdGN5*P9*g|l|1SNDYd%IxV5}4mQ%@Wld%u35+SDD? z%vnGA_b!#F5FM^2j8c-ZgnDd7Bhd%x-P9LW5yOyHmVkcf+{sCT+R`aq2VxlpV54=X z2ry}VImP5>)3e7n_Bu>uL)#s2r1VdiNNIJB+fq^8(h_n6EV4@FB^?abIIc}bqD{*e zGi3;8A(qdIXz)m%zInk}DW+xyRPMp_juH(;sV#J? z2u?A&A$JOv^;SHd%$$<;UX0}I?_K&6QnvOajLFUMA?{Z2=kUJk-*tPlf2+@rBPDM zL?*Enm)AC}^kH!ns$uUtfhU3IOWz0!C7}$mfCsEEmERyiY|*&7q9}AE9ho8bcE|j& zdhS&}LdI>mgv9&u1v${x8QqVw0|vT*Sw`x`<82#qb4V+H{^M+{5a?IdbV>JXJZ=2B zoH28`UR5lb5NIIe8j%n3h3}8&oz}e@4L&7&>e=Od>-zeBoqUID3Lzbq z4Xq{BM#3!tah;!+u_?DEySo8TLVTtn$i+s)B%4$Lkano~goDXPDI^Fzm_V-n2sMs0>3m#6Y{bNj35y(8koT z3|Hr5*w>L%Mw$U68V6)-py|SH?xVyD{DQG(^5}Io6jJHdXT~*^AqeZC7#I`~Rfu6x zJ+7tTP3TI6w0laxbtNCiF+XW>TxM8JhdGcru9oxxA15}=5i=ZwHoy2^%y@k#()b5e zKHGCKAbkM@i`JK<-%rN!0?B3C-NAUjTQi~>sxgpS-BnhRR5@ihFWXO$;iq6WzOc=s ztr23WIQf}zNx^=GS`-BeO;DAR#I{*Q%DPVIK%BcC#()bLsleLWL~#5Nk%8stg7Z(c z%IgYvr_spqql8lG{cDkm+a#xu(>{*0V2L(ei<}g$dfLZE+$!i%D!mMTwEZTNtCR%6 z0>W|Xn^VuItizShXRL|vi^qBS-P(=l&Bhg${Xh7FpS^^o)UDa=iCyGMEaRI4&Nrkm z@--if%uJSLaV2~4C5_K!;rgVOK8{~X4$SDFKrT=a4B##y?&WW@o{a*_R^L?}(G*D^ zA0fFsx>_U5H!XK+vm$xNl)y@i1D9+q;~IJp!j19js#rR*CZ)S{6CbMiS+gdTah7eZXl+qtRHUVgr!8g4@OQdY_8iCT?JoS) zSkt8C6LavYMj;F+o9Qoi=WK&^fuoJ zaW#5eGPH$MSjA0b+jRGiKH<1gyEo*E#nq0&Q_aztn@aH%_Y%Pni6t4_z?Rd&J&6LaVJ4FQSHHWy(k(APRKrr zx?rMchk)u-MiGT(U@#A6fOev~2Y4-cOlk2F02X`%tC=%A>!;jhPP8eHK5RotxzD}X zH>8SOxqhiI#kGMAMi=#QszwP>xTQ)}Z!7A3^gcVti`}go;+?q~i*)qYTFGhAP+5Ak zR%h(*(eq|a)6E)jMN1nwmuODwk28PdG(dKBD~8`O=slO2L~mi4VvHe?%z0)sRGTp0 z@0%q8=@c0WqXL0#dBNFSt3b??_^E`;w+u37;^MkYX6j3~R6MS+VVxe3I;woF&0p@8 zsK1aMd#1UUbb`;Le*LHYO?{G}zcyfU8O_Q{cd$2R_BnZHa4I#1BvZ)88MA{$gE2RK z^H7>~c<+W{a}N9w=o?XF)KE6r>-k}F7VY|D7Xa#G%J99kz*spDg@N@k5(n|6%tIy) za}&2YWm^9U&cH^uBnVjGYm=pE6{W_|UH7H^OP~Myt>#Dj8denRsw8pIMYoA;3ELU+ z@x~3Wou1DG@cTe$s%lSmQIw+|)VjK+WDU4C>wUY*R9s0v;t={!?~^|ocp?}CaRPd< zef!*YysX(`UL*3muL;oDMm~N(F{~PpMZG566YJ=qoFhEpZe$Y`0-%Fy_(5D*b@Hxd zKb+-?phGaP&wg0o2A|G@B7yD2Q7Z+_6IPqZrGYM6v31k5W!=4aFqpxJOv7f-Ok2JU zgMzHWrQa-ER`>1cjg05#P~9jWPl?Ip3?-Ogu+`C0Kmg1esLLXPbm1YJWywo%+|5O9 zq)u@Sa&mGi)5Q0c(3;C@&pa___|SsQ&}*j*Jb0!+dJQ@85li!MSaVtcOxi`R>jA?? z)eMeaKGm(FVykQBM#h{_2qhyE^Udt!ZJcAB47zuiesUIBjt4>Csia1dE)JT>@yK!) zpKUfQnroKZ1k30 zgi9JhE+wJg;-%ocht-%p?l??cj-rT}ReYKilCcmt1YcS@Xo=U=GC}w>+SBcV!^aEH zkU=vtc4<uWFI(<(-Q*ta^t=5mk0EwyVIT z`QjU;3ZYec$VD|oo3z&FuT{7*6gCF%%>keOJ^g3WjM4E%3*~1nA47d>-B?4ne+$xa z?`JQO9DK*Kfk0Ar-?>(VzxOG_k#kHfsB)h0^o|u@F1#wUsq`V~zZHqOq8Qzj62Qm~twlNHzTLWaom$x3uWNN)Gj) zt{whAy+#cY{`KWTySgi=n@5(~X?``{RNQs(<#2MlIwx=wXDsUPLZhi#xVjh9_wrWJ z8wy-?X(;t4Kr6_uOu1AKk>p2pt1zCW=C?kjCQ%@1k{U-g!d7r{Qx;#%Ko$m8b)v_* zOr6i=LbcB2d4P0Ig~JvO>7$DKclI_Bosr!cy#0t28m~KEx&u{p#B9k{rgc7p5f0n7 zT1Am|=n{wM$*{qtSFxbxesBAx4*M!2Ir($>TWLtVTBG7TDPN$kmJaO|i|B&hKNUR4&we445G8=dYYj5MJ{T z^8x>Q78w;s?v7e>@D|AXz%nfuERR|I4Y=C!exq(h#@sDK{#s=-18*nV9=RqhxF^3x z6KjuF{UWiLL8=6fFN;-<{ow$56d|vn^G2Hi)${4=viC;e&g4Jqhzyng7`WZfd33f@ z;BbW>HaEUzzg0fnX5SqhSRQM3rN`6+&Tj_12yZ9`>7fjicyd-9n#*GE;sv~gd-691 zPAzrb;&&BqZ(DQIk)=T9l<4!v{8RGhKspP$q!xO|!q^2&4vk&p)n4AdEcF)T>Z>yL zGNlUgL5ciRln&^=1iM#-V>Lp${2*>=I9Wn|+|7dJ?%+8LsZ2#tVAQXsKT25Z9#}I@vr=&d4-(qCIGb4(I!R}ritB{AtDwS1j zHE29mcZp4MibjK^UX*hW;aJpFYV&oaG`f4+^-?xX+2R##2mY>wnK>LFnh@(5eaBgg z5iNtV4Goo~qoIHKrNvg&{4;o7j6#c|#`1vdZ>v=mK)ba;3PmJt#S;`-j!kzD`47MoB{Stq`a;`Hg$#;V?b5dfIo+iR|P#H zVXAV)LxVb|ls^Q$_{jOJS1DD&qjU%R%ImE@_*`$5vtCseHyQ=lG)P1Pu(mGXK32>{ zAl}O`)kU<8dsy+oVE_-E8itU`T<{JorB3-e+bQbBwrVJT@q~4fWe7}lO3XBO&zIwG zP^qcUO6Deay-VWzes#tJo5(FBPjC{O-^*(*2E3f*_uMjcTJN1kZ95N#VA-qF(bK_C zH+^8JKn?VjJMLf11aqoXl`2FVSgdkghGBb_)xjUvDSz6741B^JiV_)rTi;HHw0oz$ zE7z}~_WxzBtf5g`M_a!tMrafn`cVDxv5${3Jw5#W>JI`>%Y74f&QRWu*n~a@gVwC# zkt_ev12^=$&MTLR8B<>d#m%=DX8MfBUjc70C;D?eL*Gem9J}sjK`cshx_d?oL&Xo) zqE)~U79~9Lvkcil1gG7*@kAf1+gTra&#*VLP+*_^AH!;G=57~bI`-<;>Ws*4u?i93 zu%y4mcqQf!#P}5m?6@g-8lwfn3TGU*IdOoBq7osQ;R(P?Oc2Asg(<*kys>3WfvE6~ z1*fJ!6 zMdZ4cB;97O%@iia;`gfnV^oZx%Kj!LvO-P-LLy_kH?5wWEQ?6MMuat^7QHo%ATl;0JR0w7Ow<{vIQq{xJP zybY`lcqpn*JJTUZLXgHMi*w~nmA1D9%2=IG0LdYcv_u@U=#E*p`$pfqG3)Q8Rn-FL zjxMA$iYx3(VbuZ50E8wT#8UenA&eOJDzPj*sbP`SkZKAzB0e!c!>-i&cm1S~O=4D? z2zNv*hSq{k&}vM*j6o;@48U3Wa^=XYJ;EE0bc6eYtfTkBNWE9kVqc>lz9sKQ<8k0! zAX_m6c_&Q==8^Qpvpf-i@q@sOvW&+fr8>%CPwfIX5900a^O}0&H|7}TEP*a54|(k9 zEPU|Q;yqgOpkP*ot@4}dV$Jk4k*W_+j4y#1JG}MTI>_>CNIHap~8&kMmBlj0g^e# z{TZ6NiTyjQMh)s~qoiDbQBSSUq4P?|X-mF|u6qy1q(e2@vvYGGPM%_OAWus`*nj$o z>{{5ztL0|?IdN2nx^sI9At0NCNN4ntrSNc7e#AkYdel^aW5+bfP>?E?e7+KMt{ygW z6>*&`+}C~3dT(BH3XeW|{!sU-nmg3C;hr_7ByK}#W0(vCp&oZ3)gvtImZeH?6b;3s zY;+H6#kQ)}Pzju}_#M_nGDKPWz^YM&)GH{(wpjLTfc;#T@rT`vh-3x1C2kT@&*|Z! zR}j((f+Pe}loT&=pt7DJ%(Yer&~21@MX;?Mt11kkWtG?jO+vrsTAR_MRCyzX2=zuX z)hbrb|J!>dv=ag`3#rIk@Z4Q>0ZzU9J}F4<3`(z7)rz-l*4hAq#mvP)*0SVKM)8@0 zy^G&9?9Eiz#K;(_jX;~buv{Kj%kw{aIe5HY2*Rk*Q@l1oM_nV?);2iWQ|J`=xLZiP zh()e{EwpAayx?CWF8cYX;_w#wpZZbUp`Q}?r6uqhH3h2N4Iiu4h*VDSH&ax+*D?fi z`!zM~iU$`Z*QOk~VOwf6szBpTjga(+lX+$ST)4fuw6k4DH{Iy{5!SVfe)L*QeJ5Sl zt2vT9&Bdxr(XJh3zABIW#-hIXv#rC-WH-{xq^BS2D(Y}6UT$+!us7+-D|qw+G`9FO`oe*0EjabAP1uKYaT7Mm&!w$TWs)2#D@+#f#QQD~felO#U^{aOuMMrw~0 zMS${T`Q7M=G7vN(q}oQphuDnZ#)xoegbRVyLwbI0Lr>+klnLj67I_b_FGdbFbjOKr z|Mlc|f$FIHsND|Hz`cqLFlp}g<|E-sM{OF=lPUVFs^N4s5$^U7Zg;0>K zYRMUrq5ah_bvDB-a;!ayYkY^Zv^wrhDCes)iPhpr@`99MdY-&HU#YdGWm4x=dThLu zPPpH97nJk#?$Ky#osBvJ1jUZmeN)VfIKW&tV>}*tej&M-hwqzrbdS>x3;j_EjhNqD zyiO6&dopxz2_&XzR0fetTJf#owS@k#3a8D{+xm4o!j!DVRe-yPDL%%z5cA0q0C47vD%ffywd{u94o)8OY_az}n+!PV z_Pm6KOvwf@#|?dC>EW+2SAOs&U0_MWphCwPQ4&M2j05BHD=KV%_70VwOCD~Wz)f)_ zNgN#ptn2(UyYAbwUDf^YN~l0kU$}PmOZmRK7#j6+I8^x$JKXmH?TRn zjs0cCRl063K>bep|5*SuHTq*QVVtPz^^%-*WR`i5y7xCGfAtRM)x-3r`!$-hr!3)d zf)JiIx?dH6*i=+cnTfHBVmOZ2jBGiPfz+OwIS2&n8aJx`Dwa5s4*YU3ud*GE=}O1p&X0Uf6iZ-<;94 zWl}QG7+)D%q?SW~w%AiefbBeIT0caPoy^UDQ=r$^L85=nIdbGydz|8)oeM2dJ4V@{ zLe~5ZzDU|Klu)4H?Sw6Foqw&OXESvp?{-zSk(%Q80a>eRQO7Q|g>Vd-Ya6B7kn`O{ zG_+M0a;-Z#-Dvjn{2HxeLLc#mAzcATjM~LDH&R)lwU#>8zi!Ke!JFeD0Kp_0^tMa^ zEL3L8s$yycso&$e$L(iV_6hI89}T-fGevlrL%FL`o3A4lJ*sk!ena?2<#Nol#F^5u z)3@SXw3nvjC#Q5!5a3txPsc6V%EONF${$Pb`tKva%%c~4rr(YHl2Rq^YMrHj8VdW_ zCKyVF$=p456cRw{>gqb?QvJqT_wRZ`L`Y9Z@W{$!8hK?Sqn7S?rT?Jd5EcM97jLPX z>VXI?8kf)A$t!-4f4)^gVog&~V{sOsNLrJN0I!mBvH2b1qE>EXt%V07LL^HNt0ccl zwmLYE(^Nf-<0rH7H}|%syigHYaw89oEY|%9hO)%9m>7b^RiCa>f2-I~QhOe7#ZpHl zJUTzGQf?8a)rc)Xy@(s!4T``4uahJ>(NF^?dhNgT?!vEwX7NYanSEa=d*dcyL)57frK#)gi0PY8h-!4 ztyzK9S7aD0iyX~*ZaWV<6WLu%WFRe0DN?tCmTAWLaOT=*3W&M3sP~*2ic?pc4m_h# z8O8tyHsJKS*Fcwu{akTn3$4ZJ2o&vIMsB+HYZ3r2;#g5F4i!2x+V;13jwfamwVP%A zIp=lYUcjyGlV^^qRPO!&=GlG0tqa}HXzbe2_p)X}nL(w$Tqd^AS`<;y>KM*7`brn~ zmT``K>3jQz&L&xCxu1?_MBPg9Q~v2_1iC$8<=Xf-$<8kFTJ(AHf)1%!bIX&fDI)X~ z$}m`s@WKH{>X`u3xS*z9yF`6kAkF-?#~O07EMi(%K)WC~-P{5J2hFCowgQ3v^%Jtr z`Q&p)Uwtcl^XPCxsYk+ZN1fLVl5UF#jowkey_cg~l*?SU!L3)~eNnBOUocOYf7pLh zAE;&ov42j}q+{I*UW2N>((Fn|g3>lByNA?}`ytV@zjE@>^*Y+Yqh5@_ByeuVVqroV z5CPFm*7gWrze_==Wd~ggP&OvxSFfJ6=|j}gYAA>l@;{Z-NMIuWqiI-lCEWGKo{^U2 zt~s-eo8R?utCX^Q=n467Hw`5qnq`n}wT}#6htVwXr%R6rzw0qS)9Sw4CIVaP*y!)f zOMdKvv&fNK(yii5z{aiaO5MA(gmxRhlZ@NYkmFo^EQJ^3@k2vXFF^3+O73oNw~cNI z4gnq7Lh&#G&Dv#75F-U&d~a;16sV#!8L7)LqN|?rYxCNm-_T_&Yad7kUjQtGH;hWfrXQhjEXXGQ z`8v^jNZyW3JpI*?l$(3vdou0aRdmTi`C??^zdm;q=@5rXUk~U@_tMRjie=~+`9dP- zH@>RPo-)`O{=3?P9+EPO{2^!;UmL)kxg>XMmK4?|ol|BHDe^1|2%H+86c9a}JVMCr#*v zLHxoYASXWxHSV@9txZ>h=V_}OXu_~lkP3Sw(5$&)j&HsPNQ0Uw(E{Tx(}_}^e0}W) z3FJAF@(@(?DZ+f#(*7_om}jcQQa5l90Ie zyRX(+mdkB17xa2lx%t_~p*EHM3Uf?+;oDL$iC^PI*s=e!Vr-}x`6FeJJvnbMVc13i zH(=+9$L~-#d4CM(B~J4OHGnKzS9AhRSST~a;W^#MijeZet<1Gu%>4e|H7Y^qIOa@H zT#qREQ*$OCO8hS5Qc$Dk^qjlvCs$5Un}O;jHm3u0VCbX&6`exex=kdI`q5GXR_THR zO&uWDD%jK_maxiWfcLw{gc48`llwF+l|5g2`&+J5_DSA&ww^R!h`N{*{^klv;)9KFH6D)z`S%HM+9uV-G(r4Bv9G?rsUz=d>ZRHSp=^?o4U7`rP1*E>4M>{1yDcL+h4wj>Hm z{U>r(hptUrb(d@y*Bo1-PAdztOh^{^ljcCE9H?cm;fx36W3bX{{=@&F`*N?~M+OZU0q7h@ zuc3kQ0f}g6ET<}o4jpoZk2$bk-wv_0T-Nvd1oziK3#}sf7nvk(NbLS6YiPP*0Ho*l z))Y7mOzXcK65>Vg1PtDz@rd04b^P-G>J00hb)qmyDzv|tw0qab?R8t$9987L(Qgdo z^`873{aYZeuo9&Dg()6-n;eB|zX=ThJzw?ZKTT;csR-|CnT9+m^U8ihT5R+Bi=9PJ zU~3EjXZ%1g+D?hyi!|;Qhw$LJzT+C=awPN!4L%PKW29bn>DX<0NE^9xcq-;eG#oNV ztA`fK!`*Y&0ICHLDkE4uqMT}zY*ymGCn~JS3Dy$bL3DYDa3FRqreXRGQgNC|td*tw z$E9aO4+~}}ghyqgf7W}K27)1??mJ+LgO4tVp}!by<&6XbQJF@|dV;+$==M$oUp=h^ z+kuFC)k@&2N57BCccj-^y;3g8as;EVUP*nvO*&qCkHyXL9>E=oETNiu(m5hUZ9994 zG4FqT==Ya7b-4cg1YJWW7i%4|;})Xnl3bZ7)9c=&Owq2Na@9-p%8+bxygE?Gy-lXQ z-Nt^2j#W8I%q^VTG5=P9jw@LY!Ix#TwgU(44#Nr6h-&Xp0=^O{(0Y%TPk+#oSmxnE z#_Wc^iQxa!s8|9;!(f`V?(ujstkrTPkSwCXvT0zdAC)A#1v?~n*BccXSM7NmTK#7a zOf1fDyp?&V7`?B6G@1fIR)4BVGLIo;ST?7<;Gq!y_EH*-&#Hwys!SKQ$<;$*kn`6duaz4HSWi{BH!Rmc zv+1qyG}37^7>2y@&*utaQfK)~zt7}K8bdMDV@<96PA&S+Ve!?Y@FDjUul$WopHIrU z38p~V<-Rla4^^UCNc9ODV=_+pDHLJ7gAk;eRVjMDJDJ22A?e9dm~R*0{Wwm|xd}m{ zbWhY}!u7Ia{)gN|CRY-M)-h1v!q;7XtX@TQ$>454xWAXMA=Jn@npy1DzdSAPG_nsS zhmuVWcc@C*zklzOZQ$UlU>sm_bvIx6bbMA!WHEO*68KhXaS)Uj@(oSem4`IvkX&H= zkInlHulj4OSo|Xe6jd>`M3%jKLOBMGjYK^tq5b1vBa6gjpy-2{G+r_x;At$s(scub z{AX%B;`)At1Xt5+^U#R&RlYsp*4W4ay?}rqIl2`*^$`Ogmda@etd?QFL9lH7`U|$;%mEf!IDxsdFHSYP&xXSn-Q#9j z^ra+ExU{oQxg>c0;*sVGWBrHbu+BhcMmxpA(8C<=(z z$HO#1SKnz2OM-wUpr_n1kA&W|S+5A9Iiyf{+geTfADYfGtm*fE`x`J~Lwa-z(jiES zG>9M#qg%SWVSp1Pq(P*+yE~L_=>|zD>5hBf-~YHDY!CKq$F9$=>pIWZdAzsD`^4p+38oW^3b=YlbV$LR zSpm`zH_4{tt%Zqa=)ysdFQ!;H zy^ApxACAW8p3sfJd8RLqLu#+s?RAe;x!~-PfZg(BYlnD(!v;)ofZQ*cBB-|4+L2bZ zIVv1MI6Zodm%6;_u8K2ysK7Q>^JDGZrxW9kxLdZG zpW@5yQRTh=){KM zL!U7zbGmVF|GOW>Zb(Sy>1G1RRbM0NBZ&beb-Lp6WmBB|Le@6TsRR1lac(6qdzpNcHalZbMNKuurN&;sft|Ny%+gEFQJ`)<0swjp*}#MpThY%M zqq(5~)it|9Kn$K^myKxTy$T#7h9tlvBhfwY_Qi4jqAdBm_BCcKVUgx~;p+K}osS49Ll#pkV(!?UOqeR|tqFO9@O79=z@0oc| zOjw(B9orLD8dKGbZXr3x)cX&morNF1`D;MbD3oa~8k4-&~rR%WI6jz*yqm{k_5$9kcN0WG=z2`edS zp?Ey9*nhgUkWc%$V@=a8Gi-#M6?&zGe5OE3L7)MJGLec!x_E2|l`%X&SlF2xAF*M= ztSuo6C;le&RPWb@mGuD~+Qs#=gLK36V}49yNQi&v(0We=)%(A5hx-Fo^{x8E@(U51 zI?5zQEkVKAfL>QZJ7_oSOj<{Hk!n|uw8eL*H)T<*ndHMxHp$-Udm~N(DF7s!vXw#D zPvHKWSbX52@W3ydjW`JZB!;7JDlFi9J%nidqaM+^@n>^7cAUs%x(-nIhYAJWX3YHg7{$DE-s(i*Ol$4ucTdJ5L9fzFH3H`|MQ+TXrJTHa>0 z=+0HR15o%e7UU%gPQAn->+Ih)P$&NV9xdsu{#b4KMHv|$2FM|)ju!^;S@uBB?V(}m zMTNh1{$0UV6sugw5j1|sW-oJ(m;FP+?2c8SD9<9g(E&aMY1O88K7HBItEa)rd(J6bXuYrk6r2!yO z0O-~jmoz-vPz87vq@P7uMPGOwg0y3WT>$%Dnl<<)i5+WH>>-c=RJh5>FEpwoQ>dG} z%p0w@rLz~csq`y60B_#5VEXi3sIw5v)ae~9keznD=Hqw24I@6`e-G}{Qxy4=7tU9q zqil}t26c{W&cQqeDxRL7$J&j{iT9d!Poi16+Hwz82gqMCN9$kMdZZ@6jXt0&Ei;w# zNaO92dn@arF|hKf?%?lC2!RP5W?l-r31l`(Y4>Hr8)V>i=*&vk|fAx zKAj}qjuJXlSHc12WtD}ZMNDqoSwz(rpa>!J!0&ktmA3Yd4kw~p65noNZUOsivv zJ{i~32JX@E2TzKKSG-5FONx$Cx_e_R!JL)d=0@_Rj$N=Ym{gFC=#qY*7MqB48>5MK z`FB>-%pyzU_%Z(?ZZ8*d;~;5f-|r7~s!g15NspTEdoPsX&xX>K)gls%UD6&{?lra} zq%XDn9)>2KJ;Mn~Sl@%t zY6Q8HdwfaF7=CHh>C(kk$RLnyQ@*1D2}IWyA-p(e%U+U51cc|6H6 zc64U1(LvNIHdI5wa9wa-eADs#8xQGELhNl3U&1;^KYdf^;;(`Sh_i_5(fHiRao51C zKt;w|=*7CUwm@!i2dmb^nNTq6%>pC#5@(hb65Agdd*WK@1@bApdHAbWT;~I?taU}8 z5SckNhH8oER;pA(*o}k3J>G;6gS%9Q-Fe~*sX(PGcV*(BX)e89WFdF|waNg6c|PBL ztedeg76imx?5?FSb*&`OItRoOP_RiSeZTyW_Cxg>2RqMU4W==ujH|88Pv8$6uwenR>{Kd#uBU0GP=q$j&A+-uz zG@_9+IKs^6x>tFO{y`KsB2=crefsY~VVY+gPlYvO;OhfAqk?!@NT^j$e(OHo9JYwC zANH53o5=n2Em8s<7yx36M-#0j(E&^ErhefTyF}|a43^hsVyJm-5Ax42o5LhHu0k=q z8Xh*hHJ5D9s=mnbn|E0nAeR9BIb6O@O4Ja-VkFF+V+ZZ7VbAu2J1ynmG zk?U|EQK@aHjaLCc4StdxhAW%$`9muJ`b!AN=_a$_9$mWhTLyo~cr`ThNvUGF@Ad5h zvHSdo*8&89kP>YSWjI7h)a7V;;ZUT>6UaTEe+y>q;sL;eTXfZq1z_@$DI$7nFLF3k zWH&|CGjW|)t;3(zJEWguIO|S_ibb{_nz+`V_53p^usAm|Li89?oT!wLDTDac!LFW1 zemLR)DJ*Ld>-}t;Iz(qd?(N(S*KUfP=j4W}5oA6Dsbm^AR0vo{q92{W_%<6yq>QWE z^?Q32iGkeo23ZsjWHA-mKUR@c*-vvnUWfM_iim3B@nV#)bJ+* z13Ryr;iWAC1_$ru?xSO&y1q13GIr83ps6RmVZ;m&n>4%*b?e5T~4$@kh2V^&vwv%$qlA31a&;w@svb++iH=luio4su`~1Z5_+~T@lC- zomox+Gsv!X^FE;)xxyFq0Oi^r@EuXFN%oV5anp-klM$o+xMy7b!ib?yy+LBxD{`00 zkyr0uFH(jDkZ1RB`~>yKs3iZO(uVnbTvlZ!o|9Ykd3jJN93xtFnNPdAhsLFlzLM3# z3B_K#UB`n1^kcnilvbN#01Xn6m6<3&nMt>G@EwQ=)ecDUlP{%6Vpu?7i(BA``)I|r zkJ5$b_P*YhOJAh;Qj#vza&^C1>z^f51JAwm2(Oxv#Gh)1t5wIyp94 z7oY*w0UGc$^WYwuGg}5^*+r3*`|ad_@GdKt^1k_*qKNUn4L6dr(Zczcr;mhIHg-@T zJul+c{^eRV@h8){Dvo9R;>Bhak?%Hlqz!!YU)o_2WYhRQ9v%xSF_>I$M<Q`2=al+VsYbbTg?ECXOC_M1~K*MX_bIW&XG@}-!v$kIk;#xPFq8q#u&Mz4RaR&Xb~WQC+yR&z=m%+^-G+jH3gfLx|D{B z@2?+?_7y432qzWo=yjWQe^NC^YI#@nirWdalP)b@9A9lI<%)Mi{K1&IRj!F)&=W}-op=u|^c@j<8}i~$k)%n#q?9wbb#T;IEZ<}hM|AyRW0{y)LY}Oc z?mQIvcgOL%g(OffN;DS}CLFa!g?E_SxGS!WI|OE^Jzvai z={5w*(>$MlncaPJ;HNP#nDSl-zUY+!xCHm2y3(K%IM^^w9?-WEYI`XbRs$X zpwRK-_DByUyMn>ul{)7O&>5OAbK9Ss@Ud>6?5!oapS~SRZ*vaV#uiqBcywV(T5NNv zddg3JOo|8`^LWe18+uH* z9qiw>SB*}oM>z`@acPFx!aE9?4QylL1{l2SgY-;dz&# zWluw*s|5_W%+ZgXdKyf;nV#ngi`)(|5l?&S3AzSL0u4H5NWsG*&YH$i0lqtp+xC#& z(y7fIWLIFzu<$|+8AMp7jY2}*S`r}btP8Q0s1_POC0|ZiQMY&IV|tbcWI<}|Ma`d! z9m6FP^NeUt_NP+BXSLR(nj5RRz$rMYo8Qe%rY)ga9U+fRLr!-^jwZ7Q;vp*G z%wmq=r$eQ2HjfroH7fV&JP5j8v-j|1YenxGd{qNQshAW$W9Il;JJWMEJV=oSW6l}B zeZ!^|{Z8WNM!p+^;JMkvH+=whn5_zj*qH~zY+UDrYJ-Y6nV25AJL73t>+MZ|2WR5! zv46L+*26-l(jP;-?QM-6^F-VlRJ<&)kh@yubNnTbJI;iwnXV>SlN7;G1s_8H1X5i; ztTw*b!cIbNUZ2%0N`BAM>>8qJK$E?Oc+=XuE*=MfF274wV2O%&x;0Os1g);&Sf{t)htj-qe z#=jc$y=Iyj{X7}AHN8E41w2I)*EZmb3cC>S`7N>rxnXl9^1ALu=&wWhY}V7{Gp*+p zR7yY&aUsYU{chZ0Zp`A^RzT2NN$Tv?zkB7O6;AV9hd$atZkyP;^Sv)k&-X(pJU$DWURbR=(#Ef5@|nBKO2I zKxWb&V}Zsn?A5C03-d8;>r_6`u#mE}It5weDCL2GOSB=draJpzhH|1gxdB`3m%*Ps+%nSscWyp@ zxExD2A94ibQsVl(&l1TCQCAA51lc0etDSNssnieGTl;@mQS z(0O9G^EAbHo|dc+1W+4-q1PQ$pbq`YnOf$p-Kp@-6M zQ4ev7shzU%kqJ?GA2Zz8h)naQ`x+O2v;}h}990Xq%vXJCyNn56+Z_01gxTDG8eob7 zKoUR<#_!NU7$i4d)E-fP=YWzK7C00hmFr61Rhuix#0!xTy2H8_QW2e%ly%7HvJ|a| zeBU}F1lmIDy;?sJv|rO9v)t`DA1mls<;)=Y8x(B$Q%%Z!4Ix_e#;6jp7h00wAS(h; zos;~iIY&`zu9Ii@e&9|6NFq{fkInw@n^Id2TXp}J2RgC#Byn+FhW+%ruhsSsc@%k0 zVP_{9pXdEb?)#{=HBk3){6lNpC%Y4gW`6R5o3F`;x2t^32w+9Xkbye&h0Ih34b zl)n~#dj*2Z)L-4va8vB+@pM<9jS!;2k

    Lg^ABa_ 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�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 { + return ( +
    + +
    +

    Title

    +

    Description

    +

    Features

    +

    Price

    +
    +
    + ) + } + + showMap = () => { + return ( +
    + +
    + ) + } + pageContent = () => { return ( -
    -

    This is the listing page

    +
    +
    +
    {this.showListings()}
    +
    {this.showMap()}
    +
    + {/*
    + {this.showListings()}
    +
    + {this.showMap()} +
    */} +
    + ) + } + + filterBar = () => { + return ( +
    + + + {/* */} +
    + ) + } + + render() { + return ( +
    +
    {this.filterBar()}
    +
    {this.pageContent()}
    +
    {this.showListings()}
    +
    ); } From 113d1258af005fd24c017d4348fd72a8e3646804 Mon Sep 17 00:00:00 2001 From: Cole Mooney Date: Fri, 4 Oct 2019 16:10:15 -0400 Subject: [PATCH 09/12] Almost done with listing page --- package-lock.json | 14 +- package.json | 2 +- src/components/ListingPage.jsx | 103 +++++++++++++- src/components/Views.js | 35 +++++ src/components/listing.css | 252 +++++++++++++++++++++++++++++++++ 5 files changed, 396 insertions(+), 10 deletions(-) create mode 100644 src/components/Views.js create mode 100644 src/components/listing.css diff --git a/package-lock.json b/package-lock.json index d5de0d5..a6abdcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10620,9 +10620,9 @@ } }, "react-router": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.1.tgz", - "integrity": "sha512-ozTXqxKZsn4GfZqpG5rVFHSSxlNuDoMNxgyjM+mFJVhqlnPwwkRsAPkDm1PcNjBdYxMzqAhtz48HkQB6fSYaAQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.1.2.tgz", + "integrity": "sha512-yjEuMFy1ONK246B+rsa0cUam5OeAQ8pyclRDgpxuSCrAlJ1qN9uZ5IgyKC7gQg0w8OM50NXHEegPh/ks9YuR2A==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", @@ -10652,15 +10652,15 @@ } }, "react-router-dom": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.1.tgz", - "integrity": "sha512-r8R8H0Vt2ISqpk02rR6VZBLk+JZdR6pZV+h9K1y0ISh3/G4GGByNevYBS69x6czcOcWVRcZmXjwY8l9UBCKV+w==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.1.2.tgz", + "integrity": "sha512-7BPHAaIwWpZS074UKaw1FjVdZBSVWEk8IuDXdB+OkLb8vd/WRQIpA4ag9WQk61aEfQs47wHyjWUoUGGZxpQXew==", "requires": { "@babel/runtime": "^7.1.2", "history": "^4.9.0", "loose-envify": "^1.3.1", "prop-types": "^15.6.2", - "react-router": "5.1.1", + "react-router": "5.1.2", "tiny-invariant": "^1.0.2", "tiny-warning": "^1.0.0" } diff --git a/package.json b/package.json index 5ea515e..ed196a3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "react": "^16.10.1", "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", - "react-router-dom": "^5.1.1", + "react-router-dom": "^5.1.2", "react-scripts": "3.1.2" }, "scripts": { diff --git a/src/components/ListingPage.jsx b/src/components/ListingPage.jsx index 1859c6c..895ca9e 100644 --- a/src/components/ListingPage.jsx +++ b/src/components/ListingPage.jsx @@ -1,12 +1,111 @@ import React from "react"; +import './listing.css'; +import Views from './Views' class ListingPage extends React.Component { - state = { someKey: "someValue" }; + state = { + someKey: "someValue", + reviewsopen: true, + + }; + + + showListing = () =>{ + return( +
    +
    +

    Listing Name Goes Here

    + Temp Pic + +
    +
    + +
    + qm +

    POI #1

    +
    +
    + qm +

    POI #2

    +
    +
    + qm +

    POI #3

    +
    + +
    +
    +
    +

    reviews

    +
    + stars + stars + stars + stars + stars +
    +
    +

    Neighborhood goes here

    +
    +

    This is where the info of the Neighborhood goes. + Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +

    +
    + +
    +
    +
    + ) + } + + showHost = () =>{ + return( +
    +

    Host Info Goes Here

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    + +
    + ) + } + + reserve = () =>{ + return( +
    + +
    + ) + } + + showCarousel = ()=>{ + return( +
    + +
    + ) + } + + render() { return ( +
    +
    + +
    +
    -

    This is the listing page

    + {this.showListing()} +
    +
    + {this.showHost()} +
    +
    + {this.reserve()} +
    +
    ); } diff --git a/src/components/Views.js b/src/components/Views.js new file mode 100644 index 0000000..ca6bb51 --- /dev/null +++ b/src/components/Views.js @@ -0,0 +1,35 @@ +import React, { Component } from 'react'; + +export default class Views extends Component { + render() { + return ( +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + ); + } +} + diff --git a/src/components/listing.css b/src/components/listing.css new file mode 100644 index 0000000..05b903e --- /dev/null +++ b/src/components/listing.css @@ -0,0 +1,252 @@ +*{ + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; +} + +html{ + height: 100vh; + width: 100vw; + background: white; +} +.background{ + background: white; +} + +h1{ + text-align: center; + padding-bottom: 50px; +} + +.listing-page{ + display: flex; + flex-direction: column; + width: 50vw; + color: black; +} + +.listingInfo{ + display: flex; + float: left; + flex-direction: column; + width: 40vw; + +} + +.listingProfile{ + display: flex; + align-content: center; + justify-content: space-between; + width: 45vw; + float: left; +} +.listingProfile button{ + color: #545453; +} + +.activity{ + width: 50vw; +} + +.activity ul { + list-style-type: none; +} + +.reviews{ + display: flex; + flex-direction: row; + width: 50vw; + align-content: center; + margin: 6% 0% 0% 0%; +} +.host{ + width: 40vw; +} + +div.reviews img{ + display: flex; + justify-content: center; + margin: 5px 0px 0px 0px; +} + +.neighborhood{ + width: 30vw; + margin: 4% 0% 0% 0%; +} + +.neighborhood p{ + font-weight: 700; +} + +.neighborhoodName{ + margin: 10% 0% 0% 0%; +} + +.space{ + margin: -0.5% 3% 0% 0%; +} + +.hostBox{ + width: 40vw; + float: right; + background: white; + border: 1px solid black; + height: 200px; + color: #545453; +} +.hostBox p{ + text-align: center; + margin: 0% 3% 1% 3%; +} +hr { display: block; + height: 1px; + border: 0; + border-top: 1px solid black; + margin: 1em 0; + padding: 0; +} +.reserve{ + width: 90vw; + display: flex; + justify-content: center; + padding: 100px; +} +.whole{ + display: flex; + width: 90vw; + flex-wrap: wrap; + margin-left: 5%; + margin-right: 5%; + background: white; +} + +div.reserve button{ + display: inline-block !important; + position: relative !important; + text-align: center !important; + transition-property: background, border-color, color !important; + transition-duration: 0.2s !important; + transition-timing-function: ease-out !important; + cursor: pointer !important; + width: 50% !important; + font-size: 16px !important; + line-height: 24px !important; + letter-spacing: normal !important; + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important; + padding-top: 10px !important; + padding-bottom: 10px !important; + font-weight: 800 !important; + min-width: 71.1935px !important; + padding-right: 8px !important; + padding-left: 8px !important; + box-shadow: none !important; + color: #545453 !important; + margin: 0px !important; + text-decoration: none !important; + border-radius: 4px !important; + border-width: 2px !important; + border-style: solid !important; + background: white !important; + border-color: black !important; +} + +div.neighborhood button{ + border-radius: var(--border-button-small-border-radius, 4px) !important; + font-size: var(--font-button-small-font-size, 14px) !important; + line-height: var(--font-button-small-line-height, 22px) !important; + letter-spacing: var(--font-button-small-letter-spacing, normal) !important; + font-family: var(--font-button-small-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) !important; + text-transform: var(--font-button-small-text-transform, undefined) !important; + padding-top: var(--spacing-button-small-vertical, 6px) !important; + padding-bottom: var(--spacing-button-small-vertical, 6px) !important; + font-weight: var(--font-book-font-weight, 600) !important; + border-width: var(--border-button-small-border-width, 1px) !important; + padding-left: var(--spacing-button-small-horizontal, 15px) !important; + padding-right: var(--spacing-button-small-horizontal, 15px) !important; + box-shadow: var(--shadow-button-level0-box-shadow, none) !important; + border-color: var(--color-buttons-secondary-border, #545453) !important; + color: var(--color-buttons-secondary-text, #545453) !important; + width: 30vw; + background: white; +} +div.hostBox button{ + border-radius: var(--border-button-small-border-radius, 4px) !important; + font-size: var(--font-button-small-font-size, 14px) !important; + line-height: var(--font-button-small-line-height, 22px) !important; + letter-spacing: var(--font-button-small-letter-spacing, normal) !important; + font-family: var(--font-button-small-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) !important; + text-transform: var(--font-button-small-text-transform, undefined) !important; + padding-top: var(--spacing-button-small-vertical, 6px) !important; + padding-bottom: var(--spacing-button-small-vertical, 6px) !important; + font-weight: var(--font-book-font-weight, 600) !important; + border-width: var(--border-button-small-border-width, 1px) !important; + padding-left: var(--spacing-button-small-horizontal, 15px) !important; + padding-right: var(--spacing-button-small-horizontal, 15px) !important; + box-shadow: var(--shadow-button-level0-box-shadow, none) !important; + background: var(--color-buttons-secondary-color, transparent) !important; + border-color: var(--color-buttons-secondary-border, #545453) !important; + color: var(--color-buttons-secondary-text, #545453) !important; + display: flex; + justify-content: center; + margin: 0 auto; +} + +.listingProfile button{ + width: 80px; + height: 50px; + font-size: 10px; + margin: 2% 0% 0% 4%; +} + +div.hostBox h4{ + text-align: center; + margin: 3% 0% 0% 0%; +} + +.car{ + padding-bottom: 20px; +} +.activities{ + display: flex; + flex-direction: row; + margin: 2% 0% 0% 0%; + font-weight: 700; + +} +.activities p{ + margin: 1% 0% 0% 2%; +} + + +.image-container { + display: flex; +} + +.big-container { + display: flex; + flex-wrap: wrap; + width: 33vw; + height: 30vh; + border-top: solid 1px black; + border-bottom: solid 1px black; + border-left: solid 1px black; +} + +.big-container img { + display: flex; + width: 33vw; + height: 30vh; +} + +.small-container { + display: flex; + flex-wrap: wrap; + width: 16.3vw; + height: 15vh; + border-top: solid 1px black; + border-bottom: solid 1px black; + border-right: solid 1px black; +} + +.small-container img { + width: 16.3vw; + height: 15vh; +} From df6886e3f485ac76997444ce608df3d8540f2f95 Mon Sep 17 00:00:00 2001 From: Cole Mooney Date: Fri, 4 Oct 2019 16:25:08 -0400 Subject: [PATCH 10/12] Details WIP --- package-lock.json | 807 ++++++++++++++++++++++++++++++++- package.json | 6 +- public/index.html | 15 + src/App.css | 22 - src/App.js | 5 +- src/App.scss | 371 +++++++++++++++ src/assets/Airbnb.png | Bin 0 -> 119174 bytes src/assets/logo.png | Bin 0 -> 33792 bytes src/components/DetailsPage.jsx | 106 ++++- src/components/HomePage.jsx | 8 +- src/components/ListingPage.jsx | 5 +- src/components/Navbar.jsx | 49 +- src/components/Search.jsx | 36 ++ src/components/SearchNav.jsx | 60 +++ src/index.js | 2 +- src/{index.css => index.scss} | 0 16 files changed, 1443 insertions(+), 49 deletions(-) delete mode 100644 src/App.css create mode 100644 src/App.scss create mode 100644 src/assets/Airbnb.png create mode 100644 src/assets/logo.png create mode 100644 src/components/Search.jsx create mode 100644 src/components/SearchNav.jsx rename src/{index.css => index.scss} (100%) diff --git a/package-lock.json b/package-lock.json index a6abdcc..b7c4330 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1608,6 +1608,11 @@ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.2.tgz", "integrity": "sha512-2scffjvioEmNz0OyDSLGWDfKCVwaKc6l9Pm9kOIREU13ClXZvHpg/nRL5xyjSSSLhOnXqft2HpsAzNEEA8cFFg==" }, + "abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + }, "accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", @@ -1698,6 +1703,11 @@ "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" + }, "ansi-colors": { "version": "3.2.4", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", @@ -1740,6 +1750,39 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, + "are-we-there-yet": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", + "requires": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", @@ -1782,6 +1825,11 @@ "resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz", "integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=" }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=" + }, "array-flatten": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", @@ -1880,6 +1928,11 @@ "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" }, + "async-foreach": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", + "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=" + }, "async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", @@ -2356,6 +2409,14 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" }, + "block-stream": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz", + "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=", + "requires": { + "inherits": "~2.0.0" + } + }, "bluebird": { "version": "3.5.5", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", @@ -2688,6 +2749,22 @@ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "requires": { + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" + }, + "dependencies": { + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=" + } + } + }, "caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -3569,6 +3646,11 @@ "date-now": "^0.1.4" } }, + "console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + }, "constants-browserify": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", @@ -3995,6 +4077,14 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz", "integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==" }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "requires": { + "array-find-index": "^1.0.1" + } + }, "cyclist": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", @@ -4183,6 +4273,11 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, + "delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" + }, "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", @@ -5738,6 +5833,17 @@ "integrity": "sha512-a7YT0SV3RB+DjYcppwVDLtn13UQnmg0SWZS7ezZD0UjnLwXmy8Zm21GMVGLaFGimIqcvyMQaOJBrop8MyOp1kQ==", "optional": true }, + "fstream": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz", + "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==", + "requires": { + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" + } + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -5748,6 +5854,62 @@ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, + "gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", + "requires": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + } + } + }, + "gaze": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", + "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", + "requires": { + "globule": "^1.0.0" + } + }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -5758,6 +5920,11 @@ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz", "integrity": "sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==" }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=" + }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", @@ -5861,6 +6028,16 @@ } } }, + "globule": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz", + "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==", + "requires": { + "glob": "~7.1.1", + "lodash": "~4.17.10", + "minimatch": "~3.0.2" + } + }, "graceful-fs": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.2.tgz", @@ -5967,6 +6144,11 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, + "has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" + }, "has-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", @@ -6330,6 +6512,19 @@ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, + "in-publish": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz", + "integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=" + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "requires": { + "repeating": "^2.0.0" + } + }, "indexes-of": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", @@ -6523,6 +6718,14 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, "is-fullwidth-code-point": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", @@ -6642,6 +6845,11 @@ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=" + }, "is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -7741,6 +7949,11 @@ } } }, + "js-base64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.5.1.tgz", + "integrity": "sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==" + }, "js-levenshtein": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.6.tgz", @@ -8104,6 +8317,15 @@ "js-tokens": "^3.0.0 || ^4.0.0" } }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "requires": { + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" + } + }, "lower-case": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", @@ -8164,6 +8386,11 @@ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=" + }, "map-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", @@ -8242,6 +8469,104 @@ } } }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "requires": { + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" + }, + "dependencies": { + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + } + } + }, "merge-deep": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/merge-deep/-/merge-deep-3.0.2.tgz", @@ -8487,8 +8812,7 @@ "nan": { "version": "2.14.0", "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", - "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==", - "optional": true + "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" }, "nanomatch": { "version": "1.2.13", @@ -8562,6 +8886,32 @@ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.8.2.tgz", "integrity": "sha512-mXQ9GBq1N3uDCyV1pdSzgIguwgtVpM7f5/5J4ipz12PKWElmPpVWLDuWl8iXmhysr21+WmX/OJ5UKx82wjomgg==" }, + "node-gyp": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz", + "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==", + "requires": { + "fstream": "^1.0.0", + "glob": "^7.0.3", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "nopt": "2 || 3", + "npmlog": "0 || 1 || 2 || 3 || 4", + "osenv": "0", + "request": "^2.87.0", + "rimraf": "2", + "semver": "~5.3.0", + "tar": "^2.0.0", + "which": "1" + }, + "dependencies": { + "semver": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz", + "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=" + } + } + }, "node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", @@ -8682,6 +9032,98 @@ } } }, + "node-sass": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz", + "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==", + "requires": { + "async-foreach": "^0.1.3", + "chalk": "^1.1.1", + "cross-spawn": "^3.0.0", + "gaze": "^1.0.0", + "get-stdin": "^4.0.1", + "glob": "^7.0.3", + "in-publish": "^2.0.0", + "lodash": "^4.17.11", + "meow": "^3.7.0", + "mkdirp": "^0.5.1", + "nan": "^2.13.2", + "node-gyp": "^3.8.0", + "npmlog": "^4.0.0", + "request": "^2.88.0", + "sass-graph": "^2.2.4", + "stdout-stream": "^1.4.0", + "true-case-path": "^1.0.2" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "cross-spawn": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-3.0.1.tgz", + "integrity": "sha1-ElYDfsufDF9549bvE14wdwGEuYI=", + "requires": { + "lru-cache": "^4.0.1", + "which": "^1.2.9" + } + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" + } + } + }, + "nopt": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", + "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=", + "requires": { + "abbrev": "1" + } + }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -8732,6 +9174,17 @@ "path-key": "^2.0.0" } }, + "npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "requires": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, "nth-check": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", @@ -8985,6 +9438,11 @@ "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" + }, "os-locale": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", @@ -9000,6 +9458,15 @@ "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, + "osenv": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", + "requires": { + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" + } + }, "p-defer": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", @@ -10304,6 +10771,11 @@ "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" + }, "psl": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz", @@ -10827,6 +11299,15 @@ "minimatch": "3.0.4" } }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "requires": { + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" + } + }, "regenerate": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", @@ -10980,6 +11461,14 @@ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "requires": { + "is-finite": "^1.0.0" + } + }, "request": { "version": "2.88.0", "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", @@ -11259,6 +11748,230 @@ "walker": "~1.0.5" } }, + "sass": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.23.0.tgz", + "integrity": "sha512-W4HT8+WE31Rzk3EPQC++CXjD5O+lOxgYBIB8Ohvt7/zeE2UzYW+TOczDrRU3KcEy3+xwXXbmDsOZFkoqgD4TKw==", + "requires": { + "chokidar": ">=2.0.0 <4.0.0" + } + }, + "sass-graph": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.4.tgz", + "integrity": "sha1-E/vWPNHK8JCLn9k0dq1DpR0eC0k=", + "requires": { + "glob": "^7.0.0", + "lodash": "^4.0.0", + "scss-tokenizer": "^0.2.3", + "yargs": "^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" + }, + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=" + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", + "requires": { + "invert-kv": "^1.0.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=", + "requires": { + "lcid": "^1.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "requires": { + "error-ex": "^1.2.0" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8=" + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + } + }, + "y18n": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", + "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" + }, + "yargs": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz", + "integrity": "sha1-a6MY6xaWFyf10oT46gA+jWFU0Mg=", + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.0" + } + }, + "yargs-parser": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.0.tgz", + "integrity": "sha1-J17PDX/+Bcd+ZOfIbkzZS/DhIoo=", + "requires": { + "camelcase": "^3.0.0" + } + } + } + }, "sass-loader": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-7.2.0.tgz", @@ -11338,6 +12051,25 @@ "ajv-keywords": "^3.1.0" } }, + "scss-tokenizer": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz", + "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=", + "requires": { + "js-base64": "^2.1.8", + "source-map": "^0.4.2" + }, + "dependencies": { + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, "select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", @@ -11925,6 +12657,38 @@ "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" }, + "stdout-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", + "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", + "requires": { + "readable-stream": "^2.0.1" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "stealthy-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", @@ -12133,6 +12897,14 @@ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "requires": { + "get-stdin": "^4.0.1" + } + }, "strip-json-comments": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz", @@ -12246,6 +13018,16 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, + "tar": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz", + "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==", + "requires": { + "block-stream": "*", + "fstream": "^1.0.12", + "inherits": "2" + } + }, "terser": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/terser/-/terser-4.3.4.tgz", @@ -12446,6 +13228,19 @@ "punycode": "^2.1.0" } }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=" + }, + "true-case-path": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz", + "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==", + "requires": { + "glob": "^7.1.2" + } + }, "ts-pnp": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.1.4.tgz", @@ -13226,6 +14021,14 @@ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "requires": { + "string-width": "^1.0.2 || 2" + } + }, "wordwrap": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", diff --git a/package.json b/package.json index ed196a3..9f3e6c4 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,13 @@ "dependencies": { "axios": "^0.19.0", "bootstrap": "^4.3.1", + "node-sass": "^4.12.0", "react": "^16.10.1", "react-bootstrap": "^1.0.0-beta.12", "react-dom": "^16.10.1", - "react-router-dom": "^5.1.2", - "react-scripts": "3.1.2" + "react-router-dom": "^5.1.1", + "react-scripts": "3.1.2", + "sass": "^1.23.0" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index a146b6f..bdea77d 100644 --- a/public/index.html +++ b/public/index.html @@ -39,5 +39,20 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + + diff --git a/src/App.css b/src/App.css deleted file mode 100644 index afc3885..0000000 --- a/src/App.css +++ /dev/null @@ -1,22 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - height: 40vmin; -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #09d3ac; -} diff --git a/src/App.js b/src/App.js index 3d78111..f49dcfd 100644 --- a/src/App.js +++ b/src/App.js @@ -1,7 +1,5 @@ import React from 'react'; -import logo from './logo.svg'; -import Navbar from './components/Navbar' -import './App.css'; +import './App.scss'; import 'bootstrap/dist/css/bootstrap.min.css'; import { Route, Switch } from 'react-router-dom' import HomePage from './components/HomePage' @@ -12,7 +10,6 @@ import DetailsPage from './components/DetailsPage'; function App() { return (
    - diff --git a/src/App.scss b/src/App.scss new file mode 100644 index 0000000..7faf47b --- /dev/null +++ b/src/App.scss @@ -0,0 +1,371 @@ +.App { + text-align: center; + color: white; + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, + Helvetica Neue, sans-serif; +} + +.App-logo { + height: 40vmin; +} + +.App h1 { + color: aqua; +} + +.App-header { + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-link { + color: #09d3ac; +} + +.navbar { + + .navbar-brand, + .nav-link { + font-size: 16px; + font-weight: bold; + color: white; + margin: auto 15px; + } + + .navbar-brand:hover, + .nav-link:hover { + text-decoration: underline; + text-underline-position: under; + } +} + +.details-page { + * { + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; + } + + html { + height: 100vh; + width: 100vw; + background: white; + } + + .background { + background: white; + } + + h1 { + text-align: center; + padding-bottom: 50px; + } + + .listing-page { + display: flex; + flex-direction: column; + width: 50vw; + color: black; + } + + .listingInfo { + display: flex; + float: left; + flex-direction: column; + width: 40vw; + + } + + .listingProfile { + display: flex; + align-content: center; + justify-content: space-between; + width: 45vw; + float: left; + } + + .listingProfile button { + color: #545453; + } + + .activity { + width: 50vw; + } + + .activity ul { + list-style-type: none; + } + + .reviews { + display: flex; + flex-direction: row; + width: 50vw; + align-content: center; + margin: 6% 0% 0% 0%; + } + + .host { + width: 40vw; + } + + div.reviews img { + display: flex; + justify-content: center; + margin: 5px 0px 0px 0px; + } + + .neighborhood { + width: 30vw; + margin: 4% 0% 0% 0%; + } + + .neighborhood p { + font-weight: 700; + } + + .neighborhoodName { + margin: 10% 0% 0% 0%; + } + + .space { + margin: -0.5% 3% 0% 0%; + } + + .hostBox { + width: 40vw; + float: right; + background: white; + border: 1px solid black; + height: 200px; + color: #545453; + } + + .hostBox p { + text-align: center; + margin: 0% 3% 1% 3%; + } + + hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid black; + margin: 1em 0; + padding: 0; + } + + .reserve { + width: 90vw; + display: flex; + justify-content: center; + padding: 100px; + } + + .whole { + display: flex; + width: 90vw; + flex-wrap: wrap; + margin-left: 5%; + margin-right: 5%; + background: white; + } + + div.reserve button { + display: inline-block !important; + position: relative !important; + text-align: center !important; + transition-property: background, border-color, color !important; + transition-duration: 0.2s !important; + transition-timing-function: ease-out !important; + cursor: pointer !important; + width: 50% !important; + font-size: 16px !important; + line-height: 24px !important; + letter-spacing: normal !important; + font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important; + padding-top: 10px !important; + padding-bottom: 10px !important; + font-weight: 800 !important; + min-width: 71.1935px !important; + padding-right: 8px !important; + padding-left: 8px !important; + box-shadow: none !important; + color: #545453 !important; + margin: 0px !important; + text-decoration: none !important; + border-radius: 4px !important; + border-width: 2px !important; + border-style: solid !important; + background: white !important; + border-color: black !important; + } + + div.neighborhood button { + border-radius: var(--border-button-small-border-radius, 4px) !important; + font-size: var(--font-button-small-font-size, 14px) !important; + line-height: var(--font-button-small-line-height, 22px) !important; + letter-spacing: var(--font-button-small-letter-spacing, normal) !important; + font-family: var(--font-button-small-font-family, Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif) !important; + text-transform: var(--font-button-small-text-transform, undefined) !important; + padding-top: var(--spacing-button-small-vertical, 6px) !important; + padding-bottom: var(--spacing-button-small-vertical, 6px) !important; + font-weight: var(--font-book-font-weight, 600) !important; + border-width: var(--border-button-small-border-width, 1px) !important; + padding-left: var(--spacing-button-small-horizontal, 15px) !important; + padding-right: var(--spacing-button-small-horizontal, 15px) !important; + box-shadow: var(--shadow-button-level0-box-shadow, none) !important; + border-color: var(--color-buttons-secondary-border, #545453) !important; + color: var(--color-buttons-secondary-text, #545453) !important; + width: 30vw; + background: white; + } + + div.hostBox button { + border-radius: var(--border-button-small-border-radius, 4px) !important; + font-size: var(--font-button-small-font-size, 14px) !important; + line-height: var(--font-button-small-line-height, 22px) !important; + letter-spacing: var(--font-button-small-letter-spacing, normal) !important; + font-family: var(--font-button-small-font-family, Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif) !important; + text-transform: var(--font-button-small-text-transform, undefined) !important; + padding-top: var(--spacing-button-small-vertical, 6px) !important; + padding-bottom: var(--spacing-button-small-vertical, 6px) !important; + font-weight: var(--font-book-font-weight, 600) !important; + border-width: var(--border-button-small-border-width, 1px) !important; + padding-left: var(--spacing-button-small-horizontal, 15px) !important; + padding-right: var(--spacing-button-small-horizontal, 15px) !important; + box-shadow: var(--shadow-button-level0-box-shadow, none) !important; + background: var(--color-buttons-secondary-color, transparent) !important; + border-color: var(--color-buttons-secondary-border, #545453) !important; + color: var(--color-buttons-secondary-text, #545453) !important; + display: flex; + justify-content: center; + margin: 0 auto; + } + + .listingProfile button { + width: 80px; + height: 50px; + font-size: 10px; + margin: 2% 0% 0% 4%; + } + + div.hostBox h4 { + text-align: center; + margin: 3% 0% 0% 0%; + } + + .car { + padding-bottom: 20px; + } + + .activities { + display: flex; + flex-direction: row; + margin: 2% 0% 0% 0%; + font-weight: 700; + + } + + .activities p { + margin: 1% 0% 0% 2%; + } + + + .image-container { + display: flex; + } + + .big-container { + display: flex; + flex-wrap: wrap; + width: 33vw; + height: 30vh; + border-top: solid 1px black; + border-bottom: solid 1px black; + border-left: solid 1px black; + } + + .big-container img { + display: flex; + width: 33vw; + height: 30vh; + } + + .small-container { + display: flex; + flex-wrap: wrap; + width: 16.3vw; + height: 15vh; + border-top: solid 1px black; + border-bottom: solid 1px black; + border-right: solid 1px black; + } + + .small-container img { + width: 16.3vw; + height: 15vh; + } + +} + +.home-page { + height: 100vh; + background-repeat: no-repeat; + background-size: cover; + background-position: center; + + background-image: linear-gradient(rgba(black, 0.2), rgba(black, 0.2)), url("https://images.unsplash.com/photo-1559767949-0faa5c7e9992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"); + + .container-fluid { + width: 90%; + } +} + +.search { + top: 100px; + position: absolute; + color: rgb(72, 72, 72); + background-color: white; + width: 30%; + padding: 50px 0px 50px; + font-size: 20px; + border-radius: 5px; + + h1 { + font-size: 30px; + font-weight: bolder; + } + + p { + font-size: 14px; + font-weight: bold; + margin-bottom: 5px; + + } + + input { + border-radius: 3px; + border: #c9c9c9 1px solid; + width: 100%; + height: 45px; + padding: 10px 5px; + } + + .btn { + height: 25%; + width: 25%; + margin-top: 20px; + justify-self: center; + font-weight: bolder; + color: white; + background-color: #FF5A5F; + } + + .container-fluid { + width: 90%; + } +} \ No newline at end of file diff --git a/src/assets/Airbnb.png b/src/assets/Airbnb.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5473ff2aac975df61367133a6310be00a2c488 GIT binary patch literal 119174 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

    gc||KAhX`MMz~Xf)Br%zIvaUEK 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 J`hlfi%D=s_83zCW literal 0 HcmV?d00001 diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2e95d3d0cd88effb7c1e1a4d4274c7762c997a GIT binary patch literal 33792 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 X9@+{ + return( +

    + ) + } + + showHost = () =>{ + return( +
    +

    Host Info Goes Here

    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, + sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    + +
    + ) + } + + reserve = () =>{ + return( +
    + +
    + ) + } + + showCarousel = ()=>{ + return( +
    + +
    + ) + } + + render() { return (
    -

    This is the details page

    +
    + +
    + +
    +
    +
    + {this.showListing()} +
    +
    + {this.showHost()} +
    +
    + {this.reserve()} +
    +
    +
    ); } diff --git a/src/components/HomePage.jsx b/src/components/HomePage.jsx index 04943a9..e6ed627 100644 --- a/src/components/HomePage.jsx +++ b/src/components/HomePage.jsx @@ -1,12 +1,16 @@ import React from "react"; +import Search from "./Search"; +import Navbar from "./Navbar"; class HomePage extends React.Component { state = { someKey: "someValue" }; - render() { return (
    -

    This is the home Page

    +
    + + +
    ); } diff --git a/src/components/ListingPage.jsx b/src/components/ListingPage.jsx index 895ca9e..ddf3c12 100644 --- a/src/components/ListingPage.jsx +++ b/src/components/ListingPage.jsx @@ -1,6 +1,6 @@ import React from "react"; -import './listing.css'; import Views from './Views' +import SearchNav from "./SearchNav"; class ListingPage extends React.Component { state = { @@ -91,7 +91,9 @@ class ListingPage extends React.Component { render() { return ( +
    +
    @@ -107,6 +109,7 @@ class ListingPage extends React.Component {
    +
    ); } diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 0db346f..f5e0848 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -1,4 +1,5 @@ import React from "react"; +import Logo from '../assets/logo.png' import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; class Navbar extends React.Component { @@ -6,19 +7,41 @@ class Navbar extends React.Component { render() { return ( -
    -
      - -
    • Home
    • - - -
    • Details
    • - - -
    • Listing
    • - -
    -
    + ); } diff --git a/src/components/Search.jsx b/src/components/Search.jsx new file mode 100644 index 0000000..7f4ea80 --- /dev/null +++ b/src/components/Search.jsx @@ -0,0 +1,36 @@ +import React from "react"; + +class Search extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( +
    +
    +

    Book unique places to stay and things to do.

    +

    Where:

    + +
    +
    +

    Check In:

    + +
    +
    +

    Check Out:

    + +
    +
    +

    Guests:

    + + +
    +
    + ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default Search; diff --git a/src/components/SearchNav.jsx b/src/components/SearchNav.jsx new file mode 100644 index 0000000..1fc6460 --- /dev/null +++ b/src/components/SearchNav.jsx @@ -0,0 +1,60 @@ +import React from "react"; +import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; + +class SearchNav extends React.Component { + state = { someKey: "someValue" }; + + render() { + return ( + + ); + } + + componentDidMount() { + this.setState({ someKey: "otherValue" }); + } +} + +export default SearchNav; diff --git a/src/index.js b/src/index.js index 86895c7..a610b74 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import './index.css'; +import './index.scss'; import { render } from 'react-dom' import { BrowserRouter } from 'react-router-dom' import App from './App'; diff --git a/src/index.css b/src/index.scss similarity index 100% rename from src/index.css rename to src/index.scss From 37ea6524cc5c5558afbe0016afca2f82e9b3bd93 Mon Sep 17 00:00:00 2001 From: Adrian Date: Fri, 4 Oct 2019 16:29:25 -0400 Subject: [PATCH 11/12] More styling stuff --- src/App.scss | 18 +++++++++--------- src/assets/logo-white.png | Bin 0 -> 119771 bytes src/components/Navbar.jsx | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 src/assets/logo-white.png diff --git a/src/App.scss b/src/App.scss index eb21a6b..c9fbe52 100644 --- a/src/App.scss +++ b/src/App.scss @@ -48,7 +48,8 @@ background-size: cover; background-position: center; - background-image: linear-gradient(rgba(black, 0.2), rgba(black, 0.2)), url("https://images.unsplash.com/photo-1559767949-0faa5c7e9992?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80"); + background-image: linear-gradient(rgba(black, 0.2), rgba(black, 0.2)), + url("https://images.unsplash.com/photo-1568301235858-f41588681345?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80"); .container-fluid { width: 90%; } @@ -63,31 +64,30 @@ padding: 50px 0px 50px; font-size: 20px; border-radius: 5px; - h1{ + h1 { font-size: 30px; font-weight: bolder; } - p{ + p { font-size: 14px; - font-weight: bold; + font-weight: bold; margin-bottom: 5px; - } - input{ + input { border-radius: 3px; border: #c9c9c9 1px solid; width: 100%; height: 45px; - padding:10px 5px; + padding: 10px 5px; } - .btn{ + .btn { height: 25%; width: 25%; margin-top: 20px; justify-self: center; font-weight: bolder; color: white; - background-color:#FF5A5F; + background-color: #ff5a5f; } .container-fluid { width: 90%; diff --git a/src/assets/logo-white.png b/src/assets/logo-white.png new file mode 100644 index 0000000000000000000000000000000000000000..97ff3cb38222beb8126f97ccc5d5205717ca0606 GIT binary patch literal 119771 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:oJ(DxLl#G?2-Uo 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�o-#EH6_#Z(} z;M{rM5dA$f?A9I8MZFvh*0=AtS9P>pRL#0&V1F{8{+F$L{kkX}{4P$!-y8Jg&+qc# zMNb9~>c+V8&TbRUAD)D(@{8Z@kHe1y?+v~)=#L>j9Qo5T99viGH`X2>ldvj3lLKwI z!K#X4!_%-n;ZGH=_AX+ta4$;qUmf%V%;!Wt7JO{55}YT9^+1R~((Me7;HzE@Rn)H{ zKUH7l>W^&vDv$ZCM0HyRIu-o)pjWJ3A$%5u7sz3)#%9@B2%mI|1#hM!H))SF0wE0BCuQ1etXcX2IEA%Jv74FJ}*t%GH{R? zz=w5z(s!}pH3zvTC0_jKKA%r)TXouX{DA=6AIjaIsvi*XC{I89-FaZnUnS1DTCqiOiEduQYtu z1ra_blkr^_{kZ`u51 zjMHGJ>v5W+rf3;x891;E*vDM}cngo=L$7=t5FeRfwL1uUGU!IxlS6+br#~4l*SX_q z{OCJuc+Y{&0SrIh8b@weeRuf&=9GF5f8%i*KH1Ti-TG_&_a_7GfVV$+UU(E6Nry!@RPDEHfA&WOYrf=}o?P>x zoqo(td&8E2mVv#?fc?1BeW?Ffggf;+=5N3Cb$*M^XQ%!4dwy-aht5Dd;5~GH)~0p0 z8?N@Bn%Ec-EbC`#oJHGfJY#WGyG8w1f7Orns$bN9vuhb>8CZP=#`Yz>5qG+8tDiA{ zV|MJ9#j$wnIAeCktM>F${n%CHZ>RmMzb5Z(2L2z{>#pWd`uP?B0000 - + + ) : ( +

    + Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of + classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin + professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, + consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical + literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 + of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This + book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of + Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32. + +

    + ); + }; + + View = () => { + console.log(this.state.opened); + this.state.opened + ? this.setState({ + opened: false + }) + : this.setState({ + opened: true + }); + }; + View2 = () => { + console.log(this.state.opened2); + this.state.opened2 + ? this.setState({ + opened2: false + }) + : this.setState({ + opened2: true + }); }; + + RenderingMore2 = () => { + return this.state.opened2 ? ( +
    + ) : ( +
    +
    +
  • "{this.state.review.last5_comments}"
  • +
    +
    +
  • "{this.state.review.last5_comments}"
  • +
    +
    +
  • "{this.state.review.last5_comments}"
  • +
    +
    + ); + }; @@ -15,7 +80,7 @@ class DetailsPage extends React.Component { return(
    -

    Listing Name Goes Here

    +

    {this.state.listing.name}

    Temp Pic
    @@ -44,16 +109,22 @@ class DetailsPage extends React.Component { stars stars stars +
    + +
    +
    + {this.RenderingMore2()} +
    -

    Neighborhood goes here

    +

    {this.state.listing.neighbourhood}

    This is where the info of the Neighborhood goes. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    + {this.RenderingMore()}
    -
    @@ -63,10 +134,10 @@ class DetailsPage extends React.Component { showHost = () =>{ return(
    -

    Host Info Goes Here

    +

    {this.state.listing.host_name}


    -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, - sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    +

    {this.state.listing.room_type}

    +

    ${this.state.listing.price}/night

    ) @@ -80,16 +151,10 @@ class DetailsPage extends React.Component { ) } - showCarousel = ()=>{ - return( -
    - -
    - ) - } render() { + console.log(this.state.review.last5_comments) return (
    diff --git a/src/listings2.json b/src/listings2.json new file mode 100644 index 0000000..7ec7e29 --- /dev/null +++ b/src/listings2.json @@ -0,0 +1,317396 @@ +{ + "schema": { + "fields": [ + { + "name": "index", + "type": "integer" + }, + { + "name": "id", + "type": "integer" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "host_name", + "type": "string" + }, + { + "name": "neighbourhood_group", + "type": "string" + }, + { + "name": "neighbourhood", + "type": "string" + }, + { + "name": "room_type", + "type": "string" + }, + { + "name": "price", + "type": "integer" + }, + { + "name": "minimum_nights", + "type": "integer" + }, + { + "name": "number_of_reviews", + "type": "integer" + }, + { + "name": "last_review", + "type": "string" + }, + { + "name": "reviews_per_month", + "type": "number" + }, + { + "name": "calculated_host_listings_count", + "type": "integer" + }, + { + "name": "availability_365", + "type": "integer" + } + ], + "primaryKey": [ + "index" + ], + "pandas_version": "0.20.0" + }, + "data": [ + { + "index": 0, + "id": 18666, + "name": "Flat with Sunny Terrace", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2015-10-10", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 31, + "availability_365": 182 + }, + { + "index": 1, + "id": 18674, + "name": "Huge flat for 8 people close to Sagrada Familia", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-07-02", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 31, + "availability_365": 129 + }, + { + "index": 2, + "id": 21605, + "name": "Nice and sunny duble room", + "host_name": "Meritxell", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-07-04", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 2, + "availability_365": 15 + }, + { + "index": 3, + "id": 23197, + "name": "FORUM DELUXE 5 MINS WALK CCIB CENTER & SEA!", + "host_name": "Etain (Marnie)", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-07", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 318 + }, + { + "index": 4, + "id": 25786, + "name": "NICE ROOM AVAILABLE IN THE HEART OF GRACIA", + "host_name": "Pedro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 241, + "last_review": "2019-07-03", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 5, + "id": 31377, + "name": "Room for 2, Sagrada Famili", + "host_name": "Svetlana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-03-12", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 3, + "availability_365": 211 + }, + { + "index": 6, + "id": 31380, + "name": "Room for 2-3. Barcelona, Sagrada Famili", + "host_name": "Svetlana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 53, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-05-12", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 3, + "availability_365": 211 + }, + { + "index": 7, + "id": 31958, + "name": "Gaudi Attic 1, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 174, + "last_review": "2019-06-25", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 41, + "availability_365": 266 + }, + { + "index": 8, + "id": 32471, + "name": "Gaudi Attic 2, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-06-23", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 41, + "availability_365": 257 + }, + { + "index": 9, + "id": 32615, + "name": "Sunny room, top floor with 2 terraces!", + "host_name": "Inge", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 29, + "number_of_reviews": 19, + "last_review": "2014-05-12", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 10, + "id": 32711, + "name": "Sagrada Familia area - C\u00f2rsega 1", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-21", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 13, + "availability_365": 295 + }, + { + "index": 11, + "id": 34241, + "name": "Private Double room - Plaza Real", + "host_name": "Andres", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2013-07-15", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 293 + }, + { + "index": 12, + "id": 34981, + "name": "VIDRE HOME PLAZA REAL on LAS RAMBLAS", + "host_name": "Andres", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 5, + "number_of_reviews": 138, + "last_review": "2019-06-25", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 151 + }, + { + "index": 13, + "id": 35379, + "name": "Double 02 CasanovaRooms Barcelona", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 250, + "last_review": "2019-07-02", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 4, + "availability_365": 257 + }, + { + "index": 14, + "id": 35388, + "name": "Single 01 CasanovaRooms Barcelona", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-07-08", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 4, + "availability_365": 121 + }, + { + "index": 15, + "id": 35390, + "name": "Single 02 CasanovaRooms Barcelona", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 205, + "last_review": "2019-06-20", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 4, + "availability_365": 286 + }, + { + "index": 16, + "id": 35392, + "name": "Double 01 CasanovaRooms Barcelona", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-06-23", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 4, + "availability_365": 273 + }, + { + "index": 17, + "id": 36763, + "name": "In front of the beach", + "host_name": "Ester", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-07-05", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 339 + }, + { + "index": 18, + "id": 40983, + "name": "Classical loft close to pedrera!", + "host_name": "Joaquin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 280, + "last_review": "2019-07-08", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 19, + "id": 46153, + "name": "CHIC BORN, GREAT LOCATION , FREE WIFI", + "host_name": "Etain (Marnie)", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 180, + "number_of_reviews": 2, + "last_review": "2018-09-30", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 20, + "id": 49213, + "name": "Descalzos en el parque, relax and cool room", + "host_name": "Cate", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-26", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 93 + }, + { + "index": 21, + "id": 49968, + "name": "Sagrada Familia area - C\u00f2rsega 2", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-07-03", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 13, + "availability_365": 304 + }, + { + "index": 22, + "id": 50066, + "name": "Sagrada Familia area - Sardenya 1", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-12", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 13, + "availability_365": 264 + }, + { + "index": 23, + "id": 58512, + "name": "Stylish & cozy 3BR near Sagrada Familia", + "host_name": "Cristina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 7, + "number_of_reviews": 367, + "last_review": "2019-06-06", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 1, + "availability_365": 179 + }, + { + "index": 24, + "id": 61444, + "name": "Bright apartment - Rambla Catalunya (HUTB-005863)", + "host_name": "Anil", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-20", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 5, + "availability_365": 270 + }, + { + "index": 25, + "id": 66037, + "name": "Great apartment in en el Born", + "host_name": "Amivelaz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-26", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 2, + "availability_365": 50 + }, + { + "index": 26, + "id": 67065, + "name": "Londres, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 74, + "last_review": "2019-06-17", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 41, + "availability_365": 147 + }, + { + "index": 27, + "id": 68547, + "name": "two beds with private shower 30% off", + "host_name": "At\u00fan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-07-01", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 350 + }, + { + "index": 28, + "id": 70099, + "name": "Room with a View, Bcn City Center", + "host_name": "Alex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 335, + "last_review": "2019-07-02", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 29, + "id": 71520, + "name": "Charming apartment with fantastic views!", + "host_name": "Ariadna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2011-06-23", + "reviews_per_month": 0.01, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 30, + "id": 71553, + "name": "Summer PROMOTIONS, NewYork times penthouse flat !", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 47, + "last_review": "2019-03-07", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 9, + "availability_365": 362 + }, + { + "index": 31, + "id": 71603, + "name": "MODERNIST PENTHOUSE. 1bedroom apt with terrace", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 390, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-02", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 32, + "id": 71736, + "name": "APARTMENT BY MONTHS CITY CENTER MINIMUM 32 NIGHTS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2016-07-14", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 6, + "availability_365": 365 + }, + { + "index": 33, + "id": 72436, + "name": "Lugaris Beach Business Apartment", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 1, + "number_of_reviews": 220, + "last_review": "2019-06-26", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 5, + "availability_365": 357 + }, + { + "index": 34, + "id": 72793, + "name": "RENT BY MONTH COLORIST APARTMENT MINIMUN 32 NITGHS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2014-08-27", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 6, + "availability_365": 312 + }, + { + "index": 35, + "id": 72794, + "name": "RENT MONTH FANTASTIC APARTMENT MINIMUM 32 NIGHTS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2014-08-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 6, + "availability_365": 312 + }, + { + "index": 36, + "id": 73455, + "name": "RAMBLAS ORCHID2 FAMILY APARTMENT", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 148, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-06-26", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 20, + "availability_365": 281 + }, + { + "index": 37, + "id": 73683, + "name": "Sagrada Familia area for 12 people", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-06-30", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 13, + "availability_365": 288 + }, + { + "index": 38, + "id": 73692, + "name": "Rustic apartment : Rambla Catalunya (HUTB-005863)", + "host_name": "Anil", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-05-12", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 5, + "availability_365": 296 + }, + { + "index": 39, + "id": 73693, + "name": "Huge family apt with patio: Central (HUTB-005825)", + "host_name": "Anil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-03", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 5, + "availability_365": 262 + }, + { + "index": 40, + "id": 73700, + "name": "Centrally located budget apartment (HUTB-005832)", + "host_name": "Anil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-06-10", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 5, + "availability_365": 279 + }, + { + "index": 41, + "id": 74562, + "name": "Cute Suite near the MACBA", + "host_name": "Lisette", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 188, + "last_review": "2019-07-04", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 42, + "id": 75003, + "name": "130. H\u00e9rcules Peque\u00f1o 41", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-05-20", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 97, + "availability_365": 324 + }, + { + "index": 43, + "id": 75411, + "name": "Sagrada Familia Clot Patio", + "host_name": "Mireia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-02", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 5, + "availability_365": 80 + }, + { + "index": 44, + "id": 80004, + "name": "Parc Montjuic HUTB (Phone number hidden by Airbnb)", + "host_name": "Xavier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 107, + "minimum_nights": 4, + "number_of_reviews": 115, + "last_review": "2019-07-06", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 131 + }, + { + "index": 45, + "id": 83283, + "name": "\u2605PLAZA \u00a9ATALU\u00d1A \u00aeoom x2 + private bath\u00aeoom+wifi", + "host_name": "Wonderful Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 62, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-06-12", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 4, + "availability_365": 73 + }, + { + "index": 46, + "id": 89756, + "name": "BCN-RENTALS RAMBLA 1, just 7-10 min to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 6, + "number_of_reviews": 15, + "last_review": "2018-08-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 6, + "availability_365": 264 + }, + { + "index": 47, + "id": 89776, + "name": "Modernist flat Downtown Casa Estap\u00e9 | Barcelona", + "host_name": "Calie", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 303, + "last_review": "2019-07-07", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 48, + "id": 95719, + "name": "Lovely room to rent in El Gotico", + "host_name": "Dalila", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 212, + "last_review": "2019-07-03", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 49, + "id": 97529, + "name": "CENTRAL FURNISHED 1 ENSUITE BEDROOM APARTMENT", + "host_name": "Francesc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 60, + "number_of_reviews": 62, + "last_review": "2016-11-05", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 1, + "availability_365": 105 + }, + { + "index": 50, + "id": 100256, + "name": "BARCELONA CENTRO EN LA PLAYA ,WIFI", + "host_name": "Peca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 50, + "last_review": "2019-01-01", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 2, + "availability_365": 339 + }, + { + "index": 51, + "id": 104485, + "name": "Best Location guarantee!", + "host_name": "Pinar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 181, + "last_review": "2017-11-30", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 52, + "id": 107437, + "name": "A beautiful villa in Barcelona", + "host_name": "Cristina", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-23", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 53, + "id": 109462, + "name": "026. Industria \u00c1tico Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-05-17", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 97, + "availability_365": 327 + }, + { + "index": 54, + "id": 110041, + "name": "002. Ali\u00f3 2 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-05", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 97, + "availability_365": 316 + }, + { + "index": 55, + "id": 110098, + "name": "023. Gign\u00e0s G\u00f3tic Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-03-17", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 97, + "availability_365": 276 + }, + { + "index": 56, + "id": 112538, + "name": "Design Flat in the very center 5.3", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-06-23", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 13, + "availability_365": 125 + }, + { + "index": 57, + "id": 117010, + "name": "Spacious Flat near Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2018-11-21", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 13, + "availability_365": 0 + }, + { + "index": 58, + "id": 118228, + "name": "Design Flat in the very center", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2017-02-19", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 13, + "availability_365": 52 + }, + { + "index": 59, + "id": 119546, + "name": "BCN HUGEROOM DTOWN PRIVATE BATHROOM.", + "host_name": "Kiko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 294, + "last_review": "2019-07-06", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 60, + "id": 128463, + "name": "Private Suite in residential area!!", + "host_name": "Sebastian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 248, + "last_review": "2019-07-05", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 61, + "id": 130227, + "name": "Spacious Room with Pool and Terrace", + "host_name": "Dolors", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-07-01", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 1, + "availability_365": 170 + }, + { + "index": 62, + "id": 135513, + "name": "APARTMENT AT RAMBLA POBLE NOU AND BEACH", + "host_name": "Teresa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-30", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 63, + "id": 136670, + "name": "double Room -UPC, ESADE, Bar\u00e7a, Real Club Tennis", + "host_name": "Maria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 125, + "last_review": "2019-07-09", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 8, + "availability_365": 223 + }, + { + "index": 64, + "id": 138055, + "name": "Design Flat in the Very Center", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-07-03", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 13, + "availability_365": 0 + }, + { + "index": 65, + "id": 144471, + "name": "\u2605BEST ZONE\u2605PL.CATALU\u00d1A \u2605ROOM X 2\u2605BATHROOM +WIFI", + "host_name": "Wonderful Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 62, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-04-29", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 4, + "availability_365": 77 + }, + { + "index": 66, + "id": 147275, + "name": "1 Room INDIVIDUAL in Barcelona", + "host_name": "Antuan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 14, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-06-04", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 67, + "id": 153376, + "name": "Single room. central and quite", + "host_name": "Omar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-06-10", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 2 + }, + { + "index": 68, + "id": 154281, + "name": "Nice bedroom in a Loft, El Raval", + "host_name": "R&M", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 260, + "last_review": "2019-06-27", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 2, + "availability_365": 109 + }, + { + "index": 69, + "id": 154437, + "name": "Charming room Diagonal wifi 100 Mb", + "host_name": "Annais", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 7, + "number_of_reviews": 72, + "last_review": "2019-06-15", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 1, + "availability_365": 125 + }, + { + "index": 70, + "id": 158238, + "name": "CENTRAL Wi Fi w/TERRASSE 8 people", + "host_name": "Raquel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 112, + "last_review": "2019-06-21", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 71, + "id": 162091, + "name": "Cosy Apartment in Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2018-12-09", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 13, + "availability_365": 142 + }, + { + "index": 72, + "id": 163490, + "name": "AMAZING COZY 2Bd, PLAZA CATALU\u00d1A!", + "host_name": "Horacio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 144, + "last_review": "2019-06-02", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 73, + "id": 171646, + "name": "Sagrada Familia Clot Atico", + "host_name": "Mireia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-06-04", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 5, + "availability_365": 93 + }, + { + "index": 74, + "id": 171816, + "name": "Sagrada Familia Clot Vista", + "host_name": "Mireia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-07-05", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 5, + "availability_365": 191 + }, + { + "index": 75, + "id": 174382, + "name": "Design Flat in The Very Center", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-05-28", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 13, + "availability_365": 0 + }, + { + "index": 76, + "id": 179619, + "name": "Affordable Barcelona for you!", + "host_name": "Joan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2018-09-28", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 77, + "id": 180293, + "name": "Ally`s Guest House Barcelona", + "host_name": "Graciela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2012-05-05", + "reviews_per_month": 0.01, + "calculated_host_listings_count": 1, + "availability_365": 256 + }, + { + "index": 78, + "id": 181824, + "name": "Double bedroom with terrace + pool", + "host_name": "Brais", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 256, + "last_review": "2019-06-25", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 79, + "id": 184516, + "name": "lovely huge 30mq room with pvt bathroom", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-22", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 80, + "id": 186540, + "name": "Fully equipped loft near Sagrada Familia", + "host_name": "Josep Llu\u00eds", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-05-08", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 81, + "id": 186542, + "name": "Lovely and sunny double room in BCN", + "host_name": "Marina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2013-06-20", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 82, + "id": 186598, + "name": " Double room and cozy", + "host_name": "Mona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 358, + "last_review": "2019-07-03", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 83, + "id": 188267, + "name": "Watermelon 3 BR Flat Balconies at elegant center", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 340, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-09", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 9, + "availability_365": 353 + }, + { + "index": 84, + "id": 190348, + "name": "Apartment with large terrace", + "host_name": "Elisa", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 46, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2016-06-09", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 85, + "id": 193923, + "name": "Single room in the real Barcelona", + "host_name": "M\u00f3nica", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 117, + "last_review": "2019-06-04", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 86, + "id": 194460, + "name": "Double Private room with breakfast near the beach", + "host_name": "Luis Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 301, + "last_review": "2019-07-01", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 87, + "id": 196021, + "name": "Old-time-charm apartment with patio!", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 310, + "minimum_nights": 5, + "number_of_reviews": 237, + "last_review": "2019-06-29", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 2, + "availability_365": 265 + }, + { + "index": 88, + "id": 196196, + "name": "Large Flat next to Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 30, + "number_of_reviews": 88, + "last_review": "2019-04-28", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 13, + "availability_365": 128 + }, + { + "index": 89, + "id": 198958, + "name": "STUNNING sea view + pool Barcelona!", + "host_name": "Akira", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-10", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 15, + "availability_365": 117 + }, + { + "index": 90, + "id": 199422, + "name": "Modern apt near beach & city center", + "host_name": "Akira", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-25", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 15, + "availability_365": 64 + }, + { + "index": 91, + "id": 201958, + "name": "Lux Apartment", + "host_name": "Joaquin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 23, + "last_review": "2018-12-01", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 5, + "availability_365": 82 + }, + { + "index": 92, + "id": 206122, + "name": "Amazing Loft in BCN Center (B0132)", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 155, + "last_review": "2019-06-13", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 7, + "availability_365": 291 + }, + { + "index": 93, + "id": 206167, + "name": "BRIGHT, COMFY AND CENTRAL", + "host_name": "Minerva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 77, + "last_review": "2019-07-06", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 201 + }, + { + "index": 94, + "id": 209673, + "name": "Sweet Apartment in Gr\u00e0cia district!", + "host_name": "Elena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 2, + "number_of_reviews": 232, + "last_review": "2019-06-29", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 95, + "id": 213296, + "name": "Big/Centric Room-Palau de la Musica", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 270, + "last_review": "2019-06-20", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 96, + "id": 213368, + "name": "Lovely room Barcelona up 2 people", + "host_name": "Elisagela Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-29", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 97, + "id": 213581, + "name": "Room Centric + Personal Dressing", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 219, + "last_review": "2019-06-20", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 3, + "availability_365": 292 + }, + { + "index": 98, + "id": 214970, + "name": "Cozy Room in central flat Barcelona", + "host_name": "Janeth", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 126, + "last_review": "2019-06-30", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 99, + "id": 216699, + "name": "SUPER CENTRAL CUTE DOUBLE ROOM+TERRACE!", + "host_name": "Fran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 42, + "minimum_nights": 4, + "number_of_reviews": 285, + "last_review": "2019-04-23", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 1, + "availability_365": 196 + }, + { + "index": 100, + "id": 218503, + "name": "Single room next to Bogatell Beach / \u5355\u95f4,\u65c1\u8fb9\u7684\u6d77\u6ee9", + "host_name": "Jan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-18", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 2, + "availability_365": 254 + }, + { + "index": 101, + "id": 228638, + "name": "Dble room in BCN with yoga shala", + "host_name": "Maria Y Lucas", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2016-08-22", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 102, + "id": 232400, + "name": "DESIGNER DUPLEX SPA & TERRACE", + "host_name": "Ariadna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 263, + "last_review": "2019-06-25", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 103, + "id": 234375, + "name": "ATTIC VIEWS SAGRADA FAMILIA", + "host_name": "Francesca", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-05-23", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 1, + "availability_365": 137 + }, + { + "index": 104, + "id": 237895, + "name": "Room w/ lots of LIGHT & INCREDIBLE Views!", + "host_name": "Jordan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 26, + "last_review": "2019-07-09", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 105, + "id": 238703, + "name": "Comfy Flat in Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2018-08-13", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 13, + "availability_365": 142 + }, + { + "index": 106, + "id": 239492, + "name": "CozyRoom&Garden Priv.Bathroom AC", + "host_name": "Antonia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 182, + "last_review": "2019-06-24", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 2, + "availability_365": 23 + }, + { + "index": 107, + "id": 239821, + "name": "APARTAMENT BCN MIRALL, in the best neighborhood", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 10, + "number_of_reviews": 25, + "last_review": "2018-04-06", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 108, + "id": 250016, + "name": "Excellent - 3 bedrooms, 2 bathrooms - Gothic", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 45, + "number_of_reviews": 2, + "last_review": "2019-05-17", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 21, + "availability_365": 214 + }, + { + "index": 109, + "id": 251424, + "name": "NICE ROOMS FOR RENT IN BARCELONA", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-02-26", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 4, + "availability_365": 239 + }, + { + "index": 110, + "id": 252232, + "name": "Nice apartment with POOL BARCELONA", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-06-18", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 6, + "availability_365": 128 + }, + { + "index": 111, + "id": 255195, + "name": "Lightly apartment with balcony to Las Ramblas", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2014-06-11", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 21, + "availability_365": 327 + }, + { + "index": 112, + "id": 256354, + "name": "tranquila room in cosy flat....", + "host_name": "Lidia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 23, + "minimum_nights": 30, + "number_of_reviews": 43, + "last_review": "2019-05-17", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 2, + "availability_365": 215 + }, + { + "index": 113, + "id": 256628, + "name": "Cozy bedroom in a loft, el Raval.", + "host_name": "R&M", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 225, + "last_review": "2019-06-16", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 2, + "availability_365": 108 + }, + { + "index": 114, + "id": 256677, + "name": "Barcelona Center!The Gothic Area", + "host_name": "Petrutz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 136, + "last_review": "2019-06-22", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 115, + "id": 256982, + "name": "Centric spacious nostalgic Room", + "host_name": "Jasmin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-07-04", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 116, + "id": 261750, + "name": "THEVINTAGERENTALS Delux 5 bedrooms Pg de Gracia", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2018-10-14", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 117, + "id": 264125, + "name": "Sagrada Familia 5' Metro WIFI fibre", + "host_name": "Esther & Gemma", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 4, + "number_of_reviews": 214, + "last_review": "2019-06-22", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 2, + "availability_365": 285 + }, + { + "index": 118, + "id": 265491, + "name": "Beach room amazing view in center", + "host_name": "Kitty", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 152, + "last_review": "2019-06-23", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 1, + "availability_365": 53 + }, + { + "index": 119, + "id": 265607, + "name": "Sunny Spacious Sardenya free WiFi - HUTB-015374", + "host_name": "Karen", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-03", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 120, + "id": 267816, + "name": "Luxury Motor Yacht in Barcelona Port Ol\u00edmpic near Casino", + "host_name": "Sergio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 900, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-05-20", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 121, + "id": 268017, + "name": "Cosy apartment 3 bedrooms", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-05-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 15, + "availability_365": 138 + }, + { + "index": 122, + "id": 268022, + "name": "Charming 3 bedrooms apartment", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-05-02", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 15, + "availability_365": 162 + }, + { + "index": 123, + "id": 268417, + "name": "Cozy Room near the Center. 2 l\u00ednes underg.Eixample", + "host_name": "Salva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 180, + "last_review": "2019-06-24", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 1, + "availability_365": 157 + }, + { + "index": 124, + "id": 269467, + "name": "Sunny and quiet Loft next to Sagrada Familia", + "host_name": "Jeremies", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 7, + "number_of_reviews": 42, + "last_review": "2019-06-29", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 3, + "availability_365": 302 + }, + { + "index": 125, + "id": 270050, + "name": "Double Room in El vaixell de paper", + "host_name": "Xavier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 406, + "last_review": "2019-06-21", + "reviews_per_month": 4.38, + "calculated_host_listings_count": 2, + "availability_365": 62 + }, + { + "index": 126, + "id": 271996, + "name": "GR Apartment near Sagrada Familia", + "host_name": "Sonia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 31, + "number_of_reviews": 13, + "last_review": "2018-08-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 209 + }, + { + "index": 127, + "id": 272282, + "name": "Exquisito apartamento con espacios abiertos y luz", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 3, + "number_of_reviews": 264, + "last_review": "2019-07-03", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 128, + "id": 273229, + "name": "Confortable and very well located", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 7, + "number_of_reviews": 123, + "last_review": "2019-06-08", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 210 + }, + { + "index": 129, + "id": 273932, + "name": "Oriental Design apartment", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 154, + "last_review": "2019-06-19", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 38, + "availability_365": 144 + }, + { + "index": 130, + "id": 275336, + "name": "Charming 3BR just off Gran Via", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-06-28", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 20, + "availability_365": 313 + }, + { + "index": 131, + "id": 275346, + "name": "Sunny terrace penthouse by Camp Nou Free Nespresso", + "host_name": "Jaume", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-24", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 20, + "availability_365": 346 + }, + { + "index": 132, + "id": 275350, + "name": "Parsifal-Front Row Seat on La Rambla, Blend of Character and Modernity", + "host_name": "Jaume", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 47, + "last_review": "2019-06-26", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 20, + "availability_365": 264 + }, + { + "index": 133, + "id": 275889, + "name": "La Rambla Zen 1BR apt in Center", + "host_name": "Jaume", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2018-10-20", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 20, + "availability_365": 174 + }, + { + "index": 134, + "id": 276324, + "name": "COMFORTABLE IN GRACE APARTMENT ", + "host_name": "Francisca", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 5, + "number_of_reviews": 47, + "last_review": "2019-06-20", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 135, + "id": 276527, + "name": "Nice rustic apartament - Parc G\u00fcell", + "host_name": "Jesus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 308, + "last_review": "2019-07-02", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 2, + "availability_365": 212 + }, + { + "index": 136, + "id": 278036, + "name": "Big Sunny Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 157, + "last_review": "2019-06-07", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 7, + "availability_365": 22 + }, + { + "index": 137, + "id": 281978, + "name": "Big Private Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 107, + "last_review": "2019-06-18", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 7, + "availability_365": 88 + }, + { + "index": 138, + "id": 281985, + "name": "Medium Sise Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 146, + "last_review": "2019-06-12", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 7, + "availability_365": 13 + }, + { + "index": 139, + "id": 282679, + "name": "Charming Penthouse,two amazing terraces", + "host_name": "Valentin", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 4, + "number_of_reviews": 23, + "last_review": "2019-03-16", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 301 + }, + { + "index": 140, + "id": 283231, + "name": "FANTASTIC20m2TerraceVIEW-@800m BEACH/BORN/GOTIC", + "host_name": "Francesco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 181, + "last_review": "2019-07-05", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 141, + "id": 286105, + "name": "Room at Gran Via Barcelona Spain", + "host_name": "Anne Li", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2014-06-03", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 142, + "id": 287294, + "name": "Sailing Dreams Barcelona!", + "host_name": "Sailing Dreams", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 196, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2018-10-26", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 143, + "id": 288034, + "name": "JUNE IN BARCELONA, QUIET & WITH TERRACE, NICE FLAT", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-02-05", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 80, + "availability_365": 354 + }, + { + "index": 144, + "id": 288781, + "name": "Private terrace in Old town", + "host_name": "Jeremies", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 145, + "id": 289405, + "name": "MAGIC ROOM IN G\u00d2TIC *1! CENTRE!", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2017-08-14", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 79, + "availability_365": 343 + }, + { + "index": 146, + "id": 289600, + "name": "MAGIC ROOM GOTIC * 2! CITY CENTRE!", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2014-06-30", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 79, + "availability_365": 256 + }, + { + "index": 147, + "id": 289616, + "name": "MAGIC ROOM CITY CENTER! * G\u00d2TIC 5!", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-02-22", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 79, + "availability_365": 191 + }, + { + "index": 148, + "id": 289761, + "name": "MAGIC ROOM GOTIC * 6! CITY CENTRE!", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 341 + }, + { + "index": 149, + "id": 290592, + "name": "Views SagradaFamilia + metro + WIFI", + "host_name": "Esther & Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 212, + "last_review": "2019-06-26", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 2, + "availability_365": 266 + }, + { + "index": 150, + "id": 295200, + "name": "Gaudi view\u00b4s Attic with private terrace", + "host_name": "Oscar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 142, + "last_review": "2019-06-15", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 7, + "availability_365": 193 + }, + { + "index": 151, + "id": 296287, + "name": "Nice room in Barcelona G\u00f2tic (3)", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 20, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-06-29", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 79, + "availability_365": 0 + }, + { + "index": 152, + "id": 297066, + "name": "3 rooms, 2 bathrooms in the touristic city centre", + "host_name": "Aga", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 1, + "number_of_reviews": 539, + "last_review": "2019-06-21", + "reviews_per_month": 6.02, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 153, + "id": 302179, + "name": "Cozy apartment in the city center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 148, + "last_review": "2019-06-13", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 38, + "availability_365": 129 + }, + { + "index": 154, + "id": 302440, + "name": "Ramblas Romantic studio", + "host_name": "Pia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 20, + "last_review": "2019-04-27", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 4, + "availability_365": 317 + }, + { + "index": 155, + "id": 305213, + "name": "PLATANEROS - BRIGHT CENTRAL APT", + "host_name": "Irene", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 5, + "number_of_reviews": 240, + "last_review": "2019-07-01", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 156, + "id": 308166, + "name": "ARTIST HOUSE IN DOWNTOWN, GAUDI, LIGHT SUN", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 158, + "last_review": "2019-07-05", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 157, + "id": 315769, + "name": "Sagrada Familia vintage apartment", + "host_name": "Marcello", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-03-15", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 158, + "id": 318865, + "name": "A penthouse two terraces in Gracia", + "host_name": "Carla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 192, + "last_review": "2019-06-24", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 94 + }, + { + "index": 159, + "id": 320506, + "name": "The Loft Barcelona", + "host_name": "The Loft", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-01-02", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 160, + "id": 322268, + "name": "AMAZING LOCATION & SPACIOUS APART", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 88, + "last_review": "2017-08-02", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 161, + "id": 323854, + "name": "Casa Sagrada Familia Bcn Doubleroom", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2014-07-29", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 162, + "id": 327133, + "name": "Cozy Double Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 6, + "number_of_reviews": 162, + "last_review": "2019-06-22", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 7, + "availability_365": 67 + }, + { + "index": 163, + "id": 330248, + "name": "GREAT DOUBLE ROOM WI FI CASANOVA", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-04", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 164, + "id": 330723, + "name": "SUNNY ROOM WITH BALCONY", + "host_name": "Juanmi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 14, + "number_of_reviews": 56, + "last_review": "2019-06-18", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 268 + }, + { + "index": 165, + "id": 330766, + "name": "Urquinaona Charming and Centric", + "host_name": "Virginia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 5, + "number_of_reviews": 170, + "last_review": "2019-07-06", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 166, + "id": 330957, + "name": "Central 3 bedroom beautiful APT", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 2, + "number_of_reviews": 385, + "last_review": "2019-07-08", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 7, + "availability_365": 324 + }, + { + "index": 167, + "id": 331026, + "name": "Small basic room in a nice apt", + "host_name": "Lee", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 160, + "last_review": "2019-06-26", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 168, + "id": 333190, + "name": "Room, Bikes and views! SGL-DBL", + "host_name": "J\u00f3se", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 196, + "last_review": "2019-06-18", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 3, + "availability_365": 25 + }, + { + "index": 169, + "id": 335861, + "name": "Modern Loft Near the Beach", + "host_name": "Mar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 84, + "last_review": "2019-07-06", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 170, + "id": 337755, + "name": "SEALONA VILA OLIMPICA BEACH", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-03-13", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 171, + "id": 342641, + "name": "Apartment in villa with garden&pool", + "host_name": "Estela", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-07-06", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 172, + "id": 343622, + "name": "Spacious loft nearby pl. Espa\u00f1a ", + "host_name": "Michel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 5, + "number_of_reviews": 93, + "last_review": "2019-06-28", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 173, + "id": 343859, + "name": "LOVELY 2 BD WIFI GRACIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-10-25", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 21, + "availability_365": 0 + }, + { + "index": 174, + "id": 343861, + "name": "1BD FLAT WITH WIFI & AC IN GRACIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-05-20", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 21, + "availability_365": 311 + }, + { + "index": 175, + "id": 343864, + "name": "3 BD APT IN THE HEART OF GRACIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-04-24", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 21, + "availability_365": 300 + }, + { + "index": 176, + "id": 343866, + "name": "COSY 2BD + 2 BATH + 2 KITCHEN IN GRACIA VIRREINA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-05-27", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 21, + "availability_365": 254 + }, + { + "index": 177, + "id": 346018, + "name": "Room in a flat with Barcelona best view!", + "host_name": "Filippo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2018-10-28", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 178, + "id": 351395, + "name": "Charming Garden House Apt 3BR Apt", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-15", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 20, + "availability_365": 327 + }, + { + "index": 179, + "id": 352772, + "name": "Elegant Centric Attic WIFI Car Park", + "host_name": "Fidel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-07", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 180, + "id": 353640, + "name": "Great Apartment in Heart of Born", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-07-10", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 2, + "availability_365": 241 + }, + { + "index": 181, + "id": 357576, + "name": "Authentic Vintage Home \u00a8El patio de Gr\u00e0cia\"", + "host_name": "Silvia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 1, + "number_of_reviews": 160, + "last_review": "2019-07-07", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 2, + "availability_365": 248 + }, + { + "index": 182, + "id": 357958, + "name": "Private terrace and bathroom & WiFi", + "host_name": "Katja", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 57, + "minimum_nights": 1, + "number_of_reviews": 118, + "last_review": "2019-07-01", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 183, + "id": 359277, + "name": "HABITACION CON BALCON EN RAMBLAS 2", + "host_name": "Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 138, + "last_review": "2019-06-28", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 3, + "availability_365": 226 + }, + { + "index": 184, + "id": 359841, + "name": "BacRou, design loft near the sea", + "host_name": "Rosa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 303, + "last_review": "2019-06-26", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 6, + "availability_365": 111 + }, + { + "index": 185, + "id": 364030, + "name": "Amazing views, centric apt w/terrac", + "host_name": "Mires", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 258, + "last_review": "2019-06-26", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 186, + "id": 365147, + "name": "Sunny double room, central location", + "host_name": "Lee", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 121, + "last_review": "2019-02-04", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 187, + "id": 365911, + "name": "Low-priced,Super Reviewed Apartment", + "host_name": "Ralph", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-29", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 4, + "availability_365": 283 + }, + { + "index": 188, + "id": 370665, + "name": "vig HAPPY APARTMENT IN EL BORN", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 335 + }, + { + "index": 189, + "id": 374491, + "name": "ROOM WITH A BALCONY IN RAMBLAS 1", + "host_name": "Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-05-16", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 3, + "availability_365": 271 + }, + { + "index": 190, + "id": 374561, + "name": "HABITACION BA\u00d1O PRIVADO EN RAMBLAS", + "host_name": "Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-07-05", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 191, + "id": 377161, + "name": "Rustic apartment Parc Guell II", + "host_name": "Jesus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 313, + "last_review": "2019-06-22", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 192, + "id": 378998, + "name": "PRECIOSA Y ACOGEDORA HABITACI\u00d3N ", + "host_name": "Flor", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 193, + "id": 379868, + "name": "INCREDIBLE VIEW front Sagrada Familia+PRIV.BALCONY", + "host_name": "Khris", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 56, + "minimum_nights": 2, + "number_of_reviews": 279, + "last_review": "2019-07-08", + "reviews_per_month": 3.23, + "calculated_host_listings_count": 2, + "availability_365": 33 + }, + { + "index": 194, + "id": 380421, + "name": "Double room with a balcony", + "host_name": "Xavier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 383, + "last_review": "2019-06-23", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 2, + "availability_365": 71 + }, + { + "index": 195, + "id": 380903, + "name": "Bailen II - terrace in the Eixample", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 30, + "number_of_reviews": 8, + "last_review": "2019-06-17", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 196, + "id": 382000, + "name": "Homely Apartment in Sagrada Fam\u00edlia - 4 bedrooms", + "host_name": "Montserrat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 173, + "last_review": "2019-06-29", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 197, + "id": 384063, + "name": "nap1 HAPPY & QUIET 3 BEDROOM & 2 BATHROOMS FLAT", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2018-12-19", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 80, + "availability_365": 365 + }, + { + "index": 198, + "id": 384155, + "name": "Barcelona Center Beach Top Design", + "host_name": "The Punset Family", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 32, + "number_of_reviews": 69, + "last_review": "2019-04-30", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 199, + "id": 384464, + "name": "Paseo de Gracia / Plaza Catalunya", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-24", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 8, + "availability_365": 169 + }, + { + "index": 200, + "id": 384867, + "name": "A PERFECT DOUBLE ROOM BCN CENTER", + "host_name": "Monica", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 228, + "last_review": "2019-06-20", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 2, + "availability_365": 161 + }, + { + "index": 201, + "id": 385049, + "name": "MIRADOR 3 Bedroom Apartment Port Vell", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-07-09", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 28, + "availability_365": 88 + }, + { + "index": 202, + "id": 393717, + "name": "Cosy apartment near Las Ramblas", + "host_name": "Manel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 2, + "number_of_reviews": 280, + "last_review": "2019-07-07", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 203, + "id": 394692, + "name": "A PERFECT ROOM FOR RENT CENTER BCN", + "host_name": "Monica", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 303, + "last_review": "2019-06-20", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 2, + "availability_365": 174 + }, + { + "index": 204, + "id": 399772, + "name": "VERY CENTRAL 3 STOPS AWAY RAMBLAS", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2015-03-05", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 205, + "id": 401481, + "name": "Centric Apartment in Barcelona", + "host_name": "Xabier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 349, + "last_review": "2019-06-24", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 206, + "id": 402633, + "name": "BARCELONA CITY CENTRE CHARM", + "host_name": "E.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 191, + "last_review": "2019-06-30", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 4, + "availability_365": 70 + }, + { + "index": 207, + "id": 402657, + "name": "Central, Sunny & Charming + Wifi", + "host_name": "Amanda & Karl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 217, + "last_review": "2019-06-25", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 208, + "id": 408127, + "name": "Petite chambre confortable", + "host_name": "Magali", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-04-20", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 209, + "id": 408599, + "name": "Charming 3bedroom flat with balcony", + "host_name": "Roger", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 301, + "last_review": "2019-06-23", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 1, + "availability_365": 288 + }, + { + "index": 210, + "id": 410159, + "name": "Barcelona Center 7 people Apartment", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-11", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 15, + "availability_365": 325 + }, + { + "index": 211, + "id": 412649, + "name": "Cozy flat by the Magic Fountain", + "host_name": "Gabriela & Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 161, + "last_review": "2019-06-03", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 2, + "availability_365": 277 + }, + { + "index": 212, + "id": 414786, + "name": "Centric Double Room-Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 5, + "number_of_reviews": 147, + "last_review": "2019-06-18", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 7, + "availability_365": 35 + }, + { + "index": 213, + "id": 415848, + "name": "2 bedroom Cozy Space close to the beach w/ AC", + "host_name": "Tim", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-01-03", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 229 + }, + { + "index": 214, + "id": 415892, + "name": "Winter promo: 6x5. Modernist flat", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 460, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2018-04-25", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 215, + "id": 416704, + "name": "LARGE DOUBLE ROOM, WIFI, CENTER BCN", + "host_name": "Luciana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-06-23", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 216, + "id": 417239, + "name": "2 DOUBLES BEDROOMS FLAT IN GRACIA", + "host_name": "Kris", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 30, + "number_of_reviews": 93, + "last_review": "2019-05-22", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 217, + "id": 417814, + "name": "Amplia habitaci\u00f3n con privacidad", + "host_name": "Camila Y Hortensia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-07-07", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 2, + "availability_365": 114 + }, + { + "index": 218, + "id": 424137, + "name": "Spacious apartment just by Las Ramblas", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-07-27", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 9, + "availability_365": 236 + }, + { + "index": 219, + "id": 425639, + "name": "House with garden", + "host_name": "Victor/Paula", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 5, + "number_of_reviews": 44, + "last_review": "2019-07-03", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 220, + "id": 430585, + "name": "Beautiful apartment in the heart of the Gothic", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2018-08-09", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 9, + "availability_365": 133 + }, + { + "index": 221, + "id": 431331, + "name": "NEW APARTMENT IN GRACIA NEIGBOURHOO", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2017-11-02", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 7, + "availability_365": 312 + }, + { + "index": 222, + "id": 432482, + "name": "PENTHOUSE PANORAMIC VIEW", + "host_name": "Andre", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-07-05", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 223, + "id": 437886, + "name": "Centric Apartment in Barcelona 2", + "host_name": "Xabier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 240, + "last_review": "2019-07-03", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 224, + "id": 438102, + "name": "Nice quiet room close to S. Familia", + "host_name": "Rosa Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-06-29", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 2, + "availability_365": 227 + }, + { + "index": 225, + "id": 438123, + "name": "Twin for 4-5 Barcelona, Sagrada Familia.", + "host_name": "Svetlana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-04", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 3, + "availability_365": 215 + }, + { + "index": 226, + "id": 439057, + "name": "Paseo de Gracia - Diagonal, 120 m2", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 2, + "number_of_reviews": 225, + "last_review": "2019-06-28", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 227, + "id": 440427, + "name": "Just Next to Sagrada Familia!!!", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-25", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 15, + "availability_365": 290 + }, + { + "index": 228, + "id": 443110, + "name": "New apartment center BCN ", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 39, + "last_review": "2019-06-03", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 11, + "availability_365": 354 + }, + { + "index": 229, + "id": 443222, + "name": "2-bedroom Bright and Classic Sagrada Familia Flat", + "host_name": "Johanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-07-05", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 8, + "availability_365": 106 + }, + { + "index": 230, + "id": 443909, + "name": "BARCELONA GOTICO ,great location", + "host_name": "Francesca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 283, + "last_review": "2019-07-06", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 81 + }, + { + "index": 231, + "id": 446665, + "name": "Double and Lovely room in Barcelona", + "host_name": "Elvira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-16", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 87 + }, + { + "index": 232, + "id": 449854, + "name": "Center location. Magic terrace. 360\u00ba views", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-26", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 5, + "availability_365": 259 + }, + { + "index": 233, + "id": 450241, + "name": "Piso grande, muy soleado junto al mar", + "host_name": "Jose Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-04-22", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 234, + "id": 451758, + "name": "Bright, elegant loft in center town", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-06-24", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 5, + "availability_365": 107 + }, + { + "index": 235, + "id": 456333, + "name": "DOUBLE ROOM with WIFI", + "host_name": "Bruna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2017-11-01", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 236, + "id": 457195, + "name": "Cozy apartment with 3 bedrooms", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 205, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-12-12", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 15, + "availability_365": 117 + }, + { + "index": 237, + "id": 459502, + "name": "Cozzy bedroom next to plz catalunya", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-30", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 238, + "id": 462012, + "name": "Bungalow with private garden", + "host_name": "Nona", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2018-06-28", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 239, + "id": 462062, + "name": "CLOSE TO LA FIRA PL ESPA\u00d1A /INCL BRKFAST", + "host_name": "Lola", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-07-01", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 2, + "availability_365": 39 + }, + { + "index": 240, + "id": 462557, + "name": "Large room and light. balcony (red)", + "host_name": "Juan Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-04-01", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 148 + }, + { + "index": 241, + "id": 463880, + "name": "On the beach - Poblenou", + "host_name": "Ninona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 121, + "last_review": "2019-06-25", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 3, + "availability_365": 266 + }, + { + "index": 242, + "id": 468639, + "name": "Big room with exit to sunny terrace", + "host_name": "Sikerult", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 36, + "minimum_nights": 5, + "number_of_reviews": 124, + "last_review": "2019-06-02", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 2, + "availability_365": 3 + }, + { + "index": 243, + "id": 468912, + "name": "lovely double bedroom in barcelona", + "host_name": "Kenneth", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-07-03", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 244, + "id": 469177, + "name": "Cozy apartment in Paralel for 8", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 162, + "last_review": "2019-06-17", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 38, + "availability_365": 46 + }, + { + "index": 245, + "id": 472062, + "name": "close to Paseo de Gracia.", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-05-20", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 5, + "availability_365": 327 + }, + { + "index": 246, + "id": 473395, + "name": "Walking distance to Paseo de Gracia", + "host_name": "Rosa", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-06-24", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 5, + "availability_365": 71 + }, + { + "index": 247, + "id": 473459, + "name": "GALA - Between Gracia and Sant Gervasi", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2019-06-03", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 248, + "id": 474669, + "name": "Confort Apartment 2 Bedrooms WIFI", + "host_name": "Oscar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-16", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 249, + "id": 475771, + "name": "I rent apartment in Barcelona", + "host_name": "Tom\u00e1s Becket", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 35, + "number_of_reviews": 5, + "last_review": "2017-12-21", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 194 + }, + { + "index": 250, + "id": 475786, + "name": "Room to rent in beautiful apartment", + "host_name": "Anna Micaela", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 75, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 251, + "id": 477256, + "name": "lightful apartment in poblenou'", + "host_name": "David", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 185, + "last_review": "2019-06-13", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 252, + "id": 478173, + "name": "Penthouse in Barcelona, Sun terrace", + "host_name": "Promociones Andreo SL", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-10", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 253, + "id": 478616, + "name": "Retrome Barcelona", + "host_name": "Retrome", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-09-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 360 + }, + { + "index": 254, + "id": 478951, + "name": "Sagrada Familia area - Sicilia", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-06-26", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 13, + "availability_365": 321 + }, + { + "index": 255, + "id": 480975, + "name": "Loft con gran terraza bcn centro", + "host_name": "Javi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 256, + "id": 481739, + "name": "The Gaudi Suites II", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-15", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 42, + "availability_365": 109 + }, + { + "index": 257, + "id": 482801, + "name": "DOUBLE ROOM BARCELONA SANTS STATION", + "host_name": "Daniel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 21, + "minimum_nights": 31, + "number_of_reviews": 27, + "last_review": "2016-06-29", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 3, + "availability_365": 90 + }, + { + "index": 258, + "id": 484390, + "name": "MONTHLY COZY SUNNY - SAGRADA FAM.", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 88, + "last_review": "2019-04-26", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 3, + "availability_365": 92 + }, + { + "index": 259, + "id": 485011, + "name": "A Super unique/charming/hip room!", + "host_name": "Skye", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 85, + "last_review": "2019-06-10", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 2, + "availability_365": 78 + }, + { + "index": 260, + "id": 487233, + "name": "BOHEMIAN PENTHOUSE DUPLEX + 2 BIKES", + "host_name": "Anna & Marcos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 4, + "number_of_reviews": 194, + "last_review": "2019-06-27", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 4, + "availability_365": 72 + }, + { + "index": 261, + "id": 488341, + "name": "Single bedroom in the middle of BCN\u00b4", + "host_name": "Adrian", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 253, + "last_review": "2019-07-04", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 1, + "availability_365": 288 + }, + { + "index": 262, + "id": 490517, + "name": "The Sagrada Penthouse", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-05-22", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 42, + "availability_365": 144 + }, + { + "index": 263, + "id": 490742, + "name": "Big sunny room with terrace", + "host_name": "Sikerult", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 33, + "minimum_nights": 10, + "number_of_reviews": 32, + "last_review": "2019-06-04", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 264, + "id": 490803, + "name": "Plaza Sagrada Familia apartmen(1-6)", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-20", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 42, + "availability_365": 9 + }, + { + "index": 265, + "id": 490853, + "name": "Private Balcony in Sagrada Familia", + "host_name": "Joel Giraldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 441, + "last_review": "2019-06-30", + "reviews_per_month": 5.1, + "calculated_host_listings_count": 4, + "availability_365": 286 + }, + { + "index": 266, + "id": 492963, + "name": "Habitaciones de matrimonio con balcon!", + "host_name": "Angela", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-01", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 267, + "id": 493122, + "name": "lightful apartment in poblenou", + "host_name": "David", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 14, + "minimum_nights": 3, + "number_of_reviews": 180, + "last_review": "2019-06-17", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 268, + "id": 496997, + "name": "Lovely & Elegant Apartment in Eixample 1-2", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 191, + "last_review": "2019-06-26", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 38, + "availability_365": 82 + }, + { + "index": 269, + "id": 497545, + "name": "Delightful & Elegant close to Paseo de Gracia", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 142, + "last_review": "2019-06-25", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 38, + "availability_365": 103 + }, + { + "index": 270, + "id": 498416, + "name": "Comfy & central, large shared terrace, Gothic", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2013-06-18", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 21, + "availability_365": 332 + }, + { + "index": 271, + "id": 498632, + "name": "Prime location. Barcelona Apartment", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-17", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 31, + "availability_365": 112 + }, + { + "index": 272, + "id": 502436, + "name": "FANTASTIC RAMBLAS", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 33, + "number_of_reviews": 3, + "last_review": "2014-08-28", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 18, + "availability_365": 365 + }, + { + "index": 273, + "id": 503765, + "name": "New and sunny apartment at Sagrada Familia", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 7, + "number_of_reviews": 66, + "last_review": "2019-07-04", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 25 + }, + { + "index": 274, + "id": 504653, + "name": "Double bed in Plaza Espa\u00f1a", + "host_name": "Luis Y Jose Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 362, + "last_review": "2019-07-01", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 275, + "id": 504860, + "name": "Double room in Plaza Espa\u00f1a", + "host_name": "Luis Y Jose Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 335, + "last_review": "2019-06-30", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 3, + "availability_365": 280 + }, + { + "index": 276, + "id": 507074, + "name": "Lovely & Sunny apartment in Center ", + "host_name": "Lucia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 353, + "last_review": "2019-06-29", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 277, + "id": 507667, + "name": "Habitaci\u00f3n cerca sagrada familia-2", + "host_name": "Rosa Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-30", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 278, + "id": 507972, + "name": "House with pool in Heart Gracia! ", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 5, + "number_of_reviews": 48, + "last_review": "2019-06-22", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 1, + "availability_365": 143 + }, + { + "index": 279, + "id": 508212, + "name": "Central Atico Apartment with Private Terrace", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 138, + "minimum_nights": 4, + "number_of_reviews": 56, + "last_review": "2019-07-07", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 280, + "id": 508685, + "name": "Single room in Plaza Espa\u00f1a", + "host_name": "Luis Y Jose Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 276, + "last_review": "2019-06-29", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 3, + "availability_365": 277 + }, + { + "index": 281, + "id": 510923, + "name": "Lovely Penthouse in Barcelona", + "host_name": "Sara", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2017-08-14", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 282, + "id": 511739, + "name": "sfp1 NEW 2 BDR FLAT SAGRADA FAMILIA", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-22", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 283, + "id": 512368, + "name": "COZY & SUNNY ROOM", + "host_name": "Juanmi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 13, + "number_of_reviews": 42, + "last_review": "2019-04-30", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 295 + }, + { + "index": 284, + "id": 512666, + "name": "BCN-RENTALS RAMBLA 4, just 7-10 min to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 6, + "number_of_reviews": 59, + "last_review": "2019-06-26", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 285, + "id": 512737, + "name": "BCN-RENTALS RAMBLA 3, just 10 min to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 6, + "number_of_reviews": 16, + "last_review": "2019-05-07", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 6, + "availability_365": 218 + }, + { + "index": 286, + "id": 513825, + "name": "Three Bedroom Apartment Sagrada Familia - S3", + "host_name": "Alexey", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-06-24", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 11, + "availability_365": 213 + }, + { + "index": 287, + "id": 514572, + "name": "ENJOY BARCELONA IN A HUGE APARTMENT", + "host_name": "Roser", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 172, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-07-05", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 288, + "id": 515724, + "name": "Double Room / Marina & Beach", + "host_name": "Josep M\u00aa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-06-25", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 289, + "id": 515729, + "name": "Stay close to Sagrada Family temple", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-09", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 347 + }, + { + "index": 290, + "id": 516102, + "name": "Barcelona International Stop !!!", + "host_name": "Ramon", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-06-22", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 291, + "id": 516340, + "name": "Paseo de Gracia/Plaza Catalunya I", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2018-02-05", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 8, + "availability_365": 99 + }, + { + "index": 292, + "id": 517407, + "name": "Luxury Apartment Sagrada Familia", + "host_name": "Alexey", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 234, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-24", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 11, + "availability_365": 133 + }, + { + "index": 293, + "id": 518247, + "name": "Ideal apartment in central", + "host_name": "Juan Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2017-08-22", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 294, + "id": 519566, + "name": "Comfy double room Barcelona Center", + "host_name": "Juan Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-05-10", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 295, + "id": 519631, + "name": "Great location 1870\u00b4s charming home", + "host_name": "Charles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 1, + "number_of_reviews": 384, + "last_review": "2019-06-29", + "reviews_per_month": 5.22, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 296, + "id": 520389, + "name": "Great Design apartment in Barcelona center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 181, + "last_review": "2019-06-22", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 38, + "availability_365": 95 + }, + { + "index": 297, + "id": 521857, + "name": "2 rooms neighborhood of Gracia de BCN.", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 30, + "last_review": "2019-05-27", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 298, + "id": 522705, + "name": "MODERN FLAT. BARCELONA CENTER", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 4, + "number_of_reviews": 107, + "last_review": "2019-06-25", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 220 + }, + { + "index": 299, + "id": 522987, + "name": "Room, Bikes and views! DOBLE", + "host_name": "J\u00f3se", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 217, + "last_review": "2019-06-30", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 3, + "availability_365": 21 + }, + { + "index": 300, + "id": 524729, + "name": "Sagrada Familia up to 6", + "host_name": "Castro Exclusive XXI, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 174, + "last_review": "2018-04-12", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 11, + "availability_365": 312 + }, + { + "index": 301, + "id": 526016, + "name": "LOVELY DOUBLE ROOM IN BARCELONA CENTER 1", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-07-04", + "reviews_per_month": 4.11, + "calculated_host_listings_count": 2, + "availability_365": 93 + }, + { + "index": 302, + "id": 526094, + "name": "Nice, sunny & quite single room in the center", + "host_name": "Gemma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-01", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 2, + "availability_365": 32 + }, + { + "index": 303, + "id": 528979, + "name": "Acogedora suite y mucho encanto!", + "host_name": "N\u00e9stor", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-30", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 304, + "id": 529106, + "name": "Centric and Complete", + "host_name": "Alma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 32, + "last_review": "2019-05-31", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 2, + "availability_365": 153 + }, + { + "index": 305, + "id": 531195, + "name": "Bright four bedroom apartment with balconies", + "host_name": "Hector Antonella Alvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-28", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 3, + "availability_365": 234 + }, + { + "index": 306, + "id": 534410, + "name": "Sagrada familia splendid Attic amazing view", + "host_name": "Caroline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-07-07", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 307, + "id": 534550, + "name": "Bright three bedroom apartment with balconies", + "host_name": "Hector Antonella Alvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-04-13", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 3, + "availability_365": 213 + }, + { + "index": 308, + "id": 536440, + "name": "Space n'Style Near Sagrada Familia!", + "host_name": "Montserrat", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 5, + "number_of_reviews": 32, + "last_review": "2019-04-03", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 309, + "id": 536470, + "name": "Quiet flat, close Sagrada Fam\u00edlia", + "host_name": "Mireia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2018-08-31", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 310, + "id": 537176, + "name": "Nice renewed apartament with WiFi (HUTB - 004893)", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 307, + "last_review": "2019-07-09", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 311, + "id": 538057, + "name": "Tendency 1-2 Amazing", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 178 + }, + { + "index": 312, + "id": 539349, + "name": "habitaci\u00f3n para 1 o 2 personas", + "host_name": "Marga", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 313, + "id": 543342, + "name": "Gran V\u00eda Apartment Catalunya square", + "host_name": "Joaquin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 167, + "last_review": "2019-07-05", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 5, + "availability_365": 249 + }, + { + "index": 314, + "id": 543728, + "name": "Room in a nice sunny apartment", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 175, + "last_review": "2019-06-18", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 315, + "id": 544995, + "name": "LUXURY HOUSE IN BCN NEAR THE BEACH", + "host_name": "Ernest", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 249, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-30", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 316, + "id": 545207, + "name": "Penthouse Room with large Terrace heart of BCN", + "host_name": "Quim", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 336, + "last_review": "2019-07-03", + "reviews_per_month": 3.98, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 317, + "id": 546165, + "name": "Private suite & bathroom in trendy Poblenou", + "host_name": "Leila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-30", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 318, + "id": 546884, + "name": "Tendency Sagrada Familia 2-1", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 262 + }, + { + "index": 319, + "id": 546970, + "name": "Tendency Sagrada Familia 2-2", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 265 + }, + { + "index": 320, + "id": 547027, + "name": "Tendency Sagrada Familia 3-1", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 262 + }, + { + "index": 321, + "id": 547170, + "name": "Tendency Sagrada Familia 3-2", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-01-20", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 42, + "availability_365": 256 + }, + { + "index": 322, + "id": 548052, + "name": "sfp2 2 BEDR. \"ACOMODIS\" APARTMENT SAGRADA FAMILIA!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-07-06", + "reviews_per_month": 17.65, + "calculated_host_listings_count": 80, + "availability_365": 0 + }, + { + "index": 323, + "id": 548085, + "name": "sfa1 A NICE \"ACOMODIS\" PENTHOUSE SAGRADA FAMILIA!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-06-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 80, + "availability_365": 301 + }, + { + "index": 324, + "id": 549068, + "name": "Tendency Sagrada Familia 4-1", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 261 + }, + { + "index": 325, + "id": 549116, + "name": "Tendency Sagrada Familia 4-2", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 260 + }, + { + "index": 326, + "id": 551314, + "name": "Tendency Sagrada Familia P-1", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 42, + "availability_365": 264 + }, + { + "index": 327, + "id": 551339, + "name": "Tendency Sagrada Familia P-2", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-07-07", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 42, + "availability_365": 0 + }, + { + "index": 328, + "id": 551378, + "name": "Luxury apartment near Rambla", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-06-21", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 329, + "id": 554299, + "name": "TODAY'S OFFER ATIC FLAT IN CENTER", + "host_name": "Mar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2013-11-03", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 330, + "id": 554955, + "name": "OFFERS SUMMER MONTH THE CENTER MINIMUM 32 NIGTHS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2013-08-21", + "reviews_per_month": 0.01, + "calculated_host_listings_count": 6, + "availability_365": 365 + }, + { + "index": 331, + "id": 556255, + "name": "Chic & cheap room + shower (only one girl)", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 151, + "last_review": "2019-07-04", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 3, + "availability_365": 4 + }, + { + "index": 332, + "id": 556979, + "name": "MAGNIFIC ATTIC & PRIVATE TERRACE NEAR CENTRE", + "host_name": "Mara", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 186, + "last_review": "2019-06-04", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 17, + "availability_365": 322 + }, + { + "index": 333, + "id": 557772, + "name": "Modern-ist Apartment", + "host_name": "Rodrigo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 64, + "last_review": "2018-11-09", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 6, + "availability_365": 136 + }, + { + "index": 334, + "id": 558366, + "name": "Single room: morning sun + lots of light in Born", + "host_name": "Bori", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-24", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 335, + "id": 558549, + "name": "Big Terrace Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 44, + "minimum_nights": 6, + "number_of_reviews": 140, + "last_review": "2019-06-10", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 7, + "availability_365": 33 + }, + { + "index": 336, + "id": 558651, + "name": "Spacious Apartment Central BCN ", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-07-06", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 11, + "availability_365": 242 + }, + { + "index": 337, + "id": 558886, + "name": "3 bedrooms Apt in Barcelona center", + "host_name": "Stephanie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-22", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 338, + "id": 559930, + "name": "Room, Bikes and views! DBL/TPL", + "host_name": "J\u00f3se", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 227, + "last_review": "2019-07-04", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 3, + "availability_365": 14 + }, + { + "index": 339, + "id": 562020, + "name": "RENT MONTH FANTASTIC APARTMEN MINIMUM 32 NIGTHS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-04-23", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 6, + "availability_365": 312 + }, + { + "index": 340, + "id": 562807, + "name": "Large apartment in Paralelo", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-23", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 95, + "availability_365": 290 + }, + { + "index": 341, + "id": 563131, + "name": "nice room (D/S) next Picasso museu", + "host_name": "Mariona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 171, + "last_review": "2019-07-08", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 22 + }, + { + "index": 342, + "id": 563971, + "name": "APARTAMENT IN BARCELONA CENTRE", + "host_name": "Arama & Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 380, + "last_review": "2019-06-25", + "reviews_per_month": 4.62, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 343, + "id": 564809, + "name": "UNA HABITACI\u00d3N CON VISTAS", + "host_name": "N\u00e9stor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-07-04", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 2, + "availability_365": 314 + }, + { + "index": 344, + "id": 567855, + "name": "COZY ROOM IN FABULOUS LOFT GOTHIC CENTER", + "host_name": "Cleofas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 72, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-07-03", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 345, + "id": 567962, + "name": "SUN AND SKY TERRACE-LOFT APART", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 26, + "number_of_reviews": 23, + "last_review": "2019-06-10", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 346, + "id": 568129, + "name": "Nice room in the heart of Barcelona", + "host_name": "Zulma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-27", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 347, + "id": 568185, + "name": "Comfortable and centrally room", + "host_name": "Zulma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 348, + "id": 568432, + "name": "Charming Room + private terrace center", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 291, + "last_review": "2019-07-04", + "reviews_per_month": 4.52, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 349, + "id": 569527, + "name": "Bogatell Beach Studio 5 min to the beach free WiFi", + "host_name": "Karen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-07-03", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 350, + "id": 569610, + "name": "Pl Espa\u00f1a (Ask for Barca-Real Madrid Tickets)", + "host_name": "Andres", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-04-22", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 351, + "id": 569824, + "name": "Nice double room in Eixample BCN", + "host_name": "Karen", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-10-01", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 352, + "id": 572646, + "name": "Comfort Apt. Barceloneta Beach. Min 32 day stay.", + "host_name": "Jarrod", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 43, + "last_review": "2019-05-05", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 353, + "id": 573024, + "name": "Bright shared room in Gran de Gr\u00e0cia (1)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 77 + }, + { + "index": 354, + "id": 573095, + "name": "Bright shared room in Gran de Gr\u00e0cia (4)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2012-07-11", + "reviews_per_month": 0.01, + "calculated_host_listings_count": 79, + "availability_365": 190 + }, + { + "index": 355, + "id": 575139, + "name": "Art Nouveau Luxury Apartment BCN", + "host_name": "Valentin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 5, + "number_of_reviews": 10, + "last_review": "2019-03-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 356, + "id": 575144, + "name": "SpaciousCharming.City Center&Beach", + "host_name": "Valentin", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 265, + "minimum_nights": 4, + "number_of_reviews": 30, + "last_review": "2019-06-02", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 3, + "availability_365": 271 + }, + { + "index": 357, + "id": 576046, + "name": "HABITACI\u00d3N DOBLE, EDIFICIO 1900, Forum, Sag.Fami", + "host_name": "Josefa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 40, + "last_review": "2019-01-03", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 2, + "availability_365": 142 + }, + { + "index": 358, + "id": 576383, + "name": "Quiet & Charming en-suite room ", + "host_name": "Claudia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-20", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 80 + }, + { + "index": 359, + "id": 576728, + "name": "Fabulous sunny atic flat Tibidabo", + "host_name": "Jacobo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 6, + "number_of_reviews": 25, + "last_review": "2019-01-02", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 360, + "id": 578180, + "name": "Nice room with private bathroom", + "host_name": "July", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 10, + "last_review": "2014-08-08", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 361, + "id": 578558, + "name": "Ca'l Mateu-Sagrada Familia", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-27", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 362, + "id": 582364, + "name": "Spectacular Modern Uptown Duplex", + "host_name": "Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 296, + "last_review": "2019-06-16", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 363, + "id": 584348, + "name": "New&Nice Beachfront Bcna Apartment", + "host_name": "Joaquim", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-24", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 364, + "id": 585762, + "name": "Modern loft close to Passeig de Gr\u00e0cia", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 208, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-28", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 15, + "availability_365": 129 + }, + { + "index": 365, + "id": 587203, + "name": "sunny place close to the beach!", + "host_name": "Cristina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 131, + "last_review": "2019-06-29", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 194 + }, + { + "index": 366, + "id": 588268, + "name": "Cool apartment in Sagrada Familia", + "host_name": "Pepo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 6, + "number_of_reviews": 212, + "last_review": "2019-06-21", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 367, + "id": 588996, + "name": "Renewed apartment at The Eixample (HUTB-003387)", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 209, + "last_review": "2019-07-07", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 368, + "id": 590032, + "name": "Chambre centrique/plage Barcelona", + "host_name": "Franck", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 46, + "last_review": "2019-05-03", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 369, + "id": 590503, + "name": "Cozy apartment perfect situation - metro & WIFI", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 445, + "last_review": "2019-06-25", + "reviews_per_month": 5.26, + "calculated_host_listings_count": 9, + "availability_365": 283 + }, + { + "index": 370, + "id": 592047, + "name": "Sunny penthouse with private terrac", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 30, + "last_review": "2018-03-11", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 371, + "id": 594235, + "name": "Sunny apartment in Gracia", + "host_name": "Aleix Y Alba", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 122, + "last_review": "2019-07-06", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 372, + "id": 594580, + "name": "New Cozy Penthouse Terrace Apartment", + "host_name": "Eleonora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 215, + "last_review": "2019-07-04", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 2, + "availability_365": 268 + }, + { + "index": 373, + "id": 594965, + "name": "LAST MINUTE.Beach &CityCenter/New,cosy&Confortable", + "host_name": "Elisenda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 33, + "minimum_nights": 32, + "number_of_reviews": 44, + "last_review": "2018-11-01", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 239 + }, + { + "index": 374, + "id": 597715, + "name": "Charming flat in Barcelona\u00b4s Heart!", + "host_name": "Tania", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-10", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 375, + "id": 598329, + "name": "views apartment", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-13", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 2, + "availability_365": 260 + }, + { + "index": 376, + "id": 600162, + "name": "Enjoy! Cozy penthouse ideal for couples.", + "host_name": "Imma", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 215, + "last_review": "2019-07-08", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 377, + "id": 600590, + "name": "COSY QUIET front Sagrada Familia! PERFECT LOCATION", + "host_name": "Khris", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 237, + "last_review": "2019-07-05", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 2, + "availability_365": 29 + }, + { + "index": 378, + "id": 602284, + "name": "2 Rooms in amazing entire penthouse up to 6 guests", + "host_name": "Eleonora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-18", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 2, + "availability_365": 268 + }, + { + "index": 379, + "id": 605186, + "name": "Ramblas Liceu, New & Modern", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-04-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 380, + "id": 607438, + "name": "Spacious centric flat with terrace", + "host_name": "Marisol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 32, + "number_of_reviews": 18, + "last_review": "2018-12-17", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 381, + "id": 608254, + "name": "LOVELY APART 50 MT PICASSO MUSEUM", + "host_name": "Imma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2017-09-03", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 382, + "id": 610847, + "name": "BARCELONETA Stairway to Heaven!", + "host_name": "Frederick", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2019-06-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 383, + "id": 610868, + "name": "Large comfortable room in Barcelona", + "host_name": "Christian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-07-09", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 3, + "availability_365": 176 + }, + { + "index": 384, + "id": 611366, + "name": "PASEO DE GRACIA DOMUS SUPERLUXURY", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 269, + "last_review": "2019-06-14", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 385, + "id": 617561, + "name": "CHARMING 43", + "host_name": "Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 102, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-06-19", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 31, + "availability_365": 304 + }, + { + "index": 386, + "id": 619728, + "name": "Atico Sagrada Familia", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-06-05", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 47, + "availability_365": 175 + }, + { + "index": 387, + "id": 619775, + "name": "Modern and functional apartment near the beach", + "host_name": "Ghat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-15", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 13, + "availability_365": 241 + }, + { + "index": 388, + "id": 621656, + "name": "The Room in BCN", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-06-23", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 389, + "id": 624427, + "name": "Nice flat in the center of Barcelon", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-23", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 1, + "availability_365": 198 + }, + { + "index": 390, + "id": 625716, + "name": "3 Bedroom close to Sagrada Familia!", + "host_name": "Javi & Charo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-18", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 391, + "id": 626043, + "name": "Nice, Lighter and Confortable Rooms in my Flat", + "host_name": "Leonor", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-23", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 3, + "availability_365": 310 + }, + { + "index": 392, + "id": 627394, + "name": "SINGLE ROOM at modernista flat", + "host_name": "Nicolas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-02", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 156 + }, + { + "index": 393, + "id": 630517, + "name": "Habitaci\u00f3 individual", + "host_name": "Imma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 27, + "last_review": "2019-07-03", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 7, + "availability_365": 244 + }, + { + "index": 394, + "id": 630566, + "name": "modern sunny Attic with pool&garden close to beach", + "host_name": "Florian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-03", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 395, + "id": 631119, + "name": "3 bd Eixample Baecelona", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 208, + "last_review": "2018-10-02", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 396, + "id": 632818, + "name": "DOUBLE ROOM EN SUITE AT MODERNISTA ", + "host_name": "Nicolas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2018-10-12", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 3, + "availability_365": 288 + }, + { + "index": 397, + "id": 634786, + "name": "ZOOROOMS ART Guest House", + "host_name": "Stevie", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-05-07", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 398, + "id": 635339, + "name": "Habitaci\u00f3n con dos camas y terraza privada", + "host_name": "Pili", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-02", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 399, + "id": 636702, + "name": "big loft in the heart of Barcelona", + "host_name": "Martina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 330, + "minimum_nights": 4, + "number_of_reviews": 43, + "last_review": "2019-06-26", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 400, + "id": 637232, + "name": "1", + "host_name": "Natasha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-06-02", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 2, + "availability_365": 85 + }, + { + "index": 401, + "id": 638009, + "name": "Barcelona/Poblenou: Sun & Culture", + "host_name": "Desir\u00e9e", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-07-01", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 196 + }, + { + "index": 402, + "id": 638579, + "name": "066. Borrell Nice and Big Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 277, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-27", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 97, + "availability_365": 328 + }, + { + "index": 403, + "id": 639137, + "name": "NICE LOFT FOR 4, NEAR AIRPORT TRAIN STATION", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-06-02", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 3, + "availability_365": 272 + }, + { + "index": 404, + "id": 639820, + "name": "Sunny and Central Penthouse w Private Terrace", + "host_name": "Cloud5 Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 160, + "last_review": "2019-07-05", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 9, + "availability_365": 290 + }, + { + "index": 405, + "id": 639941, + "name": "Gracia city apartment", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-06", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 95, + "availability_365": 319 + }, + { + "index": 406, + "id": 640130, + "name": "Agradable doble Habitaci\u00f3n", + "host_name": "Leia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-06-30", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 5, + "availability_365": 190 + }, + { + "index": 407, + "id": 640268, + "name": "**Nice and relax Couple Room** ", + "host_name": "Leia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2016-05-18", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 5, + "availability_365": 190 + }, + { + "index": 408, + "id": 641402, + "name": "Attic Suite to let in Barcelona", + "host_name": "Mireia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2019-07-04", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 259 + }, + { + "index": 409, + "id": 641627, + "name": "Double room in shared flat close Sagrada Familia", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2013-05-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 410, + "id": 642491, + "name": "Calm and spacious apartment close to Camp Nou", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 345 + }, + { + "index": 411, + "id": 644276, + "name": "Cheap and Confortable Room", + "host_name": "Leia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 358 + }, + { + "index": 412, + "id": 644289, + "name": "1 bedroom", + "host_name": "Leia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-05-25", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 413, + "id": 644378, + "name": "Charming stylish loft - Sagrada familia", + "host_name": "Sascha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 60, + "number_of_reviews": 10, + "last_review": "2019-05-25", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 414, + "id": 644534, + "name": "Habitation ambiente Internacional! ", + "host_name": "Morgan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 30, + "number_of_reviews": 16, + "last_review": "2019-05-02", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 3, + "availability_365": 2 + }, + { + "index": 415, + "id": 645513, + "name": "BEACH ,ATTIC APARTMENT TERRACE !", + "host_name": "Kees", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-07-06", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 416, + "id": 648112, + "name": "New room Barcelona city center", + "host_name": "Salas Y Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-06-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 417, + "id": 650885, + "name": "NEW! RIGHT ON PLAZA CATALUNYA!", + "host_name": "Josep Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 169, + "last_review": "2019-06-30", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 418, + "id": 652294, + "name": "BONITA HABITACION CON BA\u00d1O PRIVADO", + "host_name": "Nadja", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 419, + "id": 653634, + "name": "Lovely bedroom with balcony & view!", + "host_name": "Kim", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2017-09-28", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 420, + "id": 655071, + "name": "FIRA BARCELONA View Montjuic 1", + "host_name": "Harry", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-09", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 421, + "id": 659207, + "name": "Stay with style and enjoy BARCELONA", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 900, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-24", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 422, + "id": 659469, + "name": "TANGER JAZZ POBLENOU BEACH &POOL", + "host_name": "Teresa Y Brian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-04-28", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 423, + "id": 662879, + "name": "CENTRAL AND CHARMING FLAT", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-04-17", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 424, + "id": 663096, + "name": "Gaudi Luxury by Cocoon Barcelona", + "host_name": "Mathieu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-07-07", + "reviews_per_month": 2.68, + "calculated_host_listings_count": 3, + "availability_365": 299 + }, + { + "index": 425, + "id": 663732, + "name": "Modern room for nice week-end", + "host_name": "Pier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 313, + "last_review": "2019-07-08", + "reviews_per_month": 3.83, + "calculated_host_listings_count": 1, + "availability_365": 245 + }, + { + "index": 426, + "id": 666536, + "name": "NICE DOUBLE ROOM FOR 1 OR 2 NEAR PARK GUELL", + "host_name": "Maite", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-06-30", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 326 + }, + { + "index": 427, + "id": 666642, + "name": "se comparte piso en centro Barcelona", + "host_name": "Jimy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 92, + "minimum_nights": 3, + "number_of_reviews": 157, + "last_review": "2019-07-02", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 428, + "id": 667143, + "name": "CENTER PERFECT BASE TO EXPLORE BCN", + "host_name": "Luis Y Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 252, + "last_review": "2019-07-02", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 1, + "availability_365": 22 + }, + { + "index": 429, + "id": 667177, + "name": "BIG HOUSE (+ 100 M2)+TERRACE+WIFI+PARKING", + "host_name": "Teresa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 189, + "last_review": "2019-06-19", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 430, + "id": 667181, + "name": "Private Double Room with Jacuzzi", + "host_name": "Juan", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Torre Bar\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 209, + "last_review": "2019-07-01", + "reviews_per_month": 2.85, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 431, + "id": 667248, + "name": "Room for two with private bathroom", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 7, + "number_of_reviews": 79, + "last_review": "2014-10-25", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 432, + "id": 667762, + "name": "ROOM WTH TERRACE IN GASPATX B&B", + "host_name": "Antonio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-22", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 5, + "availability_365": 320 + }, + { + "index": 433, + "id": 668990, + "name": "NICE ROOM WITH PRIVATE BATHROOM", + "host_name": "Nadja", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-02-21", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 434, + "id": 670546, + "name": "Panoramic Suite Luxury with Jacuzzi", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 299, + "minimum_nights": 4, + "number_of_reviews": 60, + "last_review": "2019-06-22", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 3, + "availability_365": 242 + }, + { + "index": 435, + "id": 670782, + "name": "Near ramblas, in front of San Antoni\u00b4s market", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 164, + "last_review": "2019-06-25", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 15, + "availability_365": 262 + }, + { + "index": 436, + "id": 670956, + "name": "Habitaci\u00f3n en la playa de Barcelona", + "host_name": "N\u00faria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2018-08-31", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 437, + "id": 671458, + "name": "Sunny apartment in town centre", + "host_name": "Montserrat", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 96, + "last_review": "2019-05-31", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 5, + "availability_365": 154 + }, + { + "index": 438, + "id": 672728, + "name": "Nice apartment in Napols Street BCN", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-03", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 95, + "availability_365": 288 + }, + { + "index": 439, + "id": 673708, + "name": "Double room next to Bogatell Beach / \u53cc\u4eba\u623f,\u65c1\u8fb9\u7684\u6d77\u6ee9", + "host_name": "Jan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-24", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 348 + }, + { + "index": 440, + "id": 673930, + "name": "Room in shared flat in Gracia", + "host_name": "Guillem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-10-14", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 441, + "id": 674461, + "name": "ROOM CENTRAL, IDEAL for CITY VISITORS", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 468, + "last_review": "2019-06-23", + "reviews_per_month": 5.61, + "calculated_host_listings_count": 3, + "availability_365": 29 + }, + { + "index": 442, + "id": 675174, + "name": "SE ALQUILA HABITACION AMUEBLADA", + "host_name": "Daniela", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Private room", + "price": 30, + "minimum_nights": 8, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 362 + }, + { + "index": 443, + "id": 675175, + "name": "FURNISED ROOM FOR RENT", + "host_name": "Daniela", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Private room", + "price": 25, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 87 + }, + { + "index": 444, + "id": 676924, + "name": "Suite Francesa en Centro Barcelona", + "host_name": "Epi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 180, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 445, + "id": 677012, + "name": "HABITACION INDIVIDUAL BARCELONA", + "host_name": "Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-02-07", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 446, + "id": 677850, + "name": "Sunny and charming centric flat!!", + "host_name": "Marcelo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 4, + "number_of_reviews": 52, + "last_review": "2018-08-22", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 2, + "availability_365": 247 + }, + { + "index": 447, + "id": 679547, + "name": "Cozy single/double room quiet zone", + "host_name": "Juli\u00e0", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 21, + "minimum_nights": 4, + "number_of_reviews": 131, + "last_review": "2018-09-26", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 448, + "id": 679664, + "name": "1 HAB. INDIVIDUAL EN BARCELONA", + "host_name": "Patricia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-02-16", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 449, + "id": 679965, + "name": "quiet and bright room near beach", + "host_name": "Monica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 209, + "last_review": "2019-07-06", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 450, + "id": 680808, + "name": "Sunny room in Penthouse!! Holy Family", + "host_name": "Oliva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2017-07-21", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 451, + "id": 682808, + "name": "Central Townhouse Barcelona", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 399, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-06-06", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 15, + "availability_365": 303 + }, + { + "index": 452, + "id": 682871, + "name": "Well connected & quiet apartment", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 281, + "last_review": "2019-06-20", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 15, + "availability_365": 227 + }, + { + "index": 453, + "id": 683062, + "name": "Sunny and charming centric flat!!", + "host_name": "Marcelo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 37, + "minimum_nights": 4, + "number_of_reviews": 33, + "last_review": "2018-11-21", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 454, + "id": 683195, + "name": "Penthouse loft-wifi-terrace, Gracia", + "host_name": "Eduard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 208, + "last_review": "2019-06-28", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 1, + "availability_365": 228 + }, + { + "index": 455, + "id": 684613, + "name": "great sunny room with wifi", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2019-06-26", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 456, + "id": 684643, + "name": "HABITACI\u00d3N C\u00d3MODA Y TRANQUILA", + "host_name": "Rosa Leni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 19, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 457, + "id": 686830, + "name": "Sweet apartm. close the beach", + "host_name": "Pia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2018-10-15", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 4, + "availability_365": 330 + }, + { + "index": 458, + "id": 688295, + "name": "Nice and calm room", + "host_name": "Milian", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 46, + "minimum_nights": 10, + "number_of_reviews": 35, + "last_review": "2019-06-30", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 459, + "id": 688527, + "name": "Special apartment with terrace", + "host_name": "Jaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 163, + "last_review": "2019-06-24", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 460, + "id": 688703, + "name": "\"EL MOLINO\" Paral.lel -near ramblas", + "host_name": "J. R", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 94, + "last_review": "2019-02-18", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 461, + "id": 688946, + "name": "Nice Renovated Apartment - El Clot", + "host_name": "Camille", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-06-22", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 462, + "id": 691152, + "name": "Apartamento Sagrada Familia BC HUTB-002061", + "host_name": "Carlos Y Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-16", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 463, + "id": 694516, + "name": "Room in a cozy house with garden", + "host_name": "Roser", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-07-04", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 464, + "id": 697056, + "name": "Amazing Flat with Terrace in Eixample, Barcelona", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-22", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 465, + "id": 698593, + "name": "Minimalist Apartment in Gr\u00e0cia", + "host_name": "Eduard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 3, + "number_of_reviews": 234, + "last_review": "2019-07-08", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 3, + "availability_365": 91 + }, + { + "index": 466, + "id": 699302, + "name": "Agradable, tranquily and friendly", + "host_name": "Leia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-03", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 312 + }, + { + "index": 467, + "id": 699920, + "name": "Romantic hideaway , Pla\u00e7a Catalunya", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-06-21", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 21, + "availability_365": 214 + }, + { + "index": 468, + "id": 699927, + "name": "Nice studio in Gr\u00e0cia", + "host_name": "Betina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 216, + "last_review": "2019-06-24", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 247 + }, + { + "index": 469, + "id": 700150, + "name": "Luxury 2 bed suite with courtyard in city-centre", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 302, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-03", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 21, + "availability_365": 214 + }, + { + "index": 470, + "id": 702095, + "name": "COZY APARTAMENT CENTER BCN W/WIFI", + "host_name": "Tere", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 252, + "last_review": "2019-06-28", + "reviews_per_month": 3.18, + "calculated_host_listings_count": 1, + "availability_365": 277 + }, + { + "index": 471, + "id": 705049, + "name": "Amazing!!! 3 bedrooms + 2 bathroom + Style", + "host_name": "Castro Exclusive XXI, S.L.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2018-12-31", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 472, + "id": 705086, + "name": "2 Bedrooms 2 baths Sant Pau", + "host_name": "Castro Exclusive XXI, S.L.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2018-04-09", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 473, + "id": 714400, + "name": "AMAZING 3 Bedroom Sagrada Familia", + "host_name": "Castro Exclusive XXI, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 22, + "last_review": "2017-10-08", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 11, + "availability_365": 312 + }, + { + "index": 474, + "id": 715036, + "name": "Boho Soul & Artist apartment near Ramblas", + "host_name": "Montserrat", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 141, + "minimum_nights": 4, + "number_of_reviews": 203, + "last_review": "2019-06-26", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 475, + "id": 717710, + "name": "Central Loft Plaza Espanya center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-07", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 38, + "availability_365": 94 + }, + { + "index": 476, + "id": 718469, + "name": "Sagrada Familia-wifi-2rooms-air con", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 291, + "last_review": "2019-07-08", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 227 + }, + { + "index": 477, + "id": 721375, + "name": "(Ollas) Born Superior Apartment", + "host_name": "EasySleep", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-02", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 13, + "availability_365": 113 + }, + { + "index": 478, + "id": 721378, + "name": "12 Sicilia Apartment 4 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-02-27", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 13, + "availability_365": 6 + }, + { + "index": 479, + "id": 721470, + "name": "61 Sicilia Estudio", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-07", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 13, + "availability_365": 169 + }, + { + "index": 480, + "id": 721471, + "name": "Sicilia Studio (A1)", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-09-16", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 13, + "availability_365": 169 + }, + { + "index": 481, + "id": 721473, + "name": "51 Sicilia Apartment 2 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-06-17", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 13, + "availability_365": 8 + }, + { + "index": 482, + "id": 721478, + "name": "1 Sicilia Superior Apartment 4 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-11", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 13, + "availability_365": 123 + }, + { + "index": 483, + "id": 721479, + "name": "2 Sicilia Superior Apartment 4 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-03", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 13, + "availability_365": 123 + }, + { + "index": 484, + "id": 721504, + "name": "Valencia Superior Apartment 3 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-01-27", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 13, + "availability_365": 108 + }, + { + "index": 485, + "id": 721509, + "name": "P3 Valencia Apartment 1 bedroom", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-04-18", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 13, + "availability_365": 147 + }, + { + "index": 486, + "id": 721510, + "name": "32 Valencia Apartment 2 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 13, + "availability_365": 146 + }, + { + "index": 487, + "id": 721511, + "name": "1 Valencia Superior Apartment 2 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-05-24", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 13, + "availability_365": 130 + }, + { + "index": 488, + "id": 721512, + "name": "2 Valencia Superior Apartment 2 bedrooms", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-05-27", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 13, + "availability_365": 130 + }, + { + "index": 489, + "id": 721908, + "name": "Charming room & private bathroom", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 490, + "id": 722100, + "name": "Double bedroom \\ (^ - ^) / private bathroom", + "host_name": "More", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-30", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 2, + "availability_365": 49 + }, + { + "index": 491, + "id": 722742, + "name": "Quiet apartment with terrace-Gracia", + "host_name": "Xavier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-07-04", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 492, + "id": 724331, + "name": "Perfect Penthouse for your holidays in Barcelona", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 87, + "last_review": "2019-06-27", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 33, + "availability_365": 336 + }, + { + "index": 493, + "id": 724523, + "name": "nice penthouse ramblas/Montjuic", + "host_name": "Denis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 113, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-06-17", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 2, + "availability_365": 271 + }, + { + "index": 494, + "id": 725009, + "name": "Walk to Pla\u00e7a de Catalunya from an Art-Filled Apartment", + "host_name": "Nadia & Taras", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-20", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 495, + "id": 725659, + "name": "Sunny flat in the heart of Gracia", + "host_name": "Sven", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-07-04", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 496, + "id": 728480, + "name": "Cosy Apartment Hospital Clinic", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-07-07", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 497, + "id": 729078, + "name": "In the heart of Barcelona", + "host_name": "Flavio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 277, + "last_review": "2019-06-24", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 195 + }, + { + "index": 498, + "id": 730467, + "name": "2 bdr Apartment nearby La Ramblas", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-26", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 71, + "availability_365": 47 + }, + { + "index": 499, + "id": 731049, + "name": "Sunny Penhouse in Barcelona, Sants", + "host_name": "V\u00edctor", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 27, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2017-11-30", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 2, + "availability_365": 134 + }, + { + "index": 500, + "id": 732214, + "name": "Barcelona beach apartment WIFI", + "host_name": "Cesc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 32, + "number_of_reviews": 127, + "last_review": "2019-01-31", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 501, + "id": 732353, + "name": "OMG apartment with 3 bedroom and 2 bathroom", + "host_name": "Castro Exclusive XXI, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 43, + "last_review": "2019-06-25", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 11, + "availability_365": 312 + }, + { + "index": 502, + "id": 732671, + "name": "GASTRONOMIC Flat - For food lovers", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-04-17", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 503, + "id": 733941, + "name": "2 bedrs Sweet Montjuic Apartment", + "host_name": "Weflating", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-29", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 71, + "availability_365": 154 + }, + { + "index": 504, + "id": 735311, + "name": "4 DOUBLE ROOMS ON GASPATX", + "host_name": "Antonio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-17", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 5, + "availability_365": 294 + }, + { + "index": 505, + "id": 735587, + "name": "Charming Bedroom on GASPATX B&b", + "host_name": "Antonio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-22", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 5, + "availability_365": 324 + }, + { + "index": 506, + "id": 735620, + "name": "charming double room in Gaspatx B&B", + "host_name": "Antonio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-06-21", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 5, + "availability_365": 313 + }, + { + "index": 507, + "id": 735631, + "name": "Bedroom on GASPATX B&B", + "host_name": "Antonio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 105, + "last_review": "2019-06-20", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 5, + "availability_365": 298 + }, + { + "index": 508, + "id": 737759, + "name": "Room and private bathroom center Bc", + "host_name": "Vanessa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-05-01", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 509, + "id": 739557, + "name": "APARTAMENTO ZONA SAGRADA FAMILIA", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-06-16", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 157 + }, + { + "index": 510, + "id": 740113, + "name": "Sunny, authentic Sant Antoni Apartment", + "host_name": "Jan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 511, + "id": 740343, + "name": "Authentic HOME-SHARING experience in Barcelona!", + "host_name": "Peret", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 44, + "minimum_nights": 1, + "number_of_reviews": 143, + "last_review": "2019-07-07", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 512, + "id": 742156, + "name": "Apartment with BALCONY, FREE WIFI", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2018-01-03", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 8, + "availability_365": 130 + }, + { + "index": 513, + "id": 742241, + "name": "BIG apartment with GREAT COURTYARD", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2018-10-08", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 8, + "availability_365": 138 + }, + { + "index": 514, + "id": 742820, + "name": "Excellent Flat in Sagrada Familia", + "host_name": "Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 334, + "last_review": "2019-06-23", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 515, + "id": 744153, + "name": "Barcelona close to Sagrada Familia", + "host_name": "Llu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 389, + "last_review": "2019-07-09", + "reviews_per_month": 4.77, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 516, + "id": 745220, + "name": "In the TRENDIEST district with WIFI", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-04-13", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 8, + "availability_365": 138 + }, + { + "index": 517, + "id": 745275, + "name": "BIG SUNNY apartment with FREE WIFI", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2018-11-12", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 8, + "availability_365": 113 + }, + { + "index": 518, + "id": 745829, + "name": "Lovely & Ideal 4 families & groups~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 125, + "last_review": "2019-06-23", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 84, + "availability_365": 22 + }, + { + "index": 519, + "id": 746086, + "name": "\u2b50Authentic & Cute Family Apartment near Camp Nou\u2b50\u00a4", + "host_name": "Jaume", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 133, + "minimum_nights": 4, + "number_of_reviews": 17, + "last_review": "2019-06-15", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 520, + "id": 746713, + "name": "Bright room with double bed in Gran de Gr\u00e0cia (3)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 38 + }, + { + "index": 521, + "id": 747274, + "name": "Familiar Eixample Rambla (no grupos/ no groups)", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 160, + "last_review": "2019-06-21", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 522, + "id": 748693, + "name": "Two beds- Ramblas- Charming", + "host_name": "Carlos Y Reyes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 168, + "last_review": "2019-06-10", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 523, + "id": 750066, + "name": "Stylish apartment in the heart of Sant Antoni", + "host_name": "Jan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-12-26", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 524, + "id": 752456, + "name": "Piso para 4-6 personas en Barcelona", + "host_name": "Nuria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2013-08-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 525, + "id": 753322, + "name": "Big beautiful apartment in Gracia 4 rooms", + "host_name": "Magda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 5, + "number_of_reviews": 156, + "last_review": "2019-06-23", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 3, + "availability_365": 242 + }, + { + "index": 526, + "id": 755382, + "name": "Sweet BCN Three bedroom Apartment", + "host_name": "Gian Franco", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-07-07", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 7, + "availability_365": 270 + }, + { + "index": 527, + "id": 756588, + "name": "Double bed- Ramblas- Charming", + "host_name": "Carlos Y Reyes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 56, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-24", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 2, + "availability_365": 334 + }, + { + "index": 528, + "id": 757149, + "name": "FANTASTIC APARTMENT | IDEAL FAMILY", + "host_name": "Yeni", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-06-28", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 222 + }, + { + "index": 529, + "id": 757818, + "name": "Good Guys Only", + "host_name": "Nugz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2019-06-21", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 530, + "id": 758216, + "name": "Spain square - Fira apartment -", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-17", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 164 + }, + { + "index": 531, + "id": 758525, + "name": "rent a bedroom 1 pers.", + "host_name": "Patricio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2018-10-26", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 532, + "id": 758925, + "name": "Great room in nice environment", + "host_name": "Mar\u00eda Del Rosario", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 133, + "last_review": "2019-07-05", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 2, + "availability_365": 269 + }, + { + "index": 533, + "id": 759351, + "name": "\u00c1TICO CON TERRAZA PLAZA ESPA\u00d1A REGISTRO HUTB00428", + "host_name": "Lamars\u00f3", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 181, + "last_review": "2019-07-06", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 2, + "availability_365": 46 + }, + { + "index": 534, + "id": 759760, + "name": "Single room available.", + "host_name": "Elvira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 170, + "last_review": "2019-06-30", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 535, + "id": 759769, + "name": "Sagrada Familia Design with terrace", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 180, + "last_review": "2019-06-22", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 38, + "availability_365": 88 + }, + { + "index": 536, + "id": 759811, + "name": "Luxury Paseo de Gracia Penthouse", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-06-16", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 38, + "availability_365": 111 + }, + { + "index": 537, + "id": 760131, + "name": "Sunny flat near Sagrada Familia", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 240, + "last_review": "2019-07-07", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 16, + "availability_365": 130 + }, + { + "index": 538, + "id": 763176, + "name": "ROOM CENTRIC, PERFECT for CITY VISITORS", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 4, + "number_of_reviews": 435, + "last_review": "2019-06-01", + "reviews_per_month": 5.36, + "calculated_host_listings_count": 3, + "availability_365": 2 + }, + { + "index": 539, + "id": 763465, + "name": "Very Nice Room to rent in Raval ", + "host_name": "Ignacio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 540, + "id": 764452, + "name": "\u2600\ufe0eSunny.\u2661Couple's (Website hidden by Airbnb) friendly", + "host_name": "Pau", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 159, + "last_review": "2019-07-09", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 2, + "availability_365": 308 + }, + { + "index": 541, + "id": 767596, + "name": "Urban Chic Barcelona 4 bedrooms", + "host_name": "Angels Y Julia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 196, + "minimum_nights": 2, + "number_of_reviews": 189, + "last_review": "2019-06-25", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 542, + "id": 770175, + "name": "FABULOUS APARTMENT SAGRADA FAMILIA", + "host_name": "Anna & Vince", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 4, + "number_of_reviews": 272, + "last_review": "2019-06-23", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 543, + "id": 770453, + "name": "AMAZING APARTMENT NEXT TO RAMBLAS! DAILY CLEANING!", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 189, + "last_review": "2019-06-26", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 11, + "availability_365": 244 + }, + { + "index": 544, + "id": 771440, + "name": "ENJOYS BARCELONA (SAGRADA FAMILIA)", + "host_name": "Rui", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 49, + "minimum_nights": 4, + "number_of_reviews": 33, + "last_review": "2019-06-30", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 139 + }, + { + "index": 545, + "id": 773523, + "name": "VIEWS SDA FAMILIA -For 6 people !!!", + "host_name": "Lucas", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-05", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 2, + "availability_365": 287 + }, + { + "index": 546, + "id": 773802, + "name": "CITY TRIP - Para 10 personas !!!!", + "host_name": "Lucas", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 166, + "last_review": "2019-06-16", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 547, + "id": 773886, + "name": "Discover the Real Barcelona from an Apartment in Gracia", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 123, + "minimum_nights": 2, + "number_of_reviews": 306, + "last_review": "2019-07-08", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 7, + "availability_365": 193 + }, + { + "index": 548, + "id": 775644, + "name": "Top Apartment in the eixample BCN", + "host_name": "Joaquin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 3, + "number_of_reviews": 163, + "last_review": "2019-06-26", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 5, + "availability_365": 245 + }, + { + "index": 549, + "id": 775794, + "name": "Apartment in Barcelona near beaches", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 169, + "last_review": "2019-06-23", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 1, + "availability_365": 60 + }, + { + "index": 550, + "id": 776038, + "name": "*Heart of Gr\u00e0cia 6pax Wifi*", + "host_name": "Evelin & Gisele", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 187, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-06-22", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 551, + "id": 777476, + "name": "Plaza Universidad", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 287, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-05-05", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 47, + "availability_365": 236 + }, + { + "index": 552, + "id": 777527, + "name": "Plaza Espa\u00f1a", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-08", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 47, + "availability_365": 6 + }, + { + "index": 553, + "id": 777538, + "name": "(ESQ) Spacious apart in Born Art", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 201, + "last_review": "2019-06-28", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 4, + "availability_365": 121 + }, + { + "index": 554, + "id": 777587, + "name": "Modernist&Chic Eixample apartment", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 315, + "last_review": "2019-06-25", + "reviews_per_month": 3.94, + "calculated_host_listings_count": 12, + "availability_365": 98 + }, + { + "index": 555, + "id": 782502, + "name": "Perfect sunny room!", + "host_name": "Joan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2014-12-27", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 159 + }, + { + "index": 556, + "id": 783729, + "name": "Single Room near Ramblas", + "host_name": "Yih", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-07-07", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 3, + "availability_365": 61 + }, + { + "index": 557, + "id": 786250, + "name": "FANTASTIC APARTMENT IN THE CENTER", + "host_name": "Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 4, + "number_of_reviews": 63, + "last_review": "2019-05-26", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 558, + "id": 789101, + "name": "Room Rental short or long stay", + "host_name": "Odi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 27, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2018-12-28", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 4, + "availability_365": 277 + }, + { + "index": 559, + "id": 790404, + "name": "(P2) Cozy flat, LA PEDRERA Gaud\u00ed", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 163, + "last_review": "2019-06-28", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 4, + "availability_365": 151 + }, + { + "index": 560, + "id": 790475, + "name": "(P1) Cozy apart, Gracia LA PEDRERA", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 171, + "last_review": "2019-06-25", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 4, + "availability_365": 149 + }, + { + "index": 561, + "id": 790482, + "name": "QUIET AND COMFY 2BD WIFI GRACIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-04-02", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 21, + "availability_365": 312 + }, + { + "index": 562, + "id": 791717, + "name": "AMAZING BEACH APARTMENT with WIFI ", + "host_name": "Fanny", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 29, + "last_review": "2019-07-06", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 563, + "id": 792509, + "name": "HABITACION PARA 2 PL. ESPANYA", + "host_name": "Yolanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-26", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 564, + "id": 795314, + "name": "Great apart next to Corte Ingles", + "host_name": "Rosa", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 37, + "last_review": "2019-03-31", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 565, + "id": 795991, + "name": "Cosy centric flat lively Poble Sec", + "host_name": "Luca&Bruno", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-07-03", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 566, + "id": 796809, + "name": "POBLENOU BEACH BCN FALL OFFERS 70E", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 140, + "last_review": "2019-06-18", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 314 + }, + { + "index": 567, + "id": 796868, + "name": "CENTRAL URQUINAONA 3 BED APARTMENT", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2017-01-03", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 20, + "availability_365": 306 + }, + { + "index": 568, + "id": 799240, + "name": "STAYS UP TO 32 DAYS- STUDIO CITY CENTER", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 32, + "number_of_reviews": 31, + "last_review": "2019-03-24", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 280 + }, + { + "index": 569, + "id": 800045, + "name": "Vintage Deco 3Br Apt with Balcony", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-07", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 19, + "availability_365": 21 + }, + { + "index": 570, + "id": 801237, + "name": "3br apartment in Sagrada Familia", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 5, + "number_of_reviews": 112, + "last_review": "2019-06-08", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 11, + "availability_365": 239 + }, + { + "index": 571, + "id": 803502, + "name": "DOUBLE ROOM WITH BALCONY CENTRETOWN", + "host_name": "Amaranta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-07-07", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 572, + "id": 803810, + "name": "Cozy flat! Long term rental! 1390 \u20ac/month!", + "host_name": "Hector", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 31, + "last_review": "2015-06-05", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 573, + "id": 804268, + "name": "New VINTAGE LOFT in a quiet area with garden", + "host_name": "Jordi & Manel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-05-20", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 574, + "id": 807572, + "name": "ROOM AVAILABLE ALL SUMMER", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2013-09-03", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 575, + "id": 811657, + "name": "Centrical and Cosy Room ", + "host_name": "Kathy", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-24", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 2, + "availability_365": 295 + }, + { + "index": 576, + "id": 811669, + "name": "Room Rental in Barcelona Gracia", + "host_name": "Odi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 28, + "minimum_nights": 5, + "number_of_reviews": 22, + "last_review": "2019-01-05", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 4, + "availability_365": 324 + }, + { + "index": 577, + "id": 811716, + "name": "SPACIOUS DOUBLE ROOM IN BARCELONA CENTRE!", + "host_name": "Fabrizzio'S Petit Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 15, + "number_of_reviews": 22, + "last_review": "2019-06-22", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 4, + "availability_365": 214 + }, + { + "index": 578, + "id": 811918, + "name": "WIFI & TERRACE. BAR\u00c7A STADIUM! APT A", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 316, + "last_review": "2019-07-03", + "reviews_per_month": 3.98, + "calculated_host_listings_count": 6, + "availability_365": 237 + }, + { + "index": 579, + "id": 813031, + "name": "Bonito Apartamento junto a Ramblas", + "host_name": "Miriam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-05-05", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 3, + "availability_365": 267 + }, + { + "index": 580, + "id": 814154, + "name": "Portal del Angel 3", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-24", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 13, + "availability_365": 199 + }, + { + "index": 581, + "id": 814172, + "name": "Mar Bella 3 Barcelonastuff Apartment", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-10-07", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 13, + "availability_365": 236 + }, + { + "index": 582, + "id": 814177, + "name": "Mar Bella 4", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-07-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 13, + "availability_365": 253 + }, + { + "index": 583, + "id": 814182, + "name": "Mar Bella 6", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-06-23", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 13, + "availability_365": 0 + }, + { + "index": 584, + "id": 814202, + "name": "Mar Bella 8", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-14", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 13, + "availability_365": 338 + }, + { + "index": 585, + "id": 814226, + "name": "Mar Bella 10 Barcelonastuff", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-10-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 13, + "availability_365": 249 + }, + { + "index": 586, + "id": 820629, + "name": "Habitaci\u00f3n doble para mujer o parejas.", + "host_name": "Mar\u00eda Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-10", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 587, + "id": 821100, + "name": "Central-2 Big Bedrooms-View--Lift", + "host_name": "I\u00f1aki And Cathy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 291, + "last_review": "2019-07-01", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 588, + "id": 821523, + "name": "Beautiful Sagrada Familia Flat", + "host_name": "Africa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 186, + "last_review": "2019-06-24", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 589, + "id": 823272, + "name": "SUN RAMBLA CATALUNYA GAUDI CENTRO ", + "host_name": "Caridad", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-14", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 590, + "id": 824902, + "name": "Sagrada Familia.", + "host_name": "Germ\u00e1n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 4, + "number_of_reviews": 139, + "last_review": "2019-06-28", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 591, + "id": 826397, + "name": "Splendid Attic with TERRACE", + "host_name": "Magi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2018-12-29", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 592, + "id": 827250, + "name": "Estudio / Terraza P4 (S. Fam\u00edlia) m\u00ednimo 32 NOCHES", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 32, + "number_of_reviews": 32, + "last_review": "2019-04-11", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 2, + "availability_365": 244 + }, + { + "index": 593, + "id": 829660, + "name": "Charming & very cosy Atico w/Wifi", + "host_name": "Pv", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 2, + "number_of_reviews": 240, + "last_review": "2019-07-07", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 594, + "id": 832516, + "name": "OFFER ROOM IN ATTIC NEAR PLZ ESPA\u00d1A", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-18", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 3, + "availability_365": 348 + }, + { + "index": 595, + "id": 832755, + "name": "AMAZING BOUTIQUE APARTMENT. AN OASIS IN BARCELONA", + "host_name": "Victor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2018-06-17", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 205 + }, + { + "index": 596, + "id": 833491, + "name": "Double room at Barcelona centre!!", + "host_name": "Ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 150, + "last_review": "2019-06-09", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 597, + "id": 836489, + "name": "072. F\u00fatbol 5 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-07-06", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 97, + "availability_365": 328 + }, + { + "index": 598, + "id": 837986, + "name": "Cosy & Quiet - City Center -Wifi - ATU39", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 3, + "number_of_reviews": 285, + "last_review": "2019-06-10", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 18, + "availability_365": 118 + }, + { + "index": 599, + "id": 838475, + "name": "Flat next to Mobile World Congress Fira Barcelona", + "host_name": "Fiorella", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 12, + "last_review": "2018-03-02", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 600, + "id": 839655, + "name": "Chic 2 bedroom with balcony close to Rambla", + "host_name": "Giorgio & Rackel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-17", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 2, + "availability_365": 82 + }, + { + "index": 601, + "id": 839805, + "name": "MEDITERRANEAN TERRACE", + "host_name": "Carmen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-08-22", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 602, + "id": 840123, + "name": "WIFI&TERRACE! CAMP NOU APARTMENT 3B", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 285, + "last_review": "2019-06-26", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 6, + "availability_365": 236 + }, + { + "index": 603, + "id": 841015, + "name": "Double room in Sagrada Familia (Superhost)", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 239, + "last_review": "2019-06-30", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 1, + "availability_365": 79 + }, + { + "index": 604, + "id": 841483, + "name": "RAMBLA CATALUNYA CENTRAL APARTMENT", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2015-08-09", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 20, + "availability_365": 308 + }, + { + "index": 605, + "id": 842126, + "name": "Penthouse with views to the city, in Gracia!", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 148, + "minimum_nights": 7, + "number_of_reviews": 81, + "last_review": "2019-06-29", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 4, + "availability_365": 102 + }, + { + "index": 606, + "id": 842389, + "name": "APARTMENT IN COLORES", + "host_name": "Cristina", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 164, + "last_review": "2019-07-07", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 607, + "id": 845760, + "name": "Twin Room near Ramblas", + "host_name": "Yih", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-11", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 3, + "availability_365": 36 + }, + { + "index": 608, + "id": 846363, + "name": "Bedroom with private bathroom", + "host_name": "Rita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2017-10-08", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 13, + "availability_365": 0 + }, + { + "index": 609, + "id": 846423, + "name": "Quiet & spacious 3B/room apartment", + "host_name": "Rafael", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-07-02", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 610, + "id": 847195, + "name": "Terrace apartment in the center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-24", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 38, + "availability_365": 131 + }, + { + "index": 611, + "id": 847785, + "name": "COMFORTABLE & COZY APARTMENT FOR GROUPS IN GRACIA", + "host_name": "Leyre", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-21", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 46, + "availability_365": 115 + }, + { + "index": 612, + "id": 848081, + "name": "PenthouseSuite with Private Terrace", + "host_name": "Esteban", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 212, + "last_review": "2019-06-23", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 613, + "id": 849035, + "name": "Atic with Terrace in CENTER", + "host_name": "Inaki", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 614, + "id": 849839, + "name": "AVINYO B APARTMENT", + "host_name": "Santos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 3, + "number_of_reviews": 216, + "last_review": "2019-01-27", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 2, + "availability_365": 310 + }, + { + "index": 615, + "id": 851240, + "name": "Beautiful room, great location BCN", + "host_name": "Iara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-26", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 616, + "id": 852134, + "name": "MAGIC TERRACE . CITY CENTRE.", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-06-21", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 31, + "availability_365": 290 + }, + { + "index": 617, + "id": 852195, + "name": "ROOMY EIXAMPLE URGELL", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-05-19", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 31, + "availability_365": 122 + }, + { + "index": 618, + "id": 853339, + "name": "Bright room with double bed in Gran de Gr\u00e0cia (5)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 190 + }, + { + "index": 619, + "id": 853343, + "name": "Bright room with single bed in Gran de Gr\u00e0cia (6)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2014-07-28", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 79, + "availability_365": 45 + }, + { + "index": 620, + "id": 853347, + "name": "Bright room with double bed in Gran de Gr\u00e0cia (7)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 209 + }, + { + "index": 621, + "id": 853350, + "name": "Nice room with double bed in Gran de Gr\u00e0cia (8)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2014-07-30", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 79, + "availability_365": 201 + }, + { + "index": 622, + "id": 853356, + "name": "Bright room with double bed in Gran de Gr\u00e0cia (9)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 0 + }, + { + "index": 623, + "id": 856159, + "name": "Room for rent near the beach.", + "host_name": "Edina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 203, + "last_review": "2019-07-09", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 307 + }, + { + "index": 624, + "id": 856853, + "name": "Centre BCN Stylish Studio Room - WIFI", + "host_name": "Paul & Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-26", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 625, + "id": 857030, + "name": "Nice&Sunny single room- Pza Espanya", + "host_name": "Daniela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-06-23", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 307 + }, + { + "index": 626, + "id": 857117, + "name": "Nice double room in Sagrada Familia", + "host_name": "Joel Giraldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 401, + "last_review": "2019-06-23", + "reviews_per_month": 5.08, + "calculated_host_listings_count": 4, + "availability_365": 281 + }, + { + "index": 627, + "id": 858032, + "name": "Lindo apartamento en Barcelona", + "host_name": "Teresa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 7, + "number_of_reviews": 40, + "last_review": "2015-09-13", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 628, + "id": 859046, + "name": "Single bdr near Sagrada Familia - private toilets", + "host_name": "Sarah", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-07-08", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 629, + "id": 859105, + "name": "New apt. METRO BARCELONETA! Min 32dd, max 300dd", + "host_name": "Jos\u00e9 Manuel Y Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 32, + "number_of_reviews": 83, + "last_review": "2019-05-25", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 630, + "id": 859813, + "name": "Penthouse with a view of La Sagrada", + "host_name": "Ale", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-28", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 631, + "id": 859884, + "name": "Gothic Doble Room private bathroom", + "host_name": "Bel\u00e9n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2019-04-28", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 632, + "id": 861172, + "name": "Awesome flat in the center (HUTB-014195)", + "host_name": "Suzy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-23", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 633, + "id": 861721, + "name": "THE BLUE HOUSE: see the sea", + "host_name": "Ignacio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 368, + "minimum_nights": 4, + "number_of_reviews": 90, + "last_review": "2019-06-29", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 3, + "availability_365": 338 + }, + { + "index": 634, + "id": 862524, + "name": "Sunny and beautifull central attic", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-06-24", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 3, + "availability_365": 312 + }, + { + "index": 635, + "id": 862640, + "name": "Room in l'Eixample - Barcelona", + "host_name": "Felipe", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2014-01-23", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 636, + "id": 862690, + "name": "Center City Swimming pool Apartment", + "host_name": "Elisabet", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 7, + "number_of_reviews": 24, + "last_review": "2018-08-04", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 198 + }, + { + "index": 637, + "id": 864681, + "name": "Luxury stateroom in town heart", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2017-09-29", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 3, + "availability_365": 74 + }, + { + "index": 638, + "id": 865273, + "name": "Terrace 2 in the Historic Eixample. Central a/c", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-06-03", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 23, + "availability_365": 258 + }, + { + "index": 639, + "id": 865309, + "name": "Nice Cozy Apartment Valencia St. B", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-11", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 23, + "availability_365": 259 + }, + { + "index": 640, + "id": 865367, + "name": "Beautiful Comfy Flat Valencia St A", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-26", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 23, + "availability_365": 253 + }, + { + "index": 641, + "id": 866298, + "name": "LUXURY PENTHOUSE WITH PRIV. TERRACE", + "host_name": "Gerard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 297, + "last_review": "2019-07-06", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 642, + "id": 866315, + "name": "Exquisita suite con terraza privada y dos dormitorios en el barrio de Eixample", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 455, + "last_review": "2019-07-04", + "reviews_per_month": 5.76, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 643, + "id": 867893, + "name": "Apartment next to Montju\u00efc B", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 209, + "last_review": "2019-06-26", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 15, + "availability_365": 201 + }, + { + "index": 644, + "id": 868198, + "name": "Grande II apartment on Valencia St.", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-11", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 23, + "availability_365": 256 + }, + { + "index": 645, + "id": 869984, + "name": "074. F\u00fatbol 8G Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 336 + }, + { + "index": 646, + "id": 870256, + "name": "073. F\u00fatbol 7 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2018-04-02", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 97, + "availability_365": 321 + }, + { + "index": 647, + "id": 871899, + "name": "Penthouse with terrace and seaviews, Gracia!", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-05-18", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 4, + "availability_365": 154 + }, + { + "index": 648, + "id": 873418, + "name": "Superb terrace - Central flat", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 4, + "number_of_reviews": 87, + "last_review": "2019-06-28", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 649, + "id": 875171, + "name": "Days in Barcelona \u263c\u2665 Eixample I", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-22", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 14, + "availability_365": 274 + }, + { + "index": 650, + "id": 876101, + "name": "Fabulous apartment sea view", + "host_name": "Francesc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 3000, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2016-11-02", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 651, + "id": 877884, + "name": "Elegant Apart.with parking included HUTB-004588", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-13", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 321 + }, + { + "index": 652, + "id": 879524, + "name": "Ramblas Central 2 Bedroom apartment", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-22", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 20, + "availability_365": 308 + }, + { + "index": 653, + "id": 879969, + "name": "TRULY CENTRE NEXT PLAZA CATALU\u00d1A", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-22", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 7, + "availability_365": 200 + }, + { + "index": 654, + "id": 883382, + "name": "Penthouse, Terrace & BBQ, Park Guell, Bus and Metr", + "host_name": "Jessica", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-06-30", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 655, + "id": 884420, + "name": "Apartament near Camp Nou (Bar\u00e7a)", + "host_name": "Ofelia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 31, + "last_review": "2019-07-04", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 198 + }, + { + "index": 656, + "id": 886088, + "name": "347, AVENIDA DIAGONAL CHIC&COZY AP. UP TO 6", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2014-05-15", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 7, + "availability_365": 177 + }, + { + "index": 657, + "id": 886886, + "name": "BARCELONA CITY CENTRE DUPLEX", + "host_name": "E.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 236, + "minimum_nights": 3, + "number_of_reviews": 193, + "last_review": "2019-06-20", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 4, + "availability_365": 80 + }, + { + "index": 658, + "id": 887953, + "name": "Fabulous Attic in Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 229, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-17", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 13, + "availability_365": 49 + }, + { + "index": 659, + "id": 888316, + "name": "Cute room in a CENTRIC ATTIC with an amazing VIEW!", + "host_name": "Bibiana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 64, + "minimum_nights": 7, + "number_of_reviews": 167, + "last_review": "2019-06-30", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 660, + "id": 888988, + "name": "Family Luxury Flat in the Center", + "host_name": "Luis", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 248, + "minimum_nights": 13, + "number_of_reviews": 36, + "last_review": "2019-06-05", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 330 + }, + { + "index": 661, + "id": 889491, + "name": "Poblenou Rooms 2", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-07-07", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 3, + "availability_365": 354 + }, + { + "index": 662, + "id": 889575, + "name": "Architect House Mandarine Tree+WiFi", + "host_name": "CasadelMandarino", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 264, + "last_review": "2019-06-24", + "reviews_per_month": 3.44, + "calculated_host_listings_count": 1, + "availability_365": 247 + }, + { + "index": 663, + "id": 892906, + "name": "Perfect downtown stay :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 93, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-07-06", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 33, + "availability_365": 335 + }, + { + "index": 664, + "id": 892922, + "name": "AMAZING AP. TERRIFIC LOCATION LUXURY PL.CATALUNYA", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-26", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 7, + "availability_365": 178 + }, + { + "index": 665, + "id": 892927, + "name": "TERRIFIC LOCATION NEXT PLAZA CATALUNYA RAMBLAS", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-05-02", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 7, + "availability_365": 181 + }, + { + "index": 666, + "id": 892943, + "name": "AWESOME AP. 120 mq PLAZA CATALU\u00d1A RAMBLA metro bus", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-24", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 7, + "availability_365": 183 + }, + { + "index": 667, + "id": 892949, + "name": "AMAZING up to 9 people CITY CENTRE PL.CATALU\u00d1A", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-16", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 7, + "availability_365": 182 + }, + { + "index": 668, + "id": 893052, + "name": "Great&cosy penthouse-Privat terrace :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-07-01", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 33, + "availability_365": 326 + }, + { + "index": 669, + "id": 893129, + "name": "Apartamentos Ganduxer - Barcelona", + "host_name": "Juan Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-09", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 670, + "id": 893399, + "name": "NEW APARTMENT, NEAR TO THE BEACH WITH PARKING", + "host_name": "Eduard", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-04", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 3, + "availability_365": 88 + }, + { + "index": 671, + "id": 895091, + "name": "SPECTACULAR Five Senses Apartment", + "host_name": "Ann-Veronique", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 3, + "number_of_reviews": 169, + "last_review": "2019-07-01", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 133 + }, + { + "index": 672, + "id": 896337, + "name": "Habitaci\u00f3n bonita por d\u00edas!", + "host_name": "Andrea & Yanet", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 150, + "last_review": "2019-06-17", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 673, + "id": 896367, + "name": "Sagrada Familia Modern&Cozy apartm", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 3, + "number_of_reviews": 247, + "last_review": "2019-06-21", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 12, + "availability_365": 41 + }, + { + "index": 674, + "id": 900045, + "name": "The best value for money of Bcn", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 346, + "last_review": "2019-07-05", + "reviews_per_month": 4.59, + "calculated_host_listings_count": 2, + "availability_365": 135 + }, + { + "index": 675, + "id": 901211, + "name": "Apt Granandos 4 in the center", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 146, + "last_review": "2019-06-15", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 676, + "id": 902403, + "name": "Perfect apartment just at Downtown", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-26", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 15, + "availability_365": 278 + }, + { + "index": 677, + "id": 903135, + "name": "Spacious Diagonal Avenue 3 bedrooms.6 pax", + "host_name": "Willem", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-06-12", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 26, + "availability_365": 318 + }, + { + "index": 678, + "id": 903712, + "name": "Big double room, with balcony", + "host_name": "Keith", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 66, + "minimum_nights": 3, + "number_of_reviews": 109, + "last_review": "2019-06-25", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 105 + }, + { + "index": 679, + "id": 904862, + "name": "Apartment for families next RAMBLAS", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 155, + "last_review": "2019-06-30", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 3, + "availability_365": 327 + }, + { + "index": 680, + "id": 906559, + "name": "Stylish loft in the heart of BCN", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 380, + "last_review": "2019-07-03", + "reviews_per_month": 4.88, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 681, + "id": 907219, + "name": "Cozy Barcelona Gaud\u00ed Apartment", + "host_name": "Dani", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-21", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 15, + "availability_365": 283 + }, + { + "index": 682, + "id": 910349, + "name": "BRIGHT ROOM in POBLE SEC", + "host_name": "Azucena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-06-26", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 2, + "availability_365": 72 + }, + { + "index": 683, + "id": 915823, + "name": "Large apartment on Rambla Catalunya (HUTB-005863)", + "host_name": "Anil", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-06-30", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 5, + "availability_365": 261 + }, + { + "index": 684, + "id": 916232, + "name": "Beautiful flat in center Barcelona", + "host_name": "Ines & Jepis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 204, + "last_review": "2019-07-01", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 685, + "id": 917308, + "name": "Luxury apartment near to Plaza cat.", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 245, + "minimum_nights": 2, + "number_of_reviews": 187, + "last_review": "2019-06-21", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 6, + "availability_365": 26 + }, + { + "index": 686, + "id": 917540, + "name": "PENTHOUSE/ATICO FLAT-AMAZING VIEWS!", + "host_name": "Martini", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 29, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-06-27", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 687, + "id": 918481, + "name": "Passeig de Gracia - Plaza Catalunya", + "host_name": "Derek", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-07-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 229 + }, + { + "index": 688, + "id": 919483, + "name": "Port I Spectacular apartment with terrace", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 2, + "number_of_reviews": 182, + "last_review": "2019-06-30", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 8, + "availability_365": 10 + }, + { + "index": 689, + "id": 922906, + "name": "Port VI Centric apart perfect families 2.2", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-06-22", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 8, + "availability_365": 47 + }, + { + "index": 690, + "id": 922907, + "name": "Stylish centric apart w balcony 2.1", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 2, + "number_of_reviews": 148, + "last_review": "2019-06-25", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 8, + "availability_365": 23 + }, + { + "index": 691, + "id": 924382, + "name": "Excellent location next to Ramblas and Gaudi :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 161, + "minimum_nights": 3, + "number_of_reviews": 77, + "last_review": "2019-07-06", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 33, + "availability_365": 321 + }, + { + "index": 692, + "id": 924449, + "name": "Exclusive location next to Las Ramblas :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-07-06", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 33, + "availability_365": 313 + }, + { + "index": 693, + "id": 925557, + "name": "Fully equipped apartment,center BCN", + "host_name": "Deisi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 169, + "last_review": "2019-06-27", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 694, + "id": 927472, + "name": "Sagrada Familia area - Sardenya 2", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-06-21", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 13, + "availability_365": 271 + }, + { + "index": 695, + "id": 927535, + "name": "HABITACION SINGLE EN GRACIA, BARCEL", + "host_name": "Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-02-26", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 696, + "id": 927680, + "name": "Sagrada Familia area for up to 17 people", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 2, + "number_of_reviews": 155, + "last_review": "2019-07-01", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 13, + "availability_365": 260 + }, + { + "index": 697, + "id": 928725, + "name": "Elegant flat in romantic old city", + "host_name": "Steve", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 74, + "last_review": "2018-04-23", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 698, + "id": 931437, + "name": "Dreamy Apartment in the City Center", + "host_name": "Simona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 4, + "number_of_reviews": 191, + "last_review": "2019-07-03", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 8, + "availability_365": 249 + }, + { + "index": 699, + "id": 931756, + "name": "central budget apt for a couple", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 103, + "last_review": "2019-06-12", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 3, + "availability_365": 301 + }, + { + "index": 700, + "id": 933094, + "name": "feng shui-universidades-hosp.dexeus", + "host_name": "Carme", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 224, + "last_review": "2019-07-08", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 701, + "id": 933545, + "name": "35sqm room for 1-5 pers. near Ramblas", + "host_name": "Yih", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 66, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-24", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 3, + "availability_365": 19 + }, + { + "index": 702, + "id": 933877, + "name": "Gracia! Single room 45\u20ac /double 90\u20ac", + "host_name": "Persita", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2017-09-26", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 703, + "id": 934979, + "name": "Sagrada Familia charming", + "host_name": "Ester", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 298, + "last_review": "2019-07-07", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 225 + }, + { + "index": 704, + "id": 935921, + "name": "BIG Double Room with private bathroom", + "host_name": "Van", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-19", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 3, + "availability_365": 72 + }, + { + "index": 705, + "id": 936734, + "name": "Apartament Barcelona Centre - Flat", + "host_name": "Giovanna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 3, + "number_of_reviews": 216, + "last_review": "2019-07-06", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 706, + "id": 936781, + "name": "Park G\u00fcell (URL HIDDEN) families", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 169, + "last_review": "2019-07-06", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 3, + "availability_365": 256 + }, + { + "index": 707, + "id": 936818, + "name": "Calabria Barcelonastuff", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-06-06", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 13, + "availability_365": 292 + }, + { + "index": 708, + "id": 936850, + "name": "Gaudi Barcelonastuff", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-22", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 13, + "availability_365": 188 + }, + { + "index": 709, + "id": 936900, + "name": "Penthouse in Gran Via (Pl.Espanya)", + "host_name": "Gerard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 78, + "last_review": "2019-05-29", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 710, + "id": 937331, + "name": "Downtown 15min.walking Pl.Catalunya", + "host_name": "Lola", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 188, + "last_review": "2019-06-25", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 711, + "id": 937425, + "name": "Single centric room - University Sq", + "host_name": "Mariano", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-04-22", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 5, + "availability_365": 282 + }, + { + "index": 712, + "id": 937501, + "name": "Private Room with Balcony - 2 Beds", + "host_name": "Mariano", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-07-05", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 5, + "availability_365": 280 + }, + { + "index": 713, + "id": 937547, + "name": "Brand New Apartment Barcelona", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 4, + "number_of_reviews": 63, + "last_review": "2019-01-02", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 11, + "availability_365": 350 + }, + { + "index": 714, + "id": 937657, + "name": "3Br Boutique Apt with Balcony", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 114, + "last_review": "2019-05-27", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 19, + "availability_365": 46 + }, + { + "index": 715, + "id": 938006, + "name": "Designer 3Br Apt with Balcony", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-24", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 19, + "availability_365": 51 + }, + { + "index": 716, + "id": 938497, + "name": "Private Room Balcony - Double Bed", + "host_name": "Mariano", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 30, + "number_of_reviews": 21, + "last_review": "2019-06-22", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 5, + "availability_365": 105 + }, + { + "index": 717, + "id": 938611, + "name": "Private Room - Central - Double Bed", + "host_name": "Mariano", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 34, + "minimum_nights": 30, + "number_of_reviews": 6, + "last_review": "2018-09-02", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 283 + }, + { + "index": 718, + "id": 938626, + "name": "Private Room with Balcony - 2 Beds", + "host_name": "Mariano", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-06-26", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 5, + "availability_365": 303 + }, + { + "index": 719, + "id": 939692, + "name": "APARTMENT BARCELONA near BEACH", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-07-03", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 6, + "availability_365": 134 + }, + { + "index": 720, + "id": 939792, + "name": "CENTRIC APARTMENT in BARCELONA", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-06-05", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 6, + "availability_365": 162 + }, + { + "index": 721, + "id": 940338, + "name": "Paseo de Gracia with Terrace: Love!", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-06-25", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 8, + "availability_365": 300 + }, + { + "index": 722, + "id": 940374, + "name": "New apartment near Sagrada Familia", + "host_name": "Francesco", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 308, + "last_review": "2019-06-24", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 723, + "id": 942410, + "name": "Diagonal APARTMENT", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 6, + "number_of_reviews": 119, + "last_review": "2019-06-30", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 724, + "id": 942574, + "name": "Habitaci\u00f3n junto a La Rambla", + "host_name": "Mar\u00eda Asunci\u00f3n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-05-19", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 725, + "id": 943291, + "name": "Bright and comfortable single room.", + "host_name": "Faby", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-20", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 2, + "availability_365": 124 + }, + { + "index": 726, + "id": 945007, + "name": "A home for the price of a room BCN", + "host_name": "Nuestram\u00e9rica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 233, + "last_review": "2019-07-07", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 727, + "id": 945564, + "name": "Amazing Apartment Plaza Catalonia", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 191, + "last_review": "2019-06-26", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 38, + "availability_365": 96 + }, + { + "index": 728, + "id": 946122, + "name": "Beach Vila Olimpica, near downtown", + "host_name": "Francesc & Laura", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-03", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 729, + "id": 946881, + "name": "Classy&Central Eixample apartment", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 224, + "last_review": "2019-06-25", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 12, + "availability_365": 119 + }, + { + "index": 730, + "id": 947269, + "name": "Colourful & Central Flat-WIFI", + "host_name": "Gio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-21", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 2, + "availability_365": 219 + }, + { + "index": 731, + "id": 950784, + "name": "Single Room near Ramblas, Breakfast", + "host_name": "Ricardo Rub\u00e9n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 478, + "last_review": "2019-07-08", + "reviews_per_month": 6.54, + "calculated_host_listings_count": 4, + "availability_365": 250 + }, + { + "index": 732, + "id": 951364, + "name": "079. New Aribau Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 134, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2018-09-19", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 97, + "availability_365": 316 + }, + { + "index": 733, + "id": 953280, + "name": "080. New San Juan Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-05-13", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 97, + "availability_365": 326 + }, + { + "index": 734, + "id": 953750, + "name": "Nice room CITY CENTER", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 285, + "last_review": "2019-07-08", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 1, + "availability_365": 135 + }, + { + "index": 735, + "id": 954380, + "name": "Living room + bedroom + sleeping al", + "host_name": "Bata De", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2017-03-04", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 736, + "id": 956256, + "name": "Amazing terraze: views&airconditioned&wi-fi", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 200, + "last_review": "2019-07-07", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 2, + "availability_365": 62 + }, + { + "index": 737, + "id": 956768, + "name": "Central Flat near Sagrada Fam\u00edlia and Metro", + "host_name": "Jose & Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 148, + "last_review": "2019-07-02", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 4, + "availability_365": 239 + }, + { + "index": 738, + "id": 957402, + "name": "Nice apart. close to Fira Montjuic", + "host_name": "Llu\u00eds", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 87, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-06-30", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 739, + "id": 957657, + "name": "CENTRAL & BRIGHT with Pack Family!!", + "host_name": "Noelia & Fabiola", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 223, + "last_review": "2019-06-16", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 740, + "id": 958946, + "name": "comfortable central 2-5 p apartment", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 5, + "number_of_reviews": 109, + "last_review": "2019-07-04", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 3, + "availability_365": 292 + }, + { + "index": 741, + "id": 959089, + "name": "Our house: Architects' flat.", + "host_name": "Sean", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 2, + "number_of_reviews": 251, + "last_review": "2019-07-01", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 742, + "id": 959840, + "name": "PL REAL (Sq) PENTHOUSE Rooftop", + "host_name": "Mercedes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 524, + "last_review": "2019-07-09", + "reviews_per_month": 6.87, + "calculated_host_listings_count": 3, + "availability_365": 232 + }, + { + "index": 743, + "id": 959880, + "name": "PENT PL REiAl (Sq) Cathedral", + "host_name": "Mercedes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 605, + "last_review": "2019-07-07", + "reviews_per_month": 7.93, + "calculated_host_listings_count": 3, + "availability_365": 231 + }, + { + "index": 744, + "id": 960275, + "name": "Nice Room in Ciutadella July&August", + "host_name": "A.Llorach", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2016-08-29", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 745, + "id": 960880, + "name": "APARTAMENTO RAVAL BARCELONA", + "host_name": "Leles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 15, + "number_of_reviews": 8, + "last_review": "2013-08-16", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 746, + "id": 961548, + "name": "Apartment with terrace in Gracia", + "host_name": "Marcel I Marta", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 3, + "number_of_reviews": 188, + "last_review": "2019-07-06", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 747, + "id": 963109, + "name": "Aviny\u00f3 A", + "host_name": "Santos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 220, + "last_review": "2019-05-19", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 748, + "id": 963289, + "name": "MAGNIFICENT APARTMENT IN THE CENTER", + "host_name": "Maria Luisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 337, + "last_review": "2019-07-06", + "reviews_per_month": 4.53, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 749, + "id": 963533, + "name": "Executive Catalu\u00f1a 1, 6 Bedrooms.", + "host_name": "SamFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-06-27", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 5, + "availability_365": 323 + }, + { + "index": 750, + "id": 965229, + "name": "Cozy apartment in the center for 8", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 184, + "last_review": "2019-06-17", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 38, + "availability_365": 76 + }, + { + "index": 751, + "id": 965441, + "name": "Penthouse Barcelona closed Beach", + "host_name": "Tu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2016-08-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 752, + "id": 965681, + "name": "Executive Catalu\u00f1a 2 - 3 Bedrooms", + "host_name": "SamFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-25", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 5, + "availability_365": 295 + }, + { + "index": 753, + "id": 965712, + "name": "Executive Catalu\u00f1a 3. 3 Bedrooms", + "host_name": "SamFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-06-18", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 5, + "availability_365": 274 + }, + { + "index": 754, + "id": 965733, + "name": "Executive Catalu\u00f1a 4, 5 bedrooms", + "host_name": "SamFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 163, + "last_review": "2019-06-29", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 5, + "availability_365": 291 + }, + { + "index": 755, + "id": 966895, + "name": "18 m2 room amazing flat Born-centre", + "host_name": "Soler Family", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 209, + "last_review": "2019-06-18", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 2, + "availability_365": 266 + }, + { + "index": 756, + "id": 966910, + "name": "BARCELONA FIFTEEN twin studio", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 170, + "last_review": "2019-06-26", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 20, + "availability_365": 193 + }, + { + "index": 757, + "id": 967346, + "name": "Executive catalu\u00f1a 6 , 5 bedrooms", + "host_name": "SamFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 121, + "last_review": "2019-06-30", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 5, + "availability_365": 305 + }, + { + "index": 758, + "id": 972000, + "name": "Cozy rooms for 2 next to METRO", + "host_name": "Laura", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 230, + "last_review": "2019-06-23", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 1, + "availability_365": 92 + }, + { + "index": 759, + "id": 972024, + "name": "4 BED+10 PEOPLE+MODERN+CITY CENTER", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 4, + "number_of_reviews": 23, + "last_review": "2019-06-01", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 4, + "availability_365": 122 + }, + { + "index": 760, + "id": 973013, + "name": "5 min Sagrada Familia y metro. Wifi", + "host_name": "Elisenda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 93, + "minimum_nights": 4, + "number_of_reviews": 107, + "last_review": "2019-06-12", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 761, + "id": 976595, + "name": "Exclusive flat for an excellent stay next Gaudi :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 186, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-26", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 33, + "availability_365": 296 + }, + { + "index": 762, + "id": 977496, + "name": "Cozy 2 bedroom apartment near Sagrada Familia", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2018-07-29", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 41, + "availability_365": 339 + }, + { + "index": 763, + "id": 977631, + "name": "Cheap Apartament Center Barcelona", + "host_name": "Sarah", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 239, + "last_review": "2019-06-21", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 3, + "availability_365": 119 + }, + { + "index": 764, + "id": 977745, + "name": "Cheap loft in Center**wifi & fira", + "host_name": "Sarah", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 292, + "last_review": "2019-06-06", + "reviews_per_month": 5.02, + "calculated_host_listings_count": 3, + "availability_365": 126 + }, + { + "index": 765, + "id": 978990, + "name": "Gotico Super-Apt near Pi+Boqueria!", + "host_name": "Ron", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 265, + "last_review": "2019-06-21", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 766, + "id": 979073, + "name": "Silent flat Gracia & Sagr. Familia", + "host_name": "Roberto & Elisenda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 136, + "last_review": "2019-06-13", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 767, + "id": 979914, + "name": "Bright 130 metre Apt +40m Furnished Terrace", + "host_name": "John", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-24", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 768, + "id": 982492, + "name": "Charming and Central Apartment", + "host_name": "Jose & Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 257, + "minimum_nights": 3, + "number_of_reviews": 273, + "last_review": "2019-07-03", + "reviews_per_month": 4.33, + "calculated_host_listings_count": 4, + "availability_365": 255 + }, + { + "index": 769, + "id": 982915, + "name": "Gracia - Sagrada Familia. 3 bd. 6p", + "host_name": "Cesc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 256, + "last_review": "2019-07-05", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 770, + "id": 984985, + "name": "Loft in Barrio de Gracia - WIFI!!", + "host_name": "Dani & Laura", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 203, + "last_review": "2019-06-20", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 771, + "id": 985310, + "name": "Nice and bright double room St Gervasi-Gr\u00e0cia", + "host_name": "Rosa", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-30", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 772, + "id": 986015, + "name": "FANTASTIC apartment in Barcelona", + "host_name": "Magda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 5, + "number_of_reviews": 146, + "last_review": "2019-06-19", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 3, + "availability_365": 279 + }, + { + "index": 773, + "id": 986101, + "name": "Cosy apartment next to Montjuic", + "host_name": "Marta+Paul", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-07-01", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 33, + "availability_365": 344 + }, + { + "index": 774, + "id": 986639, + "name": "CHARMING DUPLEX IN BARCELONA'S HEART", + "host_name": "BarcelonaMC", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-06-11", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 775, + "id": 986692, + "name": "Apartment Alejandro in barcelona", + "host_name": "Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 107, + "last_review": "2019-06-07", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 5, + "availability_365": 202 + }, + { + "index": 776, + "id": 987376, + "name": "Rent Single Room Beach", + "host_name": "Leticia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-06-24", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 777, + "id": 987508, + "name": "Private room + private living room", + "host_name": "Fran\u00e7ois", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 248, + "last_review": "2019-06-29", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 778, + "id": 987773, + "name": "DOUBLE ROOM INDEPENDENT + BALCONY", + "host_name": "Marcelo & Luisa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 260, + "last_review": "2019-06-10", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 2, + "availability_365": 150 + }, + { + "index": 779, + "id": 988917, + "name": "COZY COMFORTABLE APARTMENT WELLOCATED AND PARKING", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 633, + "last_review": "2019-06-30", + "reviews_per_month": 8.31, + "calculated_host_listings_count": 1, + "availability_365": 234 + }, + { + "index": 780, + "id": 993497, + "name": "Budy Apartments - Stylish Loft 2", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2019-07-02", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 23, + "availability_365": 312 + }, + { + "index": 781, + "id": 995920, + "name": "Nice and quiet room for girl!", + "host_name": "Anna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2018-05-25", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 782, + "id": 996059, + "name": "EIXAMPLE left (near Paseo Gracia)", + "host_name": "J. R", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 133, + "last_review": "2019-06-22", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 3, + "availability_365": 48 + }, + { + "index": 783, + "id": 996713, + "name": "\u2b50Penthouse Suite w/ Private Bathroom and Terrace\u2b50", + "host_name": "Sid", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 377, + "last_review": "2019-07-09", + "reviews_per_month": 5.05, + "calculated_host_listings_count": 1, + "availability_365": 79 + }, + { + "index": 784, + "id": 998726, + "name": "Casa Gemma - Quiet apartment 5 min to Sgda Fam\u00edlia", + "host_name": "Apartments Sagrada Familia Encants", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 270, + "last_review": "2019-06-30", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 785, + "id": 1001823, + "name": "HB 5m.Plaza Espa\u00f1a Feria Muestras. 25m Aeropuerto", + "host_name": "Pepita", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 79, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-25", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 3, + "availability_365": 328 + }, + { + "index": 786, + "id": 1002233, + "name": "PORT MONTJUIC (AMPLE AND DOWNTOWN, QUIET AREA)", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 173, + "last_review": "2019-06-15", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 2, + "availability_365": 140 + }, + { + "index": 787, + "id": 1002372, + "name": "Apart. bright 3 bedrooms beach 1 min", + "host_name": "Liliya", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 167, + "last_review": "2019-06-19", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 788, + "id": 1002888, + "name": "Your room in loft near the sea.", + "host_name": "Rafael", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2017-08-14", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 789, + "id": 1005399, + "name": "5 BED+10 PEOPLE+MODERN+CITY CENTER", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2018-10-14", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 4, + "availability_365": 141 + }, + { + "index": 790, + "id": 1005420, + "name": "5 BED+12 PEOPLE+MODERN+CITY CENTER", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 780, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2018-06-10", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 4, + "availability_365": 140 + }, + { + "index": 791, + "id": 1005499, + "name": "Sagrada Familia Design 2", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-05-28", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 5, + "availability_365": 19 + }, + { + "index": 792, + "id": 1005502, + "name": "Sagrada Familia Design 3", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-03-10", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 21 + }, + { + "index": 793, + "id": 1005754, + "name": "Luxe Plaza Catalunya", + "host_name": "E.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-14", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 4, + "availability_365": 27 + }, + { + "index": 794, + "id": 1007939, + "name": "COZY QUIET APT.CENTER BALCONY WIFI", + "host_name": "Pilar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 245, + "last_review": "2019-06-20", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 795, + "id": 1008717, + "name": "Big Apartment with terrace!", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-11", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 4, + "availability_365": 91 + }, + { + "index": 796, + "id": 1010589, + "name": "STYLE MONTJU\u00cfC (CENTRAL WITH WIFI AND JACUZZI)", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 214, + "last_review": "2019-07-03", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 2, + "availability_365": 114 + }, + { + "index": 797, + "id": 1011083, + "name": "LOVELY APT. WITH TERRACE NEAR LAS RAMBLAS", + "host_name": "Irene", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 269, + "last_review": "2019-06-29", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 798, + "id": 1013104, + "name": "Precioso d\u00faplex en Barcelona Gracia", + "host_name": "Christoph", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-29", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 1, + "availability_365": 277 + }, + { + "index": 799, + "id": 1014822, + "name": "Amposta, Plasa Spain - Font magica", + "host_name": "Felicidad", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-12", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 800, + "id": 1015402, + "name": "Center Eixample 2 bedrooms w/ wifi", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2019-06-17", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 350 + }, + { + "index": 801, + "id": 1015663, + "name": "Habitaci\u00f3n y terraza soleada", + "host_name": "Soledad", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 242, + "last_review": "2019-07-06", + "reviews_per_month": 3.22, + "calculated_host_listings_count": 2, + "availability_365": 320 + }, + { + "index": 802, + "id": 1016104, + "name": "Great and Spacious Apartment", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-06-27", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 11, + "availability_365": 360 + }, + { + "index": 803, + "id": 1018050, + "name": "Double Room in the heart of Bcn", + "host_name": "Mini", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-21", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 804, + "id": 1018053, + "name": "Quiet nice room BCN downtown", + "host_name": "Giulio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 49, + "last_review": "2019-06-16", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 2, + "availability_365": 36 + }, + { + "index": 805, + "id": 1018647, + "name": "Penthouse with 2 Gorgeous Terrace next to Camp Nou", + "host_name": "Jordi", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 305, + "last_review": "2019-06-23", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 806, + "id": 1020452, + "name": "Eco-Friendly Apartment BARCELONA", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 76, + "minimum_nights": 6, + "number_of_reviews": 179, + "last_review": "2019-06-25", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 807, + "id": 1021297, + "name": "Doble Desayuno Preciosa Centro", + "host_name": "Norma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 246, + "last_review": "2019-06-26", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 808, + "id": 1021299, + "name": "Bonita Grande Centro Precioso Apart", + "host_name": "Norma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-30", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 2, + "availability_365": 201 + }, + { + "index": 809, + "id": 1021389, + "name": "Apartment in Barcelona cityParallel", + "host_name": "Angeles & Jos\u00e9", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-07-08", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 810, + "id": 1021822, + "name": "SUNSHINE DOUBLE ROOM+WIFI+Centric", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 265, + "last_review": "2019-06-23", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 6, + "availability_365": 320 + }, + { + "index": 811, + "id": 1023985, + "name": "GREAT! CHARMING RENOVATED APARTMENT", + "host_name": "Carlos Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-06-30", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 3, + "availability_365": 249 + }, + { + "index": 812, + "id": 1024587, + "name": "Sunshine double room+WIFI+CENTRIC", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 188, + "last_review": "2019-06-26", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 6, + "availability_365": 343 + }, + { + "index": 813, + "id": 1025705, + "name": "Elegant Apartment on Rambla Badal ", + "host_name": "Laurence", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 263, + "last_review": "2019-07-08", + "reviews_per_month": 3.51, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 814, + "id": 1025707, + "name": "Enjoyable location next to Sagrada Familia", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-28", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 33, + "availability_365": 311 + }, + { + "index": 815, + "id": 1026452, + "name": "Barcelona Beach Flat with Parking", + "host_name": "Alicia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-26", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 260 + }, + { + "index": 816, + "id": 1027560, + "name": "Habitaci\u00f3n de Marqu\u00e8s de Sentmenat", + "host_name": "Maria Victoria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-09-15", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 817, + "id": 1027718, + "name": "El Poeta - Awesome Soho Style Designer Loft", + "host_name": "Iflats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 238, + "last_review": "2019-06-28", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 6, + "availability_365": 113 + }, + { + "index": 818, + "id": 1027732, + "name": "El Molino - Bright - Cozy And Super - Centric", + "host_name": "Iflats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 192, + "last_review": "2019-07-06", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 6, + "availability_365": 113 + }, + { + "index": 819, + "id": 1029587, + "name": "DIAGONAL MAR BELLA - NICE CITY VIEW", + "host_name": "Neus", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 206, + "last_review": "2019-06-18", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 820, + "id": 1032836, + "name": "Central quiet apartment, Wifi", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-07-02", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 821, + "id": 1034301, + "name": "VILADOMAT 0 - HAB. 3 CAMAS", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-02", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 8, + "availability_365": 365 + }, + { + "index": 822, + "id": 1034303, + "name": "VILADOMAT 2 OFFER !!! A/C AIRE ACONDICIONADO", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-04-21", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 8, + "availability_365": 361 + }, + { + "index": 823, + "id": 1034304, + "name": "VILADOMAT 1 -OFFER !!! A/C AIRE ACONDICIONADO", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-06-20", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 8, + "availability_365": 361 + }, + { + "index": 824, + "id": 1034305, + "name": "VILADOMAT 3 -OFFER!!! A/C AIRE ACONDICIONADO", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-22", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 8, + "availability_365": 361 + }, + { + "index": 825, + "id": 1034761, + "name": "OLYMPIC VILLAGE. CITY & BEACH", + "host_name": "Rosario", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2017-09-09", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 826, + "id": 1034771, + "name": "SPECTACULAR!, next The Ramblas.", + "host_name": "Carlos Alberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 166, + "last_review": "2019-07-09", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 3, + "availability_365": 270 + }, + { + "index": 827, + "id": 1036032, + "name": "Little\u2661single room to rest in BCN", + "host_name": "Joel Giraldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 12, + "minimum_nights": 1, + "number_of_reviews": 529, + "last_review": "2019-06-25", + "reviews_per_month": 6.93, + "calculated_host_listings_count": 4, + "availability_365": 275 + }, + { + "index": 828, + "id": 1037668, + "name": "Lux apartm. in Passeig de Gracia", + "host_name": "Suites4days", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-03-01", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 160 + }, + { + "index": 829, + "id": 1038904, + "name": "Nice & Cheap DB close to the beach", + "host_name": "Zoraida", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 332, + "last_review": "2019-06-29", + "reviews_per_month": 4.36, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 830, + "id": 1039162, + "name": "Quiet & spacious 3BR apartment II", + "host_name": "Rafael", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 178, + "last_review": "2019-06-25", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 2, + "availability_365": 39 + }, + { + "index": 831, + "id": 1039211, + "name": "Beach & Rambla in Poblenou", + "host_name": "Frederic & Maritza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-01-02", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 2, + "availability_365": 255 + }, + { + "index": 832, + "id": 1041060, + "name": "Just perfect for your holidays :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-06-28", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 33, + "availability_365": 310 + }, + { + "index": 833, + "id": 1044121, + "name": "Fabulous apartment in Down Town :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-07-08", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 33, + "availability_365": 328 + }, + { + "index": 834, + "id": 1044130, + "name": "FANTASTIC NEW APT- 4 ROOMS/4 BATH", + "host_name": "Alex Anfres", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-06-18", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 835, + "id": 1044860, + "name": "Apartamento triple Independ\u00e8ncia", + "host_name": "Lackanton", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-25", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 5, + "availability_365": 332 + }, + { + "index": 836, + "id": 1044862, + "name": "Double apartment - Independ\u00e8ncia ABAPART", + "host_name": "Lackanton", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 129, + "last_review": "2019-06-23", + "reviews_per_month": 4.4, + "calculated_host_listings_count": 5, + "availability_365": 259 + }, + { + "index": 837, + "id": 1044864, + "name": "Apartamento Independ\u00e8ncia - Doble - ABAPART 1", + "host_name": "Lackanton", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-26", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 5, + "availability_365": 315 + }, + { + "index": 838, + "id": 1047089, + "name": "Gracia, close Gaudi, WIFI balcony AC", + "host_name": "Teo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 268, + "last_review": "2019-06-20", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 1, + "availability_365": 201 + }, + { + "index": 839, + "id": 1049897, + "name": "Wonderful 8 people apartment center", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 3, + "number_of_reviews": 152, + "last_review": "2019-06-20", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 15, + "availability_365": 283 + }, + { + "index": 840, + "id": 1052151, + "name": "Quiet, bright, spacious apartm.", + "host_name": "Elisa", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Canyelles", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 2, + "number_of_reviews": 97, + "last_review": "2019-06-27", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 48 + }, + { + "index": 841, + "id": 1052846, + "name": "COZY APARTAMENT BEACH - POBLE NOU", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-05-13", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 6, + "availability_365": 101 + }, + { + "index": 842, + "id": 1056112, + "name": "DOUBLE ROOM+WIFI+CENTRIC", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 258, + "last_review": "2019-06-24", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 6, + "availability_365": 327 + }, + { + "index": 843, + "id": 1060042, + "name": "Cozy room at Barcelona\u00b4s center!", + "host_name": "Karina", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-06-28", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 844, + "id": 1060614, + "name": "Kool Central Beach WiFi AC", + "host_name": "Lobsang", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 2, + "number_of_reviews": 492, + "last_review": "2019-07-05", + "reviews_per_month": 6.5, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 845, + "id": 1061343, + "name": "Apto. magn\u00edficas vistas y Aire/Ac", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2019-06-17", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 12, + "availability_365": 263 + }, + { + "index": 846, + "id": 1063092, + "name": "rent a bethdroom", + "host_name": "Maricarmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2019-06-30", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 3, + "availability_365": 77 + }, + { + "index": 847, + "id": 1064956, + "name": "Cozy loft-apartment for two", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-06-02", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 12, + "availability_365": 286 + }, + { + "index": 848, + "id": 1064989, + "name": "Centric Double Room, private bath", + "host_name": "Ricardo Rub\u00e9n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 488, + "last_review": "2019-07-08", + "reviews_per_month": 6.44, + "calculated_host_listings_count": 4, + "availability_365": 250 + }, + { + "index": 849, + "id": 1065281, + "name": "Apartamento Independ\u00e8ncia - Doble - ABAPART 4", + "host_name": "Lackanton", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 327 + }, + { + "index": 850, + "id": 1067338, + "name": "Beautiful and spacious attic", + "host_name": "Mariona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-03", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 851, + "id": 1068523, + "name": "Comfortable, spacious, central, AC, shared terrace", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-18", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 54, + "availability_365": 301 + }, + { + "index": 852, + "id": 1069572, + "name": "C\u00e9ntrico piso en Barcelona-Wi-Fi", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 123, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-07-01", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 853, + "id": 1070322, + "name": "Triple room Barcelona Guell park", + "host_name": "N\u00faria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 212, + "last_review": "2019-07-05", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 854, + "id": 1071608, + "name": "Small single Room+WiFi+CENTRE", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 300, + "last_review": "2019-06-20", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 6, + "availability_365": 296 + }, + { + "index": 855, + "id": 1071740, + "name": "Urban Oasis Apartment-Perfect Family Home", + "host_name": "Samuel&Slavko", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 549, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-07-08", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 856, + "id": 1071787, + "name": "Habitaci\u00f3n confortabl", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2018-08-27", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 857, + "id": 1073748, + "name": "MAGIC PLACE IN BARCELONA, WITH POOL", + "host_name": "Antonio & Mauro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-07-07", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 858, + "id": 1074007, + "name": "Gorgeous Pla\u00e7a Catalunya, CENTER!!", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2013-08-06", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 859, + "id": 1074100, + "name": "THE NEW OLDIN POBLE SEC", + "host_name": "Pedro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 212, + "last_review": "2019-06-10", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 8, + "availability_365": 313 + }, + { + "index": 860, + "id": 1074936, + "name": "Apartamento Gran v\u00eda Classic BC HUTB-003954", + "host_name": "Carlos Y Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-06-26", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 299 + }, + { + "index": 861, + "id": 1075855, + "name": "Family Friendly Spacious flat 150m2", + "host_name": "Fr\u00e9d\u00e9rique", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-07-01", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 862, + "id": 1077851, + "name": "Entire Park G\u00fcell area apt. Great for families.", + "host_name": "Anna", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 2, + "number_of_reviews": 211, + "last_review": "2019-06-17", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 863, + "id": 1078049, + "name": "Eixample, Valeri 1", + "host_name": "Brummell", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-07-05", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 5, + "availability_365": 289 + }, + { + "index": 864, + "id": 1079887, + "name": "Trendy apartment in BCN centre", + "host_name": "Gabriela & Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 114, + "last_review": "2019-06-18", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 2, + "availability_365": 276 + }, + { + "index": 865, + "id": 1082656, + "name": "Apartment with big Terrace Eixample", + "host_name": "Klaus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-05-18", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 4, + "availability_365": 130 + }, + { + "index": 866, + "id": 1083115, + "name": "Cozy bedroom in Plaza Espa\u00f1a", + "host_name": "Joan Quim I William Solano", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 166, + "last_review": "2019-06-22", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 2, + "availability_365": 88 + }, + { + "index": 867, + "id": 1085376, + "name": "LOVELY APARTMENT IN TRIUMPH ARCH", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 1, + "number_of_reviews": 286, + "last_review": "2019-06-27", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 868, + "id": 1085881, + "name": "Bright and modern apartment Near BCN Beach (B1222)", + "host_name": "Alejandro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 138, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-05-20", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 7, + "availability_365": 269 + }, + { + "index": 869, + "id": 1091090, + "name": "Loft Gracia sleeps 4 (Libertad 2)", + "host_name": "Carmen", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2019-06-16", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 288 + }, + { + "index": 870, + "id": 1091258, + "name": "Lovely room by the Sagrada Familia", + "host_name": "Mireia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 29, + "number_of_reviews": 34, + "last_review": "2018-08-17", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 195 + }, + { + "index": 871, + "id": 1092321, + "name": "APARTMENT NEXT TO SAGRADA FAMILIA", + "host_name": "Joana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 5, + "number_of_reviews": 149, + "last_review": "2019-07-06", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 872, + "id": 1092780, + "name": "Cozy apartment in the \u2764 of Gracia - 6 persons", + "host_name": "Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 280, + "last_review": "2019-06-24", + "reviews_per_month": 3.89, + "calculated_host_listings_count": 9, + "availability_365": 105 + }, + { + "index": 873, + "id": 1093633, + "name": "I rent a single room in Gothic Quarter", + "host_name": "Montse", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-28", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 248 + }, + { + "index": 874, + "id": 1093949, + "name": "Private double room in Sagrada Flia\u00b4s chaflan", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 67, + "minimum_nights": 4, + "number_of_reviews": 37, + "last_review": "2019-07-03", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 2, + "availability_365": 65 + }, + { + "index": 875, + "id": 1094023, + "name": "Cozy and luminous room, in a catalan chaflan", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-07-08", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 2, + "availability_365": 10 + }, + { + "index": 876, + "id": 1094534, + "name": "Nice Double Bedroom near Feria de Barcelona.", + "host_name": "Pepita", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-06-27", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 877, + "id": 1094547, + "name": "Single Bedroom level near Feria de Bacelona", + "host_name": "Pepita", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-12", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 3, + "availability_365": 54 + }, + { + "index": 878, + "id": 1094548, + "name": "Spacious apartment with terrace", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 195, + "last_review": "2019-07-09", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 10, + "availability_365": 329 + }, + { + "index": 879, + "id": 1094604, + "name": "Diagonal 111 - Poble Nou - 22@", + "host_name": "Liliana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2017-06-05", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 332 + }, + { + "index": 880, + "id": 1094847, + "name": "New 1BR apartment in the best area of Barcelona", + "host_name": "Enrique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 175, + "last_review": "2019-07-09", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 3, + "availability_365": 350 + }, + { + "index": 881, + "id": 1096719, + "name": "Rooms for rent from 25 /07 2019 to 25/09/2019", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2016-04-13", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 882, + "id": 1097523, + "name": "AMAZING ATTIC WITH PRIVATE TERRACE NEAR CENTRE", + "host_name": "Mara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 285, + "last_review": "2019-06-23", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 17, + "availability_365": 316 + }, + { + "index": 883, + "id": 1098571, + "name": "Plz REAL (Sq) kIT", + "host_name": "Mercedes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 645, + "last_review": "2019-07-07", + "reviews_per_month": 8.6, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 884, + "id": 1098894, + "name": "Exquisite, Palatial Home in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 360, + "minimum_nights": 4, + "number_of_reviews": 117, + "last_review": "2019-06-29", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 2, + "availability_365": 239 + }, + { + "index": 885, + "id": 1099498, + "name": "Nice room near Paseo de Gracia", + "host_name": "Michel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 249, + "last_review": "2019-06-30", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 886, + "id": 1100121, + "name": "BERGA", + "host_name": "Sofia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 317, + "last_review": "2019-07-05", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 183 + }, + { + "index": 887, + "id": 1100506, + "name": "The best value for money Barcelona - Red", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 344, + "last_review": "2019-07-02", + "reviews_per_month": 4.58, + "calculated_host_listings_count": 2, + "availability_365": 160 + }, + { + "index": 888, + "id": 1101942, + "name": "Habitaci\u00f3n doble, la mejor ubicaci\u00f3n!!", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-01-02", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 889, + "id": 1102197, + "name": "FIRA BARCELONA View Montjuic 2", + "host_name": "Harry", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-09", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 890, + "id": 1102498, + "name": "Tranquilo piso reformado - HUTB5948", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 5, + "number_of_reviews": 97, + "last_review": "2019-07-02", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 891, + "id": 1102747, + "name": "Luxury Skyline with amazing views", + "host_name": "Clickandflat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 92, + "last_review": "2019-06-02", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 18, + "availability_365": 85 + }, + { + "index": 892, + "id": 1102856, + "name": "All new apartment near Park G\u00fcell - 4 persons", + "host_name": "Alex", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 336, + "last_review": "2019-06-25", + "reviews_per_month": 4.54, + "calculated_host_listings_count": 9, + "availability_365": 270 + }, + { + "index": 893, + "id": 1104197, + "name": "Beautiful bright single room", + "host_name": "Soledad", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 239, + "last_review": "2019-07-06", + "reviews_per_month": 3.47, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 894, + "id": 1106222, + "name": "Next Plaza Espa\u00f1a & Fira Barcelona", + "host_name": "Dani", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-06-10", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 15, + "availability_365": 303 + }, + { + "index": 895, + "id": 1106433, + "name": "Habitaci\u00f3n y piso exterior muy luminoso", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2018-11-30", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 237 + }, + { + "index": 896, + "id": 1106731, + "name": "ALQUILO HABITACI\u00d3N DOBLE POR DIAS", + "host_name": "Maricarmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 43, + "minimum_nights": 4, + "number_of_reviews": 19, + "last_review": "2019-06-11", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 3, + "availability_365": 79 + }, + { + "index": 897, + "id": 1106987, + "name": "NICE ROOM IN VILA OLIMPICA", + "host_name": "Conchi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 191, + "last_review": "2019-07-02", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 898, + "id": 1109264, + "name": "Gaudi Double Room+Centric +WiFi", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 206, + "last_review": "2019-06-21", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 6, + "availability_365": 332 + }, + { + "index": 899, + "id": 1109610, + "name": "Lovely loft with garden in Gracia", + "host_name": "Virginia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2018-10-03", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 900, + "id": 1109989, + "name": "Modern / FreeParking / NewBuilding", + "host_name": "Alex, Javi & Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 305, + "last_review": "2019-06-23", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 3, + "availability_365": 45 + }, + { + "index": 901, + "id": 1110057, + "name": "090. Dr. Rizal Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-03", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 97, + "availability_365": 317 + }, + { + "index": 902, + "id": 1111406, + "name": "GIRONA 111 PEDRERA B APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 66, + "last_review": "2019-05-20", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 49, + "availability_365": 103 + }, + { + "index": 903, + "id": 1111408, + "name": "GIRONA 111 PEDRERA A APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-06-08", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 49, + "availability_365": 104 + }, + { + "index": 904, + "id": 1111410, + "name": "MONTJUIC FOUNTAINS APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-06-02", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 49, + "availability_365": 65 + }, + { + "index": 905, + "id": 1111412, + "name": "G\u00dcELL PARK APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 80, + "last_review": "2019-06-10", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 49, + "availability_365": 80 + }, + { + "index": 906, + "id": 1111418, + "name": "EIXAMPLE FREE 211, 1 1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-03-11", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 49, + "availability_365": 99 + }, + { + "index": 907, + "id": 1112838, + "name": "Spacious and quiet duplex apartment in Poble Sec", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 139, + "last_review": "2019-06-29", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 908, + "id": 1113540, + "name": "APARTAMENTO LAS ARENAS", + "host_name": "Roc\u00edo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 93, + "last_review": "2019-06-17", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 5, + "availability_365": 135 + }, + { + "index": 909, + "id": 1113852, + "name": "AWESOME LOCATION , BIG APARMENT", + "host_name": "Luisa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 6, + "number_of_reviews": 37, + "last_review": "2019-06-16", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 910, + "id": 1114170, + "name": "Patio home, Gracia", + "host_name": "Irene", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 17, + "minimum_nights": 30, + "number_of_reviews": 65, + "last_review": "2017-05-26", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 911, + "id": 1114343, + "name": "Rent room - alquiler habitaci\u00f3n", + "host_name": "M.Francisca", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-02-25", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 3, + "availability_365": 251 + }, + { + "index": 912, + "id": 1117469, + "name": "Cerca Plaza Espa\u00f1a y estaci\u00f3n tren", + "host_name": "Joana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2014-09-03", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 913, + "id": 1117699, + "name": "Relax in the Raval - Double w. Bath", + "host_name": "Isabel Y Erwin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 121, + "last_review": "2019-06-21", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 914, + "id": 1119598, + "name": "Flat with views to Sagrada Famila", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-23", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 31, + "availability_365": 104 + }, + { + "index": 915, + "id": 1124129, + "name": "WIFI Nice apartment 10mn SagFamilia", + "host_name": "Koni", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 3, + "number_of_reviews": 324, + "last_review": "2019-06-22", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 5, + "availability_365": 291 + }, + { + "index": 916, + "id": 1125212, + "name": "Large Family Apartment Eixample", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-26", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 11, + "availability_365": 347 + }, + { + "index": 917, + "id": 1129827, + "name": "My Address in Barcelona 11", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 375, + "minimum_nights": 5, + "number_of_reviews": 100, + "last_review": "2019-06-25", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 11, + "availability_365": 262 + }, + { + "index": 918, + "id": 1132445, + "name": "DOLCE : near the Sagrada Familia", + "host_name": "Mar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-24", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 6, + "availability_365": 29 + }, + { + "index": 919, + "id": 1136066, + "name": "Cozy room in excelent location", + "host_name": "Lenimar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 20, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2013-06-20", + "reviews_per_month": 0.01, + "calculated_host_listings_count": 2, + "availability_365": 317 + }, + { + "index": 920, + "id": 1136172, + "name": "Duplex Bac de Roda - Beach - 1", + "host_name": "David", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-20", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 5, + "availability_365": 20 + }, + { + "index": 921, + "id": 1136207, + "name": "Great Room! Excelent location", + "host_name": "Lenimar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 282 + }, + { + "index": 922, + "id": 1136384, + "name": "Aribau Apartment Top renovated", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-06-26", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 1, + "availability_365": 207 + }, + { + "index": 923, + "id": 1136527, + "name": "BETHROOM FOR RENT", + "host_name": "Maricarmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 51, + "last_review": "2019-07-03", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 3, + "availability_365": 267 + }, + { + "index": 924, + "id": 1137154, + "name": "Duplex Bac de Roda - Beach - 2", + "host_name": "David", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-05-26", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 5, + "availability_365": 34 + }, + { + "index": 925, + "id": 1139069, + "name": "Designer 2Br Affordable Apt", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-19", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 19, + "availability_365": 43 + }, + { + "index": 926, + "id": 1139434, + "name": "Nice & Cute Apartment In Poblenou", + "host_name": "Ninona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 2, + "number_of_reviews": 143, + "last_review": "2019-06-18", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 3, + "availability_365": 200 + }, + { + "index": 927, + "id": 1139564, + "name": "1214 - Two Bedrooms Ciutadella Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 286, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-05-28", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 24, + "availability_365": 129 + }, + { + "index": 928, + "id": 1139791, + "name": "Bright room in Parc Guell", + "host_name": "Donato", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 194, + "last_review": "2019-07-03", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 929, + "id": 1139810, + "name": "2 CONFORTABLES HABITACIONES BARCELONA CENTRO!", + "host_name": "Aliona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 75, + "last_review": "2019-07-09", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 930, + "id": 1139849, + "name": "1215 - Ciutadella Pretty Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 292, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-04-17", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 24, + "availability_365": 126 + }, + { + "index": 931, + "id": 1140144, + "name": "Sunny apartment in Eixample - Sagrada Familia", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 222 + }, + { + "index": 932, + "id": 1145940, + "name": "APARTMENT WITH GARDEN &PRIVATE POOL", + "host_name": "Margarita", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 2, + "number_of_reviews": 168, + "last_review": "2019-07-05", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 933, + "id": 1146036, + "name": "Sunny & Large room", + "host_name": "Silvia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-06-15", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 934, + "id": 1146219, + "name": "Comfortable/full equip.Sant Gervasi", + "host_name": "Javier", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-10", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 935, + "id": 1147133, + "name": "FLAT IN BARCELONA SAGRADA FAMILIA", + "host_name": "Joao", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2018-09-29", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 936, + "id": 1147333, + "name": "HISTORIC+LUXURY+CENTRAL+HOMELY+WIFI+3bd+TERRACE", + "host_name": "Helen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 171, + "minimum_nights": 4, + "number_of_reviews": 52, + "last_review": "2019-06-22", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 937, + "id": 1147500, + "name": "GREAT OFFER AT RAMBLA CATALUNYA!!", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 77, + "last_review": "2019-06-14", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 7, + "availability_365": 190 + }, + { + "index": 938, + "id": 1149191, + "name": "Modern & beautiful flat w/ terrace", + "host_name": "Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-06-22", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 3, + "availability_365": 271 + }, + { + "index": 939, + "id": 1150062, + "name": "New modern apt. w/ commun terrace", + "host_name": "Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-30", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 3, + "availability_365": 302 + }, + { + "index": 940, + "id": 1150128, + "name": "Nice apartment with common terrace.", + "host_name": "Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-06-29", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 3, + "availability_365": 292 + }, + { + "index": 941, + "id": 1154032, + "name": "BAITA MUNTANER", + "host_name": "Rossella & Ignazio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 255, + "last_review": "2019-06-23", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 942, + "id": 1154761, + "name": "Eixample, Valeri 2", + "host_name": "Brummell", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-07-09", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 5, + "availability_365": 295 + }, + { + "index": 943, + "id": 1157783, + "name": "WHY NOT?UN ESPACIO PARA DISFRUTAR", + "host_name": "Maria Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 131, + "last_review": "2019-06-25", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 1, + "availability_365": 39 + }, + { + "index": 944, + "id": 1158951, + "name": "VILADOMAT -OFFER!!!! A/C AIRE ACONDICIONADO-", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-07-07", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 8, + "availability_365": 344 + }, + { + "index": 945, + "id": 1159222, + "name": "Habitaci\u00f3n luminosa super c\u00e9ntrica con balc\u00f3n", + "host_name": "Ivy & Javi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-07-02", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 3, + "availability_365": 7 + }, + { + "index": 946, + "id": 1161251, + "name": "bright rooftop flat with terrace", + "host_name": "Andrea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-06-20", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 947, + "id": 1161417, + "name": "Amazing apartment in Gracia", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 287, + "last_review": "2019-06-24", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 948, + "id": 1164746, + "name": "IndiaRoom in Spacious Apartment", + "host_name": "YayaMaria Sisters", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2018-08-14", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 3, + "availability_365": 99 + }, + { + "index": 949, + "id": 1165432, + "name": "Safe stay for families well located", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-06-30", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 33, + "availability_365": 338 + }, + { + "index": 950, + "id": 1166075, + "name": "Room in cosy appartment in Barcelona city center!", + "host_name": "Noe", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-03-02", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 951, + "id": 1166491, + "name": "Sweet BCN One Bedroom Apartment - Park Guell", + "host_name": "Gian Franco", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-07-05", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 7, + "availability_365": 337 + }, + { + "index": 952, + "id": 1168945, + "name": "Borne Laranja apartment", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-04-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 41, + "availability_365": 365 + }, + { + "index": 953, + "id": 1169088, + "name": "Next to Barcelona Fair and Magic Fountain", + "host_name": "Clickandflat", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-27", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 18, + "availability_365": 88 + }, + { + "index": 954, + "id": 1169142, + "name": "Great experience guaranteed", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-07-03", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 33, + "availability_365": 321 + }, + { + "index": 955, + "id": 1169191, + "name": "SAGRADA FAMILIA APARTMENT", + "host_name": "Enric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 399, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-28", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 956, + "id": 1169430, + "name": "Ramblas Clock Apartment", + "host_name": "Key Inn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-06-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 47, + "availability_365": 161 + }, + { + "index": 957, + "id": 1181739, + "name": "VERY CENTRIC & SPACIOUS. Breakfast", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 418, + "last_review": "2019-05-29", + "reviews_per_month": 5.66, + "calculated_host_listings_count": 3, + "availability_365": 1 + }, + { + "index": 958, + "id": 1182345, + "name": "FAMILY APARTMENT IN THE CITY CENTRE", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 4, + "number_of_reviews": 68, + "last_review": "2019-07-04", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 959, + "id": 1186442, + "name": "Barcelona Comtal 21 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-07-05", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 9, + "availability_365": 300 + }, + { + "index": 960, + "id": 1186506, + "name": "Barcelona Comtal 22 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-29", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 9, + "availability_365": 304 + }, + { + "index": 961, + "id": 1186521, + "name": "Barcelona Comtal 41 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-07-04", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 9, + "availability_365": 280 + }, + { + "index": 962, + "id": 1186539, + "name": "Barcelona Comtal 42 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-30", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 9, + "availability_365": 305 + }, + { + "index": 963, + "id": 1186559, + "name": "Barcelona Comtal 43 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-18", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 9, + "availability_365": 288 + }, + { + "index": 964, + "id": 1188839, + "name": "great Terrace&lift city center", + "host_name": "Patricia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 219, + "last_review": "2019-06-08", + "reviews_per_month": 2.95, + "calculated_host_listings_count": 14, + "availability_365": 149 + }, + { + "index": 965, + "id": 1190491, + "name": "Apartment near Sagrada Familia", + "host_name": "Juanan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 4, + "number_of_reviews": 151, + "last_review": "2019-07-07", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 966, + "id": 1193162, + "name": "Terrace with PARKING!!!", + "host_name": "Rentemporal Barcelona Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 3, + "number_of_reviews": 221, + "last_review": "2019-07-03", + "reviews_per_month": 2.99, + "calculated_host_listings_count": 3, + "availability_365": 78 + }, + { + "index": 967, + "id": 1193842, + "name": "BEAUTIFUL bright CENTRAL flat", + "host_name": "Albert", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 7, + "number_of_reviews": 60, + "last_review": "2019-06-18", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 968, + "id": 1193941, + "name": "AMPLE ROOM FOR 3 AT THE GOTHIC QUARTER WITH A/A", + "host_name": "Flor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 442, + "last_review": "2019-07-10", + "reviews_per_month": 6.3, + "calculated_host_listings_count": 2, + "availability_365": 31 + }, + { + "index": 969, + "id": 1194696, + "name": "Small bedroom 15 min from Sagrada Familia", + "host_name": "Tania", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 24, + "minimum_nights": 5, + "number_of_reviews": 54, + "last_review": "2019-03-17", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 970, + "id": 1196312, + "name": "Borbo Beach Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-05-28", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 10, + "availability_365": 264 + }, + { + "index": 971, + "id": 1196332, + "name": "Rocafort 1 Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-05-18", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 10, + "availability_365": 102 + }, + { + "index": 972, + "id": 1196349, + "name": "Rocafort 2 Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-13", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 10, + "availability_365": 134 + }, + { + "index": 973, + "id": 1196359, + "name": "Rocafort 3 Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-12", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 10, + "availability_365": 105 + }, + { + "index": 974, + "id": 1196377, + "name": "Gran Via Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-16", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 10, + "availability_365": 100 + }, + { + "index": 975, + "id": 1196404, + "name": "Paralel Duplex Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-03", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 10, + "availability_365": 283 + }, + { + "index": 976, + "id": 1196447, + "name": "Camp Nou Stadium Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-15", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 10, + "availability_365": 103 + }, + { + "index": 977, + "id": 1197169, + "name": "Amazing City Villa & Great Garden", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 349, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-07-07", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 15, + "availability_365": 267 + }, + { + "index": 978, + "id": 1197458, + "name": "Beautiful room close to the beach", + "host_name": "Noemyh", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 316, + "last_review": "2019-06-23", + "reviews_per_month": 4.28, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 979, + "id": 1198074, + "name": "Two bedroom apartment", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-07-01", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 10, + "availability_365": 250 + }, + { + "index": 980, + "id": 1199380, + "name": "Picasso Suites 1.3 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 199, + "last_review": "2019-06-29", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 24, + "availability_365": 316 + }, + { + "index": 981, + "id": 1199382, + "name": "Find Calm at a Neutral City Sanctuary with Sleek Style", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 173, + "last_review": "2019-06-15", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 24, + "availability_365": 267 + }, + { + "index": 982, + "id": 1199594, + "name": "Dise\u00f1o y tranquilidad al lado de Plaza Catalu\u00f1a", + "host_name": "Nadia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 369, + "last_review": "2019-06-29", + "reviews_per_month": 5.04, + "calculated_host_listings_count": 1, + "availability_365": 213 + }, + { + "index": 983, + "id": 1201871, + "name": "Penthouse. Terrace.", + "host_name": "Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 141, + "minimum_nights": 2, + "number_of_reviews": 111, + "last_review": "2019-06-30", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 31, + "availability_365": 269 + }, + { + "index": 984, + "id": 1202829, + "name": "Modern apartment near the beach", + "host_name": "Albert", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 269, + "last_review": "2019-07-08", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 985, + "id": 1202919, + "name": "Large room 2/3/4 near MACBA", + "host_name": "Michelle", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 59, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2019-06-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 986, + "id": 1204161, + "name": "Upper room, patio home in Gracia", + "host_name": "Irene", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 30, + "number_of_reviews": 43, + "last_review": "2019-06-15", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 2, + "availability_365": 202 + }, + { + "index": 987, + "id": 1204581, + "name": "\u2605\"CAPSULE\" \u2665 SAG.FAMLIA\u2605DOUBLE ROOM", + "host_name": "Wonderful Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 62, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2018-10-10", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 4, + "availability_365": 81 + }, + { + "index": 988, + "id": 1206052, + "name": "Sagrada Familia - Nice apartment", + "host_name": "Eloi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-05-28", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 989, + "id": 1207407, + "name": "Picasso Suites 2.1 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-05-23", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 24, + "availability_365": 302 + }, + { + "index": 990, + "id": 1207471, + "name": "WIFI, SUN & TERRACE! CAMP NOU APT.C", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 266, + "last_review": "2019-06-20", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 6, + "availability_365": 252 + }, + { + "index": 991, + "id": 1211082, + "name": "Gracia - 2 double bedroom + balcony STPERE", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-27", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 71, + "availability_365": 282 + }, + { + "index": 992, + "id": 1211274, + "name": "Allotja't en un elegant i llumin\u00f3s pis modernista al costat de Passeig de Gr\u00e0cia", + "host_name": "Llu\u00eds\u00acLali", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 255, + "minimum_nights": 3, + "number_of_reviews": 135, + "last_review": "2019-07-03", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 3, + "availability_365": 179 + }, + { + "index": 993, + "id": 1211499, + "name": "Cheerful, Modern Apartment in Sant Antoni", + "host_name": "Eloy & Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 177, + "minimum_nights": 2, + "number_of_reviews": 238, + "last_review": "2019-07-03", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 3, + "availability_365": 177 + }, + { + "index": 994, + "id": 1213201, + "name": "My Address in Barcelona 12", + "host_name": "Patricia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 66, + "last_review": "2019-04-07", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 11, + "availability_365": 286 + }, + { + "index": 995, + "id": 1213275, + "name": "Large double room in Plaza Catalu\u00f1a", + "host_name": "Magno", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 200, + "last_review": "2019-06-10", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 2, + "availability_365": 15 + }, + { + "index": 996, + "id": 1215049, + "name": "Rustic Gaud\u00ed - Sagrada Fam\u00edlia", + "host_name": "Elisabet", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 234, + "last_review": "2019-07-04", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 39 + }, + { + "index": 997, + "id": 1215236, + "name": "Stylish, bright, central, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-17", + "reviews_per_month": 3.8, + "calculated_host_listings_count": 54, + "availability_365": 308 + }, + { + "index": 998, + "id": 1215339, + "name": "My Address in Barcelona P1", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-05-27", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 11, + "availability_365": 286 + }, + { + "index": 999, + "id": 1215451, + "name": "Large Central Luxury Apartment", + "host_name": "Luxury", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-04-01", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 1000, + "id": 1216600, + "name": "Cozy&Classy&Central", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 229, + "last_review": "2019-06-19", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 12, + "availability_365": 112 + }, + { + "index": 1001, + "id": 1218515, + "name": "Habitaci\u00f3n cerca de playa en G\u00f3tico", + "host_name": "Inma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 66, + "minimum_nights": 2, + "number_of_reviews": 124, + "last_review": "2019-06-30", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 2, + "availability_365": 132 + }, + { + "index": 1002, + "id": 1218609, + "name": "Quiet double room in the citycenter", + "host_name": "Bori", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-24", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 1003, + "id": 1218611, + "name": "Barcelona Comtal 51 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-22", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 9, + "availability_365": 286 + }, + { + "index": 1004, + "id": 1218618, + "name": "Barcelona Comtal 52 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-15", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 9, + "availability_365": 287 + }, + { + "index": 1005, + "id": 1218626, + "name": "Barcelona Comtal 53 apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-05", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 9, + "availability_365": 301 + }, + { + "index": 1006, + "id": 1220091, + "name": "Habitaci\u00f3n bonita y barata !!!!\n", + "host_name": "Lisandro", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 20, + "minimum_nights": 30, + "number_of_reviews": 14, + "last_review": "2018-09-30", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 1007, + "id": 1222097, + "name": "Apartment near Sagrada Familia", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 31, + "number_of_reviews": 13, + "last_review": "2019-06-15", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 197 + }, + { + "index": 1008, + "id": 1222290, + "name": "4 BED+9 PEOPLE+LUXURY+CITY CENTER", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2018-05-12", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 4, + "availability_365": 137 + }, + { + "index": 1009, + "id": 1224736, + "name": "It has an attic and an ancient tower of the 19th century", + "host_name": "Esther", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 390, + "last_review": "2019-06-20", + "reviews_per_month": 5.28, + "calculated_host_listings_count": 2, + "availability_365": 283 + }, + { + "index": 1010, + "id": 1225103, + "name": "Cozy apartment in the heart of the city", + "host_name": "Tirso&Noemi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 151, + "minimum_nights": 1, + "number_of_reviews": 95, + "last_review": "2019-07-02", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 1011, + "id": 1229996, + "name": "Charming ground floor at Gracia !", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 205, + "last_review": "2019-07-07", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 6, + "availability_365": 308 + }, + { + "index": 1012, + "id": 1230464, + "name": "Nice room center apartment beautifu", + "host_name": "Morgan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 22, + "last_review": "2019-05-31", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 1013, + "id": 1230779, + "name": "Nice double room in Sagrada Familia", + "host_name": "Paquita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-15", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 1, + "availability_365": 220 + }, + { + "index": 1014, + "id": 1231044, + "name": "Downtown 3Bedroom Apt with balcony", + "host_name": "Luke", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2016-08-28", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 1015, + "id": 1231483, + "name": "Barcelona Blanc apartment", + "host_name": "Inmuebles", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-07-01", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 9, + "availability_365": 282 + }, + { + "index": 1016, + "id": 1234006, + "name": "APARTMENT CALABRIA", + "host_name": "Roc\u00edo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-02", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 5, + "availability_365": 263 + }, + { + "index": 1017, + "id": 1234139, + "name": "New Great Large Centric Flat", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-03", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 1018, + "id": 1235429, + "name": "Best Location apartment Rambla Catalunya", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-08", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 7, + "availability_365": 196 + }, + { + "index": 1019, + "id": 1235475, + "name": "Casa Sagrera in Eixample district", + "host_name": "Ana Y Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 204, + "last_review": "2019-06-24", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 2, + "availability_365": 308 + }, + { + "index": 1020, + "id": 1235517, + "name": "Single room in Gotic centre", + "host_name": "Lola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 360, + "last_review": "2019-07-09", + "reviews_per_month": 4.88, + "calculated_host_listings_count": 3, + "availability_365": 294 + }, + { + "index": 1021, + "id": 1235805, + "name": "At the heart of Barcelona. Gracia.", + "host_name": "Mireia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 389, + "last_review": "2019-06-26", + "reviews_per_month": 5.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1022, + "id": 1236427, + "name": "Great Room at Bcn's Heart", + "host_name": "Eduardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2018-10-08", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 1023, + "id": 1238141, + "name": "Apartment with terrace in Poblenou Barcelona", + "host_name": "Ghat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-07", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 13, + "availability_365": 205 + }, + { + "index": 1024, + "id": 1239232, + "name": "Quiet room+private bathroom+lounge", + "host_name": "Alix", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-10", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 1025, + "id": 1239348, + "name": "Bunk room cozy and bright.", + "host_name": "Merxe", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 34, + "minimum_nights": 3, + "number_of_reviews": 180, + "last_review": "2019-07-06", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 1026, + "id": 1240055, + "name": "Two storey house next to Park Guell", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 184, + "last_review": "2019-06-19", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 1027, + "id": 1241068, + "name": "Rooms at The Best Point to enjoy the City", + "host_name": "Leonor", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-05-27", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 1028, + "id": 1241225, + "name": "My Address in Barcelona P2", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-06-15", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 11, + "availability_365": 271 + }, + { + "index": 1029, + "id": 1242210, + "name": "Downtown Suite with private bathroom", + "host_name": "Berta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-06-25", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 1030, + "id": 1242215, + "name": "Gracia : Cosy & modern apartment with AC & WIFI !!", + "host_name": "Inma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 311, + "last_review": "2019-07-04", + "reviews_per_month": 4.23, + "calculated_host_listings_count": 1, + "availability_365": 256 + }, + { + "index": 1031, + "id": 1242470, + "name": "Ciudadela Born WALK EVERYWHERE!!", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 324, + "last_review": "2019-07-04", + "reviews_per_month": 4.47, + "calculated_host_listings_count": 1, + "availability_365": 246 + }, + { + "index": 1032, + "id": 1242745, + "name": "Neo Apartment-Urban Chic with Terrace near Sagrada Familia", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-29", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 20, + "availability_365": 270 + }, + { + "index": 1033, + "id": 1249641, + "name": "Incredible views, central, family offers", + "host_name": "Sara", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 7, + "number_of_reviews": 52, + "last_review": "2019-06-15", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 2, + "availability_365": 113 + }, + { + "index": 1034, + "id": 1251176, + "name": "Private Suite- 3 Stops to Plaza Catalunya", + "host_name": "Piet", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 174 + }, + { + "index": 1035, + "id": 1252280, + "name": "Nice Apartment near Park G\u00fcell (WiFi ADSL)", + "host_name": "Jose", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 85, + "last_review": "2019-06-20", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 193 + }, + { + "index": 1036, + "id": 1253605, + "name": "Bed and Breakfast in Rene\u00b4s House", + "host_name": "J. Ren\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 57, + "minimum_nights": 2, + "number_of_reviews": 99, + "last_review": "2019-06-29", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 1037, + "id": 1254174, + "name": "Room in amazing flat Born-Centre", + "host_name": "Soler Family", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 239, + "last_review": "2019-07-09", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 1038, + "id": 1255085, + "name": "Picasso Suites 5.1 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 150, + "last_review": "2019-06-26", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 24, + "availability_365": 288 + }, + { + "index": 1039, + "id": 1255665, + "name": "054. Urgell Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 188, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-05-12", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 97, + "availability_365": 307 + }, + { + "index": 1040, + "id": 1256137, + "name": "Stroll to Passeig de Gr\u00e0cia from Uniquely Designed Flat", + "host_name": "Raimundo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 310, + "last_review": "2019-07-07", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 2, + "availability_365": 162 + }, + { + "index": 1041, + "id": 1257705, + "name": "Beautiful Triple Room in the Center Of Barcelona", + "host_name": "Francis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 189, + "last_review": "2019-06-23", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 3, + "availability_365": 158 + }, + { + "index": 1042, + "id": 1257841, + "name": "Apartment 18 Barcelona, Spain", + "host_name": "Pau", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 166, + "last_review": "2019-07-09", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 1043, + "id": 1258446, + "name": "Sunny double room in Gracia next to metro station", + "host_name": "Xavier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 5, + "number_of_reviews": 186, + "last_review": "2019-06-28", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 1044, + "id": 1258501, + "name": "Comfortable House with sunny terrace", + "host_name": "Frederic", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 1045, + "id": 1258555, + "name": "\u00c1tico centrico con vistas a Barcelo", + "host_name": "Catain", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-06-13", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 1046, + "id": 1259196, + "name": "ROOM PENTHOUSE EL BORN", + "host_name": "Lisa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 1047, + "id": 1259342, + "name": "005. Anglesola apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-09-09", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 302 + }, + { + "index": 1048, + "id": 1260018, + "name": "Cool apartment in Barcelona Sants", + "host_name": "Mireya", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 362, + "last_review": "2019-06-30", + "reviews_per_month": 5.54, + "calculated_host_listings_count": 1, + "availability_365": 183 + }, + { + "index": 1049, + "id": 1264285, + "name": "Hola Barcelona Tubella: CAMP NOU 3 bdr APARTMENT", + "host_name": "Daniela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 81, + "last_review": "2019-05-26", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 1050, + "id": 1265873, + "name": "very cute attic with terrace !!!!", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2016-08-31", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 1051, + "id": 1266069, + "name": "Bright Cosy Apartment-beach8 mins!", + "host_name": "Vaishali", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 368, + "last_review": "2019-06-26", + "reviews_per_month": 5.01, + "calculated_host_listings_count": 1, + "availability_365": 239 + }, + { + "index": 1052, + "id": 1266221, + "name": "Sunny room in attic Paseo de Graci ", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-25", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 3, + "availability_365": 334 + }, + { + "index": 1053, + "id": 1266363, + "name": "Picasso Suites 3.1 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-06-23", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 24, + "availability_365": 283 + }, + { + "index": 1054, + "id": 1266491, + "name": "Picasso Suites 5.3 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 1, + "number_of_reviews": 122, + "last_review": "2019-06-23", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 24, + "availability_365": 307 + }, + { + "index": 1055, + "id": 1269089, + "name": "Ramblas Boqueria 21A, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 84, + "last_review": "2019-05-30", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 41, + "availability_365": 243 + }, + { + "index": 1056, + "id": 1269116, + "name": "Ramblas Boqueria 31A, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 89, + "last_review": "2019-06-08", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 41, + "availability_365": 271 + }, + { + "index": 1057, + "id": 1269128, + "name": "Ramblas Boqueria 21B, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-26", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 41, + "availability_365": 254 + }, + { + "index": 1058, + "id": 1269161, + "name": "Ramblas Boqueria 31B, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2019-06-24", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 41, + "availability_365": 233 + }, + { + "index": 1059, + "id": 1269191, + "name": "Ramblas Boqueria 11, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-04-24", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 41, + "availability_365": 220 + }, + { + "index": 1060, + "id": 1269216, + "name": "Ramblas Boqueria 12, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 133, + "last_review": "2019-06-26", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 41, + "availability_365": 191 + }, + { + "index": 1061, + "id": 1269236, + "name": "Habitacion individual con caf\u00e9", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-05-20", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 2, + "availability_365": 227 + }, + { + "index": 1062, + "id": 1269238, + "name": "COOL APART. IN THE HEART OF BCN", + "host_name": "Sergi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-27", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1063, + "id": 1269243, + "name": "Ramblas Boqueria 22, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-10", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 41, + "availability_365": 241 + }, + { + "index": 1064, + "id": 1269253, + "name": "Ramblas Boqueria 32, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-21", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 41, + "availability_365": 239 + }, + { + "index": 1065, + "id": 1269263, + "name": "Ramblas Boqueria P1, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-06-14", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 41, + "availability_365": 241 + }, + { + "index": 1066, + "id": 1270627, + "name": "center of barcelona", + "host_name": "Sylvie", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-12", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 248 + }, + { + "index": 1067, + "id": 1271555, + "name": "Fantastic flat -Paseo de Gracia -Pedrera", + "host_name": "Jepis & Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 223, + "minimum_nights": 3, + "number_of_reviews": 154, + "last_review": "2019-07-01", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 2, + "availability_365": 283 + }, + { + "index": 1068, + "id": 1271836, + "name": "Sagrada Familia New & Comfortable", + "host_name": "Ninona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-06-24", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 3, + "availability_365": 215 + }, + { + "index": 1069, + "id": 1272304, + "name": "Super central Apartment Eixample 2", + "host_name": "Miriam", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-30", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 3, + "availability_365": 268 + }, + { + "index": 1070, + "id": 1273077, + "name": "DOUBLE ROOM. Bright and spacious", + "host_name": "Elena", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2018-07-23", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 92 + }, + { + "index": 1071, + "id": 1276036, + "name": "Lovely, comfortable,central.Parking", + "host_name": "Joana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 153, + "last_review": "2019-07-08", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 1072, + "id": 1279308, + "name": "Cozy & sunny flat, wifi, parking", + "host_name": "Mercedes", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-01-07", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 1073, + "id": 1282669, + "name": "SAGRADA FAMILIA- Centric Apartment", + "host_name": "Elsa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 322, + "last_review": "2019-07-06", + "reviews_per_month": 4.8, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 1074, + "id": 1284653, + "name": "Penthouse Double Room+Balc@\u2665 of BCN", + "host_name": "Federico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 369, + "last_review": "2019-06-29", + "reviews_per_month": 5.05, + "calculated_host_listings_count": 2, + "availability_365": 91 + }, + { + "index": 1075, + "id": 1285739, + "name": "Penthouse with terrace & barbecue.", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-24", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 31, + "availability_365": 8 + }, + { + "index": 1076, + "id": 1286069, + "name": "Cosy apartment close to Universitat", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2018-12-26", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 41, + "availability_365": 332 + }, + { + "index": 1077, + "id": 1288165, + "name": "Cozy single room in Barcelona Sants", + "host_name": "Joan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-13", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 3, + "availability_365": 159 + }, + { + "index": 1078, + "id": 1290278, + "name": "Romantic attic terrace netflix.wifi", + "host_name": "Ricard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 4, + "number_of_reviews": 213, + "last_review": "2019-06-28", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 124 + }, + { + "index": 1079, + "id": 1291052, + "name": "Art flat in street without cars. White Room.", + "host_name": "Imma", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 125, + "last_review": "2019-07-03", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 2, + "availability_365": 319 + }, + { + "index": 1080, + "id": 1291562, + "name": "Habitaci\u00f3n individual.Gracia-S.Fam.", + "host_name": "Luisa M.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2018-09-24", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 2, + "availability_365": 4 + }, + { + "index": 1081, + "id": 1291971, + "name": "CALM APARTM. SAGRADA FAMILIA.WIFI.", + "host_name": "Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 257, + "last_review": "2019-06-27", + "reviews_per_month": 3.53, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 1082, + "id": 1293412, + "name": "Sunny Loft in Barcelona 5' walk to the beach", + "host_name": "Guillermo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 200, + "last_review": "2019-06-21", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 1083, + "id": 1294410, + "name": "beach and center family apartament HUTB-006631", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 196, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-02", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 1084, + "id": 1295958, + "name": "3 BR + 2 baths near the beach!!", + "host_name": "Mercedes", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-17", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 1085, + "id": 1296121, + "name": "BRIGHT & QUIET 2BD wifi & parking", + "host_name": "Ramon", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 188, + "last_review": "2019-07-03", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 1, + "availability_365": 229 + }, + { + "index": 1086, + "id": 1296977, + "name": "Very central design apartment, Bcn", + "host_name": "Corinne", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-06-12", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 1, + "availability_365": 113 + }, + { + "index": 1087, + "id": 1304470, + "name": "COZY ROOM IN THE CENTRE (RAMBLAS)", + "host_name": "Fabrizio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 382, + "last_review": "2019-07-07", + "reviews_per_month": 5.26, + "calculated_host_listings_count": 3, + "availability_365": 266 + }, + { + "index": 1088, + "id": 1305640, + "name": "100 meters from the beach. Duplex", + "host_name": "LingJuan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-18", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 1089, + "id": 1307332, + "name": "DOUBLE ROOM 50 EUROS NIGHT", + "host_name": "Beatriz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 3, + "availability_365": 332 + }, + { + "index": 1090, + "id": 1307947, + "name": "Sunny Flat in el Borne", + "host_name": null, + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 57, + "minimum_nights": 30, + "number_of_reviews": 18, + "last_review": "2014-09-12", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 1091, + "id": 1308517, + "name": "apartment in Gracia", + "host_name": "Amivelaz", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-17", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 2, + "availability_365": 52 + }, + { + "index": 1092, + "id": 1309102, + "name": "Barcelona playa puerto ol\u00edmpico ", + "host_name": "Caroline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2018-08-26", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 3, + "availability_365": 161 + }, + { + "index": 1093, + "id": 1309206, + "name": "COZY ROOM BARCELONA. GAYFRIENDLY", + "host_name": "Fabrizio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-06-25", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 1094, + "id": 1310443, + "name": "Bright & spacious apartment terrace", + "host_name": "Juli\u00e1n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2018-07-21", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 3, + "availability_365": 246 + }, + { + "index": 1095, + "id": 1310606, + "name": "Spacious & sunny apartment terrace", + "host_name": "Juli\u00e1n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-07-11", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 3, + "availability_365": 241 + }, + { + "index": 1096, + "id": 1312051, + "name": "Studio in Gracia 5th floor-elevator", + "host_name": "\u00c5sa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 60, + "last_review": "2019-05-01", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 132 + }, + { + "index": 1097, + "id": 1314537, + "name": "Bonita habitaci\u00f3n doble en Eixample", + "host_name": "Lydia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 94, + "last_review": "2019-07-08", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 1098, + "id": 1314672, + "name": "Lightflooded 2 bedroom flat with a view", + "host_name": "Pablo And Franziska", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 126, + "last_review": "2019-06-24", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 1099, + "id": 1319021, + "name": "GREAT CENTRAL ART NOUVEAU APARTMENT", + "host_name": "Adrian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 133, + "last_review": "2019-07-01", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 1100, + "id": 1320149, + "name": "Pretty apartment in GRACIA - WIFi& NETFLIX", + "host_name": "Eduard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 169, + "last_review": "2019-07-08", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 1101, + "id": 1327003, + "name": "Beach and down town at two steps. (HUTB-005567)", + "host_name": "Walter", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2015-09-23", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 1102, + "id": 1328996, + "name": "Picasso Suites 5.2 Private Terrace", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 1, + "number_of_reviews": 137, + "last_review": "2019-06-24", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 24, + "availability_365": 322 + }, + { + "index": 1103, + "id": 1329067, + "name": "Affordable luxury next to Passeig de Gracia!", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 111 + }, + { + "index": 1104, + "id": 1329357, + "name": "Two big terraces, lot of sun & air", + "host_name": "Mireia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 137, + "last_review": "2019-06-28", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 1105, + "id": 1329829, + "name": "Unique Luxury Designer Apartment", + "host_name": "Mike", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 4, + "number_of_reviews": 272, + "last_review": "2019-07-03", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 4, + "availability_365": 147 + }, + { + "index": 1106, + "id": 1329890, + "name": "Apartment in Diagonal Sea, Barcelon", + "host_name": "Guadalupe", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2018-06-03", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1107, + "id": 1329993, + "name": "1D- Apt with balcony in P. de Gracia", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-08-10", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 6, + "availability_365": 73 + }, + { + "index": 1108, + "id": 1330353, + "name": "Luxury apartment with private patio", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 177, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 142 + }, + { + "index": 1109, + "id": 1331475, + "name": "Double room and private bathroom", + "host_name": "Ben", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2017-08-01", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1110, + "id": 1331957, + "name": "Very bright apartment - 2 bedrooms", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-06-27", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 1111, + "id": 1332929, + "name": "5*Super host Apartment+terrace 8 min from Ramblas", + "host_name": "Antoni", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 6, + "number_of_reviews": 336, + "last_review": "2019-07-04", + "reviews_per_month": 4.61, + "calculated_host_listings_count": 1, + "availability_365": 96 + }, + { + "index": 1112, + "id": 1333207, + "name": "Apt. + garden in modernist building", + "host_name": "Alina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-10-31", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 191 + }, + { + "index": 1113, + "id": 1334863, + "name": "Yacht in Barcelona Center(sleeps 3)", + "host_name": "I\u00f1igo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 152, + "last_review": "2019-07-06", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 1114, + "id": 1337978, + "name": "Elegant apartment close to passeig de gracia", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 168, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 107 + }, + { + "index": 1115, + "id": 1338049, + "name": "Magnificent apartment with terrace", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 177, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-06-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 6, + "availability_365": 133 + }, + { + "index": 1116, + "id": 1338105, + "name": "Authentic house in the city center :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-29", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 33, + "availability_365": 333 + }, + { + "index": 1117, + "id": 1338121, + "name": "Luxurious apartment with gardened patio", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 191, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-08-11", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 6, + "availability_365": 125 + }, + { + "index": 1118, + "id": 1338956, + "name": "Loft Camp Nou by Glasir", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-12", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 7, + "availability_365": 340 + }, + { + "index": 1119, + "id": 1339422, + "name": "Double room, very bright.", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 20, + "number_of_reviews": 82, + "last_review": "2019-06-19", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 4, + "availability_365": 341 + }, + { + "index": 1120, + "id": 1339639, + "name": "Charming apartment close to the Sagrada Familia", + "host_name": "Clickandflat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-07-04", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 18, + "availability_365": 69 + }, + { + "index": 1121, + "id": 1340503, + "name": "Apartment near the beach", + "host_name": "Laura", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-05", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 1122, + "id": 1342549, + "name": "Cozy Attic next to Sagrada Familia", + "host_name": "Arturo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 3, + "number_of_reviews": 398, + "last_review": "2019-07-02", + "reviews_per_month": 5.48, + "calculated_host_listings_count": 1, + "availability_365": 165 + }, + { + "index": 1123, + "id": 1343256, + "name": "Sagrada Familia brand new flat", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 304, + "last_review": "2019-06-23", + "reviews_per_month": 4.19, + "calculated_host_listings_count": 1, + "availability_365": 245 + }, + { + "index": 1124, + "id": 1343928, + "name": "Premium Duplex Charming Terrace", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 161, + "last_review": "2019-06-22", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 1125, + "id": 1344458, + "name": "Barcelona Puerto Olimpico playa", + "host_name": "Caroline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 3, + "availability_365": 185 + }, + { + "index": 1126, + "id": 1344702, + "name": "Cool & Quaint Loft in Barcelona!", + "host_name": "Leslie", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 217, + "last_review": "2019-06-20", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 1127, + "id": 1346626, + "name": "DOUBLE ROOM WITH BATHROOM", + "host_name": "Raquel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-21", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 1128, + "id": 1346797, + "name": "Like a local , enjoy BCN for 6", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-06-18", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 14, + "availability_365": 277 + }, + { + "index": 1129, + "id": 1348754, + "name": "Double Room Sagrada Familia-Gracia", + "host_name": "Luisa M.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-08", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1130, + "id": 1354353, + "name": "COMFORTABLE ROOM AND WELL LOCATED", + "host_name": "Angel Y Betty", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2017-07-30", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 1131, + "id": 1354875, + "name": "(P3)COZY AND OUTSIDE FLAT IN GRACIA", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 193, + "last_review": "2019-07-04", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 4, + "availability_365": 127 + }, + { + "index": 1132, + "id": 1356102, + "name": "Barcelona Puerto Ol\u00edmpico 4 pax", + "host_name": "Caroline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2015-07-11", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 99 + }, + { + "index": 1133, + "id": 1356472, + "name": "LIGHT STUDIO NEAR SANTS STATION", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-21", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 3, + "availability_365": 286 + }, + { + "index": 1134, + "id": 1357045, + "name": "PARC G\u00dcELL 100x100 Barcelona", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-26", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 15, + "availability_365": 304 + }, + { + "index": 1135, + "id": 1359362, + "name": "Topfloor dbl room-own sunny terrace", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2018-12-30", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1136, + "id": 1359821, + "name": "Penthouse with terrace, ideal 2 couples, Gracia!", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-07-06", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 4, + "availability_365": 146 + }, + { + "index": 1137, + "id": 1364091, + "name": "Barcelona Vocation - Room season!", + "host_name": "Margareth", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-08-11", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 160 + }, + { + "index": 1138, + "id": 1365897, + "name": "Bonito, tranquilo y c\u00e9ntrico piso.", + "host_name": "Marisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-07-05", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 1139, + "id": 1366230, + "name": "C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 \u00b7 C03 Happy People Sant Pau - 2 bedroom-C03-", + "host_name": "Happy People", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-12-28", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 27, + "availability_365": 4 + }, + { + "index": 1140, + "id": 1370332, + "name": "Els Rossinyols", + "host_name": "Tony", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 53, + "minimum_nights": 3, + "number_of_reviews": 187, + "last_review": "2019-06-16", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 310 + }, + { + "index": 1141, + "id": 1373239, + "name": "Beautiful room + living room + office (PRIVATE)", + "host_name": "Eme", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-27", + "reviews_per_month": 5.57, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 1142, + "id": 1374380, + "name": "COSY TWIN ROOM IN GREAT LOCATION", + "host_name": "Ohad", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-07-05", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 1143, + "id": 1374753, + "name": "Cheap & Chic", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2018-08-24", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 1144, + "id": 1378119, + "name": "Charming Penthouse in the Center w Private Terrace", + "host_name": "Cloud5 Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 145, + "last_review": "2019-06-29", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 9, + "availability_365": 295 + }, + { + "index": 1145, + "id": 1383728, + "name": "NEW FLAT NEXT TO PASSEIG DE GRACIA", + "host_name": "Sergi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-07-01", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 2, + "availability_365": 274 + }, + { + "index": 1146, + "id": 1385618, + "name": "NEW bright apart at central BCN", + "host_name": "Llu\u00eds\u00acLali", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 119, + "last_review": "2019-07-03", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 3, + "availability_365": 206 + }, + { + "index": 1147, + "id": 1387456, + "name": "Biggest room in Art and Dream flat", + "host_name": "Art And Dreams", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2018-08-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 18 + }, + { + "index": 1148, + "id": 1390431, + "name": "Oasis in Gracia , two terraces!", + "host_name": "Joaquin", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 171, + "last_review": "2019-06-28", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 1149, + "id": 1391124, + "name": "BerlinRoom en EspaciosoPisoVintage", + "host_name": "YayaMaria Sisters", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 5, + "last_review": "2017-09-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 187 + }, + { + "index": 1150, + "id": 1391996, + "name": "Room in penthouse with 2 terraces", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2018-12-31", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1151, + "id": 1392132, + "name": "Nordic Apartment Sagrada Familia", + "host_name": "Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 2, + "number_of_reviews": 219, + "last_review": "2019-07-10", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 2, + "availability_365": 326 + }, + { + "index": 1152, + "id": 1395001, + "name": "Rustic central 3 bedroom & balcony", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 185, + "last_review": "2019-07-06", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 7, + "availability_365": 312 + }, + { + "index": 1153, + "id": 1395698, + "name": "Barcelona comfy room w/ private wc.with shower", + "host_name": "Dolors", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-05-28", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 1154, + "id": 1396253, + "name": "AMAZING ROOM WITH BALCONY", + "host_name": "Karolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-07-05", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 3, + "availability_365": 86 + }, + { + "index": 1155, + "id": 1396721, + "name": "Stylish apartment A in city center", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 194, + "minimum_nights": 2, + "number_of_reviews": 224, + "last_review": "2019-06-23", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 6, + "availability_365": 177 + }, + { + "index": 1156, + "id": 1397560, + "name": "Apartment Barcelona, pool & beach", + "host_name": "Jing", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 10, + "last_review": "2019-02-28", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1157, + "id": 1397748, + "name": "Stylish apartment B near Plaza cat", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 2, + "number_of_reviews": 261, + "last_review": "2019-06-25", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 6, + "availability_365": 181 + }, + { + "index": 1158, + "id": 1401163, + "name": "Modern Duplex apartment in Gracia", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-06-14", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 41, + "availability_365": 328 + }, + { + "index": 1159, + "id": 1402772, + "name": "AMAZING LOCATION DESIGN APARTMENT", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-03", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 7, + "availability_365": 184 + }, + { + "index": 1160, + "id": 1404935, + "name": "Soak Up the Iberian Sun on Penthouse Terrace", + "host_name": "Angela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 198, + "last_review": "2019-07-07", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 1161, + "id": 1406069, + "name": "ATTIC BARCELONA CENTRE WITH TERRACE", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-09", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 20, + "availability_365": 315 + }, + { + "index": 1162, + "id": 1406121, + "name": "Gracia Bliss", + "host_name": "Key Inn", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-07-01", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 47, + "availability_365": 189 + }, + { + "index": 1163, + "id": 1406158, + "name": "Sagrada Familia Paradise", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-07", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 47, + "availability_365": 218 + }, + { + "index": 1164, + "id": 1406337, + "name": "Nuevo espacioso apartamento en BCN", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2019-05-03", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 11, + "availability_365": 337 + }, + { + "index": 1165, + "id": 1407575, + "name": "Room next to tube L4", + "host_name": "Mercedes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 13, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-07-07", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 1166, + "id": 1407805, + "name": "Arc de Triomf. Big Parking Included", + "host_name": "Xabier", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 7, + "number_of_reviews": 96, + "last_review": "2017-03-03", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 1167, + "id": 1410802, + "name": "White House", + "host_name": "Pool Houses Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-19", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 6, + "availability_365": 290 + }, + { + "index": 1168, + "id": 1411400, + "name": "Elegant and cozy apartment", + "host_name": "Montaber", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-27", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 24, + "availability_365": 313 + }, + { + "index": 1169, + "id": 1411945, + "name": "Exclusive apartment in Gr\u00e0cia. HUTB-007006", + "host_name": "Marcos Inacio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 230, + "last_review": "2019-07-02", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 1170, + "id": 1413266, + "name": "Well-lighted and well-communicated apart.", + "host_name": "Llu\u00eds", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 184, + "last_review": "2019-06-25", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 1171, + "id": 1413577, + "name": "NiceRoom in the GreenHeart of BCN ", + "host_name": "Antonia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-25", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 2, + "availability_365": 39 + }, + { + "index": 1172, + "id": 1415911, + "name": "Lovely bright apartment in Gracia", + "host_name": "Danielle", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 16, + "last_review": "2018-08-29", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 1173, + "id": 1417799, + "name": "Stunning Apartment W Large Terrace", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 158, + "last_review": "2019-07-05", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 195 + }, + { + "index": 1174, + "id": 1417890, + "name": "GAYFRIENDLY ROOM IN PLAZA CATALUNYA", + "host_name": "Luigi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-02", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 1175, + "id": 1418423, + "name": "APARTMENT very central - 2 rooms - Metro - Parking", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-06-23", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 1176, + "id": 1418456, + "name": "Chillax Barcelona Apartment", + "host_name": "Frank", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 277, + "last_review": "2019-06-24", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 1177, + "id": 1418961, + "name": "GAYFRIENDLY ROOM PLAZA CATALUNYA 2", + "host_name": "Luigi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 153, + "last_review": "2019-06-22", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 2, + "availability_365": 92 + }, + { + "index": 1178, + "id": 1420428, + "name": "Stay in a Cosy Bedroom in an Artist's Home", + "host_name": "Angela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 77, + "minimum_nights": 2, + "number_of_reviews": 183, + "last_review": "2019-07-10", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 2, + "availability_365": 20 + }, + { + "index": 1179, + "id": 1421725, + "name": "XXL Room in downtown with private bathroom", + "host_name": "Berta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 155, + "last_review": "2019-06-26", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 2, + "availability_365": 296 + }, + { + "index": 1180, + "id": 1424466, + "name": "089. F\u00fatbol 1 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-10", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 97, + "availability_365": 316 + }, + { + "index": 1181, + "id": 1424694, + "name": "091. F\u00fatbol 2 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2018-06-01", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 335 + }, + { + "index": 1182, + "id": 1424841, + "name": "The White Loft by Glasir", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2018-01-30", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 7, + "availability_365": 324 + }, + { + "index": 1183, + "id": 1425685, + "name": "038. Office Up Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-07-07", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 320 + }, + { + "index": 1184, + "id": 1426125, + "name": "NICE ROOM IN THE OLD CITY CENTER!!!", + "host_name": "Karolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 84, + "last_review": "2019-07-07", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 3, + "availability_365": 35 + }, + { + "index": 1185, + "id": 1426674, + "name": "AWESOME PENTHOUSE \u2764 GREAT VIEW", + "host_name": "Roberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 204, + "last_review": "2019-06-28", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 7, + "availability_365": 57 + }, + { + "index": 1186, + "id": 1429236, + "name": "Cozy apartment in the EIXAMPLE!", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 109, + "last_review": "2019-06-29", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 15, + "availability_365": 297 + }, + { + "index": 1187, + "id": 1429442, + "name": "Loft with charming patio close to Sagrada Familia", + "host_name": "Clickandflat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-15", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 18, + "availability_365": 85 + }, + { + "index": 1188, + "id": 1429809, + "name": "076. New Calabria Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 264, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-04-02", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 97, + "availability_365": 335 + }, + { + "index": 1189, + "id": 1431437, + "name": "Poblenou Rooms", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-30", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 3, + "availability_365": 344 + }, + { + "index": 1190, + "id": 1431478, + "name": "Poblenou rooms", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-07-05", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 3, + "availability_365": 343 + }, + { + "index": 1191, + "id": 1432237, + "name": "Private Double Room in BCN Centre!!", + "host_name": "Yucef", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 310, + "last_review": "2019-06-27", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 3, + "availability_365": 118 + }, + { + "index": 1192, + "id": 1435370, + "name": "Room with ensuite - House with garden Parc G\u00fcell", + "host_name": "Raynald", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-03", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 1193, + "id": 1436676, + "name": "003. Ali\u00f3 3 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-03-10", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 97, + "availability_365": 323 + }, + { + "index": 1194, + "id": 1440394, + "name": "093. Torrent Flors Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-23", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 97, + "availability_365": 326 + }, + { + "index": 1195, + "id": 1444019, + "name": "063. Encants Plus Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 214, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-25", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 317 + }, + { + "index": 1196, + "id": 1445152, + "name": "POOL & SEA / MAR Y PISCINA. 6pax", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 219, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-27", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 1197, + "id": 1446649, + "name": "Huge@Rambla: bright & comfy. Perfect location", + "host_name": "Luis & Remo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 1, + "number_of_reviews": 290, + "last_review": "2019-07-07", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 4, + "availability_365": 129 + }, + { + "index": 1198, + "id": 1446892, + "name": "SINGLE NICE ROOM (DOUBLE BED)", + "host_name": "Nahuel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 113, + "last_review": "2018-01-17", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 350 + }, + { + "index": 1199, + "id": 1447244, + "name": "COZY MODERN FLAT near Paseo de Gracia!", + "host_name": "Oriol & Ainhoa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-30", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 1200, + "id": 1447823, + "name": "Correos- space & style flat in Born", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-04-15", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 28, + "availability_365": 322 + }, + { + "index": 1201, + "id": 1447825, + "name": "Llotja -Luxury & Art by the harbour", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2015-10-08", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 28, + "availability_365": 338 + }, + { + "index": 1202, + "id": 1447826, + "name": "CONDAL-Luxury & Art next to harbour", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2015-06-16", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 28, + "availability_365": 0 + }, + { + "index": 1203, + "id": 1447830, + "name": "RIBERA - Luxury and Art next to harbour", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-06-26", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 28, + "availability_365": 221 + }, + { + "index": 1204, + "id": 1447834, + "name": "Mar - Spacious studio in Born", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 303 + }, + { + "index": 1205, + "id": 1447835, + "name": "Boqueria - Cosy studio in Born", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-07-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 28, + "availability_365": 302 + }, + { + "index": 1206, + "id": 1448092, + "name": "Flat Fira Barcelona - Central", + "host_name": "Pedro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 21, + "last_review": "2019-05-31", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 5, + "availability_365": 329 + }, + { + "index": 1207, + "id": 1448933, + "name": "Renovated apartment in city centre!", + "host_name": "Montserrat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 190, + "last_review": "2019-06-24", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 5, + "availability_365": 114 + }, + { + "index": 1208, + "id": 1451882, + "name": "Bed&BCN Hills House with swimming pool", + "host_name": "Ferran", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-04-26", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 16, + "availability_365": 134 + }, + { + "index": 1209, + "id": 1454173, + "name": "super central and affordable apt ", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 5, + "number_of_reviews": 119, + "last_review": "2019-06-18", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 3, + "availability_365": 296 + }, + { + "index": 1210, + "id": 1455788, + "name": "028. Avenida Roma Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 186, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-07-15", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 97, + "availability_365": 329 + }, + { + "index": 1211, + "id": 1457218, + "name": "Luxury & Design at Rambla!", + "host_name": "Luis & Remo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 1, + "number_of_reviews": 255, + "last_review": "2019-07-04", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 4, + "availability_365": 164 + }, + { + "index": 1212, + "id": 1458113, + "name": "Double Bedroom \u270c(\u0e51\u02c3\u0336\u0348\u0300\u25e1\u02c2\u0336\u0348\u0301\u0e51)\u270c Private Bathroom", + "host_name": "More", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-30", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 64 + }, + { + "index": 1213, + "id": 1459127, + "name": "Excepcional, terraza, lado playa.", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2016-11-05", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1214, + "id": 1459831, + "name": "Big room in spacious apartment.", + "host_name": "Patrick", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-06-02", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1215, + "id": 1471264, + "name": "Attic in the Gothic/La Rambla.", + "host_name": "Jere", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-21", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 241 + }, + { + "index": 1216, + "id": 1472974, + "name": "Quiet terrace, in the luxury center of Barcelona", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-29", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 1217, + "id": 1474088, + "name": "Love room near Gaud\u00ed building in Sagrada Familia", + "host_name": "Marcel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-09-29", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1218, + "id": 1474914, + "name": "Modern loft at Sagrada Familia", + "host_name": "Monica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 7, + "number_of_reviews": 72, + "last_review": "2019-06-26", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 1219, + "id": 1474989, + "name": "SGL room BEST location, for student", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 30, + "number_of_reviews": 28, + "last_review": "2019-04-22", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1220, + "id": 1477381, + "name": "Special and Elegant Loft", + "host_name": "Angeles", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 381, + "last_review": "2019-06-17", + "reviews_per_month": 5.31, + "calculated_host_listings_count": 5, + "availability_365": 250 + }, + { + "index": 1221, + "id": 1478299, + "name": "A Charming Space in Barcelona", + "host_name": "Angeles", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 381, + "last_review": "2019-07-01", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 5, + "availability_365": 260 + }, + { + "index": 1222, + "id": 1480728, + "name": "RAMBLA BADAL- WIFI + A/A -FIRA BCN", + "host_name": "Maria Lores", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 70, + "last_review": "2019-06-20", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 1223, + "id": 1481054, + "name": "Apartamento familiar a estrenar ", + "host_name": "Nuria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-27", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 1224, + "id": 1481221, + "name": "APT. WITH CHARM PLAZA SANTS-FIRA", + "host_name": "Maria Lores", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 4, + "number_of_reviews": 104, + "last_review": "2019-06-19", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 1225, + "id": 1482060, + "name": "Beautiful apartment by Pl Catalunya", + "host_name": "Koni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 424, + "last_review": "2019-06-24", + "reviews_per_month": 5.98, + "calculated_host_listings_count": 5, + "availability_365": 274 + }, + { + "index": 1226, + "id": 1490933, + "name": "Spacious, elegant, central, shared terrace, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-14", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 54, + "availability_365": 303 + }, + { + "index": 1227, + "id": 1491040, + "name": "Bright, fun and central, AC, Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-03-20", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 54, + "availability_365": 315 + }, + { + "index": 1228, + "id": 1491111, + "name": "Spacious, bright, central. AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-05-03", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 54, + "availability_365": 287 + }, + { + "index": 1229, + "id": 1491290, + "name": "Sagrada Familia Gaudi", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-28", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 47, + "availability_365": 216 + }, + { + "index": 1230, + "id": 1492419, + "name": "NUEVO APARTAMENTO EN DIAGONAL MAR", + "host_name": "Ramon", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-02-25", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 1231, + "id": 1492471, + "name": "029. Laforja 51 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-03-10", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 97, + "availability_365": 329 + }, + { + "index": 1232, + "id": 1497324, + "name": "MenorcaRoom en EspaciosoPisoVintage", + "host_name": "YayaMaria Sisters", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2018-10-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 3, + "availability_365": 192 + }, + { + "index": 1233, + "id": 1499405, + "name": "Barcelovely Big Flat P.Gracia Area", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 242, + "minimum_nights": 4, + "number_of_reviews": 128, + "last_review": "2019-06-23", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 1234, + "id": 1501323, + "name": "\u041a\u043e\u043c\u043d\u0430\u0442\u0430", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 128, + "last_review": "2019-06-20", + "reviews_per_month": 4.94, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 1235, + "id": 1502416, + "name": "Nice room w. bath in attic - Rambla", + "host_name": "Eduard", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 63, + "minimum_nights": 2, + "number_of_reviews": 259, + "last_review": "2019-07-09", + "reviews_per_month": 4.08, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 1236, + "id": 1505365, + "name": "Central and charming 3 Bdr-2 Bthr in Gracia", + "host_name": "Pere & Carme", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 240, + "last_review": "2019-06-21", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 2, + "availability_365": 176 + }, + { + "index": 1237, + "id": 1505984, + "name": "Stylish 3Br Apt with Balcony", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-04-13", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 19, + "availability_365": 46 + }, + { + "index": 1238, + "id": 1506324, + "name": "Sunny*Attractive*Modern*PENTHOUSE", + "host_name": "Luis", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 1239, + "id": 1507069, + "name": "Double bed room in Gothic district. City Center", + "host_name": "Blanca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-16", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 43 + }, + { + "index": 1240, + "id": 1509691, + "name": "Cozy room with terrace in Poble Sec", + "host_name": "Fabio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-06-20", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 1241, + "id": 1516580, + "name": "CENTRAL,SUNNY IN EIXAMPLE BOUTIQUES", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2018-06-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 1242, + "id": 1520042, + "name": "Glorias:Sagrada Familia 15minutes, Beach 20minutes", + "host_name": "Marcos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 251, + "last_review": "2019-07-02", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 1243, + "id": 1520911, + "name": "PANORAMIC PENTHOUSE \u2764 FAST WIFI", + "host_name": "Roberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 158, + "last_review": "2019-06-27", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 7, + "availability_365": 40 + }, + { + "index": 1244, + "id": 1521705, + "name": "Nice apartment close to park Guell1", + "host_name": "Emilio Natali", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 198, + "last_review": "2019-06-22", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 3, + "availability_365": 296 + }, + { + "index": 1245, + "id": 1522578, + "name": "Double room w. private balcony.", + "host_name": "Maija", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-01-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1246, + "id": 1523790, + "name": "Apartment views Sagrada Familia", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 106, + "last_review": "2019-06-26", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 4, + "availability_365": 229 + }, + { + "index": 1247, + "id": 1523802, + "name": "BIG LOFT WITH 20M TERRACE IN CENTRE", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-24", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 43, + "availability_365": 332 + }, + { + "index": 1248, + "id": 1524083, + "name": "Apartment near Sagrada Familia", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-06-26", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 4, + "availability_365": 252 + }, + { + "index": 1249, + "id": 1524681, + "name": "THREE BEDROOM APARTMENT WITH TERRACE", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-07-08", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 10, + "availability_365": 259 + }, + { + "index": 1250, + "id": 1527831, + "name": "Penthouse Apartment with terrace", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-07-08", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 10, + "availability_365": 222 + }, + { + "index": 1251, + "id": 1529409, + "name": "Front Sagrada Familia.", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-07-02", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 5, + "availability_365": 273 + }, + { + "index": 1252, + "id": 1529679, + "name": "LUXURY PENTHOUSE DUPLEX IN HEART OF BCN", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 32, + "number_of_reviews": 43, + "last_review": "2019-05-26", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 3, + "availability_365": 171 + }, + { + "index": 1253, + "id": 1529855, + "name": "Cozy apt next to Sagrada Familia", + "host_name": "Pep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 329, + "last_review": "2019-06-23", + "reviews_per_month": 4.63, + "calculated_host_listings_count": 1, + "availability_365": 224 + }, + { + "index": 1254, + "id": 1530586, + "name": "Modern & Cozy Apartment in Gr\u00e0cia", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 401, + "last_review": "2019-06-20", + "reviews_per_month": 5.68, + "calculated_host_listings_count": 4, + "availability_365": 151 + }, + { + "index": 1255, + "id": 1531051, + "name": "Apartamento amplio y renovado de 4 hab cerca Metro", + "host_name": "Elisenda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 28, + "last_review": "2019-06-04", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 3, + "availability_365": 329 + }, + { + "index": 1256, + "id": 1536984, + "name": "Economic mini- studio INTERIOR 3.3", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 103, + "last_review": "2019-05-26", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 12, + "availability_365": 160 + }, + { + "index": 1257, + "id": 1539966, + "name": "Artist's house - duplex - terrace with 360\u00ba view", + "host_name": "Mattia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-09-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 1258, + "id": 1540924, + "name": "Amazing bright room w/private bathroom!BCN Center", + "host_name": "Martha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 39, + "last_review": "2019-06-26", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 2, + "availability_365": 197 + }, + { + "index": 1259, + "id": 1554416, + "name": "Apartment with view over the marina", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-23", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 1260, + "id": 1557758, + "name": "2 HAB PRIVADAS EN EL CORAZON", + "host_name": "Alexi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1261, + "id": 1558596, + "name": "Las Ramblas:Centrical Flat, Free WI-FI", + "host_name": "Sonario", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 240, + "last_review": "2019-05-16", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 1262, + "id": 1558994, + "name": "habitaci\u00f3n estudiante en familia", + "host_name": "Eva", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2018-06-30", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 212 + }, + { + "index": 1263, + "id": 1560631, + "name": "Disfruta Barcelona, Ciudad Condal", + "host_name": "Anna Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-30", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 6, + "availability_365": 129 + }, + { + "index": 1264, + "id": 1563402, + "name": "POOL TWO BEDROOM APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-26", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 43, + "availability_365": 319 + }, + { + "index": 1265, + "id": 1563723, + "name": "STYLISH PASSEIG DE GRACIA APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 235, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 43, + "availability_365": 338 + }, + { + "index": 1266, + "id": 1563823, + "name": "3Lujo centro BCN....Sagrada Familia", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 78, + "last_review": "2019-06-15", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 1267, + "id": 1565292, + "name": "Luxury Barcelona stay with silence and Air Conditi", + "host_name": "Andre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 207, + "last_review": "2019-06-30", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 5, + "availability_365": 69 + }, + { + "index": 1268, + "id": 1569123, + "name": "Spacious 4 bedroom flat in centric Sant Antoni", + "host_name": "Mariana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-06", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 276 + }, + { + "index": 1269, + "id": 1577728, + "name": "Lovely apartment in Sants", + "host_name": "Mirentxu", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 237, + "last_review": "2019-06-21", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 1, + "availability_365": 77 + }, + { + "index": 1270, + "id": 1577783, + "name": "Cozy and bright bedroom in PobleSec", + "host_name": "Gian Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 1271, + "id": 1579898, + "name": "Luxury apartment in Sagrada Familia", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 103, + "last_review": "2019-06-15", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 1272, + "id": 1580396, + "name": "Stylish 3 br apartment in Barcelona", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 88, + "last_review": "2019-06-17", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 11, + "availability_365": 256 + }, + { + "index": 1273, + "id": 1580437, + "name": "Spacious apartment in the Eixample", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 98, + "last_review": "2019-07-08", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 11, + "availability_365": 236 + }, + { + "index": 1274, + "id": 1580504, + "name": "Apartment in Sagrada Familia 3 br", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 61, + "last_review": "2019-06-06", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 11, + "availability_365": 216 + }, + { + "index": 1275, + "id": 1580522, + "name": "Apartment in Barcelona with terrace", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 5, + "number_of_reviews": 64, + "last_review": "2019-05-29", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 11, + "availability_365": 232 + }, + { + "index": 1276, + "id": 1580586, + "name": "Pleasant studio with a terrace", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 5, + "number_of_reviews": 91, + "last_review": "2019-06-08", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 11, + "availability_365": 215 + }, + { + "index": 1277, + "id": 1580624, + "name": "Cosy apartment near Sagrada Familia", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 91, + "last_review": "2019-06-19", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 11, + "availability_365": 235 + }, + { + "index": 1278, + "id": 1580667, + "name": "Central, large house with patio", + "host_name": "Mariona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 116, + "last_review": "2016-08-19", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 1279, + "id": 1583837, + "name": "Cozy room in Barcelona city center", + "host_name": "John & Laurent", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 144, + "last_review": "2019-06-22", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 3, + "availability_365": 311 + }, + { + "index": 1280, + "id": 1587109, + "name": "Big apartment near FIRA BCN - MAGIC FOUNTAIN", + "host_name": "Marta & Abel Francesc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 2, + "number_of_reviews": 192, + "last_review": "2019-06-26", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 246 + }, + { + "index": 1281, + "id": 1587758, + "name": "Beautiful Double Room In BCN Center Eixample", + "host_name": "Francis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 74, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-06-25", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 1282, + "id": 1594966, + "name": "CLEAN, QUIET and SUNNY apartment", + "host_name": "David", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-24", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 1283, + "id": 1595915, + "name": "Amazing Terrace Apt", + "host_name": "Lisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 319, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-06-20", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 1284, + "id": 1596016, + "name": "Piso en MaresmeForum al lado de mar", + "host_name": "Ksenia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-02", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 2, + "availability_365": 243 + }, + { + "index": 1285, + "id": 1596037, + "name": "Your private space in the center of Barcelona", + "host_name": "Eva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 204, + "last_review": "2019-06-21", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 1286, + "id": 1604145, + "name": "double room in borne", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 166, + "last_review": "2019-06-25", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 3, + "availability_365": 79 + }, + { + "index": 1287, + "id": 1604347, + "name": "Amazing apartment. Paseo de Gracia.", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2017-10-12", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 8, + "availability_365": 159 + }, + { + "index": 1288, + "id": 1604559, + "name": "Poble Sec, feel like at home!", + "host_name": "Lyonel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 237, + "last_review": "2019-06-26", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 1, + "availability_365": 141 + }, + { + "index": 1289, + "id": 1607133, + "name": "Pretty apartment in Gr\u00e0cia (BCN).", + "host_name": "Vicente", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 31, + "number_of_reviews": 168, + "last_review": "2018-01-17", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 1290, + "id": 1612980, + "name": "Top flat. City Centre. Casa Batll\u00f3", + "host_name": "Jepis & Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 176, + "last_review": "2019-06-30", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 1291, + "id": 1613203, + "name": "015. Futbol 3 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-04-23", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 97, + "availability_365": 339 + }, + { + "index": 1292, + "id": 1613290, + "name": "Center lit Room to enjoy Barcelona", + "host_name": "Humberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 125, + "last_review": "2019-07-02", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 3, + "availability_365": 299 + }, + { + "index": 1293, + "id": 1613328, + "name": "016. Futbol 6 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-04-17", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 344 + }, + { + "index": 1294, + "id": 1613942, + "name": "Spacious Flat Close to Ramblas", + "host_name": "Rentemporal Barcelona Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 220, + "last_review": "2019-06-26", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 3, + "availability_365": 44 + }, + { + "index": 1295, + "id": 1614109, + "name": "Gaudi Apartment", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-06", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 2, + "availability_365": 256 + }, + { + "index": 1296, + "id": 1618086, + "name": "SEA DOUBLE ROOM+WiFI+Centric", + "host_name": "Jessy Y Gladys", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-20", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 6, + "availability_365": 282 + }, + { + "index": 1297, + "id": 1618509, + "name": "XL room barcelona center/beach", + "host_name": "Franck", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2018-11-05", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 1298, + "id": 1620515, + "name": "Central superb 3 bedroom apartment", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 294, + "last_review": "2019-06-30", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 7, + "availability_365": 293 + }, + { + "index": 1299, + "id": 1622813, + "name": "Charming room at Gothic Quarter!", + "host_name": "Alejandra", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 274, + "last_review": "2019-07-04", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 1300, + "id": 1624014, + "name": "Beautiful apartment to Enjoy the real Barcelona", + "host_name": "Ralph", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-24", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 4, + "availability_365": 309 + }, + { + "index": 1301, + "id": 1630947, + "name": "Double bright, spacious, quiet room", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-06-22", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 1302, + "id": 1631086, + "name": "055.valencia II apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-05-12", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 97, + "availability_365": 326 + }, + { + "index": 1303, + "id": 1634741, + "name": "Bed and Breakfast near the Med Sea.", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 162, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 1304, + "id": 1635995, + "name": "House well linked to city center and (Website hidden by Airbnb)", + "host_name": "Beppe", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-06-29", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 140 + }, + { + "index": 1305, + "id": 1642382, + "name": "HABITACION SINGLE en el BARRIO DE SANTS-MONTJUIC", + "host_name": "Jorge", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-06-27", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 2, + "availability_365": 349 + }, + { + "index": 1306, + "id": 1642732, + "name": "Estudio luminoso y bien situado ", + "host_name": "Gabriela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-05-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 4, + "availability_365": 302 + }, + { + "index": 1307, + "id": 1642736, + "name": "Studio Flat quiet and well located", + "host_name": "Gabriela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2018-12-31", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 4, + "availability_365": 270 + }, + { + "index": 1308, + "id": 1647351, + "name": "Batllo Luxury in prime location", + "host_name": "Ingrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 2, + "number_of_reviews": 252, + "last_review": "2019-06-23", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 2, + "availability_365": 262 + }, + { + "index": 1309, + "id": 1647942, + "name": "Piso Confortable Remodelado..", + "host_name": "David", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 174, + "last_review": "2019-06-15", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 2, + "availability_365": 79 + }, + { + "index": 1310, + "id": 1648294, + "name": "Arqu\u00edmedes Barcelona Apartment", + "host_name": "Carol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2017-05-04", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 127 + }, + { + "index": 1311, + "id": 1653089, + "name": "Bohemian Barcelona Loft Apartment", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-26", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 21, + "availability_365": 281 + }, + { + "index": 1312, + "id": 1653837, + "name": "Precious apt in Gracia metro Joanic", + "host_name": "Isabelle", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 215, + "last_review": "2019-06-24", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 1313, + "id": 1656097, + "name": "Room in Barcelona centre/Private bath and kitchen", + "host_name": "Diogo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-26", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 3, + "availability_365": 311 + }, + { + "index": 1314, + "id": 1659522, + "name": "Attic with terrace", + "host_name": "Vicky", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 356, + "last_review": "2019-06-18", + "reviews_per_month": 5.23, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 1315, + "id": 1661060, + "name": "Picasso Suites 4.1 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-26", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 24, + "availability_365": 348 + }, + { + "index": 1316, + "id": 1664492, + "name": "SEALONA BEACH LOFT I", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2018-02-17", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 1317, + "id": 1667342, + "name": "Double room in Tur\u00f3 Park", + "host_name": "Marcela", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 87, + "minimum_nights": 1, + "number_of_reviews": 163, + "last_review": "2019-06-30", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 1318, + "id": 1668667, + "name": "Beach Apartment Barcelona Wifi.", + "host_name": "Neus", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-03", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 1319, + "id": 1670235, + "name": "Double near Ramblas", + "host_name": "Ricardo Rub\u00e9n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 472, + "last_review": "2019-07-08", + "reviews_per_month": 7.47, + "calculated_host_listings_count": 4, + "availability_365": 258 + }, + { + "index": 1320, + "id": 1670427, + "name": "Walk everywhere!Brand new apartWIFI", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 437, + "last_review": "2019-07-05", + "reviews_per_month": 6.24, + "calculated_host_listings_count": 5, + "availability_365": 302 + }, + { + "index": 1321, + "id": 1671481, + "name": "Sailboat Bavaria 32", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 1322, + "id": 1671574, + "name": "BEAUTIFUL CENTRAL GRACIA APARTMENT", + "host_name": "Georg", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2015-09-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 1323, + "id": 1671843, + "name": "Habitacion doble cerca parque Guell", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2018-11-02", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 1324, + "id": 1672204, + "name": "Sunny 1-bedroom in Eixample, Barcelona!", + "host_name": "Katya", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 70, + "last_review": "2019-06-20", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 1, + "availability_365": 167 + }, + { + "index": 1325, + "id": 1672691, + "name": "Private individual room", + "host_name": "Elisaveta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 1326, + "id": 1676521, + "name": "Cozy room with private bathroom in the center", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2018-09-17", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1327, + "id": 1677706, + "name": "Gaud\u00ed's Mansard (Sag. Familia) WIFI", + "host_name": "Enric & Packo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 371, + "last_review": "2019-06-26", + "reviews_per_month": 5.26, + "calculated_host_listings_count": 6, + "availability_365": 333 + }, + { + "index": 1328, + "id": 1678347, + "name": "Flat near Sagrada Family and Gracia", + "host_name": "Sergio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 5, + "number_of_reviews": 227, + "last_review": "2019-06-21", + "reviews_per_month": 3.22, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 1329, + "id": 1681646, + "name": "Quiet room _Private Bathroom & Terrace of 10m2", + "host_name": "Tati", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 86, + "minimum_nights": 2, + "number_of_reviews": 125, + "last_review": "2019-06-28", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 1330, + "id": 1681925, + "name": "Comfortable and remodeled apartment", + "host_name": "David", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 84, + "last_review": "2019-06-26", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1331, + "id": 1682078, + "name": "Room+own bathroom+wifi Sants Estaci", + "host_name": "Sara", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 52, + "last_review": "2019-05-28", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 1332, + "id": 1682223, + "name": "098. Enamorats Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-05-13", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 97, + "availability_365": 318 + }, + { + "index": 1333, + "id": 1684849, + "name": "Budy Apartments - Music in El Born", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 22, + "last_review": "2017-06-10", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 23, + "availability_365": 343 + }, + { + "index": 1334, + "id": 1689975, + "name": "habitacion con ba\u00f1o privado,wifi,", + "host_name": "Margot", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-02-27", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 1335, + "id": 1691141, + "name": "GORGEOUS VIEWS IN EIXAMPLE CENTER", + "host_name": "Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 30, + "number_of_reviews": 16, + "last_review": "2018-12-08", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 1336, + "id": 1691556, + "name": "\u00aePLAZA CATALU\u00d1A room x2 + private bathroom+wifi", + "host_name": "Wonderful Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 62, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-20", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 4, + "availability_365": 81 + }, + { + "index": 1337, + "id": 1691573, + "name": "Bright room", + "host_name": "Adri", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 30, + "number_of_reviews": 70, + "last_review": "2019-05-22", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 3, + "availability_365": 333 + }, + { + "index": 1338, + "id": 1693648, + "name": "The Room with balcony nearly the Building of Gaudi", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-04-12", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 4, + "availability_365": 297 + }, + { + "index": 1339, + "id": 1694030, + "name": "Nice Apartment in Poblesec (B1611)", + "host_name": "Alejandro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-06-19", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 7, + "availability_365": 315 + }, + { + "index": 1340, + "id": 1694394, + "name": "Duplex Apartment in Gracia", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-02-25", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 7, + "availability_365": 277 + }, + { + "index": 1341, + "id": 1695711, + "name": "PRIVATE ROOM IN BARCELONA EIXAMPLE!", + "host_name": "Fabrizzio'S Petit Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 12, + "number_of_reviews": 16, + "last_review": "2019-04-21", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 4, + "availability_365": 266 + }, + { + "index": 1342, + "id": 1699028, + "name": "Room Conexion direct to Airport Near Beach.", + "host_name": "Natalia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2019-06-30", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 1343, + "id": 1699529, + "name": "Quite sunny nest behind Park G\u00fcell", + "host_name": "Mar\u00eda Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-10", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 355 + }, + { + "index": 1344, + "id": 1702721, + "name": "Nice Apartment in Sagrada Familia", + "host_name": "Josep M", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 210, + "last_review": "2019-07-04", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 1345, + "id": 1711952, + "name": "Double room in el Born very sunny, I\u2019m also a chef", + "host_name": "Max", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 29, + "last_review": "2019-06-17", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 182 + }, + { + "index": 1346, + "id": 1715895, + "name": "Lovely 2 bedroom apartment - Gracia", + "host_name": "Artur", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 180, + "number_of_reviews": 99, + "last_review": "2016-06-11", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1347, + "id": 1716072, + "name": "Great Apartment in Gracia district!", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 233, + "last_review": "2019-07-07", + "reviews_per_month": 3.32, + "calculated_host_listings_count": 1, + "availability_365": 142 + }, + { + "index": 1348, + "id": 1719107, + "name": "Bonica habitaci\u00f3", + "host_name": "N\u00faria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2017-09-23", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 1349, + "id": 1719170, + "name": "central location in the Eixample", + "host_name": "Magda", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 5, + "number_of_reviews": 128, + "last_review": "2019-06-18", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 3, + "availability_365": 298 + }, + { + "index": 1350, + "id": 1719702, + "name": "BLUE HOUSE. Blue room", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 41, + "last_review": "2019-06-07", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 4, + "availability_365": 227 + }, + { + "index": 1351, + "id": 1720065, + "name": "Luminous flat near Sagrada Familia", + "host_name": "Lisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 119, + "last_review": "2019-07-03", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 1352, + "id": 1720909, + "name": "Gran Via De Luxe 5* DaysinBarcelona", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 494, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-05-12", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 14, + "availability_365": 346 + }, + { + "index": 1353, + "id": 1721486, + "name": "Apartment mit 4 Schlafzimmern und einem Parkplatz", + "host_name": "Xavier", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2016-04-30", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 1354, + "id": 1726975, + "name": "BLUEHOUSE. Grey room", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 81, + "last_review": "2019-06-30", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 4, + "availability_365": 231 + }, + { + "index": 1355, + "id": 1727835, + "name": "Walk to Ramblas & Gotico in 5 min.", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 178, + "last_review": "2019-05-05", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 1356, + "id": 1728226, + "name": "BLUEHOUSE. Green room", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 51, + "last_review": "2019-06-30", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 4, + "availability_365": 255 + }, + { + "index": 1357, + "id": 1728276, + "name": "BLUEHOUSE. Orange room", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 58, + "last_review": "2018-12-30", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 4, + "availability_365": 263 + }, + { + "index": 1358, + "id": 1728329, + "name": "Stylish loft II in the heart of BCN", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 366, + "last_review": "2019-06-26", + "reviews_per_month": 5.3, + "calculated_host_listings_count": 6, + "availability_365": 228 + }, + { + "index": 1359, + "id": 1730296, + "name": "COZY ROOM IN CUTE AND SMALL STREET", + "host_name": "Victoria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2019-06-24", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 132 + }, + { + "index": 1360, + "id": 1735947, + "name": "Apartamento soleado en la Plaza", + "host_name": "Ramon", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 148, + "minimum_nights": 5, + "number_of_reviews": 117, + "last_review": "2019-07-03", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 2, + "availability_365": 140 + }, + { + "index": 1361, + "id": 1737505, + "name": "Stunning Beach Apartment", + "host_name": "Jane", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 249, + "last_review": "2019-07-05", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 1362, + "id": 1738660, + "name": "Cosy flat with a lovely terrace", + "host_name": "Lluis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-02-24", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 1, + "availability_365": 156 + }, + { + "index": 1363, + "id": 1739507, + "name": "Amplio y luminoso Parc G\u00fcell", + "host_name": "Mariona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 1, + "number_of_reviews": 116, + "last_review": "2019-06-29", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 1364, + "id": 1742526, + "name": "Very Sunny Room in Montjuik Park", + "host_name": "Antonio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-25", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 1365, + "id": 1744379, + "name": "Design&Centric in Sagrada Familia", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 255, + "last_review": "2019-06-20", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 12, + "availability_365": 36 + }, + { + "index": 1366, + "id": 1749928, + "name": "Habitaci\u00f3n individual piso compartido Barcelona", + "host_name": "Rachel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-28", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1367, + "id": 1756975, + "name": "CHIC & CHEAP ;)", + "host_name": "Nacho", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-07-02", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 1368, + "id": 1757901, + "name": "Nice flat 15 min beach,15 min center, 1 min metro", + "host_name": "Yulia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-06-06", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 1369, + "id": 1759069, + "name": "Nou de la rambla A w/balcony", + "host_name": "Giulio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-07-02", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 1370, + "id": 1761119, + "name": "Colorful Apartment", + "host_name": "Rodolfo Franco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-07-05", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 1371, + "id": 1766602, + "name": "Gracia Loft Monthly", + "host_name": "Alain & Lana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 32, + "number_of_reviews": 90, + "last_review": "2019-06-25", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 27, + "availability_365": 204 + }, + { + "index": 1372, + "id": 1770267, + "name": "Habitacion bien comunicada", + "host_name": "Antonio", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-03", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 1373, + "id": 1775452, + "name": "Sunny room in charming neighborhood", + "host_name": "Oana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 145, + "last_review": "2019-06-30", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 2, + "availability_365": 286 + }, + { + "index": 1374, + "id": 1775920, + "name": "Barcelona, penthouse with terrace", + "host_name": "Lu\u00eds & Silvia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-06-26", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 1375, + "id": 1776811, + "name": "Double room (penthouse Pl.Espanya)", + "host_name": "Gerard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-06-22", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 13 + }, + { + "index": 1376, + "id": 1783526, + "name": "FABULOUS HOUSE WITH UNIQUE VIEWS", + "host_name": "Patricia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 4, + "number_of_reviews": 65, + "last_review": "2019-07-09", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 1377, + "id": 1785131, + "name": "COSY URBAN RETREAT (CENTRE)", + "host_name": "Anna & Marcos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 174, + "last_review": "2019-06-30", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 4, + "availability_365": 89 + }, + { + "index": 1378, + "id": 1785444, + "name": "doble and private room i flat very ", + "host_name": "Rita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2019-06-19", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 13, + "availability_365": 272 + }, + { + "index": 1379, + "id": 1787830, + "name": "Sunny room near the sea, Fort Pienc", + "host_name": "Brenda Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 251, + "last_review": "2019-07-05", + "reviews_per_month": 5.15, + "calculated_host_listings_count": 2, + "availability_365": 18 + }, + { + "index": 1380, + "id": 1790446, + "name": "SEALONA BEACH LOFT II ", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-03-04", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 1381, + "id": 1791665, + "name": "DOUBLE COZY ROOM WITH NICE TOP view", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 348 + }, + { + "index": 1382, + "id": 1792091, + "name": "Cozy room with breakfast in a charming apartment!", + "host_name": "Nicoletta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 143, + "last_review": "2019-06-17", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1383, + "id": 1800198, + "name": "Luxury for 6 at Passeig de Gr\u00e0cia.", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-17", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 8, + "availability_365": 305 + }, + { + "index": 1384, + "id": 1806167, + "name": "Centric Apartment,close the Ramblas", + "host_name": "Miriam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 3, + "number_of_reviews": 122, + "last_review": "2019-07-04", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 3, + "availability_365": 297 + }, + { + "index": 1385, + "id": 1806348, + "name": "VILADOMAT 4 -OFFER!!! A/C AIRE ACONDICIONADO", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-10-11", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 8, + "availability_365": 364 + }, + { + "index": 1386, + "id": 1808321, + "name": "Rural Chic Inspired Apartment with Terrace", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 146, + "minimum_nights": 5, + "number_of_reviews": 165, + "last_review": "2019-06-25", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 1387, + "id": 1808631, + "name": "Elegant apartment in Gotico (B)", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-05-28", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 31, + "availability_365": 82 + }, + { + "index": 1388, + "id": 1808891, + "name": "Apartment with 2 suites - Gothic", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-08-28", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 31, + "availability_365": 192 + }, + { + "index": 1389, + "id": 1809593, + "name": "COZY APT NEXT TO RAMBLA POBLENOU", + "host_name": "Joan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-06-30", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 1390, + "id": 1810923, + "name": "APARTMENT SEA VIEWS IN BARCELONA", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-06-25", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 6, + "availability_365": 130 + }, + { + "index": 1391, + "id": 1814248, + "name": "Diagonal Mar 2 balcon, Wi-Fi free parking.", + "host_name": "\u0422\u0430tiana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 303, + "last_review": "2019-06-28", + "reviews_per_month": 4.81, + "calculated_host_listings_count": 2, + "availability_365": 278 + }, + { + "index": 1392, + "id": 1814378, + "name": "3 bedroom Apartment with terrace near Sag Familia", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-05", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 41, + "availability_365": 203 + }, + { + "index": 1393, + "id": 1819306, + "name": "Single room / nice & sunny flat", + "host_name": "Angelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1394, + "id": 1821064, + "name": "Center Barcelona, Sants. Strategic", + "host_name": "Pla Pastrana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2018-07-12", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 1395, + "id": 1821184, + "name": "Cozy and sunny room in Gracia", + "host_name": "Sofia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2018-09-19", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1396, + "id": 1822149, + "name": "Nice & Quite room Raval Boquer\u00eda center", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 95, + "last_review": "2019-07-03", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 2, + "availability_365": 129 + }, + { + "index": 1397, + "id": 1823574, + "name": "6 BED PRIVATE ROOM-LUXURY HOSTEL", + "host_name": "Hip Karma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 186, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 8, + "availability_365": 350 + }, + { + "index": 1398, + "id": 1823712, + "name": "5 BED PRIVATE ROOM-LUXURY HOSTEL", + "host_name": "Hip Karma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-02-12", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 8, + "availability_365": 350 + }, + { + "index": 1399, + "id": 1823916, + "name": "8 BED PRIVATE ROOM-LUXURY HOSTEL", + "host_name": "Hip Karma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 224, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-09", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 8, + "availability_365": 342 + }, + { + "index": 1400, + "id": 1823947, + "name": "5-rooms apartment shared/ super location, Camp Nou", + "host_name": "Miyya", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Shared room", + "price": 9, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-17", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 2, + "availability_365": 314 + }, + { + "index": 1401, + "id": 1823987, + "name": "12 BED PRIVATE ROOM-LUXURY HOSTEL", + "host_name": "Hip Karma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-10", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 8, + "availability_365": 319 + }, + { + "index": 1402, + "id": 1825397, + "name": "ApartsNouBcn Les Corts 6 \u2013 14 people.", + "host_name": "Nougava,S.A.U", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-15", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 95 + }, + { + "index": 1403, + "id": 1825621, + "name": "Apartment next to Universitat", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-21", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 41, + "availability_365": 296 + }, + { + "index": 1404, + "id": 1826858, + "name": "Beautiful apartment in the center", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 281, + "last_review": "2019-07-01", + "reviews_per_month": 5.31, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 1405, + "id": 1830012, + "name": "Explore Old Barcelona from a Loft-Style Studio", + "host_name": "Raimundo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 5, + "number_of_reviews": 295, + "last_review": "2019-06-25", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 1406, + "id": 1830227, + "name": "Cosy Apartment in Sarri\u00e0 old town - with roof top", + "host_name": "Oliver", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 270, + "last_review": "2019-07-03", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 1407, + "id": 1830917, + "name": "Picasso Suites 4.2 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 1, + "number_of_reviews": 80, + "last_review": "2019-07-01", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 24, + "availability_365": 323 + }, + { + "index": 1408, + "id": 1831778, + "name": "Picasso Suites 2.2 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 259, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 24, + "availability_365": 314 + }, + { + "index": 1409, + "id": 1833618, + "name": "Very central aptm in El Born quarter", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2019-06-25", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 1410, + "id": 1834026, + "name": "PERFECT STUDI IN SANTS STREET (HUTB-008424\u200f)", + "host_name": "Marta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 5, + "number_of_reviews": 79, + "last_review": "2019-07-08", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 2, + "availability_365": 271 + }, + { + "index": 1411, + "id": 1839281, + "name": "Lilac House", + "host_name": "Pool Houses Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-10", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 6, + "availability_365": 296 + }, + { + "index": 1412, + "id": 1839552, + "name": "Picasso Suites 2.3 Paseo de Gracia ", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 259, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-05-20", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 24, + "availability_365": 327 + }, + { + "index": 1413, + "id": 1839612, + "name": "Flat Central BCN - Sagrada Familia", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 7, + "number_of_reviews": 61, + "last_review": "2019-07-04", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 5, + "availability_365": 320 + }, + { + "index": 1414, + "id": 1840475, + "name": "POP ART APARTMENT FAMILIES &GROUPS", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 220, + "last_review": "2019-07-07", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 8, + "availability_365": 201 + }, + { + "index": 1415, + "id": 1843084, + "name": "Sunny penthouse w/terrace BIG GROUP", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-25", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 330 + }, + { + "index": 1416, + "id": 1847236, + "name": "Sea,warm place,swimming pool,center", + "host_name": "Peter", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-06-23", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 1417, + "id": 1847411, + "name": "Lodge in Barcelona Pueblo Seco", + "host_name": "Pedro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-07-09", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 32 + }, + { + "index": 1418, + "id": 1851080, + "name": "Paseo de Gracia, La Pedrera", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-07-07", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 5, + "availability_365": 281 + }, + { + "index": 1419, + "id": 1851161, + "name": "DOUBLE ROOM IN GOTHIC NEIGHBORHOOD", + "host_name": "Flor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 432, + "last_review": "2019-07-10", + "reviews_per_month": 6.7, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 1420, + "id": 1853214, + "name": "Apartment 200 m from beach and 200 m from metro!", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 221, + "last_review": "2019-06-14", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 1421, + "id": 1858192, + "name": "Unique space in Barcelona for your holidays !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-23", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 33, + "availability_365": 334 + }, + { + "index": 1422, + "id": 1862225, + "name": "Modernist Apartment in the Center of Barcelona", + "host_name": "Empar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-06-26", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 328 + }, + { + "index": 1423, + "id": 1864002, + "name": "Pened\u00e8s HUTB-009320", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-05-10", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 7, + "availability_365": 251 + }, + { + "index": 1424, + "id": 1864019, + "name": "Estudio bien situado con terraza ", + "host_name": "Gabriela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 44, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2017-07-15", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 4, + "availability_365": 221 + }, + { + "index": 1425, + "id": 1867951, + "name": "SAGRADA FAMILIA VIEW STUDIO-LOFT", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 397, + "last_review": "2019-06-25", + "reviews_per_month": 5.84, + "calculated_host_listings_count": 1, + "availability_365": 150 + }, + { + "index": 1426, + "id": 1868652, + "name": "Barcelona Sants -Wifi free-parking", + "host_name": "Francisco Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 2, + "number_of_reviews": 208, + "last_review": "2019-07-10", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 271 + }, + { + "index": 1427, + "id": 1880328, + "name": "Habitaci\u00f3n - Calle Enrique Granados (min. 32 d\u00edas)", + "host_name": "Iris", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 1428, + "id": 1882669, + "name": "CITY BEACH cerca Centro y playas", + "host_name": "Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-01", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 4, + "availability_365": 270 + }, + { + "index": 1429, + "id": 1882719, + "name": "Renovated Vintage High-Rise with Balcony", + "host_name": "Nu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 1, + "number_of_reviews": 316, + "last_review": "2019-07-04", + "reviews_per_month": 4.61, + "calculated_host_listings_count": 6, + "availability_365": 215 + }, + { + "index": 1430, + "id": 1882976, + "name": "CITY CENTER a pie todo el Centro", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-10-06", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 4, + "availability_365": 313 + }, + { + "index": 1431, + "id": 1886546, + "name": "View of the Ciutadella Park", + "host_name": "Aquiles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2016-09-20", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 1432, + "id": 1888498, + "name": "Casa Corsega - Luxurious Apartment", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-07", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 19, + "availability_365": 191 + }, + { + "index": 1433, + "id": 1889121, + "name": "See Rambla de Catalunya from an Opulent Apartment", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 151, + "last_review": "2019-07-03", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 1434, + "id": 1891083, + "name": "Central cozy apartment 3B/ROOM BCN", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 368, + "last_review": "2019-07-10", + "reviews_per_month": 5.41, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 1435, + "id": 1892540, + "name": "ROOM IN THE HEART OF BARCELONA - ONLY SUMMER", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-04-28", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 1436, + "id": 1899692, + "name": "\u2b50Bright & Spacious Family Flat W/ Balcony\u00a4\u2b50", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 223, + "minimum_nights": 4, + "number_of_reviews": 114, + "last_review": "2019-07-06", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 84, + "availability_365": 283 + }, + { + "index": 1437, + "id": 1899976, + "name": "*SUN*Attic terrace!eco-lofting WIFI", + "host_name": "Ana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 208, + "last_review": "2019-06-24", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 1438, + "id": 1900055, + "name": "Wow! 2 bedr apt by Sagrada Familia\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 395, + "minimum_nights": 4, + "number_of_reviews": 88, + "last_review": "2019-07-02", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 84, + "availability_365": 310 + }, + { + "index": 1439, + "id": 1900477, + "name": "Peque\u00f1o estudio 1 Barcelona Centro", + "host_name": "Empar", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-23", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 1440, + "id": 1903974, + "name": "Habitaci\u00f3n en Barcelona", + "host_name": "Humberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 11, + "minimum_nights": 30, + "number_of_reviews": 50, + "last_review": "2018-09-26", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 3, + "availability_365": 69 + }, + { + "index": 1441, + "id": 1904316, + "name": "Proven\u00e7a 3 bedrooms with balcony PRO5A", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-07-09", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 71, + "availability_365": 94 + }, + { + "index": 1442, + "id": 1904671, + "name": "SPECIAL PRICE Studio Les Corts WiFi", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 262, + "last_review": "2019-07-06", + "reviews_per_month": 3.9, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 1443, + "id": 1905000, + "name": "2 BEDROOM LOVE NEST", + "host_name": "Gerard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 3, + "number_of_reviews": 192, + "last_review": "2019-07-07", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 2, + "availability_365": 283 + }, + { + "index": 1444, + "id": 1908257, + "name": "Trendy, cool 4BR apartment Eixample", + "host_name": "Mich", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2019-06-26", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 1445, + "id": 1910850, + "name": "SAGRADA FAMILIA'S VIEW APARTMENT", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 374, + "last_review": "2019-07-01", + "reviews_per_month": 5.67, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 1446, + "id": 1911214, + "name": "Citycenter apartment by StaYourWay", + "host_name": "Stayourway Bcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 165, + "last_review": "2019-07-04", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 6, + "availability_365": 254 + }, + { + "index": 1447, + "id": 1912635, + "name": "APPART \u00c0 NEUF, ENSOLEILL\u00c9 EIXAMPLE", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2018-01-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 5, + "availability_365": 128 + }, + { + "index": 1448, + "id": 1912837, + "name": "PLAZA ESPA\u00d1A C ARENAS BEAUTIFUL APT. INDEPENDENT", + "host_name": "Isa Y Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 5, + "number_of_reviews": 117, + "last_review": "2019-06-29", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 4, + "availability_365": 51 + }, + { + "index": 1449, + "id": 1912881, + "name": "Especial Flat in Paseo de Gracia", + "host_name": "Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-27", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 13, + "availability_365": 229 + }, + { + "index": 1450, + "id": 1915617, + "name": "LetsGoBarcelona Sagrada Famila Penthouse + Terrace", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-05-19", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 26, + "availability_365": 159 + }, + { + "index": 1451, + "id": 1915882, + "name": "LetsgoBarcelona Paseo de Gracia Duplex", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-07", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 26, + "availability_365": 96 + }, + { + "index": 1452, + "id": 1916224, + "name": "Letsgo La Ramblas with private Terrace 4pax", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-20", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 26, + "availability_365": 83 + }, + { + "index": 1453, + "id": 1916297, + "name": "Modern Diagonal Ave Apartment 4pax apartment", + "host_name": "Willem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 31, + "number_of_reviews": 30, + "last_review": "2018-06-19", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 26, + "availability_365": 0 + }, + { + "index": 1454, + "id": 1916455, + "name": "BIG APARTMENT NEXT TO LA PEDRERA", + "host_name": "Alicia, Ignacio & Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 285, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-06-27", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 2, + "availability_365": 141 + }, + { + "index": 1455, + "id": 1916806, + "name": "Sunny Terrace with views in Gracia", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-08", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 3, + "availability_365": 326 + }, + { + "index": 1456, + "id": 1919167, + "name": "DBL room next to Catalonia Square", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-06-22", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 4, + "availability_365": 145 + }, + { + "index": 1457, + "id": 1919244, + "name": "Lovely and very centric DBL. room!", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 181, + "last_review": "2019-06-26", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 4, + "availability_365": 354 + }, + { + "index": 1458, + "id": 1920941, + "name": "Luxurious & Loving Apartment", + "host_name": "Sheila", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-07-01", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 360 + }, + { + "index": 1459, + "id": 1921353, + "name": "AMAZING PENTHOUSE RAMBLAS! DAILY CLEANING!", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-13", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 11, + "availability_365": 245 + }, + { + "index": 1460, + "id": 1921392, + "name": "The Real Barcelona! Beach, Culture & Foodie Heaven", + "host_name": "Lars", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-06-24", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 1461, + "id": 1921402, + "name": "LetsGo Barcelona Chic Paseo Gracia 5 pax Apartment", + "host_name": "Willem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-14", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 26, + "availability_365": 154 + }, + { + "index": 1462, + "id": 1926794, + "name": "Tourist Double Room \" the platform\"", + "host_name": "Maria Antonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 275, + "last_review": "2019-06-18", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 1463, + "id": 1926867, + "name": "FIRST LINE BEACH. 6 PAX", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-25", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 1464, + "id": 1932737, + "name": "Sagrada Familia-priv. room, central", + "host_name": "Saskia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2018-07-17", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1465, + "id": 1933025, + "name": "Barcelona Reloaded", + "host_name": "Antonio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 326, + "last_review": "2019-07-07", + "reviews_per_month": 4.99, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 1466, + "id": 1933923, + "name": "Modern apartment Sagrada Familia", + "host_name": "Ariadna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-06-26", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 200 + }, + { + "index": 1467, + "id": 1938408, + "name": "Apto c\u00e1lido Gr\u00e0cia 40 m2 Equipado.", + "host_name": "Gust", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 32, + "number_of_reviews": 29, + "last_review": "2018-11-16", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 1468, + "id": 1938831, + "name": "LetsGoBarcelona Diagonal Ave. Apartment 6 pax", + "host_name": "Willem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-20", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 26, + "availability_365": 314 + }, + { + "index": 1469, + "id": 1940776, + "name": "Barcelona center Close to the beach", + "host_name": "Judith", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-07-07", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 1470, + "id": 1944280, + "name": "Confortable habitaci\u00f3n privada", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-22", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 2, + "availability_365": 280 + }, + { + "index": 1471, + "id": 1951405, + "name": "Penthouse in the heart of Gr\u00e0cia!", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 171, + "last_review": "2019-06-21", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 15, + "availability_365": 294 + }, + { + "index": 1472, + "id": 1957157, + "name": "SIBS BALMES - Romantic Apartment", + "host_name": "Juanjo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 2, + "number_of_reviews": 201, + "last_review": "2019-07-03", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 4, + "availability_365": 280 + }, + { + "index": 1473, + "id": 1957893, + "name": "Picasso - Stylish flat near sea", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 303 + }, + { + "index": 1474, + "id": 1958839, + "name": "Designer Loft + Private Terrace ", + "host_name": "Eric", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-05-28", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 1475, + "id": 1964595, + "name": "BRAND NEW COZY APPARTMENT CENTRIC", + "host_name": "Enrique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 233, + "last_review": "2019-07-07", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 3, + "availability_365": 319 + }, + { + "index": 1476, + "id": 1966739, + "name": "Chic&Sunny.What else? go to see...", + "host_name": "Jordi", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-22", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 14, + "availability_365": 304 + }, + { + "index": 1477, + "id": 1968717, + "name": "Wow! Bright studio by Ps. de Gracia\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 171, + "minimum_nights": 3, + "number_of_reviews": 165, + "last_review": "2019-06-27", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 84, + "availability_365": 220 + }, + { + "index": 1478, + "id": 1973410, + "name": "Big bedroom with king size bed!", + "host_name": "Kaya", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 212, + "last_review": "2019-03-31", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 2, + "availability_365": 222 + }, + { + "index": 1479, + "id": 1978060, + "name": "PRECIOSO PISO EN FIRA PZA. ESPA\u00d1A", + "host_name": "Pilar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-06-18", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 247 + }, + { + "index": 1480, + "id": 1978145, + "name": "Centric (Eixample) Modernist flat", + "host_name": "Aav", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1481, + "id": 1986164, + "name": "PENTHOUSE TERRACE FREE wifi HUTB005565", + "host_name": "Lourdes", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-11-06", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 4, + "availability_365": 58 + }, + { + "index": 1482, + "id": 1986412, + "name": "Paral\u00b7lel Soul Barcelona", + "host_name": "Oscar Y Susana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 345, + "last_review": "2019-06-14", + "reviews_per_month": 5.13, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 1483, + "id": 1987048, + "name": "Cozy design apartment in the center", + "host_name": "Julia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 196, + "last_review": "2019-06-23", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 1, + "availability_365": 140 + }, + { + "index": 1484, + "id": 1996319, + "name": "Great apartment close CAMP NOU", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-06-10", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 15, + "availability_365": 336 + }, + { + "index": 1485, + "id": 1996730, + "name": "Nice Room at Bcn's Heart", + "host_name": "Eduardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2018-10-06", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 1486, + "id": 2001671, + "name": "Bright and lovely double room with balcony", + "host_name": "Ivy & Javi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-06-25", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 3, + "availability_365": 8 + }, + { + "index": 1487, + "id": 2002813, + "name": "Big room in a very good area", + "host_name": "Christian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-30", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 3, + "availability_365": 60 + }, + { + "index": 1488, + "id": 2003655, + "name": "Close to \"Las Ramblas \"", + "host_name": "Jorge Armando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-05-31", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1489, + "id": 2005972, + "name": "Apartment Sants Les Corts", + "host_name": "Nestor", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 38, + "last_review": "2019-07-06", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 1490, + "id": 2015385, + "name": "Bonita y amplia habitaci\u00f3n privada", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-20", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 2, + "availability_365": 269 + }, + { + "index": 1491, + "id": 2018439, + "name": "GRACIA DELUXE WITH PRIVATE TERRACE", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-15", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 21, + "availability_365": 295 + }, + { + "index": 1492, + "id": 2019256, + "name": "Sunny large room up to 3 pax!", + "host_name": "Angel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 1493, + "id": 2019384, + "name": "Chic & Fashion. EIXAMPLE.", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-14", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 31, + "availability_365": 306 + }, + { + "index": 1494, + "id": 2020602, + "name": "SUMMERTIME BCN a oasis in Gracia", + "host_name": "Teresa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-26", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 1495, + "id": 2020743, + "name": "FASHION AND SPACIOUS APARTMENT", + "host_name": "M\u00aa Pilar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 179, + "last_review": "2019-06-26", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 1, + "availability_365": 266 + }, + { + "index": 1496, + "id": 2024053, + "name": "Cute double room with balcony in Sagrada Familia", + "host_name": "Arnold Y Markus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-17", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 121 + }, + { + "index": 1497, + "id": 2026106, + "name": "Sagrada Familia Design 4", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-05-24", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 16 + }, + { + "index": 1498, + "id": 2029462, + "name": "Center City + Free transport voucher with 10 trips", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 49, + "last_review": "2019-06-25", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 1499, + "id": 2029502, + "name": "Romantic view over the port", + "host_name": "Liina And Kash", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 59, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2014-10-12", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1500, + "id": 2029507, + "name": "MODERN - CATHEDRAL, 4 PAX / 2 BATHS", + "host_name": "Ramon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 3, + "number_of_reviews": 221, + "last_review": "2019-07-09", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 1501, + "id": 2029840, + "name": "Stylish apartment in the heart of Gothic area", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 32, + "number_of_reviews": 17, + "last_review": "2019-06-22", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 21, + "availability_365": 305 + }, + { + "index": 1502, + "id": 2031134, + "name": "Sagrada Familia-auditorium. FREE WI-FI.", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 191, + "last_review": "2019-07-07", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 1503, + "id": 2034675, + "name": "Calm in the heart of BCN", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 326, + "last_review": "2019-06-29", + "reviews_per_month": 4.84, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 1504, + "id": 2036662, + "name": "Exclusive terrasse, central BCN", + "host_name": "Fabrice", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 231, + "last_review": "2019-07-10", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 1505, + "id": 2040320, + "name": "Spacious Room at Bcn's Heart", + "host_name": "Eduardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2018-10-08", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 1506, + "id": 2044947, + "name": "Room in downtown Barcelona", + "host_name": "Ximena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 313, + "last_review": "2019-06-25", + "reviews_per_month": 4.64, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 1507, + "id": 2045063, + "name": "Explore City Center from an Elegant Urban Retreat", + "host_name": "Drew And Tamar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 242, + "minimum_nights": 3, + "number_of_reviews": 151, + "last_review": "2019-06-13", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 256 + }, + { + "index": 1508, + "id": 2046026, + "name": "BEAUTIFUL CENTRAL TERRACE APARTMENT", + "host_name": "Yolanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 158, + "last_review": "2019-07-02", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 1509, + "id": 2048372, + "name": "Apt.en Passeig de Gracia (5pax) B6", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-13", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 42, + "availability_365": 120 + }, + { + "index": 1510, + "id": 2048590, + "name": "Apt.en Passeig de Gracia (4pax) B5", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-20", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 42, + "availability_365": 90 + }, + { + "index": 1511, + "id": 2048862, + "name": "Terrace, swimming pool and seaviews (6pax) S1", + "host_name": "Tendency", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-05-25", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 42, + "availability_365": 88 + }, + { + "index": 1512, + "id": 2050353, + "name": "GAUDI APARTMENT in SAGRADA FAMILIA", + "host_name": "Domingo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 249, + "last_review": "2019-06-25", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 1, + "availability_365": 202 + }, + { + "index": 1513, + "id": 2050662, + "name": "Fira Barcelona, Gran V\u00eda 2", + "host_name": "Laura", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 2, + "number_of_reviews": 172, + "last_review": "2019-06-23", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 1514, + "id": 2052300, + "name": "Seaviews,city views 1 bedroom for 4 (4pax) S2", + "host_name": "Tendency", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-06-22", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 42, + "availability_365": 119 + }, + { + "index": 1515, + "id": 2053772, + "name": "Large flat in Sagrada Familia private garden.6 pax", + "host_name": "Ingrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 3, + "number_of_reviews": 133, + "last_review": "2019-07-04", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 4, + "availability_365": 98 + }, + { + "index": 1516, + "id": 2054024, + "name": "2 BD + 2 BTH WIFI VIRREINA GRACIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2019-06-23", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 21, + "availability_365": 289 + }, + { + "index": 1517, + "id": 2054129, + "name": "One bedroom Apartment Gothic (4 people)", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-08-24", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 7, + "availability_365": 319 + }, + { + "index": 1518, + "id": 2054538, + "name": "Park G\u00fcell Apartment 2. Brand new", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 164, + "last_review": "2019-07-07", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 3, + "availability_365": 259 + }, + { + "index": 1519, + "id": 2058080, + "name": "Exquisite Large Unique Home in Gr\u00e0cia with Lush Patios", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 194, + "minimum_nights": 2, + "number_of_reviews": 273, + "last_review": "2019-07-04", + "reviews_per_month": 4.2, + "calculated_host_listings_count": 7, + "availability_365": 308 + }, + { + "index": 1520, + "id": 2059446, + "name": "Boutique Apt in the Center I", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 95, + "last_review": "2019-06-03", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 19, + "availability_365": 50 + }, + { + "index": 1521, + "id": 2059628, + "name": "Port - Cosy flat in Born with Sea Views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-06-17", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 28, + "availability_365": 312 + }, + { + "index": 1522, + "id": 2061767, + "name": "room in nice centric apartment", + "host_name": "Giulio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 96, + "last_review": "2019-06-18", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 1523, + "id": 2065950, + "name": "Flat in the center of Barcelona", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 4, + "number_of_reviews": 105, + "last_review": "2019-06-20", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 4, + "availability_365": 265 + }, + { + "index": 1524, + "id": 2068454, + "name": "GOTHIC RAMBLAS 2 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-06-07", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 49, + "availability_365": 75 + }, + { + "index": 1525, + "id": 2068875, + "name": "Authentic flat in Poble Sec - Paralelo", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 140, + "last_review": "2019-06-25", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 15, + "availability_365": 288 + }, + { + "index": 1526, + "id": 2069105, + "name": "BARCELONETA BEACH IV 1", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-21", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 49, + "availability_365": 63 + }, + { + "index": 1527, + "id": 2070094, + "name": "Boutique Apt in the Center II", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 110, + "last_review": "2019-06-13", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 19, + "availability_365": 49 + }, + { + "index": 1528, + "id": 2070190, + "name": "Provenza 3 bedrooms with balcony PRO5B", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-07-02", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 71, + "availability_365": 218 + }, + { + "index": 1529, + "id": 2073044, + "name": "Boutique Apt in the Center III", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 168, + "last_review": "2019-06-07", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 19, + "availability_365": 40 + }, + { + "index": 1530, + "id": 2077178, + "name": "Tropical Terrace & Beach", + "host_name": "Olga", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-10", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 1, + "availability_365": 122 + }, + { + "index": 1531, + "id": 2077957, + "name": "BEAUTIFUL APT. NEXT TO P. DE GRACIA", + "host_name": "Alicia, Ignacio & Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-04-13", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 1532, + "id": 2078332, + "name": "Wonderful apartment for 5 people in Gracia", + "host_name": "Laia I Aleu", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 3, + "number_of_reviews": 176, + "last_review": "2019-07-04", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 1533, + "id": 2078785, + "name": "Nice new Room in Barcelona", + "host_name": "Filippo & Boom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-25", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 1534, + "id": 2082868, + "name": "Eixample apartment -SAGRADA FAMILIA", + "host_name": "Daria & Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 2, + "number_of_reviews": 286, + "last_review": "2019-06-26", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1535, + "id": 2083071, + "name": "Chic Gotico Attic on a Quiet Street", + "host_name": "Zarita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 22, + "last_review": "2019-06-07", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 1536, + "id": 2085779, + "name": "Single Room in Sant Antoni/eixample", + "host_name": "Abdel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-07-06", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 3, + "availability_365": 328 + }, + { + "index": 1537, + "id": 2087178, + "name": "Centric duplex with lovely patio!", + "host_name": "Clara", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-05-29", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 1538, + "id": 2090845, + "name": "Plaza Catalu\u00f1a Family", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-30", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 47, + "availability_365": 201 + }, + { + "index": 1539, + "id": 2090868, + "name": "Onamac WIFI TERRACE", + "host_name": "Roger", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-07-01", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 1540, + "id": 2091945, + "name": "Real City Center: perfect room after a long day!", + "host_name": "Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-06-20", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 1541, + "id": 2091953, + "name": "Central+chic+Sunny gallery&balcony", + "host_name": "Anna & Raf", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 110, + "last_review": "2019-06-22", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 2, + "availability_365": 263 + }, + { + "index": 1542, + "id": 2092020, + "name": "APARTMENT 4MIN NEAR SAGRADA FAMILIA", + "host_name": "Angels", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 7, + "number_of_reviews": 4, + "last_review": "2017-04-17", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1543, + "id": 2096374, + "name": "3 bedroom Apartment with large terrace", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-05-17", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 28, + "availability_365": 203 + }, + { + "index": 1544, + "id": 2096606, + "name": "Suite double room with private bathroom", + "host_name": "Giulia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2016-04-05", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 327 + }, + { + "index": 1545, + "id": 2097376, + "name": "CAMP NOU. WIFI&TERRACE H", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 204, + "last_review": "2019-07-01", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 6, + "availability_365": 260 + }, + { + "index": 1546, + "id": 2099499, + "name": "Private room with sunny terrace of 200m2. one", + "host_name": "Salvatore", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 10, + "minimum_nights": 150, + "number_of_reviews": 1, + "last_review": "2019-06-04", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 10, + "availability_365": 218 + }, + { + "index": 1547, + "id": 2099757, + "name": "Apartment in Passeig de Gracia (5pax) B2", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-24", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 42, + "availability_365": 119 + }, + { + "index": 1548, + "id": 2100854, + "name": "2 bedroom apartment close to Plaza Catalunya", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-06-05", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 332 + }, + { + "index": 1549, + "id": 2101094, + "name": "010. Mosc\u00fa Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 277, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-09", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 97, + "availability_365": 182 + }, + { + "index": 1550, + "id": 2104807, + "name": "D\u00faplex apartment in Gracia district", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-04-14", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 28, + "availability_365": 328 + }, + { + "index": 1551, + "id": 2105089, + "name": "Avenida Gaudi", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 4, + "number_of_reviews": 116, + "last_review": "2019-06-04", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 27, + "availability_365": 157 + }, + { + "index": 1552, + "id": 2107982, + "name": "Close to the heart of the city!", + "host_name": "Ferran", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 239, + "last_review": "2019-06-23", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 1553, + "id": 2111196, + "name": "Sunny Apartment Sagrada Familia 1", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-27", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 4, + "availability_365": 301 + }, + { + "index": 1554, + "id": 2111495, + "name": "cozy room in shared flat - M Urgell", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2014-09-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1555, + "id": 2112980, + "name": "estudio en el area mas chic . S", + "host_name": "Teresa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 113, + "last_review": "2016-11-27", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 44 + }, + { + "index": 1556, + "id": 2114394, + "name": "one bedroom apartment in el Borne", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 32, + "number_of_reviews": 15, + "last_review": "2019-05-23", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 28, + "availability_365": 364 + }, + { + "index": 1557, + "id": 2117004, + "name": "ECLECTIC FLAT \"Quadrat d\u00b4Or\" HUTB007943", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 81, + "last_review": "2019-07-07", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 24, + "availability_365": 327 + }, + { + "index": 1558, + "id": 2117095, + "name": "Charming apartment in Gracia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 313 + }, + { + "index": 1559, + "id": 2117158, + "name": "Bedroom and living for 2 adults+2 kids", + "host_name": "Cosimo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-07-04", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 1560, + "id": 2118473, + "name": "Private terrace at Sagrada Familia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-06-24", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 24, + "availability_365": 332 + }, + { + "index": 1561, + "id": 2122261, + "name": "Fantastic and Best City Center Location", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 294, + "last_review": "2019-06-30", + "reviews_per_month": 4.38, + "calculated_host_listings_count": 7, + "availability_365": 311 + }, + { + "index": 1562, + "id": 2125513, + "name": "Nice single room", + "host_name": "Oana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 244, + "last_review": "2019-07-01", + "reviews_per_month": 3.93, + "calculated_host_listings_count": 2, + "availability_365": 262 + }, + { + "index": 1563, + "id": 2127975, + "name": "Wonderful New Apartment Top Gracia", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 115, + "last_review": "2019-06-20", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 14, + "availability_365": 283 + }, + { + "index": 1564, + "id": 2131287, + "name": "Cool&Centric Apartment", + "host_name": "Jacques & Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 484, + "last_review": "2019-07-04", + "reviews_per_month": 7.22, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 1565, + "id": 2131496, + "name": "Beautiful apartment in the center", + "host_name": "Koni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 328, + "last_review": "2019-06-23", + "reviews_per_month": 5.05, + "calculated_host_listings_count": 5, + "availability_365": 280 + }, + { + "index": 1566, + "id": 2134241, + "name": "Sagrada Familia area - Gran Via 1", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-11", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 13, + "availability_365": 309 + }, + { + "index": 1567, + "id": 2138071, + "name": "Green House. House with a pool.", + "host_name": "Pool Houses Barcelona", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-24", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 6, + "availability_365": 257 + }, + { + "index": 1568, + "id": 2141535, + "name": "Big Room with view in BCN Center.", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2017-09-25", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1569, + "id": 2144561, + "name": "Sagrada Familia area for 31 people", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 740, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-03-11", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 13, + "availability_365": 300 + }, + { + "index": 1570, + "id": 2146533, + "name": "Sagrada Familia area for 14 people", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-07-01", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 13, + "availability_365": 301 + }, + { + "index": 1571, + "id": 2147882, + "name": "Cosy&Bright 3bd flat Montjuic Wifi - ATU44", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 206, + "last_review": "2019-06-24", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 18, + "availability_365": 139 + }, + { + "index": 1572, + "id": 2148858, + "name": "Sunny Apartment Sagrada Familia 3", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-05-01", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 4, + "availability_365": 287 + }, + { + "index": 1573, + "id": 2152440, + "name": "Living in the heart of Gr\u00e0cia !!", + "host_name": "Ricard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 262, + "last_review": "2019-07-08", + "reviews_per_month": 3.95, + "calculated_host_listings_count": 5, + "availability_365": 74 + }, + { + "index": 1574, + "id": 2152813, + "name": "habitacion doble en piso esquinero", + "host_name": "Rita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-23", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 13, + "availability_365": 214 + }, + { + "index": 1575, + "id": 2159227, + "name": "Private terrace at Sagrada Fam\u00edlia", + "host_name": "Marius", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 132, + "last_review": "2019-05-01", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 1576, + "id": 2159596, + "name": "046. Rogent Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-05-21", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 97, + "availability_365": 330 + }, + { + "index": 1577, + "id": 2159732, + "name": "106. Gold Big Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 194, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-03-10", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 97, + "availability_365": 324 + }, + { + "index": 1578, + "id": 2161538, + "name": "Flat Fira de Barcelona Plaza Espa\u00f1a", + "host_name": "Marta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 48, + "last_review": "2019-07-03", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 5, + "availability_365": 329 + }, + { + "index": 1579, + "id": 2167544, + "name": "Rambla de Catalunya - Apartment", + "host_name": "Gloria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 189, + "last_review": "2019-06-06", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 2, + "availability_365": 251 + }, + { + "index": 1580, + "id": 2170203, + "name": "FIRA BUSINESS APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-10", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 49, + "availability_365": 73 + }, + { + "index": 1581, + "id": 2174012, + "name": "Take in the Views from the Balcony of a Stunning Home", + "host_name": "Yann", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-06-29", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 185 + }, + { + "index": 1582, + "id": 2177176, + "name": "Studio & terrace / magical views", + "host_name": "Marita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 336, + "last_review": "2019-07-05", + "reviews_per_month": 5.14, + "calculated_host_listings_count": 1, + "availability_365": 212 + }, + { + "index": 1583, + "id": 2179254, + "name": "Sunshine and beautiful views of BCN", + "host_name": "Mono", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-24", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 1584, + "id": 2180003, + "name": "Best location in Barcelona", + "host_name": "Vincenzo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 157, + "last_review": "2019-07-08", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 1585, + "id": 2184062, + "name": "Elegant Apartment in City Center", + "host_name": "Bruno", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 222, + "last_review": "2019-06-26", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 2, + "availability_365": 108 + }, + { + "index": 1586, + "id": 2185710, + "name": "Arco de Triunfo", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-20", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 47, + "availability_365": 202 + }, + { + "index": 1587, + "id": 2186401, + "name": "Apartment in a good location in BCN", + "host_name": "Alicia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 168, + "last_review": "2019-06-10", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 2, + "availability_365": 128 + }, + { + "index": 1588, + "id": 2187751, + "name": "Penthouse with sunny terrace, 3 p", + "host_name": "Anna Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 188, + "last_review": "2019-07-10", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 6, + "availability_365": 84 + }, + { + "index": 1589, + "id": 2190616, + "name": "Atic with great views", + "host_name": "Ignacio & Sonia.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 4, + "number_of_reviews": 277, + "last_review": "2019-06-22", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 1590, + "id": 2190698, + "name": "Room in a sunny terraced penthouse", + "host_name": "Roberto Y Leandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 281, + "last_review": "2019-07-04", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 1, + "availability_365": 61 + }, + { + "index": 1591, + "id": 2190762, + "name": "HABITACION DOBLE en el BARRIO DE SANTS-MONTJUIC", + "host_name": "Jorge", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 51, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-07-06", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 2, + "availability_365": 165 + }, + { + "index": 1592, + "id": 2199431, + "name": "Triomf Terrace Panoramic View", + "host_name": "Mireia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-22", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 5, + "availability_365": 43 + }, + { + "index": 1593, + "id": 2201550, + "name": "APARTMENT 3MIN NEAR SAGRADA FAMILIA", + "host_name": "Angels", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-07-09", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 2, + "availability_365": 132 + }, + { + "index": 1594, + "id": 2201962, + "name": "Top floor in Barcelona", + "host_name": "Lucia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-09", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 1595, + "id": 2202380, + "name": "Barceloneta Beach", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 26, + "minimum_nights": 32, + "number_of_reviews": 15, + "last_review": "2018-08-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 31, + "availability_365": 213 + }, + { + "index": 1596, + "id": 2202510, + "name": "Chic&Calm in Modernist Center", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 282, + "last_review": "2019-06-24", + "reviews_per_month": 4.25, + "calculated_host_listings_count": 12, + "availability_365": 89 + }, + { + "index": 1597, + "id": 2204820, + "name": "ENCANTADOR APARTAMENTO P. GRACIA", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 1598, + "id": 2205744, + "name": "Apart. near Pl Catalunya 3 bedrooms for 6 ( G 12 )", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 113, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-13", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 42, + "availability_365": 110 + }, + { + "index": 1599, + "id": 2207843, + "name": "Quirky 2 Bed Penthouse + Terraces", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 360, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-23", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 21, + "availability_365": 319 + }, + { + "index": 1600, + "id": 2208334, + "name": "Double room with magnificent views", + "host_name": "Laura", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-06-09", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1601, + "id": 2209803, + "name": "Lovely room beside Park G\u00fcell", + "host_name": "Susana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 20, + "minimum_nights": 30, + "number_of_reviews": 17, + "last_review": "2018-07-27", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 1602, + "id": 2212992, + "name": "Terraza privada con toldo electrico", + "host_name": "Claudio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-06-23", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 1603, + "id": 2214596, + "name": "PENTHOUSE TOP VIEWS BARCELONA APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 112, + "last_review": "2019-06-22", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 49, + "availability_365": 77 + }, + { + "index": 1604, + "id": 2218283, + "name": "Habitaci\u00f3n doble con dos camas con balc\u00f3n", + "host_name": "Jose Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 31, + "number_of_reviews": 29, + "last_review": "2019-05-21", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 293 + }, + { + "index": 1605, + "id": 2219054, + "name": "House with 2 terraces Park Guell", + "host_name": "Luisa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 7, + "number_of_reviews": 7, + "last_review": "2019-07-03", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 3, + "availability_365": 265 + }, + { + "index": 1606, + "id": 2219194, + "name": "Double with bathroom and (shared) balcony", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 237, + "last_review": "2019-06-25", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 1607, + "id": 2219606, + "name": "Habitaci\u00f3n Privada Barcelona", + "host_name": "Maria Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-16", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 2, + "availability_365": 321 + }, + { + "index": 1608, + "id": 2220119, + "name": "Descubre el art nouveau a trav\u00e9s de este piso cercano a la Plaza de Espa\u00f1a", + "host_name": "Manel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 2, + "number_of_reviews": 333, + "last_review": "2019-06-27", + "reviews_per_month": 5.04, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 1609, + "id": 2220561, + "name": "Nice and bright flat in Poble Sec", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-26", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 15, + "availability_365": 113 + }, + { + "index": 1610, + "id": 2221191, + "name": " room in downtown!!", + "host_name": "Jana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 359, + "last_review": "2019-06-16", + "reviews_per_month": 5.45, + "calculated_host_listings_count": 1, + "availability_365": 222 + }, + { + "index": 1611, + "id": 2222172, + "name": "Sunny Apartment. Nice location", + "host_name": "Dani", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-15", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 15, + "availability_365": 292 + }, + { + "index": 1612, + "id": 2224719, + "name": "Letsgo Barcelona Las Ramblas with Terrace 4pax.", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-05-26", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 26, + "availability_365": 111 + }, + { + "index": 1613, + "id": 2225794, + "name": "1 ROOM, FRANCESC MACIA, WIFI. MONTHLY RENT", + "host_name": "Paola", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 15, + "number_of_reviews": 8, + "last_review": "2019-04-26", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 1614, + "id": 2226387, + "name": "Economic apartment in Sagrada familia - BCN", + "host_name": "Ghat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-17", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 13, + "availability_365": 162 + }, + { + "index": 1615, + "id": 2226768, + "name": "Cute Eixample Apartment. HUTB-005692", + "host_name": "Xavi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-12", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 1616, + "id": 2227744, + "name": "Nice flat and swmgpool Bonanova sq", + "host_name": "Cristina", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 6, + "number_of_reviews": 24, + "last_review": "2019-06-28", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 1617, + "id": 2236041, + "name": "Central and pleasant", + "host_name": "Maribel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-06-30", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 2, + "availability_365": 362 + }, + { + "index": 1618, + "id": 2237750, + "name": "Close to Sagrada Familia, Park G\u00fcell", + "host_name": "Dolors & Enric", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 177, + "last_review": "2019-07-04", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 1, + "availability_365": 118 + }, + { + "index": 1619, + "id": 2239563, + "name": "Only 5 blocks from Sagrada Familia!", + "host_name": "Marcelo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-06-29", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 81 + }, + { + "index": 1620, + "id": 2239902, + "name": "Double room in barcelona center", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 28, + "number_of_reviews": 5, + "last_review": "2018-08-24", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1621, + "id": 2240875, + "name": "Single Room+Balcony BCN Center (only 1 guest).", + "host_name": "Federico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 382, + "last_review": "2019-07-09", + "reviews_per_month": 5.81, + "calculated_host_listings_count": 2, + "availability_365": 59 + }, + { + "index": 1622, + "id": 2241121, + "name": "Rambla de Catalunya \u2013 Apartment", + "host_name": "Gloria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-05-31", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 1623, + "id": 2244935, + "name": "Cozy Eixample Apartment . HUTB-001274", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-30", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 3, + "availability_365": 3 + }, + { + "index": 1624, + "id": 2245066, + "name": "Sagrada Familia cozy apto 2 BR", + "host_name": "Nadia & Taras", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-07-04", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 3, + "availability_365": 280 + }, + { + "index": 1625, + "id": 2245593, + "name": "The other flat \"Sagrada Familia\"", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 6, + "number_of_reviews": 47, + "last_review": "2019-07-06", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 1626, + "id": 2248576, + "name": "Lucky Sagrada Familia****4 Bedrooms**** Best views", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 194, + "minimum_nights": 4, + "number_of_reviews": 179, + "last_review": "2019-06-26", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 1627, + "id": 2255946, + "name": "Private Room Near Parc Guell", + "host_name": "Rick", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 1628, + "id": 2256064, + "name": "Trendy Fully equipped Apt in central BCN apt 6pp", + "host_name": "Vicky Agus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 206, + "last_review": "2019-07-01", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 6, + "availability_365": 365 + }, + { + "index": 1629, + "id": 2258032, + "name": "Espacio Matisse 3 beds : wifi / air-con / elevator", + "host_name": "Paco", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-07-05", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 1630, + "id": 2258125, + "name": "Nice Apt. 2min from Sagrada Familia", + "host_name": "Oliver", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2017-07-01", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1631, + "id": 2259892, + "name": "Sagrada Familia Relax", + "host_name": "Key Inn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-26", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 47, + "availability_365": 204 + }, + { + "index": 1632, + "id": 2263681, + "name": "Apartment-terrace with amazing view HUTB-009273", + "host_name": "Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-07-06", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 1633, + "id": 2264120, + "name": "NEW & COZY FLAT. POBLE NOU. DOUBLE ROOM", + "host_name": "German", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2017-06-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1634, + "id": 2265321, + "name": "Comfort Luxury center apartment", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 151, + "last_review": "2019-06-25", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 38, + "availability_365": 113 + }, + { + "index": 1635, + "id": 2266575, + "name": "Cozy Apartment, incredible views", + "host_name": "Mar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 186, + "last_review": "2019-07-05", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 237 + }, + { + "index": 1636, + "id": 2268067, + "name": "Perfect location, 2 bedr + 2 bath", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-06-26", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 24, + "availability_365": 140 + }, + { + "index": 1637, + "id": 2278689, + "name": "SMALL STUDIO WITH LOVELY TERRACE", + "host_name": "Flor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 2, + "number_of_reviews": 204, + "last_review": "2019-07-08", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 1, + "availability_365": 322 + }, + { + "index": 1638, + "id": 2280685, + "name": "Apartment in Arc del Triomf", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-03-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 7, + "availability_365": 185 + }, + { + "index": 1639, + "id": 2282469, + "name": "Quiet family apartment in the center", + "host_name": "Oriol", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 283, + "last_review": "2019-07-08", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 4, + "availability_365": 101 + }, + { + "index": 1640, + "id": 2283011, + "name": "Typical house of Barceloneta.Beach.", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 88, + "number_of_reviews": 26, + "last_review": "2014-10-28", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 31, + "availability_365": 349 + }, + { + "index": 1641, + "id": 2288221, + "name": "Elegant apartment in the heart of the city", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 96, + "last_review": "2019-07-06", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 31, + "availability_365": 107 + }, + { + "index": 1642, + "id": 2288858, + "name": "LOVELY ROOM IN THE HEART OF BCN & PRIVATE BATH", + "host_name": "Eloi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 6, + "number_of_reviews": 44, + "last_review": "2019-07-08", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 220 + }, + { + "index": 1643, + "id": 2289089, + "name": "Beautiful and refurbished apartment who keep the modernist style.", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-07-02", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 31, + "availability_365": 32 + }, + { + "index": 1644, + "id": 2292786, + "name": "Beautiful, central, spacious room", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-06-27", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 2, + "availability_365": 30 + }, + { + "index": 1645, + "id": 2292917, + "name": "GREAT APARTMENT IN THE EIXAMPLE", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-26", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 15, + "availability_365": 324 + }, + { + "index": 1646, + "id": 2293777, + "name": "Relaxed, Spacious Loft with Jetted Tub", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 325, + "last_review": "2019-07-07", + "reviews_per_month": 4.94, + "calculated_host_listings_count": 3, + "availability_365": 251 + }, + { + "index": 1647, + "id": 2294596, + "name": "VALENCIA", + "host_name": "Araceli", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-16", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 142 + }, + { + "index": 1648, + "id": 2300519, + "name": "BCN GranVia Terrace", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 105, + "last_review": "2019-05-26", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 27, + "availability_365": 133 + }, + { + "index": 1649, + "id": 2302513, + "name": "Double room & private bathroom in Gracia area", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 145, + "last_review": "2019-07-04", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 1650, + "id": 2306347, + "name": "Double Room in Apartment Gastronomic Born/Gotic", + "host_name": "Francisco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 74, + "minimum_nights": 1, + "number_of_reviews": 125, + "last_review": "2019-07-07", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 1651, + "id": 2306489, + "name": "Fabulous apartment, city center :)", + "host_name": "Vincent", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 176, + "last_review": "2019-06-26", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 11, + "availability_365": 60 + }, + { + "index": 1652, + "id": 2306988, + "name": "Passeig de Gr\u00e0cia. Luxury on 6th.", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2015-01-25", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 8, + "availability_365": 240 + }, + { + "index": 1653, + "id": 2307557, + "name": "Luxury. 10th floor. Paseo de Gracia", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-25", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 8, + "availability_365": 285 + }, + { + "index": 1654, + "id": 2307843, + "name": "Arenas View Luxuary Plaza de Espa\u00f1a", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 4, + "number_of_reviews": 30, + "last_review": "2019-02-01", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 1655, + "id": 2307905, + "name": "Modern & Centric Flat with Wi-Fi", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 187, + "last_review": "2019-06-23", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 1656, + "id": 2308139, + "name": "Luxury for 6. Rambla / Diputaci\u00f3.", + "host_name": "Juanmi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 2, + "number_of_reviews": 177, + "last_review": "2019-06-22", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 8, + "availability_365": 307 + }, + { + "index": 1657, + "id": 2308270, + "name": "BLUE PBC SuperDuplex para 10+Playa!", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-04-26", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 12, + "availability_365": 307 + }, + { + "index": 1658, + "id": 2308283, + "name": "BLUE PBB : D\u00faplex para 9 + playa!", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-05-12", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 12, + "availability_365": 310 + }, + { + "index": 1659, + "id": 2308287, + "name": "BLUE PB-A Wow!Duplex 3hab+ Playa!", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-06", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 12, + "availability_365": 323 + }, + { + "index": 1660, + "id": 2308309, + "name": "BLUE 1-C Dos Hab junto a la playa", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2018-12-25", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 1661, + "id": 2308567, + "name": "A brand new apartment in Barcelona", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2018-07-04", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 31, + "availability_365": 182 + }, + { + "index": 1662, + "id": 2308594, + "name": "Nice and cosy flat next to Parallel", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-06-16", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 15, + "availability_365": 134 + }, + { + "index": 1663, + "id": 2311660, + "name": "Beautiful studio Ciutadella park", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 7, + "number_of_reviews": 103, + "last_review": "2019-07-05", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 1664, + "id": 2313161, + "name": "Habitaci\u00f3n ind. pl.cat with private bathroom", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-07-06", + "reviews_per_month": 4.52, + "calculated_host_listings_count": 1, + "availability_365": 127 + }, + { + "index": 1665, + "id": 2313602, + "name": "Simple no frills¢ral, single room", + "host_name": "Julia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 170, + "last_review": "2019-06-25", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 1666, + "id": 2314670, + "name": "SUNNY BALCONY ROOM & PRIVATE BATH", + "host_name": "Eloi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 47, + "minimum_nights": 6, + "number_of_reviews": 9, + "last_review": "2019-01-03", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 13 + }, + { + "index": 1667, + "id": 2319608, + "name": "New cozy apartment, Sagrada Familia, city center", + "host_name": "Cathrin Schroeder", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-07-07", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 1668, + "id": 2324304, + "name": "Comfortable duplex + patio in Gr\u00e0cia!", + "host_name": "Ricard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 215, + "last_review": "2019-07-08", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 5, + "availability_365": 77 + }, + { + "index": 1669, + "id": 2327444, + "name": "GREAT LOCATION IN GRACIA", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-07-09", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 1670, + "id": 2329405, + "name": "Sea views / Port vell & COLON", + "host_name": "Lluis Y Nuria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-04", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 1671, + "id": 2329860, + "name": "Unique view to romanesque monastery", + "host_name": "Joaquin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 15, + "last_review": "2019-03-31", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 1672, + "id": 2333994, + "name": "Pepe\u00b4s place in downtown Barcelona", + "host_name": "Josep", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 163, + "last_review": "2019-07-05", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 1673, + "id": 2334583, + "name": "Suite Gracia", + "host_name": "Alain & Lana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 4, + "number_of_reviews": 136, + "last_review": "2019-06-17", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 27, + "availability_365": 167 + }, + { + "index": 1674, + "id": 2335181, + "name": "Apartment in Historic Centre", + "host_name": "Alejandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 95, + "last_review": "2019-07-01", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 1675, + "id": 2337271, + "name": "NEW! Luz y espacio en Ps de Gracia", + "host_name": "Luxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 26, + "last_review": "2019-04-25", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 1676, + "id": 2341499, + "name": "Piso modernista luminoso", + "host_name": "Susana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2018-12-31", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 1677, + "id": 2342332, + "name": "Sagrada Familia Bliss", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-15", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 47, + "availability_365": 191 + }, + { + "index": 1678, + "id": 2342539, + "name": "ROOFTOP LOFT Gran V\u00eda HUTB008004", + "host_name": "Montaber", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 116, + "last_review": "2019-07-06", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 24, + "availability_365": 323 + }, + { + "index": 1679, + "id": 2343336, + "name": "Beautiful house with terrace in BCN", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-01", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 1680, + "id": 2344485, + "name": "*Barcelona Single Room", + "host_name": "Carles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-29", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 1681, + "id": 2347636, + "name": "Cozy and practical, Sagrada Fam\u00edlia", + "host_name": "Andreu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 3, + "number_of_reviews": 261, + "last_review": "2019-06-26", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 1682, + "id": 2348604, + "name": "Apartment in downtown Marina Street", + "host_name": "Paola", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-07-03", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 2, + "availability_365": 264 + }, + { + "index": 1683, + "id": 2349369, + "name": "PENTHOUSE WITH TERRACE IN BARCELONA", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 220, + "last_review": "2019-06-20", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 105 + }, + { + "index": 1684, + "id": 2349494, + "name": "Luxury Apartment city center", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 412, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-03-21", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 31, + "availability_365": 99 + }, + { + "index": 1685, + "id": 2349535, + "name": "Super Central Art Gallery 2BR apt", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2017-10-07", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 20, + "availability_365": 0 + }, + { + "index": 1686, + "id": 2351233, + "name": "Attic in Paseo de Gracia", + "host_name": "Txell", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 2, + "number_of_reviews": 305, + "last_review": "2019-06-29", + "reviews_per_month": 4.67, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 1687, + "id": 2351738, + "name": "Villa Ol\u00edmpica close to the beach", + "host_name": "Nete", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-24", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 1688, + "id": 2354200, + "name": "Private room near Las Ramblas", + "host_name": "Yus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2019-04-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 45 + }, + { + "index": 1689, + "id": 2355423, + "name": "Sagrada Familia Deluxe Apartment - BCN54", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-04", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 6, + "availability_365": 335 + }, + { + "index": 1690, + "id": 2362929, + "name": "City center - Ideal for families", + "host_name": "Joaquim", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 3, + "number_of_reviews": 154, + "last_review": "2019-06-29", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 1691, + "id": 2364653, + "name": "Traveler's room in SAGRADA FAMILIA", + "host_name": "Eva&Sebas", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 305, + "last_review": "2019-07-07", + "reviews_per_month": 4.68, + "calculated_host_listings_count": 2, + "availability_365": 23 + }, + { + "index": 1692, + "id": 2366007, + "name": "Rent Double room Beach", + "host_name": "Leticia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-05-29", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 2, + "availability_365": 293 + }, + { + "index": 1693, + "id": 2366928, + "name": "The best view of Sagrada Familia", + "host_name": "Aida", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-07-05", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 39 + }, + { + "index": 1694, + "id": 2368812, + "name": "Sagrada Oasis - Homecelona Apartments", + "host_name": "Sha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 299, + "last_review": "2019-07-05", + "reviews_per_month": 4.6, + "calculated_host_listings_count": 2, + "availability_365": 272 + }, + { + "index": 1695, + "id": 2368976, + "name": "Beautiful and Cozy Flat close to Beach and Center", + "host_name": "Paola", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 190, + "last_review": "2019-07-06", + "reviews_per_month": 2.99, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 1696, + "id": 2369067, + "name": "Terrace&Wifi&AirConditionated", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 188, + "last_review": "2019-07-05", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 1697, + "id": 2370209, + "name": "BLUE 2-A Precioso junto a la playa.", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-07-11", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 12, + "availability_365": 344 + }, + { + "index": 1698, + "id": 2371591, + "name": "Studio with PrivateTerrace and lift HUTB-013037", + "host_name": "Marta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 7, + "number_of_reviews": 63, + "last_review": "2019-06-29", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 174 + }, + { + "index": 1699, + "id": 2372396, + "name": "Nice Apartment in Gracia", + "host_name": "Marti", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 74, + "minimum_nights": 32, + "number_of_reviews": 79, + "last_review": "2017-08-20", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 152 + }, + { + "index": 1700, + "id": 2372966, + "name": "Penthouse Vallespir", + "host_name": "Oscar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2018-07-29", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 3, + "availability_365": 278 + }, + { + "index": 1701, + "id": 2373057, + "name": "Elegant and central apartment", + "host_name": "Angeles", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 209, + "last_review": "2019-07-01", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 1702, + "id": 2376434, + "name": "Single-family house with terrace", + "host_name": "Arrate", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 1, + "number_of_reviews": 198, + "last_review": "2019-07-01", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 1703, + "id": 2376967, + "name": "Luxury Vila Olimpica Pool Suites", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 228, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-04-09", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 42, + "availability_365": 215 + }, + { + "index": 1704, + "id": 2377543, + "name": "Strategic situation in Plaza Espa\u00f1a", + "host_name": "Jacques", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-07", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 1705, + "id": 2381617, + "name": "RAVAL II (Born). Renovated Jan 2018", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 88, + "number_of_reviews": 23, + "last_review": "2015-03-10", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 31, + "availability_365": 349 + }, + { + "index": 1706, + "id": 2387921, + "name": "Habitaci\u00f3n privada N#2 con ba\u00f1o privado", + "host_name": "Paulo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-06-27", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 2, + "availability_365": 75 + }, + { + "index": 1707, + "id": 2389049, + "name": "PLA\u00c7A ESPANYA apartment with TWO TERRACES", + "host_name": "Alba", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-05-07", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 3, + "availability_365": 127 + }, + { + "index": 1708, + "id": 2389180, + "name": "Double Bedroom In Sunny Penthouse with Terrace", + "host_name": "Ozge", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 95, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2017-09-23", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1709, + "id": 2391858, + "name": "Apartment in \"El Putxet\", BCN", + "host_name": "Blanca", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-06-23", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 1710, + "id": 2393145, + "name": "Hab. tranquila y luminosa Sarri\u00e1.", + "host_name": "Sara", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-04-30", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 1711, + "id": 2394424, + "name": "Chic studio in a perfect location in Barcelona", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-07-04", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 31, + "availability_365": 4 + }, + { + "index": 1712, + "id": 2394812, + "name": "Close FIRA Barcelona and PARKING", + "host_name": "Barna Check-In", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 20, + "last_review": "2017-08-28", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 18, + "availability_365": 8 + }, + { + "index": 1713, + "id": 2396459, + "name": "New apartment very comfortable", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-03-31", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 12, + "availability_365": 217 + }, + { + "index": 1714, + "id": 2401712, + "name": "Double room in Barcelona center", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-07-04", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 2, + "availability_365": 306 + }, + { + "index": 1715, + "id": 2401795, + "name": "Atico, soleado con terraza, Sants.", + "host_name": "V\u00edctor", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 23, + "minimum_nights": 5, + "number_of_reviews": 13, + "last_review": "2019-05-07", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 230 + }, + { + "index": 1716, + "id": 2402365, + "name": "Luxury apartment with terrace", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-26", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 38, + "availability_365": 125 + }, + { + "index": 1717, + "id": 2408211, + "name": "Fully equipped 3 bedroom with private terrace.", + "host_name": "Sebastian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-07-05", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 133 + }, + { + "index": 1718, + "id": 2408869, + "name": "Irene's Place, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-04-14", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 41, + "availability_365": 235 + }, + { + "index": 1719, + "id": 2411106, + "name": "Livingstone Apartment-Exquisite Mix of Design and Nature", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-28", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 20, + "availability_365": 335 + }, + { + "index": 1720, + "id": 2412835, + "name": "Sky High Penthouse with Terrace", + "host_name": "Anne", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-26", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 21, + "availability_365": 232 + }, + { + "index": 1721, + "id": 2416207, + "name": "Two beds room and private bathroom", + "host_name": "Albert", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 46, + "minimum_nights": 4, + "number_of_reviews": 48, + "last_review": "2019-06-25", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 1722, + "id": 2417803, + "name": "In the same PLAZA SAGRADA FAMILIA", + "host_name": "Armando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 5, + "number_of_reviews": 138, + "last_review": "2019-06-29", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 1723, + "id": 2424764, + "name": "Comfortable room own showerbathroom", + "host_name": "Covi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2018-09-09", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 143 + }, + { + "index": 1724, + "id": 2424795, + "name": "Nice private room with private Bath", + "host_name": "Elisagela Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-24", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 341 + }, + { + "index": 1725, + "id": 2424905, + "name": "Loft with terrace next to Ramblas", + "host_name": "Montaber", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 47, + "last_review": "2017-08-23", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 24, + "availability_365": 147 + }, + { + "index": 1726, + "id": 2428246, + "name": "Apartment Sagrada Familia", + "host_name": "Oliver", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 4, + "number_of_reviews": 238, + "last_review": "2019-07-08", + "reviews_per_month": 3.75, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 1727, + "id": 2433397, + "name": "Luxury Casanova", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 127, + "last_review": "2019-06-22", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 27, + "availability_365": 147 + }, + { + "index": 1728, + "id": 2433652, + "name": "Centric flat of 3 rooms & terrace!", + "host_name": "Piia & Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 4, + "number_of_reviews": 123, + "last_review": "2019-06-25", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 2, + "availability_365": 4 + }, + { + "index": 1729, + "id": 2434965, + "name": "RAINBOW RAMBLES HUTB-002671", + "host_name": "Yolanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-04-27", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 3, + "availability_365": 168 + }, + { + "index": 1730, + "id": 2435394, + "name": "LUMINOSO, VISTA AL PORT VELL", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2016-05-21", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 4, + "availability_365": 339 + }, + { + "index": 1731, + "id": 2435511, + "name": "Pl. Catalunya - Double Private Bath", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-25", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 7, + "availability_365": 15 + }, + { + "index": 1732, + "id": 2435752, + "name": "Pl. Catalunya - Double - Free WiFi", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-04-11", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 1733, + "id": 2436237, + "name": "Comte Urgell Barcelona", + "host_name": "Eli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-07-06", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 3, + "availability_365": 81 + }, + { + "index": 1734, + "id": 2438814, + "name": "Beatiful flat and parking optional!", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 275, + "last_review": "2019-07-07", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 1735, + "id": 2439285, + "name": "Great roof-top with a Terrace", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2017-06-18", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 1736, + "id": 2439919, + "name": "Penthouse with views in Barcelona center-WIFI", + "host_name": "Albert Urgell.", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 358, + "last_review": "2019-06-30", + "reviews_per_month": 5.51, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 1737, + "id": 2443008, + "name": "Piso en Taulat muy cerca de playa", + "host_name": "Paola", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2015-06-22", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 1738, + "id": 2451930, + "name": "SUNNY TERRACE Flat in Gracia/wifi", + "host_name": "Pablo & Paz", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 265, + "last_review": "2019-06-24", + "reviews_per_month": 4.15, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 1739, + "id": 2453031, + "name": "CENTRIC APARTMENT with FREE WIFI", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-06-11", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 8, + "availability_365": 117 + }, + { + "index": 1740, + "id": 2453592, + "name": "PRIVATE ROOM \u2764 NEAR BEACHES", + "host_name": "Roberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 7, + "availability_365": 54 + }, + { + "index": 1741, + "id": 2456461, + "name": " BLUE 1-A Precioso junto a la playa", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-06-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 12, + "availability_365": 343 + }, + { + "index": 1742, + "id": 2456475, + "name": "BLUE 1-B Moderno junto a la playa ", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 344 + }, + { + "index": 1743, + "id": 2456506, + "name": "BLUE 2C : para 6 junto a la playa!!", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-03-03", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 12, + "availability_365": 353 + }, + { + "index": 1744, + "id": 2456837, + "name": "Urban Town Suites", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-19", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 42, + "availability_365": 90 + }, + { + "index": 1745, + "id": 2456885, + "name": "Sunny bedroom & private bathroom :)", + "host_name": "Vincent", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 10, + "minimum_nights": 5, + "number_of_reviews": 64, + "last_review": "2019-06-25", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 11, + "availability_365": 7 + }, + { + "index": 1746, + "id": 2457914, + "name": "Ramblas & Paseo de Gracia WITH LOCKER", + "host_name": "Rentemporal Barcelona Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 161, + "minimum_nights": 3, + "number_of_reviews": 168, + "last_review": "2019-06-29", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 3, + "availability_365": 82 + }, + { + "index": 1747, + "id": 2462948, + "name": "Barcelona Just Like Home - Green", + "host_name": "Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-19", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 3, + "availability_365": 14 + }, + { + "index": 1748, + "id": 2464488, + "name": "Attic in Gracia: at home in BCN", + "host_name": "Andrea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 178, + "last_review": "2019-06-25", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 2, + "availability_365": 270 + }, + { + "index": 1749, + "id": 2464498, + "name": "apartamento / mirador en zona alta", + "host_name": "Iv\u00e1n", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 237, + "last_review": "2019-07-02", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 1, + "availability_365": 238 + }, + { + "index": 1750, + "id": 2464761, + "name": "Vintage-Inspired Apartment near Passeig de Gracia", + "host_name": "Maria Cruz", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 277, + "last_review": "2019-07-08", + "reviews_per_month": 4.33, + "calculated_host_listings_count": 4, + "availability_365": 280 + }, + { + "index": 1751, + "id": 2469678, + "name": "Cozy Apartment Diagonal", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 433, + "last_review": "2019-06-25", + "reviews_per_month": 6.79, + "calculated_host_listings_count": 4, + "availability_365": 150 + }, + { + "index": 1752, + "id": 2469686, + "name": "Backpacker's Room in SAGRADA FAMILIA", + "host_name": "Eva&Sebas", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 282, + "last_review": "2019-07-06", + "reviews_per_month": 4.44, + "calculated_host_listings_count": 2, + "availability_365": 23 + }, + { + "index": 1753, + "id": 2469747, + "name": "DUPLEX WITH TERRACE IN RAVAL", + "host_name": "Pat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-06-21", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 1, + "availability_365": 191 + }, + { + "index": 1754, + "id": 2471045, + "name": "Catamaran in city center", + "host_name": "Joost", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 475, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-07-08", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 5, + "availability_365": 237 + }, + { + "index": 1755, + "id": 2472786, + "name": "Double Room - Paseo de Gracia", + "host_name": "Pedro & Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 88, + "minimum_nights": 10, + "number_of_reviews": 6, + "last_review": "2016-11-13", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 7, + "availability_365": 90 + }, + { + "index": 1756, + "id": 2473377, + "name": "Cozy & Bright apartment in Gr\u00e0cia", + "host_name": "Isidre", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 148, + "last_review": "2019-06-28", + "reviews_per_month": 2.32, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 1757, + "id": 2475421, + "name": "SAGRADA FAMILIA VIEWS - QUIET TOP FLOOR", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 2, + "number_of_reviews": 121, + "last_review": "2019-06-26", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 3, + "availability_365": 93 + }, + { + "index": 1758, + "id": 2476174, + "name": "Ciutadella-vila olimpica beach 1", + "host_name": "Ana\u00ffs", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 153, + "last_review": "2019-06-30", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 2, + "availability_365": 298 + }, + { + "index": 1759, + "id": 2476289, + "name": "private and conforteble room", + "host_name": "Elisa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2018-08-25", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 1760, + "id": 2476666, + "name": "thesuites BARCELONA", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-13", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 9, + "availability_365": 312 + }, + { + "index": 1761, + "id": 2477054, + "name": "Rosellon - 4 bedroom Apt in Sagrada Familia area", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-21", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 19, + "availability_365": 199 + }, + { + "index": 1762, + "id": 2490660, + "name": "APPARTMENT IN SAGRADA FAMILIA", + "host_name": "Carlos", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-07-02", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 1763, + "id": 2491989, + "name": "Cozy apartment with a terrace.", + "host_name": "Susana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 196, + "last_review": "2019-07-04", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 203 + }, + { + "index": 1764, + "id": 2492876, + "name": "Apartment SF A 3 bedrooms 6 pax - 300 meters from Sagrada Familia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-07-04", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 19, + "availability_365": 211 + }, + { + "index": 1765, + "id": 2493382, + "name": "The Best point to Enjoy Barcelona", + "host_name": "Leonor", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-07-01", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 1766, + "id": 2494484, + "name": "LOFT-STYLE BEACH FLAT", + "host_name": "Marco Charles", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 225, + "last_review": "2019-06-10", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 107 + }, + { + "index": 1767, + "id": 2495068, + "name": "Spacious duplex, well located", + "host_name": "Encarna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 222, + "last_review": "2019-07-08", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 1768, + "id": 2495446, + "name": "Best deal Single room Center BCN", + "host_name": "Andres", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 29, + "number_of_reviews": 119, + "last_review": "2019-01-31", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1769, + "id": 2497307, + "name": "Appartamento SF B - 3 camere 6 pax - 300 metri da Sagrada Familia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-25", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 19, + "availability_365": 220 + }, + { + "index": 1770, + "id": 2498424, + "name": "Sagrada Familia Central Apartment C", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-07-05", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 19, + "availability_365": 223 + }, + { + "index": 1771, + "id": 2505126, + "name": "Piso modernista en Arc de Triumf", + "host_name": "Ignasi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 4, + "number_of_reviews": 117, + "last_review": "2019-07-07", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 1772, + "id": 2505598, + "name": "Single room in Gracia next to metro station", + "host_name": "Xavier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 5, + "number_of_reviews": 119, + "last_review": "2019-06-22", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 2, + "availability_365": 26 + }, + { + "index": 1773, + "id": 2505840, + "name": "Great place for your holidays :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-25", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 33, + "availability_365": 344 + }, + { + "index": 1774, + "id": 2506445, + "name": "White Deco 3Br Apt with Balcony", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-03", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 19, + "availability_365": 48 + }, + { + "index": 1775, + "id": 2507802, + "name": "FEEL THE LOCAL ATMOSPHERE AT THE VERY CENTER", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-05", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 1776, + "id": 2509265, + "name": "Sunny room in Eixample, Barcelona", + "host_name": "Leonardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 267, + "last_review": "2019-06-20", + "reviews_per_month": 4.2, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 1777, + "id": 2510966, + "name": "Sunny apartment SAGRADA FAMILIA - Free WIFI", + "host_name": "Julia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 1, + "number_of_reviews": 270, + "last_review": "2019-06-22", + "reviews_per_month": 4.25, + "calculated_host_listings_count": 1, + "availability_365": 228 + }, + { + "index": 1778, + "id": 2512546, + "name": "New flat in Center -Paseo de Gracia", + "host_name": "Ingrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 180, + "last_review": "2019-06-28", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 4, + "availability_365": 55 + }, + { + "index": 1779, + "id": 2512940, + "name": "Room next to Hospital Sant Pau", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 1780, + "id": 2513066, + "name": "Cosy sailing yacht", + "host_name": "Joost", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-05-13", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 5, + "availability_365": 241 + }, + { + "index": 1781, + "id": 2517804, + "name": "Port VII Cozy central apartment with balcony 2.3", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-07-05", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 8, + "availability_365": 8 + }, + { + "index": 1782, + "id": 2519401, + "name": "Large Room Eixample, Barcelona.", + "host_name": "Leonardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 192, + "last_review": "2019-06-17", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 2, + "availability_365": 260 + }, + { + "index": 1783, + "id": 2527941, + "name": "DOUBLE BEDROOM WITH PRIVATE BATHROOM", + "host_name": "Josep", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 302, + "last_review": "2019-06-27", + "reviews_per_month": 4.75, + "calculated_host_listings_count": 1, + "availability_365": 238 + }, + { + "index": 1784, + "id": 2528991, + "name": "Newly renovated sunny BCN apartment", + "host_name": "Cristian", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-06-26", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 1, + "availability_365": 210 + }, + { + "index": 1785, + "id": 2531875, + "name": "Centric 3BR apartment with Terrace", + "host_name": "Atif", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 1, + "number_of_reviews": 147, + "last_review": "2019-06-18", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 1786, + "id": 2534835, + "name": "Penthouse Loft in Heart of Bcn", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 5, + "number_of_reviews": 212, + "last_review": "2019-06-26", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 1787, + "id": 2535510, + "name": "Huge 5 bedroom apartment , central", + "host_name": "Ralf", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 204, + "last_review": "2019-06-27", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 1788, + "id": 2536121, + "name": "BEACH LOFT TERRACE BCN", + "host_name": "Anna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-06-17", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 1789, + "id": 2536314, + "name": "NEW!! CENTER.CLEAN.COMFORT. WIFI.", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 410, + "last_review": "2019-07-01", + "reviews_per_month": 6.41, + "calculated_host_listings_count": 5, + "availability_365": 292 + }, + { + "index": 1790, + "id": 2536984, + "name": "GAUDI:50 m from the Sagrada Familia", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-15", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 6, + "availability_365": 175 + }, + { + "index": 1791, + "id": 2538078, + "name": "Barcelona Just Like Home - Yellow", + "host_name": "Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-07-29", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 12 + }, + { + "index": 1792, + "id": 2538360, + "name": "Cozy 2 bedroom apartment in Sants", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 5, + "number_of_reviews": 121, + "last_review": "2019-07-06", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 1793, + "id": 2542510, + "name": "(20% off deal) LaMimosa by Pg Gr\u00e0cia 3BR/2 baths", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 162, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-22", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 20, + "availability_365": 357 + }, + { + "index": 1794, + "id": 2543528, + "name": "Charming apartament in Barcelona", + "host_name": "Yolanda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 65, + "last_review": "2019-07-03", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 1795, + "id": 2545534, + "name": "Apartamento centro Barcelona", + "host_name": "Najla", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 164, + "last_review": "2019-06-26", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 1796, + "id": 2545587, + "name": "Peaceful room in a quiet apartament", + "host_name": "Roc\u00edo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2018-05-21", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 1797, + "id": 2545855, + "name": "Habitacion centrica Sagrada Familia", + "host_name": "Maria Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2014-04-14", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 229 + }, + { + "index": 1798, + "id": 2548929, + "name": "Habitaci\u00f3n acogedora y llena de luz", + "host_name": "Yoly", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-08", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 1799, + "id": 2552286, + "name": "New & Sunny Apartment", + "host_name": "Dolors", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-07-02", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 2, + "availability_365": 311 + }, + { + "index": 1800, + "id": 2555964, + "name": "Beautiful, bright, spacious and centric Loft.", + "host_name": "Alex & Marc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 227, + "last_review": "2019-06-25", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 1801, + "id": 2557934, + "name": "QUIET&CENTRAL APT. IN POBLE SEC", + "host_name": "Silvia&Gabri", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 5, + "number_of_reviews": 234, + "last_review": "2019-07-08", + "reviews_per_month": 3.66, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 1802, + "id": 2562573, + "name": "Chic and cheap room (only girls)", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 74, + "last_review": "2019-06-18", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 3, + "availability_365": 11 + }, + { + "index": 1803, + "id": 2563231, + "name": "Cozy flat in the heart of Gracia", + "host_name": "Lara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 144, + "last_review": "2019-06-22", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 246 + }, + { + "index": 1804, + "id": 2564219, + "name": "Cosy apartment next to P. de Gracia", + "host_name": "Alessandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 163, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2017-09-26", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 1805, + "id": 2565622, + "name": "Central Luxury Eixample", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-06-10", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 14, + "availability_365": 304 + }, + { + "index": 1806, + "id": 2568864, + "name": "COZY DOUBLE ROOM IN BARCELONA CENTRE!!!", + "host_name": "Fabrizzio'S Petit Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 87, + "minimum_nights": 15, + "number_of_reviews": 20, + "last_review": "2019-06-13", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 4, + "availability_365": 266 + }, + { + "index": 1807, + "id": 2572814, + "name": "Great location downtown bcn", + "host_name": "Adolfo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 305, + "last_review": "2019-07-09", + "reviews_per_month": 4.76, + "calculated_host_listings_count": 2, + "availability_365": 54 + }, + { + "index": 1808, + "id": 2573177, + "name": "superb location bcn", + "host_name": "Adolfo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 305, + "last_review": "2019-06-24", + "reviews_per_month": 4.76, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 1809, + "id": 2574058, + "name": "BRIGHT & STYLISH in TRENDY GRACIA WIFI 8PP 2 BATH", + "host_name": "Vicky Agus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2018-09-30", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 6, + "availability_365": 57 + }, + { + "index": 1810, + "id": 2576955, + "name": "Charming, central, new. Best value", + "host_name": "Heleen & Rodrigo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 342, + "last_review": "2019-07-07", + "reviews_per_month": 5.32, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 1811, + "id": 2577251, + "name": "Central room near Ramblas", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 15, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1812, + "id": 2577644, + "name": "Next to metro, central location, cosy.", + "host_name": "Ludovic", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 5, + "number_of_reviews": 142, + "last_review": "2019-06-24", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 1813, + "id": 2584879, + "name": "Sweet BCN - Superior Private double bedroom", + "host_name": "Gian Franco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-02-18", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 7, + "availability_365": 335 + }, + { + "index": 1814, + "id": 2585698, + "name": "Gran Via De luxe suite 5*", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-06-25", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 14, + "availability_365": 282 + }, + { + "index": 1815, + "id": 2588674, + "name": "Barcelona Center 45 sqm, very quiet", + "host_name": "G\u00fcnter", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 67, + "last_review": "2019-06-22", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 145 + }, + { + "index": 1816, + "id": 2593504, + "name": "TICKETS APARTMENTS", + "host_name": "Manolo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 203, + "minimum_nights": 5, + "number_of_reviews": 73, + "last_review": "2019-06-04", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 152 + }, + { + "index": 1817, + "id": 2597133, + "name": "Among monuments and near the beach", + "host_name": "Inma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 157, + "last_review": "2019-06-30", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 2, + "availability_365": 115 + }, + { + "index": 1818, + "id": 2597901, + "name": "Double Room Casanova III for 2 pers shared flat", + "host_name": "Ralf", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-10", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 8, + "availability_365": 92 + }, + { + "index": 1819, + "id": 2599849, + "name": "Nice Apartment - Fira de Barcelona", + "host_name": "Susana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-05-06", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 2, + "availability_365": 75 + }, + { + "index": 1820, + "id": 2600907, + "name": "CENTRICO REFURBISHED APARTMENT", + "host_name": "\u00a8Yvonne\u00a8", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 2, + "number_of_reviews": 208, + "last_review": "2019-06-24", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 1, + "availability_365": 277 + }, + { + "index": 1821, + "id": 2603195, + "name": "Cosy apartment 3 bedrooms", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-06", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 15, + "availability_365": 171 + }, + { + "index": 1822, + "id": 2604440, + "name": "Room , Balcony \n Casanova I for 3 pers", + "host_name": "Ralf", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-07-03", + "reviews_per_month": 4.15, + "calculated_host_listings_count": 8, + "availability_365": 69 + }, + { + "index": 1823, + "id": 2604917, + "name": "CASANOVA II ROOM WITH BALCONY FOR 2 PEOPLE", + "host_name": "Ralf", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-07-09", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 8, + "availability_365": 17 + }, + { + "index": 1824, + "id": 2609446, + "name": "nice flat next ramblas montuic", + "host_name": "Denis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-07-02", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 1825, + "id": 2610473, + "name": "Cozy Rooms in Old town Barcelona - Metro Liceu", + "host_name": "Sylvie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 211, + "last_review": "2019-06-29", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 1826, + "id": 2612670, + "name": "ROOM- KING SIZE BED AND WC - COMPLETE BREAKFAST", + "host_name": "Ana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-09", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 1827, + "id": 2624310, + "name": "Serviced Minimalist Apartment with Private Balcony", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-06-26", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 11, + "availability_365": 239 + }, + { + "index": 1828, + "id": 2626169, + "name": "charming 41 Renovated March 2014", + "host_name": "Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-04", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 31, + "availability_365": 328 + }, + { + "index": 1829, + "id": 2626530, + "name": "Explore Sant Antoni from a Modern Penthouse", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 122, + "last_review": "2019-06-26", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 11, + "availability_365": 248 + }, + { + "index": 1830, + "id": 2629372, + "name": "Habitaci\u00f3n+ba\u00f1o privado!Playa-10min", + "host_name": "Poli", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-06-19", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1831, + "id": 2630720, + "name": "CENTRAL PRIVATE ROOM IN BARCELONA", + "host_name": "Freddy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 231, + "last_review": "2019-06-18", + "reviews_per_month": 3.72, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 1832, + "id": 2633340, + "name": "Room in Barcelona centro", + "host_name": "Diogo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-20", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 3, + "availability_365": 191 + }, + { + "index": 1833, + "id": 2634227, + "name": "Piso tranquilo y acogedor S. Andreu dr", + "host_name": "Francesc", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 3, + "number_of_reviews": 201, + "last_review": "2019-07-08", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 1834, + "id": 2638678, + "name": "CASA CON PATIO EN BARCELONA", + "host_name": "Salom\u00e9", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2018-09-17", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 1835, + "id": 2638769, + "name": "Trendy and cozy at core of Gracia !", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 151, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-05-24", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 1836, + "id": 2639747, + "name": "Born - Arc de Triomf.", + "host_name": "Germ\u00e1n", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-07-02", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 1837, + "id": 2641286, + "name": "1416 - THE GREEN BLOOMING APARTMENT", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 431, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-20", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 24, + "availability_365": 100 + }, + { + "index": 1838, + "id": 2643611, + "name": "Modern, Sunny, Family-Friendly Beach Apartment", + "host_name": "Jose & Patricia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 174, + "minimum_nights": 3, + "number_of_reviews": 165, + "last_review": "2019-07-05", + "reviews_per_month": 4.35, + "calculated_host_listings_count": 4, + "availability_365": 284 + }, + { + "index": 1839, + "id": 2643651, + "name": "COSY APRTM/TERRACE. GREAT LOCATION", + "host_name": "N\u00faria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-06-16", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 1840, + "id": 2644169, + "name": "Habitacion Sagrada Familia", + "host_name": "Johanna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-04-30", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 80 + }, + { + "index": 1841, + "id": 2650947, + "name": "Stunning apartment in Park Guell", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 137, + "last_review": "2019-06-20", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 10, + "availability_365": 313 + }, + { + "index": 1842, + "id": 2655585, + "name": "Cosy & Bright Apt Gracia Terrace! - ATU41", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-06-23", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 18, + "availability_365": 134 + }, + { + "index": 1843, + "id": 2657116, + "name": "Twin room+PRIVATE WC.PlazaEspa\u00f1a", + "host_name": "Sissi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 152, + "last_review": "2019-06-30", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 1, + "availability_365": 138 + }, + { + "index": 1844, + "id": 2658193, + "name": "Next to the University UB-UPC!", + "host_name": "Jos\u00e9 Manuel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 14, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2018-08-11", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 3, + "availability_365": 25 + }, + { + "index": 1845, + "id": 2662683, + "name": "RAMBLA APARTM WITH BATLLO VIEWS!", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-06-04", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 7, + "availability_365": 178 + }, + { + "index": 1846, + "id": 2664990, + "name": "Next to the beach and with pool!", + "host_name": "Dani", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-26", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 15, + "availability_365": 303 + }, + { + "index": 1847, + "id": 2668950, + "name": "GAUDI PLAYA GRAND BONITA CON ESTILO", + "host_name": "Assumpta", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 7, + "number_of_reviews": 32, + "last_review": "2019-05-27", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 93 + }, + { + "index": 1848, + "id": 2669219, + "name": "L. HUTB008464 APARTMENT EVANGELINA", + "host_name": "Natalia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 213, + "last_review": "2019-06-10", + "reviews_per_month": 3.45, + "calculated_host_listings_count": 1, + "availability_365": 197 + }, + { + "index": 1849, + "id": 2670047, + "name": "UNIQUE APARTMENT IN TRENDY POBLE SEC 5*", + "host_name": "Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 307, + "last_review": "2019-07-09", + "reviews_per_month": 4.82, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 1850, + "id": 2670400, + "name": "Sagrada Familia Flat", + "host_name": "Atar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 135, + "last_review": "2017-08-28", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 1851, + "id": 2673078, + "name": "NavasCasa", + "host_name": "Bin", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Shared room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-04-28", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1852, + "id": 2677937, + "name": "New! Best location!Rambla Catalunya", + "host_name": "Andreu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-06-23", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 1853, + "id": 2681468, + "name": "Habitaci\u00f3n Barrio Barceloneta", + "host_name": "Karla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 40, + "last_review": "2018-08-10", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 1, + "availability_365": 321 + }, + { + "index": 1854, + "id": 2682658, + "name": "NEW! WIFI&TERRACE. BAR\u00c7A STADIUM E", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 219, + "last_review": "2019-06-10", + "reviews_per_month": 3.45, + "calculated_host_listings_count": 6, + "availability_365": 249 + }, + { + "index": 1855, + "id": 2685897, + "name": "Pelayo attic Deluxe H2-BCN54", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-02-25", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 6, + "availability_365": 268 + }, + { + "index": 1856, + "id": 2692564, + "name": "Bohemian Rhapsody 3 Bedrooms Gracia", + "host_name": "Damien", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 114, + "last_review": "2019-06-26", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 24, + "availability_365": 0 + }, + { + "index": 1857, + "id": 2693456, + "name": "2 apartments with 2 parking", + "host_name": "Alex, Javi & Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-03-03", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 3, + "availability_365": 35 + }, + { + "index": 1858, + "id": 2698331, + "name": "Single room Sagrada Familia", + "host_name": "Johanna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 229, + "last_review": "2019-06-26", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 2, + "availability_365": 53 + }, + { + "index": 1859, + "id": 2698602, + "name": "y\u00f6k Casa A, 4 people live like a local!", + "host_name": "Y\u00f6k", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-06-24", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 3, + "availability_365": 307 + }, + { + "index": 1860, + "id": 2700709, + "name": "Double Room+private bathroom+wifi", + "host_name": "Laura &", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 292, + "last_review": "2019-06-29", + "reviews_per_month": 4.59, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 1861, + "id": 2704481, + "name": "A very nice place to stay!", + "host_name": "Rolf", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 22, + "last_review": "2018-01-30", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 1862, + "id": 2706462, + "name": "Terrace Great Design Apartment in the center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-22", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 38, + "availability_365": 85 + }, + { + "index": 1863, + "id": 2722884, + "name": "Apartamento de dise\u00f1o con A/A", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-14", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 12, + "availability_365": 145 + }, + { + "index": 1864, + "id": 2725917, + "name": "Cozy Apartment Casanova - Exaimple", + "host_name": "Hans", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 4, + "number_of_reviews": 198, + "last_review": "2019-06-29", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 1865, + "id": 2727935, + "name": "Recently renovated flat in PobleSec", + "host_name": "Evelyn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-04-21", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 1866, + "id": 2729680, + "name": "Enjoy & Vive Barcelona", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 133, + "last_review": "2019-06-29", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 1867, + "id": 2730152, + "name": "Historic+Location+Luxury AC, Wifi, Lift, 4bd/2ba", + "host_name": "Alexzandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-22", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 1868, + "id": 2732115, + "name": "Lovely apartment en Sagrada Familia", + "host_name": "Rosa M", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 149, + "last_review": "2019-06-21", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 1869, + "id": 2733883, + "name": "Gorgeous sunny and spacius flat in center", + "host_name": "Sigrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 240, + "last_review": "2019-06-26", + "reviews_per_month": 3.77, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 1870, + "id": 2735591, + "name": "Design&Balcony Apartment in Sagrada Familia", + "host_name": "Eli&Agus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 161, + "minimum_nights": 3, + "number_of_reviews": 221, + "last_review": "2019-06-16", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 12, + "availability_365": 107 + }, + { + "index": 1871, + "id": 2736675, + "name": "Like at home / Como en casa", + "host_name": "Ester", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-06-04", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 1872, + "id": 2738335, + "name": "HABITACION TRANQUILA Y ACOGEDORA EN EL CENTRO", + "host_name": "D\u00e1maris", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-06-22", + "reviews_per_month": 2.68, + "calculated_host_listings_count": 2, + "availability_365": 20 + }, + { + "index": 1873, + "id": 2738727, + "name": "Open Wall.Gran V\u00eda 2.Renov 2015", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-15", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 31, + "availability_365": 324 + }, + { + "index": 1874, + "id": 2741544, + "name": "y\u00f6k Casa C, your own little Hotel", + "host_name": "Y\u00f6k", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 292, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-26", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 3, + "availability_365": 283 + }, + { + "index": 1875, + "id": 2742030, + "name": "SINGLE QUIET EXTERIOR ROOM", + "host_name": "Maria Jose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-11", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 292 + }, + { + "index": 1876, + "id": 2742376, + "name": "y\u00f6k Casa B, luxury local eco design", + "host_name": "Y\u00f6k", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-05-21", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 3, + "availability_365": 282 + }, + { + "index": 1877, + "id": 2743351, + "name": "Central and Bright", + "host_name": "Maribel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 129, + "last_review": "2019-06-05", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 1878, + "id": 2743539, + "name": "Nice apartment close to the beach", + "host_name": "S\u00f2nia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-07-06", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 1879, + "id": 2745301, + "name": "Noucentist Eixample Apartment", + "host_name": "Puri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-07-08", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 1, + "availability_365": 133 + }, + { + "index": 1880, + "id": 2745481, + "name": "Next Ramblas and Port!", + "host_name": "Dani", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-17", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 15, + "availability_365": 314 + }, + { + "index": 1881, + "id": 2753314, + "name": "Villa de dise\u00f1o modernista con terraza y patio privado en El Carmel", + "host_name": "Lolo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-30", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 1882, + "id": 2755738, + "name": "Centric 2 bedroom flat St. Antoni HUTB009802", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 231, + "last_review": "2019-07-03", + "reviews_per_month": 3.66, + "calculated_host_listings_count": 1, + "availability_365": 177 + }, + { + "index": 1883, + "id": 2758050, + "name": "Gracia Terrace", + "host_name": "Key Inn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-18", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 47, + "availability_365": 188 + }, + { + "index": 1884, + "id": 2758891, + "name": "QUIET GORGEOUS STUDIO 75 sqm in the CITY CENTER", + "host_name": "Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 271, + "last_review": "2019-07-04", + "reviews_per_month": 4.29, + "calculated_host_listings_count": 1, + "availability_365": 132 + }, + { + "index": 1885, + "id": 2760787, + "name": "Apartment in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 247, + "last_review": "2019-07-07", + "reviews_per_month": 3.9, + "calculated_host_listings_count": 7, + "availability_365": 20 + }, + { + "index": 1886, + "id": 2761639, + "name": "Affordable Flat in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 178, + "last_review": "2019-06-29", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 7, + "availability_365": 20 + }, + { + "index": 1887, + "id": 2761939, + "name": "Private Room, Amazing location.", + "host_name": "Emilio", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-27", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 1888, + "id": 2762205, + "name": "AMAZING APARTMENT IN GRACIA", + "host_name": "Barbara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 5, + "number_of_reviews": 168, + "last_review": "2019-06-25", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 1889, + "id": 2775642, + "name": "CEILINGS OF MUSIC PALACE APARTMENT", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-25", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 7, + "availability_365": 55 + }, + { + "index": 1890, + "id": 2776901, + "name": "Pelayo attic Deluxe H3-BCN54", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-02", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 6, + "availability_365": 267 + }, + { + "index": 1891, + "id": 2779667, + "name": "Room quite centre of Barcelona", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 25, + "number_of_reviews": 39, + "last_review": "2019-04-09", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 1892, + "id": 2779738, + "name": "Sunny, Modern and Central Apartment", + "host_name": "Arne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 4, + "number_of_reviews": 223, + "last_review": "2019-06-29", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 3, + "availability_365": 239 + }, + { + "index": 1893, + "id": 2781567, + "name": "Spacious & Amazing Prime Flat BCN", + "host_name": "Arne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 4, + "number_of_reviews": 198, + "last_review": "2019-07-03", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 3, + "availability_365": 212 + }, + { + "index": 1894, + "id": 2781640, + "name": "Lovely duplex penthouse in the Gracia.", + "host_name": "Claudio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-06-22", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 1, + "availability_365": 247 + }, + { + "index": 1895, + "id": 2782292, + "name": "Sunny Beach Rambla Poblenou", + "host_name": "Joan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-06-17", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 5, + "availability_365": 166 + }, + { + "index": 1896, + "id": 2782323, + "name": "Double room (50m) whit terrace!", + "host_name": "Marisa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-06-22", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 2, + "availability_365": 288 + }, + { + "index": 1897, + "id": 2782746, + "name": "Centrally-located Apartment", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-07-03", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 1898, + "id": 2786688, + "name": "Modernist apartment, chic and calm", + "host_name": "Cyril And Olivia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 275, + "last_review": "2019-06-26", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 2, + "availability_365": 200 + }, + { + "index": 1899, + "id": 2787514, + "name": "Apartamento Red Special", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-26", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 15, + "availability_365": 123 + }, + { + "index": 1900, + "id": 2788377, + "name": "Apartment next the beach. Tourist tax included.", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 190, + "last_review": "2019-07-07", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 1901, + "id": 2788720, + "name": "Best Deal *** Best View ***", + "host_name": "Trippingbarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 310, + "last_review": "2019-06-26", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 1902, + "id": 2791159, + "name": "Comfort Terrace Design", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-21", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 38, + "availability_365": 127 + }, + { + "index": 1903, + "id": 2796020, + "name": "Lovely flat next to Montjuic!", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-16", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 15, + "availability_365": 139 + }, + { + "index": 1904, + "id": 2797209, + "name": "EXCEPTIONAL LOCATION Double room+Wifitakeaway", + "host_name": "Montserrat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 221, + "last_review": "2019-05-04", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1905, + "id": 2802656, + "name": "1 Bedroom apt close to Paseo Gracia", + "host_name": "Maite", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2018-03-31", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 1906, + "id": 2804502, + "name": "Apartment Barcelona-Sants", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-27", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 15, + "availability_365": 295 + }, + { + "index": 1907, + "id": 2805243, + "name": "Single room optional one bed more", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 136, + "last_review": "2019-06-08", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 2, + "availability_365": 291 + }, + { + "index": 1908, + "id": 2806466, + "name": "Cozy bedroom in heart of Barcelona, Gracia", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 1909, + "id": 2807247, + "name": "VIVIENDA AJARDINADA EN BCN-HUTB005942", + "host_name": "Beatriz", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 6, + "number_of_reviews": 13, + "last_review": "2019-01-02", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 1910, + "id": 2807942, + "name": "BIG and Stylish flat near SAGRADA FAMILIA!!!", + "host_name": "Eike", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 4, + "number_of_reviews": 222, + "last_review": "2019-06-18", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 5, + "availability_365": 196 + }, + { + "index": 1911, + "id": 2809378, + "name": "Barcelona Beach DownTown", + "host_name": "Peter", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 21, + "last_review": "2019-04-20", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 1912, + "id": 2811360, + "name": "Beautiful Studio with pool - central Barcelona", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 123 + }, + { + "index": 1913, + "id": 2814997, + "name": "Nice apartment with private terrace", + "host_name": "Filippo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 171, + "last_review": "2019-06-22", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1914, + "id": 2816770, + "name": "EXCEPTIONAL LOCATION 2 GUESTS+Wifitakeaway", + "host_name": "Montserrat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 292, + "last_review": "2019-07-04", + "reviews_per_month": 4.64, + "calculated_host_listings_count": 2, + "availability_365": 111 + }, + { + "index": 1915, + "id": 2820055, + "name": "Cozy, sunny and centric", + "host_name": "Angels", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 243, + "last_review": "2019-06-26", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 1916, + "id": 2822232, + "name": "Mir\u00f3 Penthouse by Glasir", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-16", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 7, + "availability_365": 312 + }, + { + "index": 1917, + "id": 2824043, + "name": "habitaci\u00f3n para uso individual cerca Park G\u00fcell", + "host_name": "Lidia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 33, + "minimum_nights": 15, + "number_of_reviews": 17, + "last_review": "2019-06-20", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 271 + }, + { + "index": 1918, + "id": 2824561, + "name": "Room for 1 person with balcony", + "host_name": "Kaya", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 228, + "last_review": "2019-07-09", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 2, + "availability_365": 224 + }, + { + "index": 1919, + "id": 2828143, + "name": "Barceloneta Beach & Sight Apartment", + "host_name": "Loni", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 192, + "last_review": "2019-07-07", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 1, + "availability_365": 199 + }, + { + "index": 1920, + "id": 2830712, + "name": "Stylish flat in Rambla Catalunya", + "host_name": "Eike", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 4, + "number_of_reviews": 259, + "last_review": "2019-07-07", + "reviews_per_month": 4.17, + "calculated_host_listings_count": 5, + "availability_365": 204 + }, + { + "index": 1921, + "id": 2841708, + "name": "Sunny Suite El Born, trendy area", + "host_name": "Maria Teresa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-05", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 16 + }, + { + "index": 1922, + "id": 2842785, + "name": "Three bed room Apartment RP37-CCIB", + "host_name": "Alexey", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-25", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 11, + "availability_365": 44 + }, + { + "index": 1923, + "id": 2843976, + "name": "Modernist flat close to the Sagrada Familia", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 146, + "last_review": "2019-06-25", + "reviews_per_month": 2.32, + "calculated_host_listings_count": 15, + "availability_365": 296 + }, + { + "index": 1924, + "id": 2851272, + "name": "Casa de Flor", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-06-24", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 27, + "availability_365": 62 + }, + { + "index": 1925, + "id": 2853973, + "name": "ROOFTOP STUDIO", + "host_name": "Angel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 4, + "number_of_reviews": 111, + "last_review": "2019-07-06", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 2, + "availability_365": 323 + }, + { + "index": 1926, + "id": 2860194, + "name": "Amazing apartment WIFI in center", + "host_name": "Koni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 346, + "last_review": "2019-06-23", + "reviews_per_month": 5.54, + "calculated_host_listings_count": 5, + "availability_365": 287 + }, + { + "index": 1927, + "id": 2863075, + "name": "Vistas al reloj de la Plaza", + "host_name": "Ramon", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-12", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 163 + }, + { + "index": 1928, + "id": 2863205, + "name": "Luxurious sail yacht in Barcelona", + "host_name": "Joost", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-05-26", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 5, + "availability_365": 231 + }, + { + "index": 1929, + "id": 2868278, + "name": "piso bonito, muy centrico", + "host_name": "Marina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-05-16", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1930, + "id": 2868307, + "name": "Penthouse Panorama Barcelona", + "host_name": "Rab", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 2, + "number_of_reviews": 286, + "last_review": "2019-07-07", + "reviews_per_month": 4.6, + "calculated_host_listings_count": 1, + "availability_365": 229 + }, + { + "index": 1931, + "id": 2869178, + "name": "\u00c1tico en el Barrio G\u00f3tico. Amazing!", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 23, + "availability_365": 130 + }, + { + "index": 1932, + "id": 2870336, + "name": "FANT\u00c1STICA HABITACI\u00d3N CON BA\u00d1O PRIVADO", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-07-06", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 1933, + "id": 2884257, + "name": "El descanso del viajero", + "host_name": "Victoria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-30", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 142 + }, + { + "index": 1934, + "id": 2884805, + "name": "Apartment Plaza Espa\u00f1a, next to Montjuic", + "host_name": "M. Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 181, + "minimum_nights": 3, + "number_of_reviews": 153, + "last_review": "2019-06-27", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 332 + }, + { + "index": 1935, + "id": 2885126, + "name": "Near Ramblas A/C WIFI", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-20", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 1936, + "id": 2896567, + "name": "Quite Room in Moderm Home with private bathroom", + "host_name": "Marc", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-28", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 1937, + "id": 2896610, + "name": "Vintage Concept Flat in Chic Neighbourhood", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 1, + "number_of_reviews": 317, + "last_review": "2019-07-01", + "reviews_per_month": 5.02, + "calculated_host_listings_count": 2, + "availability_365": 248 + }, + { + "index": 1938, + "id": 2900507, + "name": "Sunny penthouse at BCN center", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-07-06", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 6, + "availability_365": 33 + }, + { + "index": 1939, + "id": 2908045, + "name": "Comfy Apartment at Sagrada Familia", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-05", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 15, + "availability_365": 294 + }, + { + "index": 1940, + "id": 2910491, + "name": "City Center Tranquility", + "host_name": "Sergi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-06-27", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 1941, + "id": 2926905, + "name": "Barcelona Aribau, free wifi", + "host_name": "Samanta", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-18", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 2, + "availability_365": 232 + }, + { + "index": 1942, + "id": 2929134, + "name": "Beautiful flat in Poble Sec", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 148, + "last_review": "2019-06-25", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 15, + "availability_365": 70 + }, + { + "index": 1943, + "id": 2929363, + "name": "Lovely room with galery Eixample", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 58, + "minimum_nights": 3, + "number_of_reviews": 390, + "last_review": "2019-07-02", + "reviews_per_month": 6.2, + "calculated_host_listings_count": 2, + "availability_365": 218 + }, + { + "index": 1944, + "id": 2930798, + "name": "Barceloneta Beach 3 Apartment", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 31, + "minimum_nights": 31, + "number_of_reviews": 23, + "last_review": "2019-05-05", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 3, + "availability_365": 177 + }, + { + "index": 1945, + "id": 2932168, + "name": "Habitaci\u00f3n con vistas y luminosa,y", + "host_name": "M.Francisca", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 153 + }, + { + "index": 1946, + "id": 2933557, + "name": "Rinc\u00f3n de paz en Rambla Catalunya", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1947, + "id": 2934212, + "name": "Minimalist Loft in Barcelona -WiFi", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-05-08", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 1948, + "id": 2934563, + "name": "Minimalist Apartament in Barcelona", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2018-11-24", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 11, + "availability_365": 125 + }, + { + "index": 1949, + "id": 2938860, + "name": "PRIVATE DOUBLE ROOM WITH BATHROOM", + "host_name": "Pep & Lu\u00eds", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 194, + "last_review": "2019-06-28", + "reviews_per_month": 4.76, + "calculated_host_listings_count": 1, + "availability_365": 192 + }, + { + "index": 1950, + "id": 2942396, + "name": "Family apart near Sagrada Familia", + "host_name": "Leo & Kate", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 121, + "last_review": "2019-06-18", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 2, + "availability_365": 25 + }, + { + "index": 1951, + "id": 2943188, + "name": "Comfortable flat Sagrada Familia", + "host_name": "Leo & Kate", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 98, + "last_review": "2019-06-14", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 1952, + "id": 2945262, + "name": "CASANOVA V ROOM FOR 2 PEOPLE IN A SHARED FLAT", + "host_name": "Ralf", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-07-06", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 8, + "availability_365": 32 + }, + { + "index": 1953, + "id": 2947094, + "name": "SUNNY BIG room in flat, ArcDeTriomf", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 47, + "last_review": "2018-09-25", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 1954, + "id": 2951974, + "name": "Fantastic penthouse with terrace!", + "host_name": "Montserrat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-06-22", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 5, + "availability_365": 324 + }, + { + "index": 1955, + "id": 2952788, + "name": "Pull up an Orange Dining Chair at a Deluxe Eixample Home", + "host_name": "Joikim 98 SL", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 5, + "number_of_reviews": 74, + "last_review": "2019-07-01", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 1, + "availability_365": 97 + }, + { + "index": 1956, + "id": 2954451, + "name": "Cozy in best Barcelona's quarter", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-06-26", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 1957, + "id": 2954645, + "name": "Exterior Private bedRoom in BCN Centre", + "host_name": "Yucef", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-25", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 1958, + "id": 2956776, + "name": "Se alquila habitaci\u00f3n en Poblenou ", + "host_name": "Fabio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-03-27", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1959, + "id": 2958918, + "name": "Cute and minimal room in Barcelona.", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 1960, + "id": 2965619, + "name": "Habitaci\u00f3n privada c balc\u00f3n en Bcn", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-26", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 2, + "availability_365": 343 + }, + { + "index": 1961, + "id": 2967668, + "name": "Gaud\u00ed - Sagrada Familia", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-17", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 15, + "availability_365": 294 + }, + { + "index": 1962, + "id": 2974139, + "name": "Sleeping BCN Apartments Concordia PE", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-03-26", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 4, + "availability_365": 183 + }, + { + "index": 1963, + "id": 2975838, + "name": "Modern apartment in downtown area 2", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-06-15", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 38, + "availability_365": 142 + }, + { + "index": 1964, + "id": 2976117, + "name": "PENTHOUSE CHARMING TERRACE EL BORN", + "host_name": "Giovanni", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 1, + "number_of_reviews": 201, + "last_review": "2019-06-29", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 1965, + "id": 2976285, + "name": "Modern Apartment in Barcelona", + "host_name": "Oscar Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2015-09-27", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 5, + "availability_365": 143 + }, + { + "index": 1966, + "id": 2978330, + "name": "Fancy apartment Gala Placidia", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-06-26", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 14, + "availability_365": 314 + }, + { + "index": 1967, + "id": 2980991, + "name": "SUGAR : Fant\u00e1stico \u00e1tico-loft.", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-06-06", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 6, + "availability_365": 188 + }, + { + "index": 1968, + "id": 2981721, + "name": "Barcelona city center apartment 2br", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 137, + "last_review": "2019-07-05", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 1969, + "id": 2983320, + "name": "SUITE WITH PRIVATE TERRACE & BATHROOM IN CENTER", + "host_name": "Neus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-06-30", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 1970, + "id": 2984354, + "name": "Bright room near SANTS & PLZ ESPA\u00d1A", + "host_name": "Ignasi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2017-08-26", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1971, + "id": 2984409, + "name": "ALQUILER HABITACIONES rob", + "host_name": "Pilar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2019-06-15", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 9, + "availability_365": 344 + }, + { + "index": 1972, + "id": 2984892, + "name": "ALQUILER HABITACIONES EN FAMILIA", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-08-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 1973, + "id": 2987539, + "name": "3 BEDROOMS WIFI CENTRIC APTM", + "host_name": "Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 3, + "number_of_reviews": 187, + "last_review": "2019-07-01", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 1974, + "id": 2987956, + "name": "Wonderful room with balcony Eixampl", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 410, + "last_review": "2019-06-22", + "reviews_per_month": 6.52, + "calculated_host_listings_count": 2, + "availability_365": 199 + }, + { + "index": 1975, + "id": 2991763, + "name": "Amazing city center apartment. HUTB- 009550", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-26", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 3, + "availability_365": 4 + }, + { + "index": 1976, + "id": 2991893, + "name": "Sunny penthouse with Parking", + "host_name": "Alex, Javi & Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 297, + "last_review": "2019-06-22", + "reviews_per_month": 4.89, + "calculated_host_listings_count": 3, + "availability_365": 49 + }, + { + "index": 1977, + "id": 2992138, + "name": "Paralelo Apartment : 3 beds, aircon & elevator !", + "host_name": "Inma", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-07-08", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 1978, + "id": 2996993, + "name": "Large two bedroom apartment", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-06-18", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 10, + "availability_365": 250 + }, + { + "index": 1979, + "id": 2997895, + "name": "Sunny Home near Sagrada Familia.", + "host_name": "Montse", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 61 + }, + { + "index": 1980, + "id": 3000013, + "name": "Modern and centric duplex in a perfect location", + "host_name": "Mila", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-07-09", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 202 + }, + { + "index": 1981, + "id": 3000464, + "name": "Barcelona center apartment (2 Adults + 2 Children)", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-07-06", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 31, + "availability_365": 126 + }, + { + "index": 1982, + "id": 3000888, + "name": "Opening Doors Pueblonuevo with terrace and pool", + "host_name": "Romina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-07-07", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 4, + "availability_365": 153 + }, + { + "index": 1983, + "id": 3007161, + "name": "Delve into Barcelona from Artsy Duplex", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 117, + "last_review": "2019-07-02", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 8, + "availability_365": 129 + }, + { + "index": 1984, + "id": 3007327, + "name": "BRAND NEW, TERRACE AND SEA VIEWS!", + "host_name": "Vanessa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 4, + "number_of_reviews": 98, + "last_review": "2019-06-27", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 327 + }, + { + "index": 1985, + "id": 3008434, + "name": "SAND OF FORMENTERA Bedroom. Warm & cozy room", + "host_name": "Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 73, + "last_review": "2019-06-22", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 1986, + "id": 3008815, + "name": "Flat cool in POBLENOU,metro and beach Mar Bella!!", + "host_name": "Ani", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 95, + "last_review": "2019-07-09", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 1987, + "id": 3012214, + "name": "NEW FLAT 25 METER CAMP NOU BAR\u00c7A", + "host_name": "Victor", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-06-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 1988, + "id": 3014692, + "name": "Smart Luxury KissMe 2BR balcony", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-15", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 20, + "availability_365": 334 + }, + { + "index": 1989, + "id": 3016050, + "name": "Flat in the Center of Barcelona", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 6, + "number_of_reviews": 3, + "last_review": "2017-08-27", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 1990, + "id": 3019185, + "name": "Wonderful penthouse in Barcelona!", + "host_name": "David", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-07-07", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 1991, + "id": 3019711, + "name": "Studio 12 square meters(penthouse)", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 35, + "last_review": "2019-06-29", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 1992, + "id": 3021117, + "name": "Cozy 2 Bedroom Duplex", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-07-05", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 8, + "availability_365": 251 + }, + { + "index": 1993, + "id": 3028211, + "name": "Charming apartment in the heart of Gr\u00e0cia", + "host_name": "Karim", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-02-27", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 1994, + "id": 3029771, + "name": "Lovely loft in Barcelona's heart!", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2014-08-03", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 1995, + "id": 3030563, + "name": "BEACH APARTMENT", + "host_name": "Montse", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 155, + "last_review": "2019-06-30", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 1996, + "id": 3036053, + "name": "COOZY ROOM IN THE HEART OF BARCELONA.", + "host_name": "Nataly", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-24", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 1997, + "id": 3036626, + "name": "Apartment with 2 suites - Gothic", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-01", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 31, + "availability_365": 269 + }, + { + "index": 1998, + "id": 3038394, + "name": "5 Bedrooms 2 baths, Sagrada Familia", + "host_name": "Edu", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-25", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 3, + "availability_365": 90 + }, + { + "index": 1999, + "id": 3040073, + "name": "APARTMENT NEAR SAGRADA FAMILIA\u00a1\u00a1\u00a1\u00a1\u00a1\u00a1", + "host_name": "Carmela", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 181, + "last_review": "2019-07-07", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 217 + }, + { + "index": 2000, + "id": 3045137, + "name": "ROMANTIC CHIC GOTHIC - Salom\u00f3 Ben Adret n\u00ba14", + "host_name": "Reyes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 216, + "minimum_nights": 3, + "number_of_reviews": 201, + "last_review": "2019-07-05", + "reviews_per_month": 3.33, + "calculated_host_listings_count": 1, + "availability_365": 280 + }, + { + "index": 2001, + "id": 3046326, + "name": "Quiet & Central flat for 4/5px - Wifi - ATU45", + "host_name": "Emilie & Jerome Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 215, + "last_review": "2019-06-30", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 2002, + "id": 3046491, + "name": "Modern flat in San Antoni close to Pl. Universidad", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 146, + "last_review": "2019-06-22", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 15, + "availability_365": 309 + }, + { + "index": 2003, + "id": 3048746, + "name": "Room with Private bathroom suite AC", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 186, + "last_review": "2019-07-08", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 2004, + "id": 3054715, + "name": "Cozy private rooms", + "host_name": "Anabel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-05-16", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 337 + }, + { + "index": 2005, + "id": 3056888, + "name": "Beautiful sunny room with balcony", + "host_name": "Carine", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 2006, + "id": 3063249, + "name": "Tu casa en Barcelona,c\u00e9ntrico ", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-06", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2007, + "id": 3067560, + "name": "Tourist apartment Mallorca Sibelius", + "host_name": "Jorge", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 74, + "last_review": "2019-06-27", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 2008, + "id": 3072349, + "name": "Room with PRIVATE LIVINGROOM and BATH in center", + "host_name": "H\u00e9ctor & Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 77, + "minimum_nights": 3, + "number_of_reviews": 357, + "last_review": "2019-07-06", + "reviews_per_month": 5.75, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 2009, + "id": 3081744, + "name": "Room in Barcelona 3 people, cozy and sunny", + "host_name": "Gabriela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-05-20", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 3, + "availability_365": 350 + }, + { + "index": 2010, + "id": 3082152, + "name": "White-Airy Attic Apartment with Huge Private Leafy Terrace", + "host_name": "Angeles", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 348, + "last_review": "2019-06-26", + "reviews_per_month": 5.63, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 2011, + "id": 3082703, + "name": "Apartment with terrace in Poble Sec", + "host_name": "Montse", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 127, + "last_review": "2019-06-26", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 2, + "availability_365": 220 + }, + { + "index": 2012, + "id": 3083439, + "name": "CENTRIC & COZY IDEAL FOR COUPLES", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2018-01-14", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 2013, + "id": 3089510, + "name": "Disfruta del sol, las vistas y el descanso en este apartamento con terraza.", + "host_name": "Ricard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 238, + "last_review": "2019-07-05", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 5, + "availability_365": 62 + }, + { + "index": 2014, + "id": 3092259, + "name": " Double bed room + private bathroom", + "host_name": "Zulma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2017-11-04", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2015, + "id": 3096803, + "name": "SUNNY STUDIO WITH SPA & TERRACE", + "host_name": "Ariadna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 251, + "last_review": "2019-06-24", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 2, + "availability_365": 244 + }, + { + "index": 2016, + "id": 3097044, + "name": "Penthouse with terrace / Pl Cat", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-10", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 42, + "availability_365": 118 + }, + { + "index": 2017, + "id": 3097242, + "name": "Apt for 4 people near Pl Catalunya MC", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-06-17", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 42, + "availability_365": 95 + }, + { + "index": 2018, + "id": 3097333, + "name": "Apt for 6 near Plaza Catalunya MD", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-17", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 42, + "availability_365": 98 + }, + { + "index": 2019, + "id": 3097481, + "name": "Apartment for 6 near Plaza Cataluna MB", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-04-28", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 42, + "availability_365": 121 + }, + { + "index": 2020, + "id": 3097541, + "name": "Apt for 4 people near Pl Catalunya MK", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-21", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 42, + "availability_365": 101 + }, + { + "index": 2021, + "id": 3097665, + "name": "Apt for 4 people near Pl Catalunya MF", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-05-06", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 42, + "availability_365": 104 + }, + { + "index": 2022, + "id": 3097962, + "name": "In the Mood for Barcelona", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2016-11-06", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 178 + }, + { + "index": 2023, + "id": 3098203, + "name": "Nice Room in BCN", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 82, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2024, + "id": 3099145, + "name": "2 Bedrooms apartment in RamblaCatalunya (5pax) M4", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-06-21", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 42, + "availability_365": 83 + }, + { + "index": 2025, + "id": 3100451, + "name": "Lovely apartment with a terrace", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-12", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 31, + "availability_365": 287 + }, + { + "index": 2026, + "id": 3102505, + "name": "Suite B&B Raco de Sant Pau", + "host_name": "Alexia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 264, + "last_review": "2019-06-25", + "reviews_per_month": 4.29, + "calculated_host_listings_count": 6, + "availability_365": 69 + }, + { + "index": 2027, + "id": 3107243, + "name": "1562 - AB Pla\u00e7a Espanya 2-2 - Trendy 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-05-31", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 193, + "availability_365": 9 + }, + { + "index": 2028, + "id": 3107710, + "name": "1563 - AB Pla\u00e7a Espanya 2-1 - Classy 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-30", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 193, + "availability_365": 6 + }, + { + "index": 2029, + "id": 3107762, + "name": "1927 - AB Gr\u00e0cia Charm Apartment 1-1 - Trendy 3-Bedroom Apartment with a Balcony in Gr\u00e0cia", + "host_name": "Eva", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-04-22", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 193, + "availability_365": 322 + }, + { + "index": 2030, + "id": 3107793, + "name": "1564 - AB Pla\u00e7a Espanya 4-4 - Spacious 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-09", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 193, + "availability_365": 23 + }, + { + "index": 2031, + "id": 3107854, + "name": "1693 - AB Pla\u00e7a Espanya 3-1 - Luminous 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-18", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 193, + "availability_365": 328 + }, + { + "index": 2032, + "id": 3108879, + "name": "1758 - AB Pla\u00e7a Espanya P-3 - Lovely 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-14", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 193, + "availability_365": 7 + }, + { + "index": 2033, + "id": 3109700, + "name": "Modern apartment 2 bedrooms", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 208, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-24", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 15, + "availability_365": 147 + }, + { + "index": 2034, + "id": 3109814, + "name": "Spacious 4br Designer Apartment", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-06-18", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 19, + "availability_365": 17 + }, + { + "index": 2035, + "id": 3110029, + "name": "3 bedrooms apartment near Passeig de Gr\u00e0cia", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-07-03", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 15, + "availability_365": 170 + }, + { + "index": 2036, + "id": 3110443, + "name": "Charming 3 bedrooms apartment", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-09-17", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 15, + "availability_365": 188 + }, + { + "index": 2037, + "id": 3110723, + "name": "3 Bedrooms apartment close to Passeig de Gr\u00e0cia", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 222, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-09-13", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 15, + "availability_365": 186 + }, + { + "index": 2038, + "id": 3117404, + "name": "Flat close to sants station & Metro (WIFI&NETFLIX)", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 4, + "number_of_reviews": 111, + "last_review": "2019-07-03", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 2039, + "id": 3117453, + "name": "Beautiful apartment in Eixample", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-16", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 31, + "availability_365": 283 + }, + { + "index": 2040, + "id": 3118547, + "name": "double room with balcony", + "host_name": "Jean-Michel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-25", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 2041, + "id": 3118639, + "name": "Espacioso apartamento con jard\u00edn.", + "host_name": "Sal\u00f2nica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-07-04", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 2042, + "id": 3118841, + "name": "3 bed, sunny terrace, WiFi", + "host_name": "Lucy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-07-06", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 1, + "availability_365": 179 + }, + { + "index": 2043, + "id": 3125566, + "name": "HABITACION TRANQUILA Y COMODA", + "host_name": "Carmenza", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 13, + "minimum_nights": 90, + "number_of_reviews": 1, + "last_review": "2019-05-16", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 2044, + "id": 3126493, + "name": "Small room in Artist's house", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 31, + "number_of_reviews": 21, + "last_review": "2019-06-20", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 4, + "availability_365": 291 + }, + { + "index": 2045, + "id": 3127809, + "name": "Apartment For Rent Near Camp Nou", + "host_name": "Pilar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-07-03", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 4, + "availability_365": 197 + }, + { + "index": 2046, + "id": 3131114, + "name": "3 bedrooms, Placa Sagrada Familia\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 114, + "last_review": "2019-06-26", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 84, + "availability_365": 292 + }, + { + "index": 2047, + "id": 3139108, + "name": "Nice and confortable apartment", + "host_name": "Alicia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 152, + "last_review": "2019-07-05", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 2048, + "id": 3143566, + "name": "Barcelona Beach for couples <3", + "host_name": "Gabriel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-07-07", + "reviews_per_month": 3.75, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 2049, + "id": 3144050, + "name": "apartamento 4 habitaciones c\u00e9ntrico", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 57, + "last_review": "2016-10-30", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 185 + }, + { + "index": 2050, + "id": 3144104, + "name": "Luxury Apartment in the city center", + "host_name": "Flor", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 405, + "last_review": "2019-07-07", + "reviews_per_month": 6.59, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 2051, + "id": 3158706, + "name": "Quiet & lovely 5\" to the beach", + "host_name": "Manuela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 275, + "last_review": "2019-06-15", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 2052, + "id": 3160003, + "name": "Bohemian Rhapsody 5 Beds in Gracia", + "host_name": "Damien", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 136, + "last_review": "2019-06-26", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 24, + "availability_365": 52 + }, + { + "index": 2053, + "id": 3161722, + "name": "Cute apartment in Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-07-01", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 13, + "availability_365": 75 + }, + { + "index": 2054, + "id": 3162501, + "name": "Cool & Hip Flat near the beach", + "host_name": "Dany", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 26, + "last_review": "2019-06-20", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 2055, + "id": 3163248, + "name": "AMAZING 2 BED. WITH PRIVATE TERRACE", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-12", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 7, + "availability_365": 191 + }, + { + "index": 2056, + "id": 3163251, + "name": "NEW apt w/VIEWS Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 4, + "number_of_reviews": 64, + "last_review": "2018-12-02", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 13, + "availability_365": 142 + }, + { + "index": 2057, + "id": 3164408, + "name": "Duplex next to the beach and center", + "host_name": "Pia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-27", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 4, + "availability_365": 329 + }, + { + "index": 2058, + "id": 3167271, + "name": "Piso con estilo propio y vistas a la Sagrada Familia", + "host_name": "Andres", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-07-10", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 2059, + "id": 3170121, + "name": "Amazing apt w/VIEWS Sagrada Familia", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2015-05-31", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 13, + "availability_365": 142 + }, + { + "index": 2060, + "id": 3172290, + "name": "Central Apartment fo 5 guests (3 Bedrooms) G0", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-16", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 42, + "availability_365": 141 + }, + { + "index": 2061, + "id": 3172525, + "name": "Central Apartment fo 5 guests (3 Bedrooms) G5", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-04", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 42, + "availability_365": 125 + }, + { + "index": 2062, + "id": 3172654, + "name": "Central Apartment fo 5 guests (3 Bedrooms) G1", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-15", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 42, + "availability_365": 127 + }, + { + "index": 2063, + "id": 3173002, + "name": "Central Apartment fo 4 guests (2 Bedrooms) G2", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-19", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 42, + "availability_365": 124 + }, + { + "index": 2064, + "id": 3173095, + "name": "Central Apartment fo 4 guests (2 Bedrooms) G3", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-06-22", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 42, + "availability_365": 97 + }, + { + "index": 2065, + "id": 3174089, + "name": "GRACIA APARTMENT IN BARCELONA", + "host_name": "Roc\u00edo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-21", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 5, + "availability_365": 328 + }, + { + "index": 2066, + "id": 3175402, + "name": "1 available room", + "host_name": "Ivan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 11, + "minimum_nights": 30, + "number_of_reviews": 9, + "last_review": "2018-08-29", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 2067, + "id": 3180085, + "name": "Central Apartment fo 4 guests (2 Bedrooms) G4", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-11", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 42, + "availability_365": 105 + }, + { + "index": 2068, + "id": 3180157, + "name": "Central Luxury Penthouse 6 guests (3 Bedrooms) AG", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-07-06", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 42, + "availability_365": 122 + }, + { + "index": 2069, + "id": 3181996, + "name": "Private room with romantic balcony,center G\u00f2tic.", + "host_name": "Sof\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 230, + "last_review": "2019-06-26", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 1, + "availability_365": 143 + }, + { + "index": 2070, + "id": 3184753, + "name": "Sunny centrally 2 bedroom apartment", + "host_name": "Martin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 7, + "number_of_reviews": 26, + "last_review": "2018-08-24", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2071, + "id": 3184869, + "name": "Ideal habitaci\u00f3n Sagrada Familia", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 208, + "last_review": "2019-07-10", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 3, + "availability_365": 319 + }, + { + "index": 2072, + "id": 3184899, + "name": "Habitaci\u00f3n privada Sagrada Familia ", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 248, + "last_review": "2019-07-08", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 3, + "availability_365": 299 + }, + { + "index": 2073, + "id": 3186049, + "name": "Habitaci\u00f3n Suite Sagrada Familia", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 263, + "last_review": "2019-07-06", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 3, + "availability_365": 287 + }, + { + "index": 2074, + "id": 3187818, + "name": "FAMILIES@SAGRADA FAMILIA/DIAGONAL HUTB007798", + "host_name": "Maria Fernanda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 137, + "last_review": "2019-07-01", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 2075, + "id": 3189106, + "name": "Market Suites", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-05-25", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 42, + "availability_365": 148 + }, + { + "index": 2076, + "id": 3189367, + "name": "Nice apartment just by Las Ramblas", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-06-14", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 9, + "availability_365": 3 + }, + { + "index": 2077, + "id": 3189453, + "name": "Cozy room @Raval", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-07-02", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 2078, + "id": 3189694, + "name": "Barcelona very bright apartment!!", + "host_name": "Meritxell & Octavi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-29", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 2079, + "id": 3191774, + "name": "Sagrada Familia area - Rossell\u00f3 1", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 186, + "minimum_nights": 2, + "number_of_reviews": 248, + "last_review": "2019-07-07", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 13, + "availability_365": 288 + }, + { + "index": 2080, + "id": 3196697, + "name": "Rooftop flat with a 40m2 terrace", + "host_name": "Andrei", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 87, + "last_review": "2019-07-06", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 12, + "availability_365": 15 + }, + { + "index": 2081, + "id": 3199885, + "name": "EXCELLENT ROOM-LIVING R HEART BARCELONA 140sq FLAT", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 109, + "last_review": "2019-06-02", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 2, + "availability_365": 242 + }, + { + "index": 2082, + "id": 3202837, + "name": "CITY CENTRE APOLO LOFT 4 BEDROOMS, near Ramblas", + "host_name": "E.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 109, + "last_review": "2019-06-28", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 4, + "availability_365": 76 + }, + { + "index": 2083, + "id": 3212167, + "name": "Perfect spot for your hollidays!!!", + "host_name": "Paola", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 318, + "last_review": "2019-06-10", + "reviews_per_month": 5.23, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 2084, + "id": 3212697, + "name": "Habitacion en barcelona (raval)", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 15, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2085, + "id": 3214078, + "name": "Spacious Apartment just by Las Ramblas", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2017-08-07", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 9, + "availability_365": 60 + }, + { + "index": 2086, + "id": 3215566, + "name": "Spacious Apartment with Terrace in the Center", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 174, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-23", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2087, + "id": 3216746, + "name": "Spacious Apartment Barcelona Center", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 174, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-05-04", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2088, + "id": 3218014, + "name": "Nice apartment CampNou Stadium FCB with Parking", + "host_name": "Alex", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 231, + "last_review": "2019-06-19", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 9, + "availability_365": 308 + }, + { + "index": 2089, + "id": 3218456, + "name": "PL. ESPA\u00d1A FANTASTIC APARTAMENT", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-06-18", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 241 + }, + { + "index": 2090, + "id": 3219190, + "name": "Terrace, Paseo de Gracia!!!!!", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 246, + "last_review": "2019-07-06", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 2091, + "id": 3221449, + "name": "Go Exploring from a Cheerful Flat in a Cosmopolitan Area", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 183, + "minimum_nights": 3, + "number_of_reviews": 188, + "last_review": "2019-07-04", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 6, + "availability_365": 35 + }, + { + "index": 2092, + "id": 3221997, + "name": "Perfect flat for your holidays!!", + "host_name": "Francisco Y Sonia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 343, + "last_review": "2019-06-25", + "reviews_per_month": 5.63, + "calculated_host_listings_count": 1, + "availability_365": 227 + }, + { + "index": 2093, + "id": 3226740, + "name": "050. Factory Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-06-30", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 97, + "availability_365": 296 + }, + { + "index": 2094, + "id": 3226863, + "name": "025. Bail\u00e9n Garden Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-04-08", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 97, + "availability_365": 321 + }, + { + "index": 2095, + "id": 3227507, + "name": "068. Secretary Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-11-02", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 331 + }, + { + "index": 2096, + "id": 3227954, + "name": "102. Books 3 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-03-04", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 97, + "availability_365": 315 + }, + { + "index": 2097, + "id": 3228036, + "name": "103. Books 4 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-04-17", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 97, + "availability_365": 318 + }, + { + "index": 2098, + "id": 3228173, + "name": "104. Books 5 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-05-16", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 312 + }, + { + "index": 2099, + "id": 3228260, + "name": "108. Vila Olimpica Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 239, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-01-28", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 299 + }, + { + "index": 2100, + "id": 3232283, + "name": "1679 - AB Princep Jordi - Trendy 2-Bedroom Apartment Steps from Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-19", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 193, + "availability_365": 330 + }, + { + "index": 2101, + "id": 3232397, + "name": "1792 - AB Passeig de Gr\u00e0cia Corsega - Cosy Apartment with 75m2 Private Terrace near Passeig de Gr\u00e0cia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-21", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 193, + "availability_365": 302 + }, + { + "index": 2102, + "id": 3234029, + "name": "Vintage - North Station", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-17", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 47, + "availability_365": 158 + }, + { + "index": 2103, + "id": 3235517, + "name": "Wow! 3 bedroom 3 bathroom apartment~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 384, + "minimum_nights": 4, + "number_of_reviews": 95, + "last_review": "2019-06-14", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 84, + "availability_365": 294 + }, + { + "index": 2104, + "id": 3236114, + "name": "Sunny Doble room..", + "host_name": "Alexia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 224, + "last_review": "2019-06-26", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 6, + "availability_365": 126 + }, + { + "index": 2105, + "id": 3236923, + "name": "Big apartment with a lovely terrace", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-23", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 31, + "availability_365": 270 + }, + { + "index": 2106, + "id": 3238474, + "name": "ALQUILER HABITACIONES mir", + "host_name": "Pilar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2019-05-31", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 9, + "availability_365": 364 + }, + { + "index": 2107, + "id": 3238564, + "name": "BARCELONA (2)", + "host_name": "Natasha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-06-23", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 2108, + "id": 3240744, + "name": "Double Room, Center city", + "host_name": "Alexia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 203, + "last_review": "2019-06-09", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 6, + "availability_365": 350 + }, + { + "index": 2109, + "id": 3242608, + "name": "Bright 2 DB + 2 BTH in BCN Centre", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-03-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 21, + "availability_365": 277 + }, + { + "index": 2110, + "id": 3243398, + "name": "The bArceloft (Barcelona licensed apartment )", + "host_name": "Vincent", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 61, + "last_review": "2019-06-13", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 11, + "availability_365": 110 + }, + { + "index": 2111, + "id": 3244036, + "name": "Apartment in the heart of Eixample (B31P1)", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-07-01", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 7, + "availability_365": 328 + }, + { + "index": 2112, + "id": 3245032, + "name": "\u2b50Spacious nice apartment in Barcelona center\u2b50~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 325, + "minimum_nights": 4, + "number_of_reviews": 110, + "last_review": "2019-06-16", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 84, + "availability_365": 266 + }, + { + "index": 2113, + "id": 3246212, + "name": "Double room in Barcelona for 2 people", + "host_name": "Gabriela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-09", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 2114, + "id": 3250179, + "name": "Charming and bright in the center", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-06-10", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 2115, + "id": 3251692, + "name": "Centric Big Room in Sant Antoni", + "host_name": "Nika", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 6, + "number_of_reviews": 35, + "last_review": "2019-06-21", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 201 + }, + { + "index": 2116, + "id": 3252884, + "name": "Confortable apartment in the centre", + "host_name": "Mim", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-02-06", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 2117, + "id": 3254447, + "name": "Charming near the Sagrada Familia- ATU 10", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-04", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 28, + "availability_365": 110 + }, + { + "index": 2118, + "id": 3254605, + "name": "COSY DOUBLE ROOM In PLAZA ESPA\u00d1A/EIXAMPLE", + "host_name": "Jose Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-10-22", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2119, + "id": 3255276, + "name": "STYLISH FLAT IN THE CENTER OF BCN", + "host_name": "Alba", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 221, + "last_review": "2019-07-02", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 3, + "availability_365": 127 + }, + { + "index": 2120, + "id": 3256638, + "name": "Center Apart, 1 suite + 1 single room, 2 bathrooms", + "host_name": "Gerom", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 1, + "number_of_reviews": 237, + "last_review": "2019-07-02", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 2, + "availability_365": 75 + }, + { + "index": 2121, + "id": 3257033, + "name": "The Claris Suites I", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-03-15", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 42, + "availability_365": 107 + }, + { + "index": 2122, + "id": 3257241, + "name": "Cozy apartment on the beach..", + "host_name": "Patricia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-01-04", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 2123, + "id": 3257364, + "name": "Cozy apartment in Sagrada Familia", + "host_name": "Eloy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 175, + "last_review": "2019-06-12", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 2124, + "id": 3261260, + "name": "Charming Studio in the Old City", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 31, + "number_of_reviews": 175, + "last_review": "2019-04-01", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 6, + "availability_365": 262 + }, + { + "index": 2125, + "id": 3261538, + "name": "The Claris Suites II", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-16", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 42, + "availability_365": 129 + }, + { + "index": 2126, + "id": 3262748, + "name": "Se alquila habitaci\u00f3n", + "host_name": "Jaime Andres", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2127, + "id": 3269446, + "name": "SINGLE ROOM IN A BEAUTIFUL APPARTMENT", + "host_name": "Jose Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-11-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2128, + "id": 3270895, + "name": "SAGRADA FAMILIA -COMFORTABLE BUDGET", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-06-19", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 3, + "availability_365": 202 + }, + { + "index": 2129, + "id": 3271898, + "name": "Enjoy central Barcelona", + "host_name": "Luisa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 86, + "minimum_nights": 6, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 2130, + "id": 3274871, + "name": "1213 - Ciutadella Nice Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 285, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-04-07", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 24, + "availability_365": 137 + }, + { + "index": 2131, + "id": 3275071, + "name": "B&B Terrace Bedroom", + "host_name": "Marisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2015-09-29", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 2132, + "id": 3277794, + "name": "NEAR TO \"LA FIRA\" PL ESPA\u00d1A/ INCL. BREAKFAST", + "host_name": "Lola", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-06-20", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 2133, + "id": 3281680, + "name": "Cosy Central Quiet B&B Sagrada Familia Barcelona", + "host_name": "Fabrice", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-25", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2134, + "id": 3281769, + "name": "Stunning design apartment HUTB 010831", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 101, + "last_review": "2019-06-22", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 24, + "availability_365": 295 + }, + { + "index": 2135, + "id": 3282426, + "name": "Large apartment with great terrace", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-06-24", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 31, + "availability_365": 273 + }, + { + "index": 2136, + "id": 3285382, + "name": "Big room in Artist's house+workshop", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2019-05-28", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 4, + "availability_365": 338 + }, + { + "index": 2137, + "id": 3286722, + "name": "High & bright apartment in Sagrada Familia -6pers.", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 305, + "last_review": "2019-06-26", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 9, + "availability_365": 306 + }, + { + "index": 2138, + "id": 3290143, + "name": "Modern Apt in the bohemian Gr\u00e0cia", + "host_name": "Romina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 176, + "last_review": "2019-07-09", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 4, + "availability_365": 130 + }, + { + "index": 2139, + "id": 3291065, + "name": "Marina double room", + "host_name": "Jose Y Belkys", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-07-05", + "reviews_per_month": 4.62, + "calculated_host_listings_count": 2, + "availability_365": 145 + }, + { + "index": 2140, + "id": 3292049, + "name": "Al\u00f3jate en una casa t\u00edpica del barrio de Gr\u00e0cia con un amplio patio interior", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 2, + "number_of_reviews": 182, + "last_review": "2019-06-29", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2141, + "id": 3292332, + "name": "Single room near the beach", + "host_name": "Mcarmen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2015-09-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2142, + "id": 3296173, + "name": "Stylish Historic Apartment next to Sagrada Familia", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 4, + "number_of_reviews": 168, + "last_review": "2019-07-05", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 2143, + "id": 3297035, + "name": "3 bedrooms, close to Plaza Catalu\u00f1a - ATU4", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-14", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 28, + "availability_365": 75 + }, + { + "index": 2144, + "id": 3297639, + "name": "Incredible, terrace, near Diagonal - ATU 15", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-13", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 28, + "availability_365": 109 + }, + { + "index": 2145, + "id": 3300531, + "name": "Room in Artist's atelier. Central", + "host_name": "Jura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-30", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 2146, + "id": 3306780, + "name": "Super room B with 4 palm tree view!", + "host_name": "Constance", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 254, + "last_review": "2019-06-23", + "reviews_per_month": 4.15, + "calculated_host_listings_count": 3, + "availability_365": 80 + }, + { + "index": 2147, + "id": 3308296, + "name": "Charming with terrace in Gracia - ATU 20", + "host_name": "Jerome & Co", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-06-24", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 28, + "availability_365": 135 + }, + { + "index": 2148, + "id": 3314300, + "name": "BCN Olympic", + "host_name": "Valencia Luxury", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2017-05-21", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 184 + }, + { + "index": 2149, + "id": 3314434, + "name": "Ramblas 3 bedrooms Attic Pz.Reial Gothic", + "host_name": "Xavier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 235, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-07-07", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 1, + "availability_365": 108 + }, + { + "index": 2150, + "id": 3315148, + "name": "Lovely Dip\u00f9tacion", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-04-12", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 95, + "availability_365": 21 + }, + { + "index": 2151, + "id": 3318625, + "name": "Nice and quiet apartment.", + "host_name": "Tse", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-06-26", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 1, + "availability_365": 275 + }, + { + "index": 2152, + "id": 3319851, + "name": "Between the center and the beach!", + "host_name": "Claudio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 2, + "number_of_reviews": 203, + "last_review": "2019-06-24", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 5, + "availability_365": 231 + }, + { + "index": 2153, + "id": 3322110, + "name": "Air conditioned room", + "host_name": "Alexis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 195, + "last_review": "2019-07-06", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 2, + "availability_365": 192 + }, + { + "index": 2154, + "id": 3326883, + "name": "Alquilo 2 habitaciones", + "host_name": "Marian", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2155, + "id": 3328222, + "name": "Terrace Penthouse Sagrada Familia !", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-19", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 2156, + "id": 3329286, + "name": "Habitaci\u00f3n privada N#4 con ba\u00f1o privado", + "host_name": "Paulo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-06-27", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 285 + }, + { + "index": 2157, + "id": 3330794, + "name": "GREEN ADDICT!! UrbanGarden! Cuzy&Central", + "host_name": "Alessandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 202, + "last_review": "2019-06-12", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 2, + "availability_365": 333 + }, + { + "index": 2158, + "id": 3330956, + "name": "DOUBLE LUMINOUS ROOM WITH PRIVATE TOILET", + "host_name": "Raquel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 64, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-07-05", + "reviews_per_month": 4.17, + "calculated_host_listings_count": 2, + "availability_365": 84 + }, + { + "index": 2159, + "id": 3331732, + "name": "HABITACI\u00d3N EN EL CENTRO DE BARCELONA. BORN", + "host_name": "Rox", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 105, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 2160, + "id": 3331739, + "name": "Authentic Penthouse 2 Terraces", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 162, + "last_review": "2019-06-23", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 5, + "availability_365": 141 + }, + { + "index": 2161, + "id": 3340178, + "name": "independent Cozy Studio in Great Location!", + "host_name": "Albert", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 23, + "minimum_nights": 45, + "number_of_reviews": 10, + "last_review": "2019-06-29", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2162, + "id": 3342599, + "name": "Room with huge terrace in Sants", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2016-07-24", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 4, + "availability_365": 248 + }, + { + "index": 2163, + "id": 3345448, + "name": "Espacioso Apartamento Barcelona II", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 2164, + "id": 3345875, + "name": "7 MINUTES FROM \"LAS RAMBLAS\" LUXURY 3 BDRMS FLAT", + "host_name": "Rosa Y Nicolas", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 4, + "number_of_reviews": 199, + "last_review": "2019-06-20", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 2, + "availability_365": 227 + }, + { + "index": 2165, + "id": 3345894, + "name": "Modern & clean 2-bedroom apartment", + "host_name": "Artem", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2014-09-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 2166, + "id": 3346210, + "name": "CENTRO DE BARCELONA RAMBLAS ", + "host_name": "Maria Amalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 221, + "last_review": "2019-06-23", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 1, + "availability_365": 105 + }, + { + "index": 2167, + "id": 3346354, + "name": "Habitacion en apartamento", + "host_name": "Marina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Ciutat Meridiana", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-05-31", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 4, + "availability_365": 324 + }, + { + "index": 2168, + "id": 3346588, + "name": "Sunny Stylish Terrace next to Paseo de Gracia", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 4, + "number_of_reviews": 215, + "last_review": "2019-07-07", + "reviews_per_month": 3.55, + "calculated_host_listings_count": 6, + "availability_365": 224 + }, + { + "index": 2169, + "id": 3349316, + "name": "Central for 6 with terrace - ATU 26", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-06", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 28, + "availability_365": 104 + }, + { + "index": 2170, + "id": 3349421, + "name": "For 6 people near Las Ramblas - ATU27", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 117, + "last_review": "2019-07-01", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 28, + "availability_365": 120 + }, + { + "index": 2171, + "id": 3349949, + "name": "Terrace near Fira and Plaza Espa\u00f1a - ATU 28", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 93, + "last_review": "2019-06-23", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 28, + "availability_365": 105 + }, + { + "index": 2172, + "id": 3350180, + "name": "SAN&SUN, design loft in city center", + "host_name": "Rosa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 311, + "last_review": "2019-06-25", + "reviews_per_month": 5.16, + "calculated_host_listings_count": 6, + "availability_365": 228 + }, + { + "index": 2173, + "id": 3350190, + "name": "Seduction in the Heart of Eixample, Warm, Cozi, Central.", + "host_name": "\u00c1ngel (Alex)", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 234, + "last_review": "2019-07-01", + "reviews_per_month": 3.89, + "calculated_host_listings_count": 1, + "availability_365": 195 + }, + { + "index": 2174, + "id": 3355596, + "name": "Super room C next to 'Las Ramblas'", + "host_name": "Constance", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 257, + "last_review": "2019-06-24", + "reviews_per_month": 4.19, + "calculated_host_listings_count": 3, + "availability_365": 70 + }, + { + "index": 2175, + "id": 3356447, + "name": "Bright for 5 near beach - ATU 31", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-06-23", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 28, + "availability_365": 137 + }, + { + "index": 2176, + "id": 3357211, + "name": "Single room en pleno eixample", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2177, + "id": 3358168, + "name": "Enjoy the city and relax", + "host_name": "Annalisa I Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-28", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 232 + }, + { + "index": 2178, + "id": 3358397, + "name": "Fantastic bedrooms with garden!!!", + "host_name": "Patricia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-06-12", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 2179, + "id": 3359806, + "name": "Spacious for 6 en Parralel - ATU 34", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-30", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 28, + "availability_365": 131 + }, + { + "index": 2180, + "id": 3362664, + "name": "Room in Barcelona!", + "host_name": "Eul\u00e0lia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-23", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 41 + }, + { + "index": 2181, + "id": 3364803, + "name": "Terrace luxery apartment II", + "host_name": "Dimitry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2017-04-12", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 11, + "availability_365": 365 + }, + { + "index": 2182, + "id": 3365207, + "name": "Modern near the Fira - ATU 36", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-22", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 28, + "availability_365": 130 + }, + { + "index": 2183, + "id": 3365675, + "name": "Big apartment in Sant Gervasi", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-04-18", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 31, + "availability_365": 0 + }, + { + "index": 2184, + "id": 3367356, + "name": "Sunny apt with huge terrace @beach\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 353, + "minimum_nights": 4, + "number_of_reviews": 121, + "last_review": "2019-07-10", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 84, + "availability_365": 302 + }, + { + "index": 2185, + "id": 3369132, + "name": "Habitaci\u00f3n amplia - Arco de Triumfo", + "host_name": "Jose Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 28, + "last_review": "2018-12-22", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 352 + }, + { + "index": 2186, + "id": 3369787, + "name": "Room to rent medium size", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 180 + }, + { + "index": 2187, + "id": 3370188, + "name": "Dine on the Balcony of a Penthouse in Sant-Antoni", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-06-12", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 11, + "availability_365": 232 + }, + { + "index": 2188, + "id": 3374070, + "name": "CAMP NOU STADIUM:MODERN AND COZY APARTMENT", + "host_name": "Jose", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 217, + "last_review": "2019-07-10", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2189, + "id": 3374176, + "name": "Colorful Apartment with Private Leafy Balcony", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-05-01", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 11, + "availability_365": 252 + }, + { + "index": 2190, + "id": 3376510, + "name": "Luxurious 1 bedroom apt with garden @Pl. Espanya\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 271, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-02-22", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 84, + "availability_365": 187 + }, + { + "index": 2191, + "id": 3376885, + "name": "charming flat in a comercial area", + "host_name": "Pere", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 191, + "last_review": "2019-06-25", + "reviews_per_month": 3.15, + "calculated_host_listings_count": 3, + "availability_365": 312 + }, + { + "index": 2192, + "id": 3376932, + "name": "nice exterior room in Barcelona", + "host_name": "Cesc", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 35, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 123 + }, + { + "index": 2193, + "id": 3378393, + "name": "Cosy modern flat in Sant Antoni", + "host_name": "Pablo & Federica", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2018-08-23", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 71 + }, + { + "index": 2194, + "id": 3378838, + "name": "Quiet room to rent in central Barcelona area", + "host_name": "Si & Le", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 200, + "last_review": "2019-06-26", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 2195, + "id": 3381495, + "name": "Cozy double room!", + "host_name": "Jana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 38, + "minimum_nights": 4, + "number_of_reviews": 61, + "last_review": "2019-07-01", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 2196, + "id": 3382429, + "name": "The Dreaming Corner for great sleeper!", + "host_name": "Adrian", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 308 + }, + { + "index": 2197, + "id": 3385725, + "name": "Amazing views of Sagrada Familia", + "host_name": "Alfred", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 176, + "last_review": "2019-07-06", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 1, + "availability_365": 245 + }, + { + "index": 2198, + "id": 3386615, + "name": "Big and Luminous double room. Balcony!", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-06-18", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 2199, + "id": 3387950, + "name": "central apartment Paseo de Gracia", + "host_name": "Lola & Joe", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 209, + "last_review": "2019-06-25", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 2, + "availability_365": 167 + }, + { + "index": 2200, + "id": 3388218, + "name": "Genuine, lightfull. Family friendly. Central", + "host_name": "Merce & Jepis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 164, + "last_review": "2019-07-06", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 2201, + "id": 3389920, + "name": "Cute & lovely accomodation centre Bcn!", + "host_name": "Lia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 2, + "number_of_reviews": 300, + "last_review": "2019-07-07", + "reviews_per_month": 4.92, + "calculated_host_listings_count": 1, + "availability_365": 95 + }, + { + "index": 2202, + "id": 3389932, + "name": "BOHEMIAN FLAT WITH PATIO IN CENTRE (months only)", + "host_name": "Anna & Marcos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 60, + "number_of_reviews": 16, + "last_review": "2015-03-13", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 4, + "availability_365": 211 + }, + { + "index": 2203, + "id": 3392057, + "name": "Attic in Poble Sec - Sunny Terrace", + "host_name": "Fabio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-03-01", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2204, + "id": 3392299, + "name": "Double-bed room in Hospital de Sant Pau-Guinard\u00f3", + "host_name": "Albert", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2205, + "id": 3393502, + "name": "Sunny Apartment Sagrada Familia 4", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-06-27", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 4, + "availability_365": 292 + }, + { + "index": 2206, + "id": 3393697, + "name": "PRIVATE AND FULLY INDEPENDENT LOFT", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 60, + "minimum_nights": 5, + "number_of_reviews": 127, + "last_review": "2018-03-01", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 2207, + "id": 3393839, + "name": "Sunny Apartment Sagrada Familia 5", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-07-10", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 4, + "availability_365": 302 + }, + { + "index": 2208, + "id": 3404528, + "name": "MODERNISM&LUXURY&DESIGN IN CENTER", + "host_name": "Sofia, Cristina I Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 203, + "minimum_nights": 3, + "number_of_reviews": 267, + "last_review": "2019-07-07", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 1, + "availability_365": 205 + }, + { + "index": 2209, + "id": 3407787, + "name": "Stylish w/ private bathroom Central Gay Friendly", + "host_name": "Gr\u00e9gory & Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-28", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 1, + "availability_365": 111 + }, + { + "index": 2210, + "id": 3410851, + "name": "Sunny apt next to FCB Camp Nou", + "host_name": "Lucila", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-07-08", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 2211, + "id": 3413799, + "name": "Lovely room/ gothic Barcelona", + "host_name": "Su\u00e9len Y \u00c1lvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 169, + "last_review": "2019-07-05", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 5, + "availability_365": 356 + }, + { + "index": 2212, + "id": 3417599, + "name": "Lovely room in downtown Barcelona", + "host_name": "Su\u00e9len Y \u00c1lvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 176, + "last_review": "2019-06-24", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 5, + "availability_365": 354 + }, + { + "index": 2213, + "id": 3419076, + "name": "Great centric apt. in Poble Sec!", + "host_name": "Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-11", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 3, + "availability_365": 282 + }, + { + "index": 2214, + "id": 3419405, + "name": "IDEAL FLAT IN PLAZA SAGRADA FAMILIA", + "host_name": "Hans", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 4, + "number_of_reviews": 193, + "last_review": "2019-06-26", + "reviews_per_month": 3.15, + "calculated_host_listings_count": 2, + "availability_365": 279 + }, + { + "index": 2215, + "id": 3420035, + "name": "Bed in Superior Mixed Shared Dorm", + "host_name": "Don Moustache", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 47, + "minimum_nights": 1, + "number_of_reviews": 128, + "last_review": "2019-06-26", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 2, + "availability_365": 361 + }, + { + "index": 2216, + "id": 3430458, + "name": "Cozy Room With Balcony!", + "host_name": "Daniel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 97, + "last_review": "2019-06-15", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 2, + "availability_365": 4 + }, + { + "index": 2217, + "id": 3430714, + "name": "Spacious and central apartment", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 1, + "number_of_reviews": 298, + "last_review": "2019-07-09", + "reviews_per_month": 4.91, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 2218, + "id": 3431107, + "name": "La Rambla \"gluten free friendly\"", + "host_name": "Cristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-07-01", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 2219, + "id": 3431537, + "name": "Double room with air conditioning", + "host_name": "Alexis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 56, + "minimum_nights": 2, + "number_of_reviews": 239, + "last_review": "2019-07-09", + "reviews_per_month": 4.35, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 2220, + "id": 3431564, + "name": "Flat near Sagrada Familia and metro Hospital S Pau", + "host_name": "Josefina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-07-04", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 2221, + "id": 3431763, + "name": "Fantastic in the center", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-06-20", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 18, + "availability_365": 311 + }, + { + "index": 2222, + "id": 3432115, + "name": "Quite flat in the heart of Gr\u00e0cia", + "host_name": "Eva", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-06-18", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 2223, + "id": 3435695, + "name": "Lovely room/ Barcelona center", + "host_name": "Su\u00e9len Y \u00c1lvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 149, + "last_review": "2019-06-30", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 5, + "availability_365": 340 + }, + { + "index": 2224, + "id": 3436535, + "name": "Super Room A with 4 palm tree view", + "host_name": "Constance", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 248, + "last_review": "2019-06-15", + "reviews_per_month": 4.07, + "calculated_host_listings_count": 3, + "availability_365": 256 + }, + { + "index": 2225, + "id": 3437045, + "name": "Cozy double room by Plaza Espa\u00f1a", + "host_name": "Valentina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-06", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 2226, + "id": 3441799, + "name": "Cozy, with terrace, Wifi and A/C", + "host_name": "Dani", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 88, + "last_review": "2019-06-14", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 15, + "availability_365": 252 + }, + { + "index": 2227, + "id": 3443825, + "name": "Habitavi\u00f3n doble grande y luminosa", + "host_name": "Conchi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-06-28", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 2228, + "id": 3444281, + "name": "Habitaci\u00f3n tranquila en piso amplio", + "host_name": "Charly", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-12-07", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2229, + "id": 3444310, + "name": "Casa Sagrera B&W | Eixample | BCN", + "host_name": "Ana Y Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 201, + "last_review": "2019-06-17", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 2, + "availability_365": 257 + }, + { + "index": 2230, + "id": 3445203, + "name": "spacious centric PRIVATE LOFT", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 113, + "last_review": "2019-06-20", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 2, + "availability_365": 105 + }, + { + "index": 2231, + "id": 3445276, + "name": "Very big and very centric room", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-26", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 2232, + "id": 3450748, + "name": "For traving and studying, cheap, Camp Nou, UPC", + "host_name": "Liyuan", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-12-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2233, + "id": 3451150, + "name": "Comfortable, cheap, Camp Nou, UPC", + "host_name": "Liyuan", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2017-01-02", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2234, + "id": 3453772, + "name": "Poble Sec Oasis Double Bedroom", + "host_name": "Mina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 10, + "number_of_reviews": 42, + "last_review": "2019-03-10", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 3, + "availability_365": 130 + }, + { + "index": 2235, + "id": 3454239, + "name": "Luxurious 2 bedroom apt w/2balconies @Espanya\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 279, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-05-17", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 84, + "availability_365": 142 + }, + { + "index": 2236, + "id": 3455148, + "name": "Sunny room with private bathroom and balcony.", + "host_name": "Nora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 54, + "minimum_nights": 4, + "number_of_reviews": 114, + "last_review": "2019-07-06", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 2237, + "id": 3455823, + "name": "Cozy Apartment Sagrada Familia", + "host_name": "Silvina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 276, + "last_review": "2019-06-24", + "reviews_per_month": 4.55, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 2238, + "id": 3457072, + "name": "Double room", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-30", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 2239, + "id": 3457230, + "name": "URGELL-Jto. a Pl. Francesc Maci\u00e1- Min 32 noches", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 344 + }, + { + "index": 2240, + "id": 3473374, + "name": "BRIGHT Double Room with BALCONY. BEST LOCATION!!", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 74, + "last_review": "2019-06-23", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 3, + "availability_365": 4 + }, + { + "index": 2241, + "id": 3474270, + "name": "Luxurious 1 bedroom apartment for 4 @Pl.Espanya\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 246, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-04-23", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 84, + "availability_365": 124 + }, + { + "index": 2242, + "id": 3475121, + "name": "Luxurious duplex for 4 w/terrace @Pl.Espanya\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 173, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-01", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 84, + "availability_365": 163 + }, + { + "index": 2243, + "id": 3477316, + "name": "TripApps", + "host_name": "Puntemon", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 151, + "last_review": "2019-07-09", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 2244, + "id": 3478247, + "name": "Rustic house in barcelona", + "host_name": "\u00d3scar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-07-09", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 106 + }, + { + "index": 2245, + "id": 3480503, + "name": "APARTMENT VILADOMAT LAS ARENAS", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 215, + "last_review": "2019-06-14", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 9, + "availability_365": 239 + }, + { + "index": 2246, + "id": 3480649, + "name": "APARTMENTS CITY CENTER BARCELONA", + "host_name": "Vadim", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-06-19", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 2247, + "id": 3481102, + "name": "Triple or Double Bedroom", + "host_name": "Don Moustache", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-02-27", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 356 + }, + { + "index": 2248, + "id": 3481808, + "name": "Apat. close to Sagrada Familia", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-05-13", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 31, + "availability_365": 131 + }, + { + "index": 2249, + "id": 3484819, + "name": "Luxury & Stylish - Paseo de Gracia", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 331, + "minimum_nights": 4, + "number_of_reviews": 227, + "last_review": "2019-07-03", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 6, + "availability_365": 216 + }, + { + "index": 2250, + "id": 3485918, + "name": "Artist's House in Pl Universitat ", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 15, + "number_of_reviews": 16, + "last_review": "2019-05-31", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 4, + "availability_365": 297 + }, + { + "index": 2251, + "id": 3486077, + "name": "Sagrada Familia view in BCN center", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 202, + "minimum_nights": 4, + "number_of_reviews": 220, + "last_review": "2019-07-05", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 6, + "availability_365": 227 + }, + { + "index": 2252, + "id": 3487140, + "name": "Great location bedroom w/ balcony & bathroom", + "host_name": "Sarah & Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2018-11-02", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2253, + "id": 3488858, + "name": "Amazing Apartment Plaza Catalunya", + "host_name": "Mariona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-07-02", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 2254, + "id": 3491072, + "name": "AMAZING 3 BEDRMS APARTMENT BIG TERRACE CITY CENTER", + "host_name": "Rosa Y Nicolas", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 174, + "last_review": "2019-06-20", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 2, + "availability_365": 243 + }, + { + "index": 2255, + "id": 3491453, + "name": "ELEGANCE: Apartment design.", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-26", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 6, + "availability_365": 195 + }, + { + "index": 2256, + "id": 3491839, + "name": "CONFORT : Near Sagrada Familia.", + "host_name": "Mar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-06", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 6, + "availability_365": 80 + }, + { + "index": 2257, + "id": 3493834, + "name": "NEW Loft Arc de Triomf", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 103, + "last_review": "2019-06-13", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 12, + "availability_365": 111 + }, + { + "index": 2258, + "id": 3494612, + "name": "Art apartment Eixample to share", + "host_name": "Be Local", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-19", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 2259, + "id": 3495408, + "name": "Apartment for groups near Sagrada Familia", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-10-08", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 31, + "availability_365": 145 + }, + { + "index": 2260, + "id": 3496538, + "name": "Park G\u00fcell-Habitaci\u00f3n Desktop con Balc\u00f3n", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 13, + "minimum_nights": 25, + "number_of_reviews": 42, + "last_review": "2018-08-27", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2261, + "id": 3496888, + "name": "Grand Marina", + "host_name": "Merc\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 213, + "last_review": "2019-07-05", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 4, + "availability_365": 130 + }, + { + "index": 2262, + "id": 3498518, + "name": "Sagrada Familia - Castillejos 1", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 165, + "last_review": "2019-07-02", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 13, + "availability_365": 288 + }, + { + "index": 2263, + "id": 3498972, + "name": "Cozy room, 32m, Arc de Triomf", + "host_name": "Ale", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2014-07-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2264, + "id": 3501634, + "name": "LOVELY LOFT- ATTIC &TERRACE, GRACIA", + "host_name": "Xavi & Luna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 141, + "minimum_nights": 3, + "number_of_reviews": 225, + "last_review": "2019-06-06", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 1, + "availability_365": 227 + }, + { + "index": 2265, + "id": 3502018, + "name": "Beginning of Las Ramblas :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 77, + "last_review": "2019-06-07", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 33, + "availability_365": 304 + }, + { + "index": 2266, + "id": 3503002, + "name": "Luxury near Plaza Catalunya - ATU12", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 157, + "last_review": "2019-07-02", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 28, + "availability_365": 102 + }, + { + "index": 2267, + "id": 3507362, + "name": "AC\u00c0CIES - 3", + "host_name": "Merc\u00e9", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2018-12-17", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 4, + "availability_365": 85 + }, + { + "index": 2268, + "id": 3507552, + "name": "near beach/barcelona center", + "host_name": "Su\u00e9len Y \u00c1lvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 148, + "last_review": "2019-06-26", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 5, + "availability_365": 337 + }, + { + "index": 2269, + "id": 3508191, + "name": "ACACIES 1 ", + "host_name": "Merc\u00e9", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-02-10", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 4, + "availability_365": 11 + }, + { + "index": 2270, + "id": 3510269, + "name": "Ac\u00e0cies - 2 ", + "host_name": "Merc\u00e9", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-04", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 4, + "availability_365": 84 + }, + { + "index": 2271, + "id": 3512999, + "name": "Centric Rambla-Port-Fira-Montjuic", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 3, + "number_of_reviews": 228, + "last_review": "2019-06-26", + "reviews_per_month": 3.77, + "calculated_host_listings_count": 2, + "availability_365": 110 + }, + { + "index": 2272, + "id": 3515542, + "name": "Lovely & Quiet apartment BCN Center", + "host_name": "Sonia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 2, + "number_of_reviews": 246, + "last_review": "2019-06-27", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 2273, + "id": 3518018, + "name": null, + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2274, + "id": 3524968, + "name": "Cosy room, beach 10min walk, 20mt to metro llacuna", + "host_name": "Giampaolo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-06-24", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 69 + }, + { + "index": 2275, + "id": 3525106, + "name": "Romantic Apartment with Terrace (52) HUTB: 004806", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-06-26", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 8, + "availability_365": 169 + }, + { + "index": 2276, + "id": 3525730, + "name": "1-3 pers. suite-studio, private bathroom WIFI FREE", + "host_name": "Nina Termi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-10", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 127 + }, + { + "index": 2277, + "id": 3528944, + "name": "Large Apartment in La Rambla", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2018-08-27", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 9, + "availability_365": 74 + }, + { + "index": 2278, + "id": 3532028, + "name": "Bonita habitaci\u00f3n individual", + "host_name": "Laura", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2279, + "id": 3535864, + "name": "100% RECOMENDED. GOOD HOST. WALK EVERYWHERE. WIFI", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 368, + "last_review": "2019-07-07", + "reviews_per_month": 6.22, + "calculated_host_listings_count": 5, + "availability_365": 330 + }, + { + "index": 2280, + "id": 3536281, + "name": "Amazing flat BCN near stadium FC Barcelona", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-07", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 1, + "availability_365": 109 + }, + { + "index": 2281, + "id": 3536663, + "name": "Cozy apartment near Sagrada Familia", + "host_name": "Goldy", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-07-02", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 2282, + "id": 3536717, + "name": "Cozy room in the middle of Eixample", + "host_name": "Eli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 31, + "number_of_reviews": 36, + "last_review": "2017-10-08", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 2283, + "id": 3538723, + "name": "Suite El Born - Trendy Area", + "host_name": "Maria Teresa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 157, + "last_review": "2019-07-01", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 2, + "availability_365": 32 + }, + { + "index": 2284, + "id": 3539908, + "name": "Quiet and sunny apartment", + "host_name": "Montse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 217, + "last_review": "2019-06-25", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 2285, + "id": 3543365, + "name": "Luxury twin apart. Sagrada Familia", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-06-24", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 24, + "availability_365": 296 + }, + { + "index": 2286, + "id": 3543704, + "name": "Sensational design Sagrada Familia", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 110, + "last_review": "2019-06-28", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 24, + "availability_365": 300 + }, + { + "index": 2287, + "id": 3546336, + "name": "Beautiful flat in Bcn city center", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2017-03-03", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2288, + "id": 3546754, + "name": "Lovely Napols", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2017-07-18", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 95, + "availability_365": 20 + }, + { + "index": 2289, + "id": 3548439, + "name": "FLAT W/ TERRACE, SEA VIEW+PARKING", + "host_name": "Segolene", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-04-23", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 2290, + "id": 3549317, + "name": "big sunny room, metro station Urgell, no students!", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 24, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2291, + "id": 3549607, + "name": "Casa bonita, nice house", + "host_name": "Senda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-16", + "reviews_per_month": 3.49, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 2292, + "id": 3556368, + "name": "Nice room to rest after a big congress", + "host_name": "Eduard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 78, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-06-01", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2293, + "id": 3556913, + "name": "Urban Town Suites II", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2018-09-29", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 42, + "availability_365": 91 + }, + { + "index": 2294, + "id": 3558941, + "name": "\u043a\u043e\u043c\u043d\u0430\u0442a \u0432 \u0431\u0430\u0440\u0441\u0435\u043b\u043e\u043d\u0435", + "host_name": "Marina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Ciutat Meridiana", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2018-08-14", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 4, + "availability_365": 325 + }, + { + "index": 2295, + "id": 3559666, + "name": "Porta Santa Madrona", + "host_name": "Sara", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 199, + "last_review": "2019-06-20", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 2, + "availability_365": 161 + }, + { + "index": 2296, + "id": 3561658, + "name": "Family apartment in the Sagrada Familia.", + "host_name": "Oriol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 226, + "last_review": "2019-06-21", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 4, + "availability_365": 106 + }, + { + "index": 2297, + "id": 3565678, + "name": "Spacious & chic, private terrace, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-21", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 54, + "availability_365": 301 + }, + { + "index": 2298, + "id": 3567044, + "name": "Barcelona Vila Ol\u00edmpica Playa", + "host_name": "Paco", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-07-09", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 2299, + "id": 3567801, + "name": "Beautiful room with balcony", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-18", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 2300, + "id": 3567993, + "name": "ROMANTIC Apartment WIFI in center", + "host_name": "Koni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 294, + "last_review": "2019-06-26", + "reviews_per_month": 5.05, + "calculated_host_listings_count": 5, + "availability_365": 277 + }, + { + "index": 2301, + "id": 3582193, + "name": "Penthouse + Terrace in Old Town", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 118, + "last_review": "2019-06-24", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 2302, + "id": 3583512, + "name": "Boat - Apartment 25 min. from Barcelona City", + "host_name": "Antonio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 3, + "number_of_reviews": 176, + "last_review": "2019-06-30", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 2, + "availability_365": 217 + }, + { + "index": 2303, + "id": 3586382, + "name": "OFFERS FOR MONTHS CITY CENTER MINIMUM 32 NIGTHS", + "host_name": "Nacharosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2015-01-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 6, + "availability_365": 365 + }, + { + "index": 2304, + "id": 3586637, + "name": "Nice home on a great place", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 3, + "number_of_reviews": 221, + "last_review": "2019-06-29", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 6, + "availability_365": 273 + }, + { + "index": 2305, + "id": 3588409, + "name": "New Stylish Designer Pad", + "host_name": "Mike", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 4, + "number_of_reviews": 210, + "last_review": "2019-06-20", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 4, + "availability_365": 150 + }, + { + "index": 2306, + "id": 3589257, + "name": "Light queen room. St Gervas-Gracia", + "host_name": "Rosa", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-06-04", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 2307, + "id": 3590912, + "name": "AMIGO- JUNTO A TURO PARC- 3 habitaciones", + "host_name": "Rosa", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 10, + "number_of_reviews": 8, + "last_review": "2019-03-24", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 5, + "availability_365": 316 + }, + { + "index": 2308, + "id": 3593609, + "name": "COZY ROOM", + "host_name": "Cesc Y Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 36, + "minimum_nights": 4, + "number_of_reviews": 103, + "last_review": "2019-07-08", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 6, + "availability_365": 2 + }, + { + "index": 2309, + "id": 3594201, + "name": "WELCOME TO BARCELONA II! Sagrada Familia", + "host_name": "Rui", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 41, + "last_review": "2018-10-03", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2310, + "id": 3603663, + "name": "Close to Parc G\u00fcell and Metro", + "host_name": "Jael & Aitor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 236, + "last_review": "2019-06-24", + "reviews_per_month": 3.94, + "calculated_host_listings_count": 1, + "availability_365": 137 + }, + { + "index": 2311, + "id": 3604142, + "name": "Tucson Suites I", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-23", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 42, + "availability_365": 89 + }, + { + "index": 2312, + "id": 3611683, + "name": "Bright,new apt near Paseo de Gracia\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 4, + "number_of_reviews": 61, + "last_review": "2019-06-30", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 84, + "availability_365": 146 + }, + { + "index": 2313, + "id": 3622727, + "name": "Large Barcelona Apartment", + "host_name": "Hern\u00e1n", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 3, + "number_of_reviews": 173, + "last_review": "2019-07-01", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 2314, + "id": 3632041, + "name": "RENT INDIVIDUAL ROOM", + "host_name": "Cesc Y Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 159, + "last_review": "2019-07-09", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 6, + "availability_365": 161 + }, + { + "index": 2315, + "id": 3634081, + "name": "Sunny and quiet double room+Balcony", + "host_name": "Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 185, + "last_review": "2019-06-26", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 3, + "availability_365": 308 + }, + { + "index": 2316, + "id": 3634997, + "name": "Vintage - Passeig de Gracia", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-23", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 47, + "availability_365": 154 + }, + { + "index": 2317, + "id": 3636416, + "name": "CENTRAL & BEAUTIFUL APARTMENT / BCN", + "host_name": "Vanina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 245, + "last_review": "2019-07-03", + "reviews_per_month": 4.11, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 2318, + "id": 3641337, + "name": "Double in suite room 5min beach", + "host_name": "Fernando", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 221, + "last_review": "2019-06-19", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 1, + "availability_365": 310 + }, + { + "index": 2319, + "id": 3644157, + "name": "Authentic & Artistic \"L'auberge Espagnole\"", + "host_name": "Helena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 225, + "last_review": "2019-06-23", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 2, + "availability_365": 299 + }, + { + "index": 2320, + "id": 3645268, + "name": "Stylish Apartment C in city center", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 303, + "minimum_nights": 2, + "number_of_reviews": 205, + "last_review": "2019-06-23", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 6, + "availability_365": 203 + }, + { + "index": 2321, + "id": 3645274, + "name": "Piso calidad/precio exelente !!!!!", + "host_name": "Mirella.", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 298, + "last_review": "2019-07-07", + "reviews_per_month": 4.97, + "calculated_host_listings_count": 3, + "availability_365": 87 + }, + { + "index": 2322, + "id": 3647745, + "name": "Shining room with a lovely window.", + "host_name": "Emilio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 177, + "last_review": "2019-06-28", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 2323, + "id": 3652362, + "name": "Tucson Suites II", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-23", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 42, + "availability_365": 104 + }, + { + "index": 2324, + "id": 3652628, + "name": "Tucson Suites III", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-20", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 42, + "availability_365": 132 + }, + { + "index": 2325, + "id": 3659886, + "name": "Cozy bedroom with double bed", + "host_name": "Jonas", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2326, + "id": 3663241, + "name": "Nice & Quite Center Boquer\u00eda Raval", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-06-11", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 2, + "availability_365": 133 + }, + { + "index": 2327, + "id": 3671014, + "name": "Luxury apartment with wide terrace next to the Barcelona Fair", + "host_name": "Clickandflat", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-29", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 18, + "availability_365": 106 + }, + { + "index": 2328, + "id": 3675469, + "name": "Habitaci\u00f3n Doble / Double Room", + "host_name": "Xavi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 148, + "last_review": "2019-06-28", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2329, + "id": 3677434, + "name": "Perfect Room for August in Gracia", + "host_name": "Caterina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 38, + "minimum_nights": 10, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2330, + "id": 3680769, + "name": "Apartment close to Sagrada Familia", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-06-26", + "reviews_per_month": 3.15, + "calculated_host_listings_count": 3, + "availability_365": 261 + }, + { + "index": 2331, + "id": 3683532, + "name": "Wonderfull Room in the Gotic Area", + "host_name": "Chiara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2014-09-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2332, + "id": 3684919, + "name": "Barcelona-Park G\u00fcell Apartment", + "host_name": "Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 196, + "last_review": "2019-07-05", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 2333, + "id": 3685880, + "name": "Habitaci\u00f3n con cama doble soleada", + "host_name": "Santiago", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2016-10-31", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2334, + "id": 3691692, + "name": "Spacious apartment in Gracia", + "host_name": "Eric", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-26", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 2335, + "id": 3699971, + "name": "Small but cozy room", + "host_name": "Juliana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-09-02", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2336, + "id": 3702627, + "name": "Charming with terrace and balcony - ATU 14", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 125, + "last_review": "2019-06-29", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 28, + "availability_365": 94 + }, + { + "index": 2337, + "id": 3705617, + "name": "Double room in Barcelona centre", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 42, + "minimum_nights": 5, + "number_of_reviews": 9, + "last_review": "2016-09-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2338, + "id": 3706788, + "name": "Gran Apartamento en el centro. ", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-03", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 7, + "availability_365": 319 + }, + { + "index": 2339, + "id": 3707514, + "name": "Big Room & Perfect Location", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 328, + "last_review": "2019-06-30", + "reviews_per_month": 5.53, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 2340, + "id": 3707725, + "name": "Sant Antoni Morning Glory", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2017-08-21", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 2341, + "id": 3709784, + "name": "Cozy studio close to Park G\u00fcell", + "host_name": "Mar\u00eda Jacinta & Alex", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-17", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 1, + "availability_365": 322 + }, + { + "index": 2342, + "id": 3709816, + "name": "Nuevo apartamento junto al metro", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2018-10-14", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 7, + "availability_365": 311 + }, + { + "index": 2343, + "id": 3716592, + "name": "Penthouse in the heart of BCN", + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 4, + "number_of_reviews": 86, + "last_review": "2019-06-20", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 2344, + "id": 3717309, + "name": "Sunny room close to the beach", + "host_name": "Svetlana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 9, + "last_review": "2015-11-01", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 81 + }, + { + "index": 2345, + "id": 3717522, + "name": "Very central, cozy and quiet flat. WIFI.", + "host_name": "Alberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2017-07-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2346, + "id": 3717736, + "name": "Sunny room near to the beach", + "host_name": "Svetlana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 29, + "minimum_nights": 30, + "number_of_reviews": 8, + "last_review": "2015-08-26", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 2347, + "id": 3720029, + "name": "Nice double room next to Ramblas and the Beach!!", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 44, + "last_review": "2017-06-21", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 3, + "availability_365": 1 + }, + { + "index": 2348, + "id": 3727916, + "name": "Splendid & Superb Park G\u00fcell House", + "host_name": "Dolors", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 415, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-07-07", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 2, + "availability_365": 305 + }, + { + "index": 2349, + "id": 3729387, + "name": "Nice room in a share flat", + "host_name": "Christa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-07-27", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 2350, + "id": 3729563, + "name": "Habitaci\u00f3n centrica barrio Born.", + "host_name": "Flora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-02", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 2351, + "id": 3732820, + "name": "Plaza Catalunya Executive up to 6", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 170, + "last_review": "2019-06-17", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 38, + "availability_365": 89 + }, + { + "index": 2352, + "id": 3734039, + "name": "Charming Princesita Apartment,2 ensuite bathrooms", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-01-17", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 23, + "availability_365": 36 + }, + { + "index": 2353, + "id": 3735449, + "name": "Principito Apartment w/2 Ensuite Bathrooms", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-06-18", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 23, + "availability_365": 148 + }, + { + "index": 2354, + "id": 3738266, + "name": "ROOM with a DOBLE bed. CENTRAL flat", + "host_name": "Victoria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-06-25", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 2355, + "id": 3738979, + "name": "3BR/3BA with Pink Suite - All EN SUITE Bathrooms", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-25", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 23, + "availability_365": 270 + }, + { + "index": 2356, + "id": 3744235, + "name": "Beautiful apartment in C/Sepulveda", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-06", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 31, + "availability_365": 245 + }, + { + "index": 2357, + "id": 3744593, + "name": "Apt with cozy terrace", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-07-03", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 31, + "availability_365": 159 + }, + { + "index": 2358, + "id": 3750851, + "name": "Suite with PRIVATE living room and sunny terrace", + "host_name": "Grin & Christian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 52, + "last_review": "2016-09-16", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 210 + }, + { + "index": 2359, + "id": 3753467, + "name": "NEW Sagrada Familia free Wi-Fi", + "host_name": "Isabel Y Joana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-23", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 2360, + "id": 3756811, + "name": "Enchanted Apartment with Balcony", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 15, + "last_review": "2019-05-15", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 23, + "availability_365": 233 + }, + { + "index": 2361, + "id": 3757269, + "name": "3BR/3BA Painted in White Apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-19", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 23, + "availability_365": 252 + }, + { + "index": 2362, + "id": 3763062, + "name": "Charming Modernist-style Apartment HUTB010339", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 142, + "last_review": "2019-07-09", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 24, + "availability_365": 305 + }, + { + "index": 2363, + "id": 3763205, + "name": "The Split Level 4bed/4bath", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 289, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-05-19", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 23, + "availability_365": 274 + }, + { + "index": 2364, + "id": 3763410, + "name": "PLAZA CATALU\u00d1A/LAS RAMBLAS DESIGN AP", + "host_name": "Magda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 491, + "last_review": "2019-07-07", + "reviews_per_month": 8.22, + "calculated_host_listings_count": 1, + "availability_365": 150 + }, + { + "index": 2365, + "id": 3763933, + "name": "Magnifico 4be-3ba Church Views", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 285, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-06-25", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 23, + "availability_365": 268 + }, + { + "index": 2366, + "id": 3764291, + "name": "Petit Versailles with Balcony", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-03-13", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 23, + "availability_365": 322 + }, + { + "index": 2367, + "id": 3765460, + "name": "Private cozy room in Barcelona", + "host_name": "Sanja", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-01-02", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2368, + "id": 3765986, + "name": "Nice and cosy room near Camp Nou", + "host_name": "Michel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-08-11", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2369, + "id": 3766422, + "name": "Private TRIPLE ROOM, excellent location!", + "host_name": "Lili", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 232, + "last_review": "2019-06-23", + "reviews_per_month": 4.47, + "calculated_host_listings_count": 2, + "availability_365": 285 + }, + { + "index": 2370, + "id": 3766527, + "name": "Habitaci\u00f3n en Sant Antoni", + "host_name": "Ahmel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2016-11-07", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2371, + "id": 3770072, + "name": "Redesigned Apartment with Exclusive Rooftop Terrace", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 173, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-23", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 11, + "availability_365": 222 + }, + { + "index": 2372, + "id": 3773767, + "name": "Feel like home in Bcn (WIFI)", + "host_name": "Gianluca", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 1, + "number_of_reviews": 352, + "last_review": "2019-07-04", + "reviews_per_month": 5.91, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 2373, + "id": 3773985, + "name": "Apto. para 4 con aire acondicionado", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-06-26", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 12, + "availability_365": 250 + }, + { + "index": 2374, + "id": 3776245, + "name": "LOVELY SINGLE ROOM IN THE HEART OF POBLE SEC!!", + "host_name": "Giorgia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-23", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 2375, + "id": 3776686, + "name": "Beautiful, between La Pedrera & Casa Batll\u00f3*Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-06-22", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 54, + "availability_365": 141 + }, + { + "index": 2376, + "id": 3778832, + "name": "Beautiful apartment in cool neightb", + "host_name": "Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 295, + "last_review": "2019-07-07", + "reviews_per_month": 4.95, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 2377, + "id": 3785957, + "name": "Kings Flat,Views to Sagrada Familia", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 355, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-06-30", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 23, + "availability_365": 228 + }, + { + "index": 2378, + "id": 3786665, + "name": "5BE Queens' Flat, Plenty of Light", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 335, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-06-29", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 23, + "availability_365": 226 + }, + { + "index": 2379, + "id": 3787050, + "name": "Cozy & clean room for 1 or 2 guests", + "host_name": "Maria", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-16", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 2380, + "id": 3789444, + "name": "Habitacion + sala con balcon", + "host_name": "Daniela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2381, + "id": 3790524, + "name": "Habitaci\u00f3n doble con Balc\u00f3n centro", + "host_name": "Thania", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2382, + "id": 3791813, + "name": "A well-lit bedroom with charm", + "host_name": "Mariana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 330, + "last_review": "2019-06-26", + "reviews_per_month": 5.52, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 2383, + "id": 3795680, + "name": "SnowWhite 6be/3ba Flat. Central ac. Roof terrace.", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2018-11-30", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 23, + "availability_365": 206 + }, + { + "index": 2384, + "id": 3796102, + "name": "Luxury apartment in city center 23", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-06-02", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 18, + "availability_365": 100 + }, + { + "index": 2385, + "id": 3796288, + "name": "Penthouse with Private Terrace. Central ac", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2017-10-23", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 23, + "availability_365": 276 + }, + { + "index": 2386, + "id": 3797102, + "name": "Sagrada Familia Comfort Apartment D", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-06-26", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 19, + "availability_365": 198 + }, + { + "index": 2387, + "id": 3797696, + "name": "Luxury apartment in city center 21", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-06-26", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 18, + "availability_365": 124 + }, + { + "index": 2388, + "id": 3797831, + "name": "Luxury apartment in city center 22", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-26", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 18, + "availability_365": 97 + }, + { + "index": 2389, + "id": 3797915, + "name": "Attic with private terrace in the city center", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-07-01", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 18, + "availability_365": 141 + }, + { + "index": 2390, + "id": 3801715, + "name": "3 bed rooms flat with a nice view", + "host_name": "Christian", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2391, + "id": 3804922, + "name": "Excellent! Centric beautififul apartment *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 305, + "minimum_nights": 2, + "number_of_reviews": 190, + "last_review": "2019-06-11", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 54, + "availability_365": 82 + }, + { + "index": 2392, + "id": 3805074, + "name": "LOVELY ROOM CLOSE TO LA RAMBLA WITH BALCONY", + "host_name": "Joan Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-07-02", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 1, + "availability_365": 202 + }, + { + "index": 2393, + "id": 3806194, + "name": "Quiet private Room In The Very Center", + "host_name": "Jacopo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-16", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 2394, + "id": 3806284, + "name": "Patio in the heart of Barcelona*Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 133, + "last_review": "2019-06-24", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 54, + "availability_365": 143 + }, + { + "index": 2395, + "id": 3807958, + "name": "Double bedroom city CENTER fresh SUNNY 5min rambla", + "host_name": "Joan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 10, + "minimum_nights": 1, + "number_of_reviews": 178, + "last_review": "2019-06-15", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 7, + "availability_365": 62 + }, + { + "index": 2396, + "id": 3813714, + "name": "Sunny appartment in peacefull area", + "host_name": "Pablo", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 30, + "number_of_reviews": 44, + "last_review": "2019-05-30", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2397, + "id": 3813833, + "name": "Espacio Familiar en Sant Gervasi - Galvany", + "host_name": "Patricia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 2398, + "id": 3814515, + "name": "Stained Glass Windows Apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 32, + "number_of_reviews": 22, + "last_review": "2019-05-12", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 23, + "availability_365": 208 + }, + { + "index": 2399, + "id": 3814722, + "name": "Modern & Quiet TopFloor Apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-25", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 23, + "availability_365": 263 + }, + { + "index": 2400, + "id": 3814908, + "name": "Cute & Bright Valencia C apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-24", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 23, + "availability_365": 260 + }, + { + "index": 2401, + "id": 3815217, + "name": "DOUBLE ROOM IN HEART BARCELONA", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2018-05-01", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 359 + }, + { + "index": 2402, + "id": 3815305, + "name": "The Balcony Apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-06-23", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 23, + "availability_365": 252 + }, + { + "index": 2403, + "id": 3815906, + "name": "Sunny Quiet Valencia D apartment", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-16", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 23, + "availability_365": 258 + }, + { + "index": 2404, + "id": 3816355, + "name": "Cait's Penthouse, 2 Private Terraces, For Families", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 32, + "number_of_reviews": 14, + "last_review": "2019-07-04", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 23, + "availability_365": 199 + }, + { + "index": 2405, + "id": 3817610, + "name": "Apartment Batll\u00f3 2", + "host_name": "Aubalat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 7, + "number_of_reviews": 13, + "last_review": "2018-08-27", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 162 + }, + { + "index": 2406, + "id": 3817705, + "name": "Special duplex in Sagrada Familia", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 292, + "last_review": "2019-06-26", + "reviews_per_month": 4.89, + "calculated_host_listings_count": 6, + "availability_365": 244 + }, + { + "index": 2407, + "id": 3819933, + "name": "Habitacion en piso c\u00e9ntrico Gracia", + "host_name": "Vicente", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-20", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 2408, + "id": 3822714, + "name": "Bright room close to the centre BCN", + "host_name": "Maria", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-23", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 3, + "availability_365": 337 + }, + { + "index": 2409, + "id": 3823973, + "name": "Nice room with bathroom!!!!", + "host_name": "F\u00e1tima", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2018-08-18", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 2410, + "id": 3825239, + "name": "Best Location and apart. in Barcelona City Center", + "host_name": "Asuncion", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-07-09", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 2411, + "id": 3826881, + "name": "Quiet and Light Room ", + "host_name": "Sina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2412, + "id": 3831664, + "name": "Fantastic Born with balcony, 3,1", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-12-31", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 18, + "availability_365": 365 + }, + { + "index": 2413, + "id": 3833044, + "name": "Blue House. Barcelona Beach", + "host_name": "Pool Houses Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-02", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 6, + "availability_365": 312 + }, + { + "index": 2414, + "id": 3836584, + "name": "Private room in cozy apartment !!!", + "host_name": "Maximiliano", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 4, + "number_of_reviews": 96, + "last_review": "2019-06-30", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 2415, + "id": 3841327, + "name": "Comfort by StaYourWay (longstay apartment)", + "host_name": "Stayourway Bcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 17, + "last_review": "2019-01-20", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 6, + "availability_365": 197 + }, + { + "index": 2416, + "id": 3845305, + "name": "LOVELY ROOM IN LICEU", + "host_name": "Guillem", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2417, + "id": 3846874, + "name": "Room/Habitaci\u00f3n en Barcelona Centro", + "host_name": "Diogo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2016-10-08", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 2418, + "id": 3846956, + "name": "Double room close to the center", + "host_name": "Maria", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-26", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 3, + "availability_365": 307 + }, + { + "index": 2419, + "id": 3847386, + "name": "Apartment in Poble Sec", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-02-18", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 31, + "availability_365": 305 + }, + { + "index": 2420, + "id": 3851453, + "name": "Comfortable & Spacious apartment @ Sant Pau", + "host_name": "Akira", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-17", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 15, + "availability_365": 83 + }, + { + "index": 2421, + "id": 3854817, + "name": "Tranquila c\u00e9ntrica hab. sag.Familia", + "host_name": "Johana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 2422, + "id": 3855119, + "name": "Romantic and quiet apartment with Air Conditioning", + "host_name": "Stefanie Y Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 97, + "last_review": "2019-06-20", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 121 + }, + { + "index": 2423, + "id": 3855575, + "name": "Fantastic penthouse in Bcn Center", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 281, + "last_review": "2019-06-22", + "reviews_per_month": 4.81, + "calculated_host_listings_count": 3, + "availability_365": 314 + }, + { + "index": 2424, + "id": 3858447, + "name": "Glories New apart fully renovated and equipped", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-18", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 2425, + "id": 3863065, + "name": "Habitaci\u00f3n individual en Gracia", + "host_name": "Denisse", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-05-25", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 112 + }, + { + "index": 2426, + "id": 3864869, + "name": "Central Apt with Rental Licence", + "host_name": "Lucas J", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 167, + "last_review": "2019-07-08", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 2427, + "id": 3865176, + "name": "Cozy apartment near Forum 5 people!", + "host_name": "Agnes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 188, + "last_review": "2018-11-23", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 110 + }, + { + "index": 2428, + "id": 3866295, + "name": "BIG BEDROOM 15mins TO 'LAS RAMBLAS'", + "host_name": "Ruben", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 22, + "minimum_nights": 4, + "number_of_reviews": 114, + "last_review": "2019-06-21", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 2, + "availability_365": 49 + }, + { + "index": 2429, + "id": 3871145, + "name": "Luminoso apartamento con vidrieras originales cerca de La Pedrera", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 32, + "number_of_reviews": 29, + "last_review": "2019-07-03", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 2430, + "id": 3879178, + "name": "Beautiful double room for rent", + "host_name": "Dedicacion", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 123, + "last_review": "2019-07-08", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 3, + "availability_365": 361 + }, + { + "index": 2431, + "id": 3879404, + "name": "Muy centrico, Nuevo, Junto al metro", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2018-10-28", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 7, + "availability_365": 296 + }, + { + "index": 2432, + "id": 3879654, + "name": "Poblenou Beach cozy flat", + "host_name": "Alicia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 146, + "last_review": "2019-06-25", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 2433, + "id": 3879659, + "name": "Double room for rent", + "host_name": "Dedicacion", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2018-09-24", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2434, + "id": 3886855, + "name": "Cozy 3BD Free WIFI & Amazing view Sagrada Familia", + "host_name": "Andrei", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-05-01", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 12, + "availability_365": 27 + }, + { + "index": 2435, + "id": 3888928, + "name": "Views Sunny Pl. Espa\u00f1a Connected", + "host_name": "Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 272, + "last_review": "2019-06-21", + "reviews_per_month": 4.59, + "calculated_host_listings_count": 2, + "availability_365": 57 + }, + { + "index": 2436, + "id": 3896109, + "name": "\"Feel at home\"", + "host_name": "Ramiro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Montbau", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-07-06", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 3, + "availability_365": 248 + }, + { + "index": 2437, + "id": 3898241, + "name": "Quiet Well connected Pl. Espa\u00f1a", + "host_name": "Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 260, + "last_review": "2019-06-26", + "reviews_per_month": 4.38, + "calculated_host_listings_count": 2, + "availability_365": 52 + }, + { + "index": 2438, + "id": 3909658, + "name": "Double room, Amazing Apartment!", + "host_name": "Mia & Rafa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-17", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 2439, + "id": 3911744, + "name": "CENTRAL APARTMENT FOR 5-6 PEOPLE", + "host_name": "Raquel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-18", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 3, + "availability_365": 313 + }, + { + "index": 2440, + "id": 3912397, + "name": "Double Room with Breakfast~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-09", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 84, + "availability_365": 56 + }, + { + "index": 2441, + "id": 3915633, + "name": "Double Room in BCN city center!", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 135, + "last_review": "2019-07-06", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 2442, + "id": 3916107, + "name": "Very well spotted room for rent", + "host_name": "Agust\u00edn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2443, + "id": 3918903, + "name": "*Sunny & Centric Double Room* by the Sea", + "host_name": "Laurita", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-24", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 199 + }, + { + "index": 2444, + "id": 3919880, + "name": "B&B mirador de Sant Pau", + "host_name": "Alexia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 56, + "minimum_nights": 1, + "number_of_reviews": 206, + "last_review": "2019-06-29", + "reviews_per_month": 3.49, + "calculated_host_listings_count": 6, + "availability_365": 332 + }, + { + "index": 2445, + "id": 3921708, + "name": "Charming 2 bedrooms apartment", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-05-29", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 15, + "availability_365": 148 + }, + { + "index": 2446, + "id": 3922144, + "name": "Private room + Amazing city views.", + "host_name": "Andr\u00e9s", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-07-08", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2447, + "id": 3926031, + "name": "Stylish and Cozy 3Br Apartment", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-17", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 19, + "availability_365": 32 + }, + { + "index": 2448, + "id": 3942089, + "name": "ROOM IN BARCELONA CITY CENTRE -TEA & COFFEE", + "host_name": "Agn\u00e8s", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-07-06", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 2449, + "id": 3942375, + "name": "Relax in a Chic, Modern Apartment near Park G\u00fcell", + "host_name": "Marta", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-27", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 2, + "availability_365": 253 + }, + { + "index": 2450, + "id": 3943443, + "name": "Big Double Room with Nice Balcony", + "host_name": "Maximilian", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 35, + "minimum_nights": 6, + "number_of_reviews": 4, + "last_review": "2016-09-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2451, + "id": 3948899, + "name": "Nice cosy BD, Nr Plaza de Catalunya", + "host_name": "Jean", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 183, + "last_review": "2019-06-24", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 3, + "availability_365": 187 + }, + { + "index": 2452, + "id": 3949996, + "name": "Apartamento playa. Tranquilo, bien comunicado.", + "host_name": "Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-06", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 2453, + "id": 3955338, + "name": "Lovely apartment in Barcelona", + "host_name": "Marcos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 110, + "last_review": "2019-06-30", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 172 + }, + { + "index": 2454, + "id": 3956494, + "name": "HABITACION EXTERIOR PISO COMPARTIDO,DUCHA PROPIA.", + "host_name": "Ines", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-06-30", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 2455, + "id": 3965582, + "name": "HABITACION INTERIOR EN PISO COMPARTIDO.", + "host_name": "Ines", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 75, + "last_review": "2019-06-20", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 2456, + "id": 3966264, + "name": "Barcelona center penthouse solarium", + "host_name": "Joana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 223, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-07", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 2457, + "id": 3967783, + "name": "CENTRAL BARCELONA FIRA MONTJUIC", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 7, + "number_of_reviews": 8, + "last_review": "2019-05-13", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 5, + "availability_365": 329 + }, + { + "index": 2458, + "id": 3970654, + "name": "Big sunny room, city center! ", + "host_name": "Jean", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 199, + "last_review": "2019-06-24", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 3, + "availability_365": 128 + }, + { + "index": 2459, + "id": 3971574, + "name": "downtown apartment in Plz.Espa\u00f1a", + "host_name": "Susa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 173, + "last_review": "2019-07-08", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 2460, + "id": 3978928, + "name": "MONTJUIC FOUNTAINS II APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 81, + "last_review": "2019-06-02", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 49, + "availability_365": 76 + }, + { + "index": 2461, + "id": 3985025, + "name": "LOFT, Lux Desing Sunny in Barcelona", + "host_name": "Enrique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-06-26", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 2462, + "id": 3991234, + "name": "Large 4bed-2bath/Catedral/St.Pere", + "host_name": "T", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 323 + }, + { + "index": 2463, + "id": 3992649, + "name": "Bright rooftop apartment (min 32 days)", + "host_name": "Joerg", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 22, + "minimum_nights": 30, + "number_of_reviews": 2, + "last_review": "2019-01-31", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 156 + }, + { + "index": 2464, + "id": 3996080, + "name": "6th floor very sunny flat", + "host_name": "Adrian", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2465, + "id": 3996089, + "name": "Rustic apartment with terrace BCN", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 273, + "last_review": "2019-07-03", + "reviews_per_month": 4.69, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 2466, + "id": 4003228, + "name": "Room for rent", + "host_name": "Rafa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-25", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 3, + "availability_365": 293 + }, + { + "index": 2467, + "id": 4004925, + "name": "Walk to the Beach from a Tranquil Apartment in El Poblenou", + "host_name": "Claude", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 206, + "last_review": "2019-07-03", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 2468, + "id": 4009675, + "name": "Aut\u00e8ntic Arc de Triomf Apartment", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-26", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 19, + "availability_365": 288 + }, + { + "index": 2469, + "id": 4010706, + "name": "Autentic Clot Barcelona", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-17", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 19, + "availability_365": 354 + }, + { + "index": 2470, + "id": 4010838, + "name": "Autentic Eixample Terrace Penthouse", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-01", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 19, + "availability_365": 303 + }, + { + "index": 2471, + "id": 4010911, + "name": "Autentic Monumental Apartment P3", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-03", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 19, + "availability_365": 328 + }, + { + "index": 2472, + "id": 4014183, + "name": "Apartamento soleado en Barcelona", + "host_name": "Valentina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-25", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 2473, + "id": 4018686, + "name": "Picasso Suites 5.4 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 299, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-06-23", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 24, + "availability_365": 328 + }, + { + "index": 2474, + "id": 4019119, + "name": "Autentic Monumental Apartment 23", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 317, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-04", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 19, + "availability_365": 323 + }, + { + "index": 2475, + "id": 4019514, + "name": "Fant\u00e1stic doble room in Barcelona", + "host_name": "Erika", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-10", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 2476, + "id": 4021304, + "name": "Autentic Monumental Apartment 22", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-07-01", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 19, + "availability_365": 322 + }, + { + "index": 2477, + "id": 4021408, + "name": "The Studio", + "host_name": "Warrior", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 2478, + "id": 4021526, + "name": "Aut\u00e8ntic Monumental 32", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 550, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-07-10", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 19, + "availability_365": 338 + }, + { + "index": 2479, + "id": 4022947, + "name": "appartement en poblenou", + "host_name": "Gabriele", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 311, + "last_review": "2019-06-29", + "reviews_per_month": 5.29, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 2480, + "id": 4026267, + "name": "Autentic Monumental Apartment 52", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-03", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 19, + "availability_365": 318 + }, + { + "index": 2481, + "id": 4026343, + "name": "Autentic Monumental Apartment 42", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-04-19", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 19, + "availability_365": 312 + }, + { + "index": 2482, + "id": 4028518, + "name": "Renovated & Vintage en Barcelona", + "host_name": "Mari", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 403, + "last_review": "2019-07-05", + "reviews_per_month": 6.9, + "calculated_host_listings_count": 1, + "availability_365": 170 + }, + { + "index": 2483, + "id": 4029838, + "name": "COMFORTABLE APARTMENT IN THE CENTER OF BARCELONA", + "host_name": "Rosa M\u00aa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 230, + "last_review": "2019-06-26", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 2484, + "id": 4030869, + "name": "Design&Cozy infront Sagrada Familia", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 176, + "minimum_nights": 3, + "number_of_reviews": 257, + "last_review": "2019-06-22", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 12, + "availability_365": 108 + }, + { + "index": 2485, + "id": 4035189, + "name": "Amplio y luminoso apartamento ", + "host_name": "Bellart", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-01-02", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 15, + "availability_365": 304 + }, + { + "index": 2486, + "id": 4036509, + "name": "The Little Old Palace in the Borne", + "host_name": "Lorenzo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 179, + "last_review": "2019-06-30", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 327 + }, + { + "index": 2487, + "id": 4038792, + "name": "DOUBLE ROOM", + "host_name": "Cesc Y Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 42, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-07-01", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 6, + "availability_365": 3 + }, + { + "index": 2488, + "id": 4042494, + "name": "Double bedroom in central attic apt", + "host_name": "Francesco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2015-11-28", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2489, + "id": 4047378, + "name": "S. Antoni centric flat with terrace", + "host_name": "Marcello", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-07-06", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 3, + "availability_365": 222 + }, + { + "index": 2490, + "id": 4048710, + "name": "Nice interior room at artistic place", + "host_name": "Inma", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2018-11-05", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2491, + "id": 4051453, + "name": "Pelayo attic Deluxe H4 - BCN54", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 297, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-07-03", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 6, + "availability_365": 289 + }, + { + "index": 2492, + "id": 4060175, + "name": "Comfy Double Room/montjuic palace/Fira Barcelona", + "host_name": "Nadine", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 171, + "last_review": "2019-06-19", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 2, + "availability_365": 122 + }, + { + "index": 2493, + "id": 4065756, + "name": "Double room.", + "host_name": "Imma", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 52, + "minimum_nights": 4, + "number_of_reviews": 57, + "last_review": "2019-07-02", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 7, + "availability_365": 43 + }, + { + "index": 2494, + "id": 4068098, + "name": "Peaceful easy feeling downtown BCN", + "host_name": "Bente", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-07-06", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 2495, + "id": 4079030, + "name": "Apartment in the heart of Barcelona", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 94, + "last_review": "2019-07-06", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 5, + "availability_365": 275 + }, + { + "index": 2496, + "id": 4088544, + "name": "Jolie chambre priv\u00e9e avec piscine", + "host_name": "Muriel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2497, + "id": 4090521, + "name": "Apartment close to Sagrada Familia", + "host_name": "Mar\u00eda Teresa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-21", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2498, + "id": 4114081, + "name": "3 bedroom apt near Sagrada Familia\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 383, + "minimum_nights": 4, + "number_of_reviews": 141, + "last_review": "2019-07-04", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 84, + "availability_365": 267 + }, + { + "index": 2499, + "id": 4116665, + "name": ".Designer LOFT in the heart of BCN.", + "host_name": "Mario", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-07-09", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 2, + "availability_365": 276 + }, + { + "index": 2500, + "id": 4117009, + "name": "Designer LOFT in the very center", + "host_name": "Mario", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-30", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 2501, + "id": 4123060, + "name": "Apt close to Hospital Sant Pau", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-07-04", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 31, + "availability_365": 115 + }, + { + "index": 2502, + "id": 4123242, + "name": "Elegant central apartment", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 152, + "last_review": "2019-06-17", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 6, + "availability_365": 222 + }, + { + "index": 2503, + "id": 4131945, + "name": "Single Room next to Metro&Sea", + "host_name": "Gloria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 122, + "last_review": "2019-06-26", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 2504, + "id": 4133400, + "name": "Cozy single room", + "host_name": "F\u00e1tima", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-30", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 5, + "availability_365": 81 + }, + { + "index": 2505, + "id": 4134025, + "name": "Universitat Sq. Barcelona downtown", + "host_name": "Peter", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 57, + "last_review": "2019-01-11", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 2, + "availability_365": 224 + }, + { + "index": 2506, + "id": 4134096, + "name": "Habitaci\u00f3n privada, con vistas a la ciudad", + "host_name": "Carlos, Carolina & Luc\u00eda", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-07-09", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 44 + }, + { + "index": 2507, + "id": 4134634, + "name": "Great Apart. Pl Catalunya - Passeig de Gracia", + "host_name": "Bcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-06-26", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 2508, + "id": 4139672, + "name": "Central apartment 22", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 94, + "last_review": "2019-07-05", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 15, + "availability_365": 0 + }, + { + "index": 2509, + "id": 4141367, + "name": "Art House Toni", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 68, + "last_review": "2019-04-28", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 11, + "availability_365": 115 + }, + { + "index": 2510, + "id": 4147676, + "name": "Nice \"3 rooms\" flat near the center", + "host_name": "Julie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 153, + "last_review": "2019-07-04", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 1, + "availability_365": 160 + }, + { + "index": 2511, + "id": 4148060, + "name": "If you travel alone...", + "host_name": "Olesya", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-08-10", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2512, + "id": 4150077, + "name": "Cozy&Comfort Room(30 m2) @uptown of Barcelona", + "host_name": "Chengcheng", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 5, + "number_of_reviews": 25, + "last_review": "2019-05-31", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 2513, + "id": 4150857, + "name": "Room @Eixample, 8 minutes walk from Passeig Gr\u00e0cia", + "host_name": "Nesli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 2514, + "id": 4156094, + "name": "fnt3 GREAT LOCATION IN BARCELONA!!!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-12-29", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 80, + "availability_365": 365 + }, + { + "index": 2515, + "id": 4158947, + "name": "Room Near metro&sea", + "host_name": "Gloria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-23", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 2, + "availability_365": 235 + }, + { + "index": 2516, + "id": 4161341, + "name": "Autentic Barcelona", + "host_name": "Gui", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-07-02", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 339 + }, + { + "index": 2517, + "id": 4166058, + "name": "modern apartment", + "host_name": "Vincent", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 151, + "last_review": "2019-06-21", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 11, + "availability_365": 64 + }, + { + "index": 2518, + "id": 4177557, + "name": "Pis Barri G\u00f2tic al centre de Barcelona", + "host_name": "Josep", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2519, + "id": 4186521, + "name": "Room to rent Barceloneta", + "host_name": "Sarah-Jeanne", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2520, + "id": 4200509, + "name": "Resplendent Villa with Pool and Jacuzzi in Barcelona City", + "host_name": "Imanol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Entire home/apt", + "price": 1020, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-05-31", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 6, + "availability_365": 104 + }, + { + "index": 2521, + "id": 4201240, + "name": "apartment next to Park Guell", + "host_name": "Montse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 142, + "last_review": "2019-06-19", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 2522, + "id": 4207069, + "name": "\"Gracia BCN - Nice Flat & Terassa\"!", + "host_name": "Jan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2016-09-04", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2523, + "id": 4207444, + "name": "Rambla, 2 bedrooms, bright, central, spacious, AC", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-02", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 4, + "availability_365": 330 + }, + { + "index": 2524, + "id": 4207829, + "name": "Bright, central, spacious, 2 bedrooms, Balcony, AC", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-02", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 4, + "availability_365": 319 + }, + { + "index": 2525, + "id": 4208435, + "name": "Family Beach, kids friendly (CCIB - Palo Alto Mkt)", + "host_name": "Pau", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-06-03", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 2, + "availability_365": 131 + }, + { + "index": 2526, + "id": 4208455, + "name": "Great views to Sagrada Familia", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-06-14", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 15, + "availability_365": 277 + }, + { + "index": 2527, + "id": 4214821, + "name": "H7YOG12 Large apartment in Gracia (3 bedrooms)", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 172, + "minimum_nights": 4, + "number_of_reviews": 65, + "last_review": "2019-07-01", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 2, + "availability_365": 323 + }, + { + "index": 2528, + "id": 4216358, + "name": "DESIGN APARTMENT IN BARCELONA", + "host_name": "Nicolas", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 4, + "number_of_reviews": 295, + "last_review": "2019-06-24", + "reviews_per_month": 5.09, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 2529, + "id": 4223635, + "name": "Great terrace in Poble Sec *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-12", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 54, + "availability_365": 146 + }, + { + "index": 2530, + "id": 4228483, + "name": "Large Luxurious Central Apartment", + "host_name": "Phil And Fiona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 2, + "number_of_reviews": 256, + "last_review": "2019-07-02", + "reviews_per_month": 4.46, + "calculated_host_listings_count": 7, + "availability_365": 231 + }, + { + "index": 2531, + "id": 4238751, + "name": "City view apartment with terrace", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-06-17", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 38, + "availability_365": 123 + }, + { + "index": 2532, + "id": 4238825, + "name": "Indulge in an Upscale Apartment near Bogatell Beach", + "host_name": "Mercedes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 4, + "number_of_reviews": 109, + "last_review": "2019-06-24", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 2533, + "id": 4239997, + "name": "\"SUMMER LOFT\"", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-06", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 321 + }, + { + "index": 2534, + "id": 4247487, + "name": "Bright 1 bedroom apt @PaseoDeGracia \u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-27", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 84, + "availability_365": 212 + }, + { + "index": 2535, + "id": 4249935, + "name": "\u2605 Charming Period Apartment - Rent for Months \u2605", + "host_name": "Anna & Marcos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 80, + "last_review": "2019-06-30", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 4, + "availability_365": 262 + }, + { + "index": 2536, + "id": 4256435, + "name": "Nuevo apartamento 2 habitaciones", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-04-07", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 7, + "availability_365": 316 + }, + { + "index": 2537, + "id": 4258006, + "name": "FELICES VACACIONES HAPPY HOLIDAYS", + "host_name": "Carmen", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-05-05", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 3, + "availability_365": 363 + }, + { + "index": 2538, + "id": 4274163, + "name": "Big private bedroom Gracia", + "host_name": "Oriol", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-01-30", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2539, + "id": 4274290, + "name": "Apartment Mart\u00ed", + "host_name": "Alex", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-07-01", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 5, + "availability_365": 65 + }, + { + "index": 2540, + "id": 4274545, + "name": "Gran de Gracia HUTB-009818", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 29, + "last_review": "2019-05-16", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 7, + "availability_365": 133 + }, + { + "index": 2541, + "id": 4278322, + "name": "Luxury Apartment in Diagonal Avenue, Barraquer Clinic,", + "host_name": "Rosaura", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 231, + "minimum_nights": 1, + "number_of_reviews": 93, + "last_review": "2019-07-07", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 2542, + "id": 4282501, + "name": "Amplio loft de dise\u00f1o vintage cerca de Montju\u00efc", + "host_name": "Edwin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 267, + "last_review": "2019-07-01", + "reviews_per_month": 4.98, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2543, + "id": 4283765, + "name": "Spacious apt for groups & families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 4, + "number_of_reviews": 55, + "last_review": "2019-04-05", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 84, + "availability_365": 133 + }, + { + "index": 2544, + "id": 4295722, + "name": "Central DoubleRoom +bath & dressing", + "host_name": "Lore", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2545, + "id": 4301676, + "name": "Charming apartment in a real Barcelona surrounding", + "host_name": "Ralph", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 102, + "last_review": "2019-06-16", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 4, + "availability_365": 314 + }, + { + "index": 2546, + "id": 4303312, + "name": "FREE WIFI, POOL, AIRCON, ELEVATOR!", + "host_name": "Francesc", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 5, + "number_of_reviews": 79, + "last_review": "2019-07-07", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 1, + "availability_365": 156 + }, + { + "index": 2547, + "id": 4310497, + "name": "Beautiful flat in Eixample 5", + "host_name": "Graciela Rodriguez", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-16", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 2548, + "id": 4310503, + "name": "Beautiful Flat in Eixmple (PHONE NUMBER HIDDEN)", + "host_name": "Graciela Rodriguez", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-30", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 3, + "availability_365": 330 + }, + { + "index": 2549, + "id": 4317065, + "name": "Apartment for Family's at Arc of triumph", + "host_name": "Jo\u00ebl", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-03", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 139 + }, + { + "index": 2550, + "id": 4332917, + "name": "Oasis near the centre and the beach", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 200, + "last_review": "2019-06-25", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 2551, + "id": 4336964, + "name": "Vintage apt. in the heart of BCN", + "host_name": "Mauricio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-07-08", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 2552, + "id": 4339658, + "name": "New Smart & Cosy 2bd flat Montjuic Wifi! ATU 42", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 3, + "number_of_reviews": 183, + "last_review": "2019-06-18", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 18, + "availability_365": 128 + }, + { + "index": 2553, + "id": 4344155, + "name": "Stylish 1 Bed City Pad, Eixample", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-07", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 21, + "availability_365": 206 + }, + { + "index": 2554, + "id": 4344263, + "name": "Romantic 1 Bed Penthouse + Terrace", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 236, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-09", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 21, + "availability_365": 246 + }, + { + "index": 2555, + "id": 4344324, + "name": "Classic & Modern 2 Bed in Eixample", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 268, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-27", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 21, + "availability_365": 212 + }, + { + "index": 2556, + "id": 4344370, + "name": "Stylish 1 Bed Apt, Placa Catalunya", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 21, + "availability_365": 170 + }, + { + "index": 2557, + "id": 4344409, + "name": "Contemporary 1 bed city-centre apartment", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-24", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 21, + "availability_365": 208 + }, + { + "index": 2558, + "id": 4344485, + "name": "Serene 2 Bed/2 Bath Suite, Center", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 279, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-06-12", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 21, + "availability_365": 223 + }, + { + "index": 2559, + "id": 4346136, + "name": "Autentic Aribau Terrace", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-07-04", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 19, + "availability_365": 301 + }, + { + "index": 2560, + "id": 4349376, + "name": "Luxury 2 Bed, 3 Bath Apt + Terrace", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 395, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-25", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 21, + "availability_365": 227 + }, + { + "index": 2561, + "id": 4349572, + "name": "Family 2 Bed Apt in Eixample", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 268, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 21, + "availability_365": 231 + }, + { + "index": 2562, + "id": 4350592, + "name": "Camp Nou Experience", + "host_name": "ApartHoliday", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 234, + "last_review": "2019-07-01", + "reviews_per_month": 4.12, + "calculated_host_listings_count": 5, + "availability_365": 248 + }, + { + "index": 2563, + "id": 4354142, + "name": "NEW! Piso Premium en Ps de Gracia!", + "host_name": "Luxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-06-03", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 314 + }, + { + "index": 2564, + "id": 4357598, + "name": "FELIZ ESTANCIA ( HAPPY STAY )", + "host_name": "Carmen", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-04-22", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 3, + "availability_365": 363 + }, + { + "index": 2565, + "id": 4358496, + "name": "GRACIA PARC G\u00dcELL", + "host_name": "Eulalia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 14, + "number_of_reviews": 19, + "last_review": "2018-08-08", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 2, + "availability_365": 58 + }, + { + "index": 2566, + "id": 4361286, + "name": "Special Offer! Central S+ Breakfast", + "host_name": "Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 194, + "last_review": "2019-07-05", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 3, + "availability_365": 301 + }, + { + "index": 2567, + "id": 4364153, + "name": "Sea, Sun, Views, Cozy Bed, A/C, Netflix", + "host_name": "Tim", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 30, + "number_of_reviews": 61, + "last_review": "2019-01-05", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 2568, + "id": 4375073, + "name": "Habitaci\u00f3n en un piso enorme!", + "host_name": "Denisse", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2569, + "id": 4376055, + "name": "Centric, Sunny & Modern 2 bedrooms Apartment", + "host_name": "Guillermo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-07-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 112 + }, + { + "index": 2570, + "id": 4376638, + "name": "Roomy flat near Plaza Espa\u00f1a", + "host_name": "Eugenio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 171, + "last_review": "2019-06-24", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 1, + "availability_365": 18 + }, + { + "index": 2571, + "id": 4377798, + "name": "Bcn Turistica Piso Sagrada Familia", + "host_name": "Karolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 292, + "last_review": "2019-07-06", + "reviews_per_month": 5.25, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 2572, + "id": 4380483, + "name": "Special Offer! Central Double Room", + "host_name": "Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 128, + "last_review": "2019-07-04", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 3, + "availability_365": 296 + }, + { + "index": 2573, + "id": 4380982, + "name": "Centric Sunny Top Floor + Terrace", + "host_name": "May", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 1, + "number_of_reviews": 193, + "last_review": "2019-06-11", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 1, + "availability_365": 286 + }, + { + "index": 2574, + "id": 4381172, + "name": "EARTH.LARGE X3 ROOM", + "host_name": "Virginia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-29", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 2575, + "id": 4382379, + "name": "Barcelona Centro Ciudad", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-03-20", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 2, + "availability_365": 257 + }, + { + "index": 2576, + "id": 4383062, + "name": "Nice Apartment in Sagrada Familia", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 3, + "number_of_reviews": 223, + "last_review": "2019-06-27", + "reviews_per_month": 3.92, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2577, + "id": 4383632, + "name": "Cozy apartment near Sagrada Familia", + "host_name": "Daniela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 6, + "number_of_reviews": 59, + "last_review": "2019-06-25", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 231 + }, + { + "index": 2578, + "id": 4389803, + "name": "cheap and confortable Barcelona", + "host_name": "Esperanza", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-03", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 2579, + "id": 4392320, + "name": "Acogedor apto. con dos habitaciones", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-06-01", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 12, + "availability_365": 146 + }, + { + "index": 2580, + "id": 4397696, + "name": "Single room in Barcelona.", + "host_name": "Susana & David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 144, + "last_review": "2019-06-26", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 3, + "availability_365": 72 + }, + { + "index": 2581, + "id": 4398914, + "name": "SWEET BRIGHT ROOM IN CHARMING FLAT", + "host_name": "Bee", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-16", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 2582, + "id": 4399271, + "name": "Luxury apartment in city center B2", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-07-10", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 18, + "availability_365": 0 + }, + { + "index": 2583, + "id": 4400390, + "name": "Lovely apartment near the center", + "host_name": "Adri\u00e0", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 236, + "last_review": "2019-06-25", + "reviews_per_month": 4.29, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 2584, + "id": 4400736, + "name": "Luxury apartment in city center B3", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-07-06", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 18, + "availability_365": 126 + }, + { + "index": 2585, + "id": 4406498, + "name": "SWIMINGPOOL+GARDEN+LOFT all private", + "host_name": "Xavier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-06-30", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 2586, + "id": 4409059, + "name": "Three-Bedroom Penthouse with 2 Terraces", + "host_name": "Uri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-03-19", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 5, + "availability_365": 203 + }, + { + "index": 2587, + "id": 4413727, + "name": "COSMOPOLITAN HUTB-006845", + "host_name": "Yolanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 10, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-22", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 3, + "availability_365": 277 + }, + { + "index": 2588, + "id": 4414268, + "name": "Double room in the heart of Barcelona", + "host_name": "No\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-18", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 2589, + "id": 4415694, + "name": "DEEP PURPLE - RAMBLES", + "host_name": "Yolanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-14", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 3, + "availability_365": 122 + }, + { + "index": 2590, + "id": 4415780, + "name": "Double Room \"Barcelona\"", + "host_name": "Judith", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2016-10-19", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2591, + "id": 4416006, + "name": "Three-Bedroom Apartment with Balcony", + "host_name": "Uri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-02-03", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 5, + "availability_365": 217 + }, + { + "index": 2592, + "id": 4419860, + "name": "Luxurious Oasis Paseo de Gracia", + "host_name": "Unique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 147, + "last_review": "2019-06-30", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 31, + "availability_365": 342 + }, + { + "index": 2593, + "id": 4422386, + "name": "Mediterranean-Chic Apartment Steps from the Beach", + "host_name": "Nu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 1, + "number_of_reviews": 254, + "last_review": "2019-07-08", + "reviews_per_month": 4.57, + "calculated_host_listings_count": 6, + "availability_365": 253 + }, + { + "index": 2594, + "id": 4435013, + "name": "CENTRAL & COZY APARTMENT BRAND NEW", + "host_name": "Tanya", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-06-25", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 271 + }, + { + "index": 2595, + "id": 4441916, + "name": "Amazing Apartment Eixample", + "host_name": "Ana Y Manel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 241, + "last_review": "2019-07-08", + "reviews_per_month": 4.23, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 2596, + "id": 4443747, + "name": "Huge terrace+spectacular views+sunny doublebedroom", + "host_name": "Mari", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-07-08", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 3, + "availability_365": 291 + }, + { + "index": 2597, + "id": 4463682, + "name": "Big room plenty of light", + "host_name": "Nuria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-06-26", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 1, + "availability_365": 248 + }, + { + "index": 2598, + "id": 4481286, + "name": "Habitaci\u00f3n doble para 1 o 2 persona", + "host_name": "Miquel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 111, + "last_review": "2019-06-23", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 2599, + "id": 4486999, + "name": "Playful 2 Bed Penthouse in Eixample", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 360, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-30", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 21, + "availability_365": 247 + }, + { + "index": 2600, + "id": 4491495, + "name": "Loft renewed in the city center", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 189, + "last_review": "2019-07-01", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 16, + "availability_365": 145 + }, + { + "index": 2601, + "id": 4492554, + "name": "Amazingly Central Room with Balcony on La Rambla", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 114, + "last_review": "2019-06-26", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 2602, + "id": 4497787, + "name": "Big Double Room-Wifi-City Center ", + "host_name": "Benjamin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2603, + "id": 4508004, + "name": "Room+Private bath in great location", + "host_name": "F\u00e1tima", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2018-07-29", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 5, + "availability_365": 364 + }, + { + "index": 2604, + "id": 4508316, + "name": "COZY RAMBLA CATALU\u00d1A HUTB-001410", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-07-05", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 15, + "availability_365": 283 + }, + { + "index": 2605, + "id": 4508556, + "name": "CUTE SAGRADA FAMILIA HUTB-008002", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-06-26", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 15, + "availability_365": 299 + }, + { + "index": 2606, + "id": 4510063, + "name": "Flat with terrace, Sagrada Familia", + "host_name": "Elisa & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 190, + "last_review": "2019-07-07", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 2607, + "id": 4510252, + "name": "Huge Flat for 6 people", + "host_name": "Ralf", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-02-11", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 8, + "availability_365": 206 + }, + { + "index": 2608, + "id": 4510598, + "name": "Sunny apartment with parking", + "host_name": "Andreu", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 259, + "last_review": "2019-06-13", + "reviews_per_month": 4.61, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 2609, + "id": 4511026, + "name": "APTO. SAGRADA FAMILIA (Min. 32 dias)", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 2610, + "id": 4514240, + "name": "Apartment in the city centre of Barcelona", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-09-10", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 31, + "availability_365": 104 + }, + { + "index": 2611, + "id": 4524270, + "name": " Poblenou a dos calles del mar.", + "host_name": "Micaela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-07-08", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 2612, + "id": 4524677, + "name": "Habitaci\u00f3n doble con balc\u00f3n", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2016-10-23", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2613, + "id": 4528187, + "name": "LetsgoBarcelona Gran Via CityCenter", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-16", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 26, + "availability_365": 119 + }, + { + "index": 2614, + "id": 4528856, + "name": "Lovely apartment close to the sea", + "host_name": "Laia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 118, + "last_review": "2019-07-09", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 10, + "availability_365": 195 + }, + { + "index": 2615, + "id": 4529983, + "name": "Balcony Apartment at quiet & safe Poble Sec Barrio", + "host_name": "Eduard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 58, + "last_review": "2019-06-01", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 209 + }, + { + "index": 2616, + "id": 4530117, + "name": "A Gem on Emblematic Rambla St, Spacious and Bright", + "host_name": "Quynh", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 299, + "minimum_nights": 1, + "number_of_reviews": 172, + "last_review": "2019-07-03", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 2617, + "id": 4539828, + "name": "Penthouse with terrace in Rambla Catalunya -Centre", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 3, + "number_of_reviews": 169, + "last_review": "2019-06-21", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 15, + "availability_365": 264 + }, + { + "index": 2618, + "id": 4542502, + "name": "Pink House. House with a pool.", + "host_name": "Pool Houses Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-05-17", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 6, + "availability_365": 270 + }, + { + "index": 2619, + "id": 4543036, + "name": "Bright room, central and quiet", + "host_name": "Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-28", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 2620, + "id": 4543132, + "name": "Cozy apartment in the city center", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 121, + "last_review": "2019-07-08", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 5, + "availability_365": 312 + }, + { + "index": 2621, + "id": 4543168, + "name": "Luxury Barcelona Getaway Close to the Beach", + "host_name": "Florenza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-05-17", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 4, + "availability_365": 320 + }, + { + "index": 2622, + "id": 4543816, + "name": "\u00b8.\u2022\u2022.\u00b8\u00b8.\u2022\u2022\u00a1Hola, Barcelona!\u2022\u2022.\u00b8\u00b8.\u2022\u2022.\u00b8", + "host_name": "Susana & David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 111, + "last_review": "2019-07-09", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2623, + "id": 4544081, + "name": "Double bedroom in BCN", + "host_name": "Susana & David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 74, + "last_review": "2019-05-24", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 3, + "availability_365": 38 + }, + { + "index": 2624, + "id": 4544217, + "name": "Super-Kingsize bedroom & lounge :) central BCN", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-07-06", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 2625, + "id": 4551448, + "name": "Gracia 2 BR nice apartment; license: HUTB 007376", + "host_name": "Klaus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-24", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 4, + "availability_365": 153 + }, + { + "index": 2626, + "id": 4553581, + "name": "Autentic Eixample Apartment", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-02", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 19, + "availability_365": 325 + }, + { + "index": 2627, + "id": 4556090, + "name": "Double room", + "host_name": "Adri", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-24", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 3, + "availability_365": 353 + }, + { + "index": 2628, + "id": 4556678, + "name": "COZY AND CENTRAL ROOM", + "host_name": "Tony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 191, + "last_review": "2019-06-25", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 2, + "availability_365": 63 + }, + { + "index": 2629, + "id": 4561744, + "name": "THE SILVER HOUSE: see the sky", + "host_name": "Ignacio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 298, + "minimum_nights": 4, + "number_of_reviews": 77, + "last_review": "2019-06-25", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 3, + "availability_365": 325 + }, + { + "index": 2630, + "id": 4571114, + "name": "Penthouse Room w/ en-suite Bathroom", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2631, + "id": 4572269, + "name": "appartemnt en poblenou", + "host_name": "Gabriele", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 276, + "last_review": "2019-07-08", + "reviews_per_month": 5.14, + "calculated_host_listings_count": 2, + "availability_365": 287 + }, + { + "index": 2632, + "id": 4578721, + "name": "Spacious&bright apt ideal for group~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 66, + "last_review": "2019-04-02", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 84, + "availability_365": 45 + }, + { + "index": 2633, + "id": 4579343, + "name": "Spacious apt for families @Eixample~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 34, + "last_review": "2019-06-22", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 84, + "availability_365": 154 + }, + { + "index": 2634, + "id": 4581243, + "name": "A room with balcony in the old town", + "host_name": "Esther", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-07-10", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 2635, + "id": 4584570, + "name": "Nice&Central/ Rambla 5\"/Near Sq. Spain, Port/WiFi", + "host_name": "Yanina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 30, + "number_of_reviews": 11, + "last_review": "2019-06-01", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 152 + }, + { + "index": 2636, + "id": 4586208, + "name": "\u2665\u5df4\u585e\u7f57\u90a3\u5e02\u4e2d\u5fc3\u6e29\u99a8\u53cc\u4eba\u623f\u2665", + "host_name": "Yuri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 180 + }, + { + "index": 2637, + "id": 4586762, + "name": "LOVELY AND CENTRAL ROOM", + "host_name": "Tony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 239, + "last_review": "2019-05-01", + "reviews_per_month": 4.27, + "calculated_host_listings_count": 2, + "availability_365": 68 + }, + { + "index": 2638, + "id": 4586860, + "name": "Near University & Camp Nou! Bright, cosy and calm.", + "host_name": "Leonora", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 52, + "last_review": "2019-03-01", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 2639, + "id": 4595266, + "name": "SAGRADA FAMILIA - CENTRAL BARCELONA", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 7, + "number_of_reviews": 21, + "last_review": "2019-05-27", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 5, + "availability_365": 320 + }, + { + "index": 2640, + "id": 4598619, + "name": "Renovated Loft by Sagrada Familia", + "host_name": "Seb", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 4, + "number_of_reviews": 204, + "last_review": "2019-07-02", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 2641, + "id": 4599706, + "name": "Amazing double room in a Modernist 120m2 flat", + "host_name": "Belen", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 68, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2018-05-13", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2642, + "id": 4599861, + "name": "Nice double room next to the beach", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-06-14", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 54 + }, + { + "index": 2643, + "id": 4600074, + "name": "Private room for 2 people", + "host_name": "Tommaso", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 15, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2644, + "id": 4601871, + "name": "BONITO APARTAMENTO!!!", + "host_name": "Valeria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-25", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 2645, + "id": 4602186, + "name": "Spacious Double Room, Private bathroom and balcony", + "host_name": "Geissa & James", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 67, + "minimum_nights": 5, + "number_of_reviews": 118, + "last_review": "2019-06-22", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 2646, + "id": 4602919, + "name": "Room close to the beach metro CCIB.", + "host_name": "Victor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-19", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 3, + "availability_365": 33 + }, + { + "index": 2647, + "id": 4603846, + "name": "NEW Apartment BARCELONA - RAMBLAS", + "host_name": "BCN Rental Apartment, SL", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 2, + "number_of_reviews": 266, + "last_review": "2019-07-06", + "reviews_per_month": 4.8, + "calculated_host_listings_count": 3, + "availability_365": 114 + }, + { + "index": 2648, + "id": 4608544, + "name": "Nice Room Macba", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 273, + "last_review": "2019-06-26", + "reviews_per_month": 5.33, + "calculated_host_listings_count": 2, + "availability_365": 32 + }, + { + "index": 2649, + "id": 4610380, + "name": "My Address in Barcelona 31", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2019-06-09", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 11, + "availability_365": 267 + }, + { + "index": 2650, + "id": 4611081, + "name": "Habitaci\u00f3n individual privada", + "host_name": "Ana Luisa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 3, + "last_review": "2016-08-25", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 2651, + "id": 4614023, + "name": "Centric Loft wit Terrace!", + "host_name": "ApartHoliday", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 2, + "number_of_reviews": 266, + "last_review": "2019-07-01", + "reviews_per_month": 4.74, + "calculated_host_listings_count": 5, + "availability_365": 246 + }, + { + "index": 2652, + "id": 4615119, + "name": "Cosy flat in the centre", + "host_name": "Adele", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 6, + "number_of_reviews": 47, + "last_review": "2019-05-15", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 2653, + "id": 4618852, + "name": "Amazing location for a relaxing space :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-07-07", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 33, + "availability_365": 323 + }, + { + "index": 2654, + "id": 4619507, + "name": "CENTRAL ROOM SAGRADA FAMILIA", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-06-16", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2655, + "id": 4626342, + "name": "Sagrada Familia Apartment", + "host_name": "La Meva Llar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-07-10", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 15, + "availability_365": 131 + }, + { + "index": 2656, + "id": 4627001, + "name": "Deluxe Red!!", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-23", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 15, + "availability_365": 103 + }, + { + "index": 2657, + "id": 4627247, + "name": "Apartment Parc de Montjuic!", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-12", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 15, + "availability_365": 131 + }, + { + "index": 2658, + "id": 4628556, + "name": "Comfy apartment in the trending Sant Antoni", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2018-02-15", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 2659, + "id": 4629188, + "name": "Best Deal*** Best location***", + "host_name": "Trippingbarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 317, + "last_review": "2019-06-25", + "reviews_per_month": 5.64, + "calculated_host_listings_count": 2, + "availability_365": 171 + }, + { + "index": 2660, + "id": 4631713, + "name": "Golden Suite", + "host_name": "Rodrigo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 18, + "last_review": "2019-06-30", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 6, + "availability_365": 86 + }, + { + "index": 2661, + "id": 4636812, + "name": "Double room and private Bathroom", + "host_name": "Rodrigo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 18, + "last_review": "2019-06-30", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 6, + "availability_365": 49 + }, + { + "index": 2662, + "id": 4638054, + "name": "Nice double suite+private bathroom.", + "host_name": "Meri", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2018-01-21", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 2663, + "id": 4639644, + "name": "Spacious and well-lit ROOM downtown", + "host_name": "Esther", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 56, + "minimum_nights": 3, + "number_of_reviews": 198, + "last_review": "2019-06-19", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 2664, + "id": 4656952, + "name": "Newfangled Pla\u00e7a Santa Madrona", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-13", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 95, + "availability_365": 290 + }, + { + "index": 2665, + "id": 4657312, + "name": "Picasso Terrace by Cocoon Barcelona", + "host_name": "Mathieu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 122, + "last_review": "2019-07-07", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 3, + "availability_365": 238 + }, + { + "index": 2666, + "id": 4661131, + "name": "Beautiful double room Sag. Familia", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 225, + "last_review": "2019-07-06", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2667, + "id": 4665087, + "name": "San Pau House Terrace", + "host_name": "Key Inn", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 243, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-10", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 47, + "availability_365": 208 + }, + { + "index": 2668, + "id": 4667151, + "name": "Large apt near Passeig de Gracia~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-06-11", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 84, + "availability_365": 161 + }, + { + "index": 2669, + "id": 4677510, + "name": "Bonito apartamento con habitacion cama matrimonio!", + "host_name": "Miquel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2015-07-14", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 354 + }, + { + "index": 2670, + "id": 4679251, + "name": "Habitacion Lovely Balc\u00f3n - Park G\u00fcell", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 23, + "minimum_nights": 25, + "number_of_reviews": 96, + "last_review": "2019-06-21", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 265 + }, + { + "index": 2671, + "id": 4683548, + "name": "Penthouse with terrace in Barcelona", + "host_name": "Andres", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 142, + "last_review": "2019-07-03", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2672, + "id": 4685002, + "name": "Piso acogedor muy bien comunicado", + "host_name": "Gabriela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-07-17", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 4, + "availability_365": 159 + }, + { + "index": 2673, + "id": 4687928, + "name": "Grand DBL ROOM + balcony CENTER ", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-05-21", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2674, + "id": 4688048, + "name": "Cozy DBL Room Barcelona CENTER", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 110, + "last_review": "2019-06-08", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2675, + "id": 4691124, + "name": "Cozy double room", + "host_name": "Mauro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2018-04-30", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2676, + "id": 4691263, + "name": "Plaza Catalu\u00f1a Bliss", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-30", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 47, + "availability_365": 142 + }, + { + "index": 2677, + "id": 4691397, + "name": "Family room+Balcon BARCELONA CENTR ", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 147, + "last_review": "2019-05-20", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2678, + "id": 4691491, + "name": "BARCELONA FIFTEEN ONE BEDROOM ", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-06-20", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 20, + "availability_365": 231 + }, + { + "index": 2679, + "id": 4693164, + "name": "Perfect location Downtown !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 3, + "number_of_reviews": 69, + "last_review": "2019-07-04", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 33, + "availability_365": 299 + }, + { + "index": 2680, + "id": 4696954, + "name": "Charming Apartment Downtown !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-23", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 33, + "availability_365": 336 + }, + { + "index": 2681, + "id": 4697931, + "name": "Feel at home abroad-Family friendly", + "host_name": "Alberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-06-17", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 2682, + "id": 4699328, + "name": "Sunny room with balcony in Gracia", + "host_name": "Mireia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2017-12-09", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2683, + "id": 4699752, + "name": "Stroll to Camp Nou from a Modern, Sunny Apartment", + "host_name": "Casto", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 212, + "minimum_nights": 6, + "number_of_reviews": 27, + "last_review": "2019-06-16", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 2684, + "id": 4700300, + "name": "\u06e9 The Unique \u06e9 3 Bedrooms 2 Bathrooms \u06e9", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-02", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 5, + "availability_365": 146 + }, + { + "index": 2685, + "id": 4708648, + "name": "New Cozy equipped 2bd 3 2 - Sants", + "host_name": "Martino@Mariano", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-07-07", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2686, + "id": 4712168, + "name": "Playa Marbella", + "host_name": "Aline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-05-26", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 95, + "availability_365": 306 + }, + { + "index": 2687, + "id": 4712927, + "name": "Room in the center of BCN", + "host_name": "Nik&Kat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-10-31", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 2688, + "id": 4713191, + "name": "Room with entrence to the terrace", + "host_name": "Nik&Kat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-07-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 2689, + "id": 4715106, + "name": "Stunning Sants flat! 2 BR, 3 1 wifi", + "host_name": "Martino@Mariano", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-07-02", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 3, + "availability_365": 282 + }, + { + "index": 2690, + "id": 4716339, + "name": "FREE WIFI! Born Apartment 2.2 Metro Jaume I", + "host_name": "Alexey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-04-13", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 11, + "availability_365": 179 + }, + { + "index": 2691, + "id": 4722941, + "name": "Gorgeous Flat Centre BCN - Next to Paseo de Gracia", + "host_name": "Anne", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 288, + "minimum_nights": 4, + "number_of_reviews": 181, + "last_review": "2019-06-19", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 5, + "availability_365": 240 + }, + { + "index": 2692, + "id": 4723835, + "name": "Plaza Catalu\u00f1a - Bedroom for Two", + "host_name": "Magno", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 241, + "last_review": "2019-06-14", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 2, + "availability_365": 9 + }, + { + "index": 2693, + "id": 4725070, + "name": "The Central Place I", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 197, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-21", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 42, + "availability_365": 117 + }, + { + "index": 2694, + "id": 4725257, + "name": "Cute apart with terrace Downtown :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-03", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 33, + "availability_365": 319 + }, + { + "index": 2695, + "id": 4725296, + "name": "The Central Place II", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-09", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 42, + "availability_365": 81 + }, + { + "index": 2696, + "id": 4728632, + "name": "Central BIG Room + Balcony + City View", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-05-29", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2697, + "id": 4728758, + "name": "Quiet Family Room + Balcony Center", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-06-06", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 2698, + "id": 4735944, + "name": "Double bedroom@ heart of barcelona", + "host_name": "Amadeo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-06-22", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 80 + }, + { + "index": 2699, + "id": 4741129, + "name": "Habitaci\u00f3n doble con balc\u00f3n y sal\u00f3n", + "host_name": "Blanca", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2016-09-25", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2700, + "id": 4742605, + "name": "Midtown Luxury Apartment I", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 31, + "last_review": "2017-04-17", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 15, + "availability_365": 100 + }, + { + "index": 2701, + "id": 4749123, + "name": "Sants / Plaza Espa\u00f1a, Comfy Double Room,Happy Cats", + "host_name": "Antoine", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 274, + "last_review": "2019-06-30", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 2702, + "id": 4764274, + "name": "Luxurious Apartment Near Beach", + "host_name": "Eli", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-23", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 2703, + "id": 4766850, + "name": "Barcelona near sagrada familia gaudi", + "host_name": "Jor", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-10-14", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2704, + "id": 4770182, + "name": "Cosy room in \"El G\u00f2tic\" Heart of Barcelona!", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-07-03", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 3, + "availability_365": 50 + }, + { + "index": 2705, + "id": 4771858, + "name": "BCN-RENTALS RAMBLA 5, just 7-10 min to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 6, + "number_of_reviews": 16, + "last_review": "2019-04-23", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 6, + "availability_365": 284 + }, + { + "index": 2706, + "id": 4779492, + "name": "BIG SUNNY FLAT: Central Born", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-04-29", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 18, + "availability_365": 343 + }, + { + "index": 2707, + "id": 4779922, + "name": "1321 - OLYMPIC VILLAGE", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 337, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2018-10-07", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 24, + "availability_365": 135 + }, + { + "index": 2708, + "id": 4780449, + "name": "Room next to Plaza Real", + "host_name": "Amelia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2709, + "id": 4780668, + "name": "A single room in the heart of Born", + "host_name": "H\u00fcma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2018-08-06", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 22 + }, + { + "index": 2710, + "id": 4782244, + "name": "Renting room", + "host_name": "Matteo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-02-26", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 2711, + "id": 4783959, + "name": "Room with p/ bathroom in Plaza Real", + "host_name": "Nicole", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 184, + "last_review": "2019-06-18", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 2712, + "id": 4792666, + "name": "Cozy room close to Encants Market ", + "host_name": "Sven", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2713, + "id": 4794359, + "name": "NICE SPACIOUS & SUNNY PLACE", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 90, + "number_of_reviews": 14, + "last_review": "2019-06-04", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 2714, + "id": 4795262, + "name": "Beautiful room in Universitatcenter", + "host_name": "Cristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 486, + "last_review": "2019-06-29", + "reviews_per_month": 9.53, + "calculated_host_listings_count": 3, + "availability_365": 185 + }, + { + "index": 2715, + "id": 4796918, + "name": "Belle apt 4 pi\u00e8ces 75 m2,7\u00b0- 4p", + "host_name": "J-C", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 23, + "last_review": "2019-06-26", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 97 + }, + { + "index": 2716, + "id": 4797926, + "name": "Bienvenidos INNBB", + "host_name": "Innbb", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-10-12", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 2717, + "id": 4800588, + "name": "Room for rent barrio G\u00f3tico", + "host_name": "Pablo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 15, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2718, + "id": 4806720, + "name": "Comfortable apartment for 5 people Poble sec BCN", + "host_name": "Ghat", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-06-19", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 13, + "availability_365": 264 + }, + { + "index": 2719, + "id": 4810134, + "name": "SINGLE ROOM IN THE HEART OF GRACIA", + "host_name": "Hello Barcelona!!!", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-19", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 3, + "availability_365": 235 + }, + { + "index": 2720, + "id": 4813691, + "name": "Room in best location - Plaza Real", + "host_name": "Nicole", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 191, + "last_review": "2019-06-25", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 2, + "availability_365": 24 + }, + { + "index": 2721, + "id": 4816074, + "name": "SUNNY DOUBLE ROOM IN THE HEART OF GRACIA.", + "host_name": "Hello Barcelona!!!", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 98, + "last_review": "2019-06-28", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 2722, + "id": 4816167, + "name": "SUNNY DOUBLE ROOM IN THE HEART OF GRACIA!", + "host_name": "Hello Barcelona!!!", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 95, + "last_review": "2019-01-08", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 3, + "availability_365": 332 + }, + { + "index": 2723, + "id": 4823012, + "name": "Nice room in the centre of BCN", + "host_name": "Daria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2724, + "id": 4831788, + "name": "Fant\u00e1stica ubicaci\u00f3n Avenida Gaud\u00ed", + "host_name": "Mart\u00ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-06-19", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 108 + }, + { + "index": 2725, + "id": 4831886, + "name": "White Room & City Center", + "host_name": "Silvi & Konztanz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-16", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 3, + "availability_365": 202 + }, + { + "index": 2726, + "id": 4834811, + "name": "New Boutique apartment in center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 162, + "last_review": "2019-06-18", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 38, + "availability_365": 149 + }, + { + "index": 2727, + "id": 4842600, + "name": "High standing apartment 4br+2bt+terrace. Views", + "host_name": "Victor", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 224, + "minimum_nights": 32, + "number_of_reviews": 91, + "last_review": "2019-07-06", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 2728, + "id": 4843329, + "name": "Park G\u00fcell house with terrace", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-06-28", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 2729, + "id": 4844513, + "name": "3bedroom apt for groupsand families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-05-05", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 84, + "availability_365": 129 + }, + { + "index": 2730, + "id": 4853356, + "name": "Barcelona Amazing Sagrada Familia", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 261, + "last_review": "2019-06-30", + "reviews_per_month": 5.09, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 2731, + "id": 4862275, + "name": "BARCELONA CENTRAL WIFI DESIGN", + "host_name": "Mar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 84, + "last_review": "2019-06-24", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 2732, + "id": 4864848, + "name": "Gaud\u00ed Penthouse by Glasir", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-03-14", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 7, + "availability_365": 312 + }, + { + "index": 2733, + "id": 4867204, + "name": "A beautiful little flat- Sants 1 1", + "host_name": "Martino@Mariano", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-06-20", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 3, + "availability_365": 325 + }, + { + "index": 2734, + "id": 4877233, + "name": "Blasco de Garay - Paralel", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 95, + "availability_365": 315 + }, + { + "index": 2735, + "id": 4879700, + "name": "Seven balconies in Barcelona 2/7 p.", + "host_name": "Anna Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-07-07", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 6, + "availability_365": 138 + }, + { + "index": 2736, + "id": 4886587, + "name": "Grand Central Apartment (150m2, 5 bedrooms)", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 330, + "minimum_nights": 4, + "number_of_reviews": 64, + "last_review": "2019-07-01", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 11, + "availability_365": 188 + }, + { + "index": 2737, + "id": 4898823, + "name": "GIGANTIC SUNNY ROOM in city CENTRE up to 5 ppl", + "host_name": "Joan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 10, + "minimum_nights": 1, + "number_of_reviews": 139, + "last_review": "2019-06-30", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 7, + "availability_365": 66 + }, + { + "index": 2738, + "id": 4901235, + "name": "Nice Bright Room by the Beach!", + "host_name": "Ernesto & Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2016-10-25", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2739, + "id": 4904743, + "name": "WIFI&PRIVATE TERRACE! BAR\u00c7A STADIUM", + "host_name": "Alba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 187, + "last_review": "2019-07-09", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 2740, + "id": 4907531, + "name": "BARCELONA - GLORIES - SANT MARTI", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 7, + "number_of_reviews": 8, + "last_review": "2019-04-27", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 5, + "availability_365": 327 + }, + { + "index": 2741, + "id": 4907750, + "name": "Gran Via- Gl\u00f2ries-St Mart\u00ed-22@-Loft", + "host_name": "Pedro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 32, + "last_review": "2019-06-24", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 5, + "availability_365": 327 + }, + { + "index": 2742, + "id": 4908442, + "name": "Recently renovated apartment", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 74, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-05-19", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 31, + "availability_365": 0 + }, + { + "index": 2743, + "id": 4909114, + "name": "Cozy and big double Room for rent for days!", + "host_name": "Rafa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 4, + "number_of_reviews": 13, + "last_review": "2019-06-03", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 3, + "availability_365": 69 + }, + { + "index": 2744, + "id": 4911075, + "name": "Incredible studio in the city center", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 4, + "number_of_reviews": 43, + "last_review": "2019-06-30", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 1, + "availability_365": 112 + }, + { + "index": 2745, + "id": 4912693, + "name": "Double room plz. Catalu\u00f1a", + "host_name": "Vince", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2746, + "id": 4914558, + "name": "SUPER STUDIO IN THE HEART OF TRENDY GRACIA", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 183, + "last_review": "2019-06-23", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 1, + "availability_365": 188 + }, + { + "index": 2747, + "id": 4916869, + "name": "Cozy Room & City Center", + "host_name": "Silvi & Konztanz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 173, + "last_review": "2019-07-08", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 3, + "availability_365": 197 + }, + { + "index": 2748, + "id": 4918810, + "name": "ROOM with SUNSHINE AND BALCONY", + "host_name": "Marcelo & Luisa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 207, + "last_review": "2019-06-23", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 2, + "availability_365": 284 + }, + { + "index": 2749, + "id": 4921267, + "name": "Picasso Suites 1.1 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-28", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 24, + "availability_365": 337 + }, + { + "index": 2750, + "id": 4922877, + "name": "NICE APARTMENT PLAZA ESPANYA - HUT (Phone number hidden by Airbnb)", + "host_name": "Roberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 4, + "number_of_reviews": 116, + "last_review": "2019-07-04", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 192 + }, + { + "index": 2751, + "id": 4924675, + "name": "043. Proven\u00e7a Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 219, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-07-07", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 97, + "availability_365": 235 + }, + { + "index": 2752, + "id": 4924734, + "name": "047. Marina View Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-01-10", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 97, + "availability_365": 267 + }, + { + "index": 2753, + "id": 4926580, + "name": "065. Ali\u00f3 5 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2015-09-21", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 97, + "availability_365": 288 + }, + { + "index": 2754, + "id": 4926975, + "name": "100. Futbol G22 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-01-01", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 97, + "availability_365": 252 + }, + { + "index": 2755, + "id": 4927253, + "name": "107. Gold Small Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-10-28", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 97, + "availability_365": 319 + }, + { + "index": 2756, + "id": 4927840, + "name": "110. Futbol B22 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2018-08-12", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 97, + "availability_365": 323 + }, + { + "index": 2757, + "id": 4928926, + "name": "112. Futbol B32 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-07-10", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 97, + "availability_365": 236 + }, + { + "index": 2758, + "id": 4929018, + "name": "113. Vila Ol\u00edmpica 2 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 239, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-03-24", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 97, + "availability_365": 298 + }, + { + "index": 2759, + "id": 4929053, + "name": "114. Sant Pau Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 302 + }, + { + "index": 2760, + "id": 4929694, + "name": "131. H\u00e9rcules Grande 42", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-02", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 97, + "availability_365": 324 + }, + { + "index": 2761, + "id": 4930235, + "name": "City Center, quiet, free Wifi", + "host_name": "Susana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 4, + "number_of_reviews": 41, + "last_review": "2019-07-07", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 2762, + "id": 4946158, + "name": "Habitacion en un piso de Gr\u00e0cia", + "host_name": "Ke", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2763, + "id": 4957651, + "name": "Gaudi 4-1", + "host_name": "Charm Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-14", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 8, + "availability_365": 285 + }, + { + "index": 2764, + "id": 4958085, + "name": "La Pedrera Residence", + "host_name": "Charm Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-05-26", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 8, + "availability_365": 296 + }, + { + "index": 2765, + "id": 4964191, + "name": "FOUR PEOPLE ROOM & CITY CENTER", + "host_name": "Silvi & Konztanz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 112, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-25", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 3, + "availability_365": 198 + }, + { + "index": 2766, + "id": 4970190, + "name": "132. H\u00e9rcules Peque\u00f1o 43", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-12-09", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 97, + "availability_365": 326 + }, + { + "index": 2767, + "id": 4970258, + "name": "133. H\u00e9rcules Peque\u00f1o 51", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-12-09", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 331 + }, + { + "index": 2768, + "id": 4970310, + "name": "134. H\u00e9rcules Grande 52", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-16", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 97, + "availability_365": 326 + }, + { + "index": 2769, + "id": 4970356, + "name": "135. H\u00e9rcules Peque\u00f1o 53", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-11-26", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 329 + }, + { + "index": 2770, + "id": 4970426, + "name": "136. H\u00e9rcules Peque\u00f1o 61", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-11-25", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 97, + "availability_365": 339 + }, + { + "index": 2771, + "id": 4970465, + "name": "138. H\u00e9rcules Peque\u00f1o 63", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-05-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 97, + "availability_365": 335 + }, + { + "index": 2772, + "id": 4970513, + "name": "137. H\u00e9rcules Grande 62", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-30", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 97, + "availability_365": 332 + }, + { + "index": 2773, + "id": 4970715, + "name": "Recently renovated and quiet ap.", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-07-02", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 31, + "availability_365": 101 + }, + { + "index": 2774, + "id": 4970885, + "name": "CITY CENTER 2 TODO EL CENTRO A PIE", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-01-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 4, + "availability_365": 312 + }, + { + "index": 2775, + "id": 4973086, + "name": "Centric double-bedroom in BCN", + "host_name": "Davide", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-06-14", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 2, + "availability_365": 322 + }, + { + "index": 2776, + "id": 4973692, + "name": "Amazing loft in Gr\u00e1cia close to Sagrada Familia", + "host_name": "Nougava,S.A.U", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-07-01", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 2777, + "id": 4986187, + "name": "Bedroom + private living + glazed balcony", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 54, + "minimum_nights": 4, + "number_of_reviews": 235, + "last_review": "2019-06-23", + "reviews_per_month": 4.4, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 2778, + "id": 4992385, + "name": "5* Luxury flat Passeig de Gr\u00e0cia", + "host_name": "Eike", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 325, + "minimum_nights": 4, + "number_of_reviews": 188, + "last_review": "2019-07-09", + "reviews_per_month": 3.44, + "calculated_host_listings_count": 5, + "availability_365": 224 + }, + { + "index": 2779, + "id": 4996306, + "name": "Gran Via de luxe Modernist", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-23", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 14, + "availability_365": 353 + }, + { + "index": 2780, + "id": 5000702, + "name": "Room near plaza Espa\u00f1a. Direct airport connection.", + "host_name": "Lilian", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-12", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 2781, + "id": 5008477, + "name": "Stunning terrace near Pedrera", + "host_name": "Andr\u00e9s", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 5, + "number_of_reviews": 175, + "last_review": "2019-07-06", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 183 + }, + { + "index": 2782, + "id": 5008858, + "name": "High-ceiling apartment in good location! Poble Sec", + "host_name": "Iga", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 208, + "last_review": "2019-06-25", + "reviews_per_month": 3.93, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 2783, + "id": 5010882, + "name": "Great doble or single room", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-07-05", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 1, + "availability_365": 163 + }, + { + "index": 2784, + "id": 5013265, + "name": "YH3/5-CampBJ | Unique and Wonderful Apartment", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-01-04", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 11, + "availability_365": 112 + }, + { + "index": 2785, + "id": 5014416, + "name": "Big Double Room in Cozy Flat Poble Sec", + "host_name": "Cryst", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 160, + "last_review": "2019-06-25", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 2786, + "id": 5015728, + "name": "Gr\u00e0cia, Cocoon Apartment", + "host_name": "Brummell", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-08", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 5, + "availability_365": 273 + }, + { + "index": 2787, + "id": 5024156, + "name": "Habitacion doble con ba\u00f1o privado", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-06-26", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 2788, + "id": 5024857, + "name": "Lovely apartment Born/Barceloneta", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 37, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-04-30", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 31, + "availability_365": 283 + }, + { + "index": 2789, + "id": 5030211, + "name": "Entre Sagrada Familia, Parc G\u00fcell y Hosp. Sant Pau", + "host_name": "David", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-12-30", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 2790, + "id": 5037632, + "name": "Orange tree View flat with patio", + "host_name": "Peter Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 2, + "number_of_reviews": 124, + "last_review": "2019-07-04", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 2791, + "id": 5042816, + "name": "A Nice Room in St Antoni", + "host_name": "Eloy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-06-09", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 2, + "availability_365": 298 + }, + { + "index": 2792, + "id": 5043742, + "name": "Rosellon Apartment 2 bedrooms next to Sagrada Familia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-07-02", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 19, + "availability_365": 190 + }, + { + "index": 2793, + "id": 5046383, + "name": "Luminous and Quiet Room", + "host_name": "Neda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-06-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2794, + "id": 5046602, + "name": null, + "host_name": "Neda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-03-04", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2795, + "id": 5049684, + "name": "Luxury loft in the warmest Gracia area for 6 pers.", + "host_name": "Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 264, + "last_review": "2019-06-22", + "reviews_per_month": 4.91, + "calculated_host_listings_count": 9, + "availability_365": 287 + }, + { + "index": 2796, + "id": 5053322, + "name": "My Address in Barcelona 3 2", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-06-05", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 11, + "availability_365": 218 + }, + { + "index": 2797, + "id": 5053669, + "name": "LUMINOUS BEDROOM WITH LIVING ROOM", + "host_name": "Albin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 152, + "last_review": "2019-06-27", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 2798, + "id": 5056503, + "name": "UNIQUE Stylish Townhouse BCN Centre", + "host_name": "Eike", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 177, + "last_review": "2019-07-08", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 5, + "availability_365": 214 + }, + { + "index": 2799, + "id": 5062836, + "name": "Single room in El Born", + "host_name": "Meri", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2017-09-18", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 2800, + "id": 5064035, + "name": "Lovely 2 BD with terrace and wifi", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-17", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 21, + "availability_365": 307 + }, + { + "index": 2801, + "id": 5064651, + "name": "Nice cute room for one person ", + "host_name": "Rabea", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2017-11-04", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2802, + "id": 5065082, + "name": "Art flat in street without cars. Blue Room.", + "host_name": "Imma", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-06-30", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 2803, + "id": 5065692, + "name": "ROOM 11m2 sun-views-street", + "host_name": "Dami\u00e1n", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-05-04", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 2804, + "id": 5066661, + "name": "Very economic double room.", + "host_name": "Cristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 466, + "last_review": "2019-07-10", + "reviews_per_month": 9.73, + "calculated_host_listings_count": 3, + "availability_365": 226 + }, + { + "index": 2805, + "id": 5068436, + "name": "Cozy&Comfy simple room BARCELONA", + "host_name": "Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 25, + "number_of_reviews": 54, + "last_review": "2019-04-16", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 2, + "availability_365": 163 + }, + { + "index": 2806, + "id": 5068892, + "name": "pb2 IDEAL LOCATION! WITH TERRACE CHARMING & QUIET!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-10-14", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 80, + "availability_365": 352 + }, + { + "index": 2807, + "id": 5068957, + "name": "Habt. Ideal para turismo ya que tienes todo cerca.", + "host_name": "Adriana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-07-06", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 1, + "availability_365": 45 + }, + { + "index": 2808, + "id": 5071090, + "name": "GRAN VIA - GLORIES CERCA PLAYA", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 6, + "last_review": "2017-06-13", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 5, + "availability_365": 328 + }, + { + "index": 2809, + "id": 5071846, + "name": "Wide Avenue to Plaza Espa\u00f1a 1", + "host_name": "Franc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 102, + "minimum_nights": 4, + "number_of_reviews": 89, + "last_review": "2019-06-18", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 4, + "availability_365": 89 + }, + { + "index": 2810, + "id": 5072622, + "name": "Estupendo apartamento superc\u00e9ntrico", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-07-04", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 1, + "availability_365": 177 + }, + { + "index": 2811, + "id": 5074067, + "name": "BEST LOCATION APARTMENT", + "host_name": "Cecilia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 150, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 190 + }, + { + "index": 2812, + "id": 5075164, + "name": "Double bedroom near Sagrada Familia", + "host_name": "Gemma", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-20", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 1, + "availability_365": 30 + }, + { + "index": 2813, + "id": 5080547, + "name": "LetsgoBarcelona Diagonal Ave. Duplex", + "host_name": "Willem", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2016-02-25", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 26, + "availability_365": 0 + }, + { + "index": 2814, + "id": 5080749, + "name": "Nuevo apartamento, cerca de todo", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-05-06", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 7, + "availability_365": 307 + }, + { + "index": 2815, + "id": 5082586, + "name": "STAY WITH LOCALS - Habitaci\u00f3n doble con ventana", + "host_name": "Irene", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-07-01", + "reviews_per_month": 4.07, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 2816, + "id": 5084437, + "name": "Best location, 2BD bright and comfy attic.", + "host_name": "Myriam", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2019-05-05", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 2817, + "id": 5087833, + "name": "Habitaci\u00f3n c\u00e9ntrica, luminosa y tranquila", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2016-05-29", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2818, + "id": 5093340, + "name": "ALQUILER HABITACION EXTER.ventana doble (SRA/SRTA)", + "host_name": "Maria Jose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-02-25", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 3, + "availability_365": 289 + }, + { + "index": 2819, + "id": 5093591, + "name": "Cozy Apartment Sagrada Fam\u00edlia", + "host_name": "C\u00e8sar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 146, + "last_review": "2019-07-03", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 2820, + "id": 5094104, + "name": "Double Room & Private Bath Poble Sec", + "host_name": "Cryst", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-06-10", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 2, + "availability_365": 117 + }, + { + "index": 2821, + "id": 5097014, + "name": "Sagrada Familia I", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 212, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-06-24", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 2822, + "id": 5101338, + "name": "A room chez Ruzzz.Plaza Real", + "host_name": "Ruth", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-27", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 2823, + "id": 5101904, + "name": "Sagrada Familia II", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 211, + "minimum_nights": 2, + "number_of_reviews": 178, + "last_review": "2019-06-24", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 2824, + "id": 5112386, + "name": "Bright and spacious apartment in Plaza Espa\u00f1a", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2018-04-29", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 28, + "availability_365": 320 + }, + { + "index": 2825, + "id": 5112582, + "name": "Reina Cristina 4 - Port Vell Views Barcelona", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-04-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 28, + "availability_365": 0 + }, + { + "index": 2826, + "id": 5112647, + "name": "Big private room with a double bed!", + "host_name": "Karina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-07-07", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 2827, + "id": 5112669, + "name": "Alquilamos habitacion", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2828, + "id": 5114239, + "name": "Cozy bedroom with private bathroom", + "host_name": "Bjarne", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-06-11", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 2829, + "id": 5121635, + "name": "New and central apartment up to 4!", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 182, + "last_review": "2019-06-22", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 16, + "availability_365": 131 + }, + { + "index": 2830, + "id": 5121791, + "name": "Genial habitaci\u00f3n en Gracia", + "host_name": "Antonio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2831, + "id": 5124937, + "name": "WATCHING SAGRADA FAMILIA YILSAFA", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-06-14", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 2832, + "id": 5128707, + "name": "Elegant & chic in gold mile", + "host_name": "Rosa Y Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-22", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 1, + "availability_365": 109 + }, + { + "index": 2833, + "id": 5129820, + "name": "Comfortable room in downtown Barcelona.", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 193, + "last_review": "2019-06-10", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 3, + "availability_365": 284 + }, + { + "index": 2834, + "id": 5130426, + "name": "Bonito apartamento en Gracia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-05-26", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 24, + "availability_365": 149 + }, + { + "index": 2835, + "id": 5133036, + "name": "3 bedroom aparment close to Passeig de Gracia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-04-08", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 28, + "availability_365": 296 + }, + { + "index": 2836, + "id": 5141070, + "name": "Apt.en Passeig de Gracia (4pax) B4", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-19", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 42, + "availability_365": 115 + }, + { + "index": 2837, + "id": 5143895, + "name": "Nice & Cozy Apartment in Gracia", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 340, + "last_review": "2019-06-26", + "reviews_per_month": 6.32, + "calculated_host_listings_count": 4, + "availability_365": 186 + }, + { + "index": 2838, + "id": 5150722, + "name": "Corsega Barcelona", + "host_name": "Eli", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-07-10", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 3, + "availability_365": 143 + }, + { + "index": 2839, + "id": 5157538, + "name": "Sun & Beach ", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-27", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 147 + }, + { + "index": 2840, + "id": 5169542, + "name": "Colourful Designer Apartment in the Center of Barcelona", + "host_name": "Imanol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 4, + "number_of_reviews": 25, + "last_review": "2019-07-02", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 6, + "availability_365": 116 + }, + { + "index": 2841, + "id": 5170890, + "name": "Victoria City Center 2", + "host_name": "Imanol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-07-08", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 6, + "availability_365": 128 + }, + { + "index": 2842, + "id": 5170965, + "name": "Cozy Double Room/Linda Habitaci\u00f3n Eixample", + "host_name": "Jo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2017-09-09", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2843, + "id": 5171551, + "name": "Modern Duplex Apartment in the Heart of Barcelona", + "host_name": "Imanol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 4, + "number_of_reviews": 32, + "last_review": "2019-07-01", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 6, + "availability_365": 125 + }, + { + "index": 2844, + "id": 5176876, + "name": "ATIC GAUDI GRACIA", + "host_name": "Carlos", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-18", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 2845, + "id": 5177888, + "name": "habitaci\u00f3n en barrio alto barcelona", + "host_name": "Shadi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2846, + "id": 5178129, + "name": "Pops of Color in this Modern, Updated Barcelona Flat", + "host_name": "Ariel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-07-01", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 7, + "availability_365": 243 + }, + { + "index": 2847, + "id": 5178732, + "name": "OO Single Interior Private Room Bonita OO", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 12, + "minimum_nights": 90, + "number_of_reviews": 141, + "last_review": "2018-09-19", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2848, + "id": 5179342, + "name": "Modern loft, large terrace - ATU21", + "host_name": "Jerome & Co", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-28", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 28, + "availability_365": 94 + }, + { + "index": 2849, + "id": 5180175, + "name": "4Rooms Near Pl Catalu\u00f1a/Espa\u00f1a OleBCN", + "host_name": "Xueyan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 1, + "number_of_reviews": 86, + "last_review": "2019-06-24", + "reviews_per_month": 7.07, + "calculated_host_listings_count": 1, + "availability_365": 32 + }, + { + "index": 2850, + "id": 5180710, + "name": "Victoria Diagonal Mar 2", + "host_name": "Imanol", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 4, + "number_of_reviews": 48, + "last_review": "2019-06-10", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 6, + "availability_365": 131 + }, + { + "index": 2851, + "id": 5181607, + "name": "Victoria Diagonal Mar 1", + "host_name": "Imanol", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 4, + "number_of_reviews": 27, + "last_review": "2019-07-10", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 6, + "availability_365": 123 + }, + { + "index": 2852, + "id": 5181660, + "name": "#MWC Rambla Boqueria Charming 1BR", + "host_name": "Jaume", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 32, + "number_of_reviews": 26, + "last_review": "2017-07-23", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 20, + "availability_365": 169 + }, + { + "index": 2853, + "id": 5184160, + "name": "piso en buien estado y tranquilidad", + "host_name": "Saray", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2018-10-21", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2854, + "id": 5186775, + "name": "Cosy 5px Beach Born VilaOlimpic Wifi - ATU46", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 162, + "last_review": "2019-06-03", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 18, + "availability_365": 117 + }, + { + "index": 2855, + "id": 5187618, + "name": "Lovely Gaudi II", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-17", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 95, + "availability_365": 6 + }, + { + "index": 2856, + "id": 5188366, + "name": "Authentic flat2 in Poble sec - Paralelo", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-26", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 15, + "availability_365": 280 + }, + { + "index": 2857, + "id": 5188457, + "name": "Sagrada Familia Apartment", + "host_name": "Alba", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 294, + "last_review": "2019-07-04", + "reviews_per_month": 5.54, + "calculated_host_listings_count": 3, + "availability_365": 113 + }, + { + "index": 2858, + "id": 5189747, + "name": "BCN Loft Miro", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 130, + "last_review": "2019-06-22", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 27, + "availability_365": 170 + }, + { + "index": 2859, + "id": 5191349, + "name": "HABITACI\u00d3N DOBLE EXTERIOR CON BA\u00d1O", + "host_name": "Jordi", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-24", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 2860, + "id": 5191939, + "name": "BARCELONA SANTS CAMP NOU 1/1", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-18", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 49, + "availability_365": 130 + }, + { + "index": 2861, + "id": 5196775, + "name": "2-bedroom apt for a family", + "host_name": "Stanislav", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-03", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 2862, + "id": 5197640, + "name": "Apartment in the center of the city", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-24", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 31, + "availability_365": 115 + }, + { + "index": 2863, + "id": 5197752, + "name": "Centric Design Apartment", + "host_name": "Ana & Sons", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 1, + "number_of_reviews": 110, + "last_review": "2019-06-25", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 2, + "availability_365": 339 + }, + { + "index": 2864, + "id": 5198974, + "name": "3 BR WITH VIEWS IN SANT ANTONI", + "host_name": "Franc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 5, + "number_of_reviews": 105, + "last_review": "2019-06-26", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 4, + "availability_365": 94 + }, + { + "index": 2865, + "id": 5208917, + "name": "Quiet individual room near beach- Also Long Term", + "host_name": "Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-15", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 3, + "availability_365": 289 + }, + { + "index": 2866, + "id": 5214859, + "name": "Rambla Catalunya big penthouse", + "host_name": "Philippe", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-05-26", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 2867, + "id": 5215028, + "name": "Lovely home near to las Ramblas :)", + "host_name": "Ananda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-04-08", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 2868, + "id": 5226386, + "name": "Single room next to the Ramblas", + "host_name": "Massimo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 30, + "number_of_reviews": 142, + "last_review": "2018-12-21", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 1, + "availability_365": 137 + }, + { + "index": 2869, + "id": 5228021, + "name": "Apartamento urbano, tranquilo y chic cerca del Paseo de Gracia", + "host_name": "Maria Cruz", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 239, + "last_review": "2019-07-07", + "reviews_per_month": 4.56, + "calculated_host_listings_count": 4, + "availability_365": 266 + }, + { + "index": 2870, + "id": 5236388, + "name": "Moll - Art and Luxury in the center of Barcelona", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2015-08-29", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 28, + "availability_365": 216 + }, + { + "index": 2871, + "id": 5238025, + "name": "Habitaci\u00f3n doble Sagrada Familia ", + "host_name": "Paz &", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2872, + "id": 5238218, + "name": "Beautiful room in Barcelona center", + "host_name": "Virginia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-26", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 2, + "availability_365": 264 + }, + { + "index": 2873, + "id": 5245734, + "name": "Habitaciones para compartir", + "host_name": "Marlon", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2019-03-31", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 280 + }, + { + "index": 2874, + "id": 5246095, + "name": "Apartamento junto Sagrada Fam\u00edlia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-23", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 24, + "availability_365": 137 + }, + { + "index": 2875, + "id": 5246301, + "name": "Double bedroom Barcelona Center 2", + "host_name": "Davide", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 67, + "last_review": "2019-06-06", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2876, + "id": 5247516, + "name": "Nice apartement in Sant Antoni", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-24", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 24, + "availability_365": 129 + }, + { + "index": 2877, + "id": 5247783, + "name": "Precioso apartamento en Paralelo", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-06-07", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 24, + "availability_365": 121 + }, + { + "index": 2878, + "id": 5248325, + "name": "Magn\u00edfico apartamento en Gran V\u00eda", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 31, + "number_of_reviews": 24, + "last_review": "2018-10-13", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 24, + "availability_365": 95 + }, + { + "index": 2879, + "id": 5248481, + "name": "A 5 min de la playa en Poblenou, 2 habitaciones", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-29", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 24, + "availability_365": 153 + }, + { + "index": 2880, + "id": 5248745, + "name": "A 5 min de la playa en Poblenou, 1 habitaci\u00f3n", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 94, + "last_review": "2019-06-30", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 24, + "availability_365": 163 + }, + { + "index": 2881, + "id": 5249693, + "name": "2 BR Charming Flat in Trendy Center", + "host_name": "Andrei", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-07-01", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 12, + "availability_365": 334 + }, + { + "index": 2882, + "id": 5256656, + "name": "Amplio apartamento en Plaza Espanya", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-06-26", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 24, + "availability_365": 165 + }, + { + "index": 2883, + "id": 5257911, + "name": "Villa Olimpica Beach", + "host_name": "Alain & Lana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 117, + "last_review": "2019-06-24", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 27, + "availability_365": 180 + }, + { + "index": 2884, + "id": 5259603, + "name": "Bedroom +private bath in San Antoni", + "host_name": "Guadalupe", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 47, + "last_review": "2018-03-02", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2885, + "id": 5265536, + "name": "Habitaci\u00f3n individual tranquila y bien situada.", + "host_name": "Mar\u00eda Dolores", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2886, + "id": 5266080, + "name": "Habitaci\u00f3n doble tranquila y muy bien ubicada", + "host_name": "Mar\u00eda Dolores", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-19", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2887, + "id": 5267210, + "name": "Lovely Arag\u00f3", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-17", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 95, + "availability_365": 17 + }, + { + "index": 2888, + "id": 5268514, + "name": "3 bedrooms, 2 bathrooms, 2 balconys", + "host_name": "Ralf", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 212, + "last_review": "2019-07-02", + "reviews_per_month": 4.05, + "calculated_host_listings_count": 8, + "availability_365": 60 + }, + { + "index": 2889, + "id": 5269330, + "name": "All you need at home- 100% Family Welcome", + "host_name": "Valentina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-06-09", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 2890, + "id": 5273674, + "name": "New Apartment near Sagrada familia E-1", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 4, + "number_of_reviews": 16, + "last_review": "2018-08-26", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 2891, + "id": 5275404, + "name": "Apartamento familiar en Poblenou", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 24, + "availability_365": 129 + }, + { + "index": 2892, + "id": 5275701, + "name": "Apartamento en el Eixample ", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-17", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 24, + "availability_365": 110 + }, + { + "index": 2893, + "id": 5276540, + "name": "DOUBLE BEDROOM IN CENTRAL BARCELONA", + "host_name": "Scott", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2016-08-25", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2894, + "id": 5276663, + "name": "Feelathome Renovated apartment in Poble Sec", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-27", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 24, + "availability_365": 135 + }, + { + "index": 2895, + "id": 5277471, + "name": "Apartment in Sagrada Familia square", + "host_name": "Armando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 13, + "last_review": "2019-06-03", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 2896, + "id": 5277767, + "name": "Cozy Flat in Eixample", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-07-02", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 95, + "availability_365": 16 + }, + { + "index": 2897, + "id": 5285496, + "name": "Nice bright room & private bathroom", + "host_name": "Gerard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 44, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2018-12-08", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 2898, + "id": 5289980, + "name": "Cozy room in Barcelona center!!", + "host_name": "Virginia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-25", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 2, + "availability_365": 284 + }, + { + "index": 2899, + "id": 5293091, + "name": "Great Apartment-MobileWorldCongress", + "host_name": "Ernesto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2900, + "id": 5293741, + "name": "CHEERFUL APARTMENT IN GRACIA / HUTB-007970", + "host_name": "Xavier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-06-15", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 2901, + "id": 5294326, + "name": "Quiet flat in lively neighbourhood", + "host_name": "Keith", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-04-18", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 2902, + "id": 5296764, + "name": "Beautiful Room In A Sunny Clean Apartment", + "host_name": "Hubert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2018-10-27", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 2903, + "id": 5302997, + "name": "Nice room.", + "host_name": "Anastasia", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 147, + "last_review": "2019-07-05", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 2904, + "id": 5304931, + "name": "Casa Mil\u00e1 - large one bedroom apt in Gracia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-07-07", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 19, + "availability_365": 200 + }, + { + "index": 2905, + "id": 5307697, + "name": "Awesome & Comfortable Single Bedroom.", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 252, + "last_review": "2019-07-09", + "reviews_per_month": 4.85, + "calculated_host_listings_count": 3, + "availability_365": 168 + }, + { + "index": 2906, + "id": 5311505, + "name": "Gracia Lovely Apartment 228", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-05-17", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 5, + "availability_365": 151 + }, + { + "index": 2907, + "id": 5312035, + "name": "Gracia Lovely Apartment Planeta", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-04-29", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 5, + "availability_365": 150 + }, + { + "index": 2908, + "id": 5312339, + "name": "Gracia Lovely Apartment 233", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-07-07", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 5, + "availability_365": 182 + }, + { + "index": 2909, + "id": 5313220, + "name": "Gracia Lovely Apartment 233 ET", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-05-27", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 5, + "availability_365": 201 + }, + { + "index": 2910, + "id": 5313939, + "name": "Casa Batll\u00f3 views! Central apartment\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 276, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-09", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 84, + "availability_365": 186 + }, + { + "index": 2911, + "id": 5320263, + "name": "DOUBLE ROOM IN HISTORIC CENTER BCN.", + "host_name": "Lis\u00f3", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 207, + "last_review": "2019-07-01", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 2912, + "id": 5322583, + "name": "Barcelona beach apartment", + "host_name": "Rosa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-06-28", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 2913, + "id": 5323307, + "name": "habitaci\u00f3n doble / doble room", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2914, + "id": 5323760, + "name": "Charming & Sunny with Terrace steps to Old town.", + "host_name": "Linus", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 212, + "last_review": "2019-07-01", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 2915, + "id": 5328599, + "name": "Private Terrace in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 220, + "last_review": "2019-06-28", + "reviews_per_month": 4.13, + "calculated_host_listings_count": 7, + "availability_365": 15 + }, + { + "index": 2916, + "id": 5332741, + "name": "Attractive flat in Sagrada Familia", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-04", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 5, + "availability_365": 291 + }, + { + "index": 2917, + "id": 5337674, + "name": "Luxury 2-bed Apartment Arc de Triomf", + "host_name": "Trevor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 203, + "last_review": "2019-07-09", + "reviews_per_month": 3.91, + "calculated_host_listings_count": 1, + "availability_365": 324 + }, + { + "index": 2918, + "id": 5342961, + "name": "Nice apartment in Gracia", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-19", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 31, + "availability_365": 270 + }, + { + "index": 2919, + "id": 5345273, + "name": "ENTIRE BUILDING in the City Center/Beach", + "host_name": "Angeles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 193, + "last_review": "2019-06-17", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 1, + "availability_365": 46 + }, + { + "index": 2920, + "id": 5349031, + "name": "Amazing Penthouse in the centre", + "host_name": "Mariona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 12, + "number_of_reviews": 14, + "last_review": "2018-08-15", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 9, + "availability_365": 29 + }, + { + "index": 2921, + "id": 5350866, + "name": "The Central Place III", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 142, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-04-07", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 42, + "availability_365": 80 + }, + { + "index": 2922, + "id": 5352161, + "name": "DOUBLE ROOM with private bathroom", + "host_name": "S\u00f3nia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2923, + "id": 5352747, + "name": "New Studio up to four, well located", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 190, + "last_review": "2019-07-07", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 16, + "availability_365": 146 + }, + { + "index": 2924, + "id": 5356477, + "name": "Eixample & Gracia great penthouse!!", + "host_name": "Raquel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 213, + "last_review": "2019-06-28", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 2925, + "id": 5356758, + "name": "PRIVATE BATHROOM NEAR TRAIN AND METRO GO AIRPORT", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 55, + "minimum_nights": 5, + "number_of_reviews": 1, + "last_review": "2018-10-03", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 2926, + "id": 5357532, + "name": "\u269c\ufe0fOn Rambla Catalunya w/ Gaudi Casa Batll\u00f3 Views\u2655\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 183, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-06-22", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 84, + "availability_365": 307 + }, + { + "index": 2927, + "id": 5357577, + "name": "\u2b50Bright apt at Rambla de Catalunya\u2b50\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 183, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-01", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 84, + "availability_365": 190 + }, + { + "index": 2928, + "id": 5359318, + "name": "Close from everything!", + "host_name": "Mariana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-06-24", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 327 + }, + { + "index": 2929, + "id": 5360099, + "name": "Double Room near Sagrada Familia", + "host_name": "Cindy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2930, + "id": 5365791, + "name": "Comfortable room in Pedralbes", + "host_name": "Paula", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2931, + "id": 5370698, + "name": "Single Room+Private Bath for Women", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 235, + "last_review": "2019-07-04", + "reviews_per_month": 4.5, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 2932, + "id": 5373405, + "name": "single rom, to next to plaza Espa\u00f1a", + "host_name": "Paqui", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2933, + "id": 5376570, + "name": "Cozy world corner in Barcelona", + "host_name": "Raquel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2015-08-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 2934, + "id": 5384025, + "name": "La Bellavista - Central Studio With Balcony & A/C", + "host_name": "Iflats", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-06-27", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 6, + "availability_365": 147 + }, + { + "index": 2935, + "id": 5388904, + "name": "Nice Room in a Penthouse ", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-03-06", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2936, + "id": 5392353, + "name": "Charming and Central Apartment", + "host_name": "Mariona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 140, + "last_review": "2019-07-05", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 9, + "availability_365": 136 + }, + { + "index": 2937, + "id": 5392997, + "name": "Fantastic flat right on Paseo de Gracia", + "host_name": "Anders", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 175, + "last_review": "2019-07-07", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 6, + "availability_365": 55 + }, + { + "index": 2938, + "id": 5394263, + "name": "Penthouse with private terrace", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 203, + "last_review": "2019-06-25", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 2939, + "id": 5398030, + "name": "Picasso Suite 1.4 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-28", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 24, + "availability_365": 329 + }, + { + "index": 2940, + "id": 5398314, + "name": "Picasso Suites 4.3 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-06-23", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 24, + "availability_365": 0 + }, + { + "index": 2941, + "id": 5398587, + "name": "Bright apt w/ pool @Ciutadella\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 21, + "last_review": "2019-03-14", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 84, + "availability_365": 345 + }, + { + "index": 2942, + "id": 5399718, + "name": "apartamento familiar 4 peersonas", + "host_name": "Rossamari", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-03-11", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 2943, + "id": 5400372, + "name": "Top class Duplex city heart center", + "host_name": "Pia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-21", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 4, + "availability_365": 314 + }, + { + "index": 2944, + "id": 5404095, + "name": "Spanish family host U/private WC", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 283, + "last_review": "2019-06-14", + "reviews_per_month": 5.34, + "calculated_host_listings_count": 3, + "availability_365": 266 + }, + { + "index": 2945, + "id": 5407374, + "name": "GUESTROOM in BARCELONA/SANTS", + "host_name": "Klaus & Omar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-07-10", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 2946, + "id": 5407955, + "name": "HERMOSA HABITACION CON BALCON", + "host_name": "Chorch", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 56, + "minimum_nights": 1, + "number_of_reviews": 139, + "last_review": "2019-07-05", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 3, + "availability_365": 19 + }, + { + "index": 2947, + "id": 5409739, + "name": "Big Rustic Apartment in Barcelona", + "host_name": "Anima Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-24", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 13, + "availability_365": 31 + }, + { + "index": 2948, + "id": 5411539, + "name": "Quiet-middle-hight area Gaudi-Route", + "host_name": "Sela", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-07-04", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 2949, + "id": 5413414, + "name": "Cerca Sagrada Familia", + "host_name": "Zulma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2017-10-15", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 2950, + "id": 5413553, + "name": "Fabulous Apartment with big terrace", + "host_name": "Mariona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 5, + "number_of_reviews": 67, + "last_review": "2019-06-30", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 9, + "availability_365": 131 + }, + { + "index": 2951, + "id": 5417719, + "name": "Le chic room - Sants Train Station", + "host_name": "Helga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-07-05", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 110 + }, + { + "index": 2952, + "id": 5418353, + "name": "double room for rent", + "host_name": "Lee", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-02-28", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 2953, + "id": 5418851, + "name": "The Urban Town Suites Terrace", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-20", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 42, + "availability_365": 86 + }, + { + "index": 2954, + "id": 5420519, + "name": "Double exterior room in Gracia", + "host_name": "Jorge", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 186, + "last_review": "2019-06-30", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 2, + "availability_365": 60 + }, + { + "index": 2955, + "id": 5421053, + "name": "FLAT NEAR PL. ESPA\u00d1A /FIRA BARCELONA", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 134, + "last_review": "2019-06-15", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 5, + "availability_365": 80 + }, + { + "index": 2956, + "id": 5421193, + "name": "Nice room near to Sagrada Familia", + "host_name": "Leo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 80, + "minimum_nights": 15, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 2957, + "id": 5429860, + "name": "Sagrada Familia View monthly rental, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-03-05", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 11, + "availability_365": 151 + }, + { + "index": 2958, + "id": 5430917, + "name": "Amazing 2Bed w/terrace near Plaza Espanya", + "host_name": "Pablo & Federica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 15, + "minimum_nights": 20, + "number_of_reviews": 28, + "last_review": "2018-07-01", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 2, + "availability_365": 167 + }, + { + "index": 2959, + "id": 5431994, + "name": "Sagrada Familia apt for long stay, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2018-03-30", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 11, + "availability_365": 64 + }, + { + "index": 2960, + "id": 5437314, + "name": "WONDERFUL APT AT MAGIC FOUNTAIN AT PLAZA ESPA\u00d1A", + "host_name": "Yolanda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-27", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 2961, + "id": 5449017, + "name": "Central Double Room&bathroom GSMA ", + "host_name": "Cristiano", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2962, + "id": 5451922, + "name": "Piso a cinco minutos de la playa", + "host_name": "Margarita", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-03", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2963, + "id": 5453120, + "name": "Nice room city center", + "host_name": "CariRu", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-08-01", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 2964, + "id": 5453956, + "name": "Gaud\u00ed Views- Suite with View in BCN", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-07-05", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 19, + "availability_365": 146 + }, + { + "index": 2965, + "id": 5453992, + "name": "Penthouse 3 terraces near Ramblas. ", + "host_name": "Elisabet", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-07-08", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 2966, + "id": 5454335, + "name": "PISO EN VILLA OLIMPICA-HUTB007140", + "host_name": "Beatriz", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-17", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 2967, + "id": 5454764, + "name": "2 habitaciones disponibles", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-03", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 6, + "availability_365": 309 + }, + { + "index": 2968, + "id": 5457394, + "name": "Classic Sailboat Barcelona FO36", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-13", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 2969, + "id": 5460272, + "name": "PENTHOUSE WITH FANTASTIC VIEWS", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-06-21", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 1, + "availability_365": 350 + }, + { + "index": 2970, + "id": 5463970, + "name": "SIBS RAMBLA - Cozy Big Apartment", + "host_name": "Juanjo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 567, + "minimum_nights": 2, + "number_of_reviews": 97, + "last_review": "2019-07-03", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 4, + "availability_365": 279 + }, + { + "index": 2971, + "id": 5467381, + "name": "Apartment in Eixample - City center", + "host_name": "Lluis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 2972, + "id": 5468751, + "name": "Nice apartment close to park Guell2", + "host_name": "Emilio Natali", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 140, + "last_review": "2019-06-26", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 3, + "availability_365": 313 + }, + { + "index": 2973, + "id": 5475163, + "name": "2 BedRooms Apartment with Terrace #2", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-07-05", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 9, + "availability_365": 143 + }, + { + "index": 2974, + "id": 5477175, + "name": "Centric Sunny & Nice flat Rent big room!", + "host_name": "Mariela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-06-08", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 2975, + "id": 5478859, + "name": "Sailboat Apartament Barcelona BE461", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-12-29", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 2976, + "id": 5479844, + "name": "Barcelona - Mobile World Congress", + "host_name": "Dani", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 2977, + "id": 5481048, + "name": "Bonita Habitaci\u00f3n en el barrio del Borne.", + "host_name": "Monica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-05-20", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 2978, + "id": 5483016, + "name": "Economic flat with private terrace!", + "host_name": "Anders", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-07-03", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 6, + "availability_365": 306 + }, + { + "index": 2979, + "id": 5483350, + "name": "DELUXE THREE BEDROOMS APARTMENT", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-05-25", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 10, + "availability_365": 258 + }, + { + "index": 2980, + "id": 5484740, + "name": "#MWC luxury 2BR by Pl Espanya", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 20, + "availability_365": 88 + }, + { + "index": 2981, + "id": 5485938, + "name": "Double Room in San Antoni, BCN.", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-02", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 2982, + "id": 5489959, + "name": "En Barcelona Zona Alta, habitaci\u00f3", + "host_name": "Anna Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-23", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 6, + "availability_365": 165 + }, + { + "index": 2983, + "id": 5494667, + "name": "Drink in the Period Elegance at a Character Residence", + "host_name": "Ana & Sons", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 510, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-06-04", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 2984, + "id": 5495932, + "name": "The Poe Apartment (cosy studio)", + "host_name": "Bernat", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 135, + "last_review": "2019-06-25", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 2, + "availability_365": 139 + }, + { + "index": 2985, + "id": 5496798, + "name": "Artist`s House + workshop", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2018-08-28", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 4, + "availability_365": 331 + }, + { + "index": 2986, + "id": 5506097, + "name": "Central&privileged apartment in Plaza Catalunya", + "host_name": "Carlos D.", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-06-26", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 2987, + "id": 5509772, + "name": "Habitacion individual, en Barcelona", + "host_name": "Anna Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 22, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-10-28", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 6, + "availability_365": 181 + }, + { + "index": 2988, + "id": 5511752, + "name": "BEST LOFT in DOWNTOWN!", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2017-08-21", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 3, + "availability_365": 344 + }, + { + "index": 2989, + "id": 5515254, + "name": "Rustic House in Barcelona s", + "host_name": "\u00d3scar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-08", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 2, + "availability_365": 188 + }, + { + "index": 2990, + "id": 5516844, + "name": "Beautiful apartment in city center", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 135, + "last_review": "2019-06-10", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 5, + "availability_365": 280 + }, + { + "index": 2991, + "id": 5519285, + "name": "a balcony on Gracia", + "host_name": "Helena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2018-12-31", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 2992, + "id": 5523123, + "name": "Bedroom for 1 or 2 people", + "host_name": "Thalie", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-07-08", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 2993, + "id": 5524663, + "name": "Nice room in center of barcelona", + "host_name": "Jerry", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2018-10-25", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 1, + "availability_365": 240 + }, + { + "index": 2994, + "id": 5524963, + "name": "Room in Eixample's Heart", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 156, + "last_review": "2019-07-08", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 2995, + "id": 5529487, + "name": "Habitaci\u00f3n Doble", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-07-06", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 314 + }, + { + "index": 2996, + "id": 5531837, + "name": "Bright bedroom with two beds in Gr\u00e0cia.", + "host_name": "Jonathan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-10", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 2, + "availability_365": 264 + }, + { + "index": 2997, + "id": 5533642, + "name": "Paseo de Gracia al lado de La Pedrera", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-24", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 2998, + "id": 5533930, + "name": "Paseo de Gracia, excellent location", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 175, + "last_review": "2019-06-25", + "reviews_per_month": 3.37, + "calculated_host_listings_count": 2, + "availability_365": 68 + }, + { + "index": 2999, + "id": 5536996, + "name": "Amazing Room at Raval", + "host_name": "Yoe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 198, + "last_review": "2019-06-25", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 2, + "availability_365": 112 + }, + { + "index": 3000, + "id": 5536997, + "name": "Amazing Price Ramblas Room", + "host_name": "Yoe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-06-23", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3001, + "id": 5540936, + "name": "HABITACI\u00d3N INDIVIDUAL \" AGUA\"", + "host_name": "Virginia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-05-20", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 3002, + "id": 5553833, + "name": "LINDA HABITACION ", + "host_name": "Chorch", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 162, + "last_review": "2019-07-09", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 3, + "availability_365": 116 + }, + { + "index": 3003, + "id": 5558969, + "name": "Single room near the beach", + "host_name": "Carla & Sonia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2016-06-05", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 2, + "availability_365": 307 + }, + { + "index": 3004, + "id": 5566954, + "name": "1410 - Mediterranean Forum Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 433, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-18", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 24, + "availability_365": 126 + }, + { + "index": 3005, + "id": 5576349, + "name": "Les Tietes Apartment", + "host_name": "Meri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2016-08-06", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 3006, + "id": 5586372, + "name": "AMPLIA HABITACION CON BALCON", + "host_name": "Chorch", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 160, + "last_review": "2019-07-06", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 3, + "availability_365": 33 + }, + { + "index": 3007, + "id": 5595771, + "name": "November SpecialPrice Thai Flat in Sagrada Familia", + "host_name": "Josep Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 2, + "number_of_reviews": 221, + "last_review": "2019-06-25", + "reviews_per_month": 4.31, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 3008, + "id": 5596629, + "name": "New Charming nordic apt up to 6pax", + "host_name": "Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 143, + "last_review": "2019-07-07", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 2, + "availability_365": 332 + }, + { + "index": 3009, + "id": 5608098, + "name": "SAGRADA FAMILIA", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 141, + "last_review": "2019-06-25", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 15, + "availability_365": 268 + }, + { + "index": 3010, + "id": 5613374, + "name": "Duplex Pelayo Attic Deluxe - BCN54", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 595, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-13", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 3011, + "id": 5614661, + "name": "Nice apartment with terrace Urgell", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-23", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 95, + "availability_365": 264 + }, + { + "index": 3012, + "id": 5624887, + "name": "Beautiful room in Modernist House", + "host_name": "Onofre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 57, + "minimum_nights": 2, + "number_of_reviews": 112, + "last_review": "2019-07-07", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 2, + "availability_365": 305 + }, + { + "index": 3013, + "id": 5629905, + "name": "Nice room in Raval", + "host_name": "Helene", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3014, + "id": 5635488, + "name": "Double bedroom & private livingroom", + "host_name": "Africa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2017-02-10", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3015, + "id": 5635693, + "name": "Charming \"suite\" in buzzy street", + "host_name": "Andy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-23", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 3016, + "id": 5638196, + "name": "Big double/triple room in BCN center", + "host_name": "Bren", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-09-24", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3017, + "id": 5645973, + "name": "Boutique Terrace : Private Terrace, wifi & aircon", + "host_name": "Killian", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-06-26", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 246 + }, + { + "index": 3018, + "id": 5648483, + "name": "Single room en el coraz\u00f3n de Gr\u00e0cia", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-06-21", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 3019, + "id": 5651004, + "name": "*****Borne Private Rooftop Terrace", + "host_name": "Thomas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 4, + "number_of_reviews": 202, + "last_review": "2019-06-30", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 3020, + "id": 5653673, + "name": "*****Boheme Design Apartment Born", + "host_name": "Vanessa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 202, + "last_review": "2019-06-30", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 1, + "availability_365": 220 + }, + { + "index": 3021, + "id": 5657307, + "name": "SUNNY ROOM CLOSE TO PLAZA ESPA\u00d1A", + "host_name": "Arturo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-26", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 4, + "availability_365": 259 + }, + { + "index": 3022, + "id": 5657388, + "name": "Beautiful cosy room - in old city", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 78, + "last_review": "2019-06-25", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 3023, + "id": 5658199, + "name": "sagrada familia 4bed & 4bat - 1", + "host_name": "Shahid Y Angelinesljb", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-20", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 2, + "availability_365": 24 + }, + { + "index": 3024, + "id": 5666423, + "name": "bohemian Gracia/Sagrada Familia @5'", + "host_name": "Ismael", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 70, + "last_review": "2018-08-16", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3025, + "id": 5671013, + "name": "Sants Station Netflix WiFi A/C 4Families", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-06-10", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 3026, + "id": 5675916, + "name": "Calm rooms with Swimming Pool", + "host_name": "N\u00faria", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-07-08", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 3027, + "id": 5677558, + "name": "BONITO ESTUDIO! SMALL 2 BEDS +BATHROOM +KITC", + "host_name": "Isa Y Juan", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 5, + "number_of_reviews": 75, + "last_review": "2019-06-27", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 4, + "availability_365": 51 + }, + { + "index": 3028, + "id": 5683218, + "name": "MIKs spacious 1 bedroom apartment near the beach", + "host_name": "Mik", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 6, + "number_of_reviews": 146, + "last_review": "2019-07-07", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 2, + "availability_365": 112 + }, + { + "index": 3029, + "id": 5687757, + "name": "Habitacion Barcelona (La Sagrera)", + "host_name": "Veronica", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 361 + }, + { + "index": 3030, + "id": 5688077, + "name": "DELUXE TWO BEDROOMS APARTMENT", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 146, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-02", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 10, + "availability_365": 207 + }, + { + "index": 3031, + "id": 5689004, + "name": "BIG TERRACE APARTMENT in BARCELONA", + "host_name": "Kristjan Y Ana", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-06-23", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 6, + "availability_365": 110 + }, + { + "index": 3032, + "id": 5689099, + "name": "Deluxe 2Br 4 pax Apt", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-06-16", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 19, + "availability_365": 54 + }, + { + "index": 3033, + "id": 5690675, + "name": "Bright room in city center", + "host_name": "Nacho", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 70, + "last_review": "2019-06-28", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 2, + "availability_365": 341 + }, + { + "index": 3034, + "id": 5691131, + "name": "Gran Habitacion en Barcelona", + "host_name": "Omar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-07-06", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 2, + "availability_365": 340 + }, + { + "index": 3035, + "id": 5695033, + "name": "Double room at Sagrada Familia", + "host_name": "David Y Cris", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-06-19", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 3036, + "id": 5715021, + "name": "Cheap and bright with big terrace \u00b7 Sants \u00b7 6pers", + "host_name": "Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 222, + "last_review": "2019-06-20", + "reviews_per_month": 4.57, + "calculated_host_listings_count": 9, + "availability_365": 279 + }, + { + "index": 3037, + "id": 5716415, + "name": "Corsega apartment with terrace", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-22", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 95, + "availability_365": 290 + }, + { + "index": 3038, + "id": 5723397, + "name": "Luxury three bedroom apartment", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-15", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 10, + "availability_365": 223 + }, + { + "index": 3039, + "id": 5723926, + "name": "1217 - Forum Diagonal Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 296, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-05-20", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 24, + "availability_365": 144 + }, + { + "index": 3040, + "id": 5724813, + "name": "Lovely apartment Poble Sec II", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-17", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 31, + "availability_365": 289 + }, + { + "index": 3041, + "id": 5726048, + "name": "Flat with balcony Gracia", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-06-25", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 95, + "availability_365": 198 + }, + { + "index": 3042, + "id": 5726243, + "name": "Cosy double ensuite room in B&B", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2019-06-13", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 9, + "availability_365": 132 + }, + { + "index": 3043, + "id": 5732109, + "name": "Single Room With Balcony!", + "host_name": "Daniel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 88, + "last_review": "2019-06-13", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 3044, + "id": 5732281, + "name": "habitacion doble, Sants", + "host_name": "Amanda", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 21, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2016-10-06", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3045, + "id": 5745361, + "name": "Private room 5 mins walking to Sants, and Fira", + "host_name": "Lola", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-03-01", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 119 + }, + { + "index": 3046, + "id": 5749095, + "name": "BEST LOCATION - EL BORN", + "host_name": "Lucia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 306, + "last_review": "2019-07-05", + "reviews_per_month": 5.86, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 3047, + "id": 5755212, + "name": "CENTRAL LOCATION - EL BORN", + "host_name": "Lucia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 293, + "last_review": "2019-06-26", + "reviews_per_month": 5.65, + "calculated_host_listings_count": 2, + "availability_365": 327 + }, + { + "index": 3048, + "id": 5761693, + "name": "Apartment close to Sagrada Familia. Central", + "host_name": "Boris", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 3, + "availability_365": 277 + }, + { + "index": 3049, + "id": 5766264, + "name": "Sleep and sail in Barcelona", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-02-27", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 347 + }, + { + "index": 3050, + "id": 5766857, + "name": "The friendly flat", + "host_name": "\u00d3scar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2016-05-10", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3051, + "id": 5767967, + "name": "Triplex Pelayo Deluxe - BCN54", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 899, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-04-21", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 6, + "availability_365": 241 + }, + { + "index": 3052, + "id": 5768586, + "name": "2 BedRooms Apartment with Terrace #4", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-06-11", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 9, + "availability_365": 128 + }, + { + "index": 3053, + "id": 5769043, + "name": "New Designer Parc Ciutadella Pad", + "host_name": "Mike", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 173, + "minimum_nights": 4, + "number_of_reviews": 190, + "last_review": "2019-07-05", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 4, + "availability_365": 141 + }, + { + "index": 3054, + "id": 5770609, + "name": "Double room in the city center", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 10, + "number_of_reviews": 5, + "last_review": "2018-06-30", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3055, + "id": 5772154, + "name": "APARTMENT FOR PERFECT HOLIDAYS", + "host_name": "Maria DOLORS", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-23", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 3056, + "id": 5780066, + "name": "Sants Apartment, gorgeous", + "host_name": "Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-10", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 3057, + "id": 5785190, + "name": "EN-SUITE ROOM with PRIVATE BATHROOM", + "host_name": "Ferran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 189, + "last_review": "2019-06-24", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 2, + "availability_365": 65 + }, + { + "index": 3058, + "id": 5790111, + "name": "Hip flat with cats in Raval!", + "host_name": "Natalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 4, + "number_of_reviews": 115, + "last_review": "2019-07-09", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 1, + "availability_365": 121 + }, + { + "index": 3059, + "id": 5790901, + "name": "cool room,balcony & sun", + "host_name": "Luciano", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-23", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 3060, + "id": 5791017, + "name": "Nice apt close to Magic Fountain", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-06-27", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 3061, + "id": 5791472, + "name": "SUPER CENTRAL DOUBLE ROOM!!", + "host_name": "Ferran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 208, + "last_review": "2019-06-21", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 2, + "availability_365": 66 + }, + { + "index": 3062, + "id": 5791726, + "name": "Design&Location for tapas, beach close to FIRA MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 160, + "last_review": "2019-06-25", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 8, + "availability_365": 125 + }, + { + "index": 3063, + "id": 5791741, + "name": "Barcelona Beach House 1", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Shared room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 346, + "last_review": "2019-06-30", + "reviews_per_month": 7.05, + "calculated_host_listings_count": 2, + "availability_365": 226 + }, + { + "index": 3064, + "id": 5792576, + "name": "Top Location for BCN coolture/tapas, SONAR 2019", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 169, + "last_review": "2019-06-22", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 8, + "availability_365": 107 + }, + { + "index": 3065, + "id": 5792607, + "name": "Barcelona Beach House 2", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 309, + "last_review": "2019-07-06", + "reviews_per_month": 6.31, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 3066, + "id": 5792851, + "name": "Cool Character and Foodie Location, near FIRA MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 162, + "last_review": "2019-06-28", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 8, + "availability_365": 109 + }, + { + "index": 3067, + "id": 5793703, + "name": "sf6 6 GROUP APARTMENTS BY SAGRADA FAMILIA OF GAUDI", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 510, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 364 + }, + { + "index": 3068, + "id": 5793825, + "name": "RIGHT NEXT TO LA SAGRADA FAMILIA 3 GREATFLATS sf3b", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 255, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-07-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 80, + "availability_365": 362 + }, + { + "index": 3069, + "id": 5795378, + "name": "Gotic", + "host_name": "Lola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 176, + "last_review": "2019-07-02", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 3, + "availability_365": 334 + }, + { + "index": 3070, + "id": 5802927, + "name": "Ronda Sant Pere - Plaza Catalunya", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-23", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 95, + "availability_365": 282 + }, + { + "index": 3071, + "id": 5810618, + "name": "Habitacion cerca de la playa", + "host_name": "Nuria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-29", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 3072, + "id": 5813060, + "name": "Cosy room next to Arc de Triomf", + "host_name": "Jos\u00e9 Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-07-04", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 196 + }, + { + "index": 3073, + "id": 5818871, + "name": "Central Duplex with Private Terrace", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-27", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 6, + "availability_365": 321 + }, + { + "index": 3074, + "id": 5823368, + "name": "READ OPENHOUSE & ENJOY OUR GARDEN", + "host_name": "Openhouse", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 7, + "number_of_reviews": 117, + "last_review": "2018-10-07", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3075, + "id": 5834787, + "name": "The PAINTING'S Room", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 152, + "last_review": "2019-06-19", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 2, + "availability_365": 84 + }, + { + "index": 3076, + "id": 5835046, + "name": "Private Sunny Room in the center", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 16, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-05-14", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3077, + "id": 5837003, + "name": "Beautiful/Spacious flat BCN Center", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 4, + "number_of_reviews": 196, + "last_review": "2019-07-07", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 5, + "availability_365": 219 + }, + { + "index": 3078, + "id": 5837152, + "name": "Apartments Rosa & Miguel", + "host_name": "Rosa & Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-05-12", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 227 + }, + { + "index": 3079, + "id": 5842366, + "name": "Ideal apt w/ balcony for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 94, + "last_review": "2019-07-03", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 84, + "availability_365": 67 + }, + { + "index": 3080, + "id": 5843257, + "name": "Nice room in the center!", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-05-11", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 6, + "availability_365": 358 + }, + { + "index": 3081, + "id": 5843294, + "name": "Beautiful room Modernist House I", + "host_name": "Onofre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 57, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-29", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 2, + "availability_365": 328 + }, + { + "index": 3082, + "id": 5844961, + "name": "Room close to the beach metro CCIB.", + "host_name": "Victor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-12", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 12 + }, + { + "index": 3083, + "id": 5845579, + "name": "Apartments Rosa & Miguel 1", + "host_name": "Rosa & Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-30", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 2, + "availability_365": 234 + }, + { + "index": 3084, + "id": 5846369, + "name": "Apartment in Plaza Catalu\u00f1a. Downtown", + "host_name": "Boris", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 241, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-07-05", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 3, + "availability_365": 303 + }, + { + "index": 3085, + "id": 5854424, + "name": "Super Habitaci\u00f3n. Cama De Matrimonio En Barcelona", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2019-06-26", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 3086, + "id": 5854774, + "name": "Habitaci\u00f3n en la mejor Zona. Para el MWC Barcelona", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2019-06-10", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 6, + "availability_365": 301 + }, + { + "index": 3087, + "id": 5854832, + "name": "Super Habitacion Para el verano en Barcelona", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 28, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2019-04-30", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 6, + "availability_365": 300 + }, + { + "index": 3088, + "id": 5854961, + "name": "Preciosa Habitaci\u00f3n disponible con 2 camas", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 21, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2018-06-03", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 6, + "availability_365": 299 + }, + { + "index": 3089, + "id": 5856211, + "name": "Bail\u00e8n Angels apartment", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 198, + "last_review": "2019-06-20", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 9, + "availability_365": 227 + }, + { + "index": 3090, + "id": 5858602, + "name": "Bright&Cozy Apartment up to 2 !", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 175, + "last_review": "2019-07-02", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 16, + "availability_365": 137 + }, + { + "index": 3091, + "id": 5859026, + "name": "Double room with lots of storage", + "host_name": "Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-07-08", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 3092, + "id": 5859204, + "name": "Love Nest with Terrace in City Centre", + "host_name": "Edu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 175, + "last_review": "2019-06-17", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 3, + "availability_365": 15 + }, + { + "index": 3093, + "id": 5867314, + "name": "Modern apartment 4 bedrooms Sagrada Familia", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 172, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2018-09-08", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 4, + "availability_365": 10 + }, + { + "index": 3094, + "id": 5869174, + "name": "Lujosa habitaci\u00f3n con 2 camas. Cerca del CCIB.", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 22, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2019-06-16", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 6, + "availability_365": 301 + }, + { + "index": 3095, + "id": 5870297, + "name": "2 room close to the beach metro", + "host_name": "Victor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2015-09-28", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 33 + }, + { + "index": 3096, + "id": 5871859, + "name": "The VERY Center/Private bathroom.", + "host_name": "Mod", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 333, + "last_review": "2019-06-21", + "reviews_per_month": 6.65, + "calculated_host_listings_count": 2, + "availability_365": 66 + }, + { + "index": 3097, + "id": 5891589, + "name": "Habitaci\u00f3n doble con balc\u00f3n en el centro", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2015-08-11", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3098, + "id": 5907982, + "name": "Charming 3 Bed Apartment in the City Center", + "host_name": "Daniel & Antonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 15, + "minimum_nights": 31, + "number_of_reviews": 98, + "last_review": "2019-04-05", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 3099, + "id": 5908217, + "name": "Apartment near Forum Barcelona", + "host_name": "Fabrizio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 35, + "last_review": "2018-07-31", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 108 + }, + { + "index": 3100, + "id": 5908996, + "name": "Private room in the heart of Bcn", + "host_name": "Rosy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-06-13", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 3101, + "id": 5909533, + "name": "Apartment in La Rambla", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-11-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 9, + "availability_365": 136 + }, + { + "index": 3102, + "id": 5910820, + "name": "Room with terrace, double bed", + "host_name": "Gerard", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2015-04-17", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3103, + "id": 5911557, + "name": "Private room in penthouse apartment, WIFI", + "host_name": "Ras", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-06-29", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 3104, + "id": 5911844, + "name": "Beautiful apartment in the heart of the Gothic", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-08-21", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 9, + "availability_365": 165 + }, + { + "index": 3105, + "id": 5916897, + "name": "Sunny and Cozy Room in Great Area!", + "host_name": "Valeria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 123, + "last_review": "2019-06-10", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 3106, + "id": 5921867, + "name": "Habitaci\u00f3n doble.", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2015-08-07", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3107, + "id": 5924404, + "name": "Barcelona\u00b7COLON\u00b7SEA\u00b7RAMBLAS views", + "host_name": "Montse", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 141, + "last_review": "2019-06-13", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 122 + }, + { + "index": 3108, + "id": 5926864, + "name": "Air-conditioned Sunny central suite by the Ramblas", + "host_name": "Ignasi & Shalini", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 120, + "minimum_nights": 60, + "number_of_reviews": 51, + "last_review": "2018-02-26", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 3109, + "id": 5927726, + "name": "nice interior room at artistic place", + "host_name": "Inma", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2018-08-07", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3110, + "id": 5930855, + "name": "Quiet room apt. terrace", + "host_name": "Marga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2018-06-18", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 3111, + "id": 5931622, + "name": "SAGRADA FAMILIA APARTMENT", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 123, + "last_review": "2017-11-12", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3112, + "id": 5936130, + "name": "Room in the city center!", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-06-30", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 6, + "availability_365": 358 + }, + { + "index": 3113, + "id": 5936979, + "name": "Charming 3 bedrooms apartment", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-06", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 15, + "availability_365": 162 + }, + { + "index": 3114, + "id": 5938638, + "name": "MODERNIST BARCELONA APARTMENTS FOR 6 PEOPLE", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-01-02", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 3115, + "id": 5944753, + "name": "Central Plaza 2r+2b", + "host_name": "Maria Cruz", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 186, + "last_review": "2019-07-07", + "reviews_per_month": 3.66, + "calculated_host_listings_count": 4, + "availability_365": 321 + }, + { + "index": 3116, + "id": 5954913, + "name": "Charming City Oasis with 5* Service", + "host_name": "Alan&Catherine", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-07", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 193 + }, + { + "index": 3117, + "id": 5958368, + "name": "Arc the Triomf", + "host_name": "MM FLAT 25 S.L. (Sebastian Freixas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 27, + "minimum_nights": 31, + "number_of_reviews": 49, + "last_review": "2019-06-22", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 1, + "availability_365": 109 + }, + { + "index": 3118, + "id": 5961899, + "name": "Large terrace Barcelona central6pax", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 6, + "number_of_reviews": 247, + "last_review": "2019-07-05", + "reviews_per_month": 4.85, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 3119, + "id": 5966568, + "name": "a14r EL BORN HAPPY GUESTS-TAPAS ST", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 12 + }, + { + "index": 3120, + "id": 5979925, + "name": "Cozy room in Pedralbes Sarria", + "host_name": "Camila", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 30, + "minimum_nights": 19, + "number_of_reviews": 33, + "last_review": "2019-03-15", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 3, + "availability_365": 312 + }, + { + "index": 3121, + "id": 5986105, + "name": "Amazing views & sunny, 5' Ramblas/Sea", + "host_name": "Nuria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 149, + "last_review": "2019-06-29", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 2, + "availability_365": 215 + }, + { + "index": 3122, + "id": 5987458, + "name": "CHARMING APARTMENT WITH PALMTREES", + "host_name": "Jojo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-05-31", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 153 + }, + { + "index": 3123, + "id": 5989430, + "name": "Central room and next to the beach", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 96, + "last_review": "2019-05-20", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 2, + "availability_365": 158 + }, + { + "index": 3124, + "id": 5994746, + "name": "LegaGracia Study Apartment", + "host_name": "Flavia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 60, + "minimum_nights": 35, + "number_of_reviews": 4, + "last_review": "2017-09-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 3125, + "id": 5995691, + "name": "Loft with amazing views, beach very close.", + "host_name": "Michael", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2015-08-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 3126, + "id": 5996208, + "name": "Diagonal Mar, 12 min-centre, 4 p, balcony, fr. p!", + "host_name": "\u0422\u0430tiana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 160, + "last_review": "2019-04-12", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 2, + "availability_365": 218 + }, + { + "index": 3127, + "id": 5997056, + "name": "C\u00f3moda habitaci\u00f3n en Barcelona", + "host_name": "Carlos", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3128, + "id": 5997351, + "name": "Nice apartment close to the beach", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-07-02", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 3129, + "id": 5997463, + "name": "Winter price!Amazing views!WIFI. 32 night minimum", + "host_name": "Ale", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 33, + "number_of_reviews": 47, + "last_review": "2017-07-29", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 3130, + "id": 5999814, + "name": "5min walk from the Ramblas", + "host_name": "Cariss", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-06-19", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 4, + "availability_365": 141 + }, + { + "index": 3131, + "id": 6000292, + "name": "Monica's Place, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-06-22", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 41, + "availability_365": 244 + }, + { + "index": 3132, + "id": 6000477, + "name": "2. BEAUTIFUL DOUBLE ROOM BARCELONA", + "host_name": "Pablo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 34, + "last_review": "2017-08-21", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 3, + "availability_365": 296 + }, + { + "index": 3133, + "id": 6023676, + "name": "SUITE 35m2. AirCond. WIFI. LIFT. PARKING", + "host_name": "Ramon", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 167, + "last_review": "2019-07-01", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 339 + }, + { + "index": 3134, + "id": 6026565, + "name": "Double Room overlooking terrace", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-07-01", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 3135, + "id": 6028192, + "name": "BEAUTIFUL AND IN THE CENTER!!!!", + "host_name": "Soraida Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 201, + "last_review": "2019-07-01", + "reviews_per_month": 3.92, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 3136, + "id": 6028670, + "name": "Amazing private room in penthouse with own terrace", + "host_name": "Alex\u2764Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2018-10-12", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 3137, + "id": 6028889, + "name": "CONFORTABLE \nIN THE CENTER & FRIDGE INSIDE( Noisy)", + "host_name": "Soraida Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 183, + "last_review": "2019-06-27", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 3138, + "id": 6031967, + "name": "Single room in Barcelona center", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-06-09", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 2, + "availability_365": 161 + }, + { + "index": 3139, + "id": 6034571, + "name": "Lugaris Beach Business Sea View Apartment.", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 1, + "number_of_reviews": 75, + "last_review": "2019-06-16", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 5, + "availability_365": 357 + }, + { + "index": 3140, + "id": 6035889, + "name": "Lugaris Beach Family Apartment", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-05-13", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 5, + "availability_365": 349 + }, + { + "index": 3141, + "id": 6036674, + "name": "Room near the beach", + "host_name": "Susana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-29", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 1, + "availability_365": 80 + }, + { + "index": 3142, + "id": 6036838, + "name": "Loft Sagrada Familia", + "host_name": "Daniel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 308, + "last_review": "2019-07-03", + "reviews_per_month": 6.02, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 3143, + "id": 6046460, + "name": "Cosy double room Barcelona centre", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2015-08-14", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3144, + "id": 6049369, + "name": "Sant Antoni Barcelona", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-15", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 95, + "availability_365": 17 + }, + { + "index": 3145, + "id": 6050419, + "name": "ENJOY NEAR FAMOUS GAUDY. ROOM RENT", + "host_name": "Olga", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-04-22", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 4, + "availability_365": 297 + }, + { + "index": 3146, + "id": 6058351, + "name": "Apartment in Paseo de Gracia", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-07-07", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 2, + "availability_365": 290 + }, + { + "index": 3147, + "id": 6072497, + "name": "Room in the heart of Barcelona", + "host_name": "Marcella", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3148, + "id": 6072965, + "name": "ROOM FOR RENT IN ATIC WITH TERRACE", + "host_name": "Cristian", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 3149, + "id": 6081936, + "name": "Habitaci\u00f3n en el coraz\u00f3n de Gracia", + "host_name": "Carlo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-31", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3150, + "id": 6082313, + "name": "Cosy and central flat to a very good price!", + "host_name": "Anders", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 2, + "number_of_reviews": 175, + "last_review": "2019-07-04", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 6, + "availability_365": 293 + }, + { + "index": 3151, + "id": 6083021, + "name": "HUGE ROOM FOR RENT A MONTH", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3152, + "id": 6083039, + "name": "Cosy Room in SAGRADA FAMILIA", + "host_name": "Josefina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2015-09-28", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3153, + "id": 6092632, + "name": "Bello Loft en el coraz\u00f3n de BCN", + "host_name": "Oscar Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2015-08-18", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 5, + "availability_365": 364 + }, + { + "index": 3154, + "id": 6096237, + "name": "Cozy flat in center of Barcelona", + "host_name": "Katya", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 35, + "last_review": "2019-05-31", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 3155, + "id": 6096651, + "name": "Double room (exterior)", + "host_name": "Donnan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3156, + "id": 6102594, + "name": "Habitaci\u00f3n individual en San Gervasi-Galvany.", + "host_name": "Zahra", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-04-27", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 3157, + "id": 6109659, + "name": "Cozy room, 15min from the centre", + "host_name": "Yuri", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Ciutat Meridiana", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 17, + "last_review": "2015-11-07", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 3158, + "id": 6111502, + "name": "2 Bedroom Holiday Apartment Gracia", + "host_name": "Cariss", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2018-08-20", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 4, + "availability_365": 22 + }, + { + "index": 3159, + "id": 6118153, + "name": "Attic of dreams/quality and price!!", + "host_name": "Mirella.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 2, + "number_of_reviews": 224, + "last_review": "2019-06-28", + "reviews_per_month": 4.59, + "calculated_host_listings_count": 3, + "availability_365": 99 + }, + { + "index": 3160, + "id": 6124474, + "name": "Diagonal-Eixample 2\u00ba (TERRACE) HUTB-008381", + "host_name": "Anima Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-06-25", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 13, + "availability_365": 85 + }, + { + "index": 3161, + "id": 6126834, + "name": "cozy 2 rooms with 1 bathroom next to the beach", + "host_name": "Georges Y Miri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2018-10-28", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 3, + "availability_365": 130 + }, + { + "index": 3162, + "id": 6129655, + "name": "Cozy,private room on PlazaCatalunya", + "host_name": "Dimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-26", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 6, + "availability_365": 18 + }, + { + "index": 3163, + "id": 6129757, + "name": "Private room in the center of Barca", + "host_name": "Dimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 34, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-06-25", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 3164, + "id": 6130942, + "name": "Linda habitaci\u00f3n, Buena Ubicaci\u00f3n.", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3165, + "id": 6132427, + "name": "ROOM IN ATTIC NEAR PLZ ESPA\u00d1A", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-19", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 3, + "availability_365": 196 + }, + { + "index": 3166, + "id": 6132605, + "name": "Single private room on PlazaCatalunya", + "host_name": "Dimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-24", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 6, + "availability_365": 8 + }, + { + "index": 3167, + "id": 6138905, + "name": "Art near the Sea-Arte cerca del Mar", + "host_name": "Miguel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 144, + "last_review": "2019-07-08", + "reviews_per_month": 2.95, + "calculated_host_listings_count": 2, + "availability_365": 317 + }, + { + "index": 3168, + "id": 6145005, + "name": "Habitacion individual en ATICO", + "host_name": "Hilda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3169, + "id": 6151056, + "name": "COZY AND WELL LOCATED ROOM", + "host_name": "Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 31, + "number_of_reviews": 33, + "last_review": "2016-02-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 3170, + "id": 6151204, + "name": "habitacion tranquila i central", + "host_name": "Federica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-07-05", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 3171, + "id": 6151840, + "name": "Romantic room for two! I CR", + "host_name": "Alexandr", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-06-18", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 7, + "availability_365": 346 + }, + { + "index": 3172, + "id": 6152163, + "name": "Cosy interior room for 2! I CA", + "host_name": "Alexandr", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-25", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 7, + "availability_365": 346 + }, + { + "index": 3173, + "id": 6152624, + "name": "Stylish Flat in BCN city center", + "host_name": "David", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 166, + "last_review": "2019-06-25", + "reviews_per_month": 3.5, + "calculated_host_listings_count": 1, + "availability_365": 266 + }, + { + "index": 3174, + "id": 6160553, + "name": "Welcoming top floor in Barcelona", + "host_name": "Paula", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-19", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 3175, + "id": 6161452, + "name": "habitaci\u00f3n con literas", + "host_name": "Nieves", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-25", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 229 + }, + { + "index": 3176, + "id": 6163177, + "name": "Piso a 100 mts de la playa de BCN", + "host_name": "Pablo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 16, + "last_review": "2018-08-12", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 3177, + "id": 6166523, + "name": "Habitaci\u00f3n en piso de estudiantes", + "host_name": "Gabriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3178, + "id": 6168081, + "name": "Charming double Room close to beaches", + "host_name": "Ana Y Dansel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 195, + "last_review": "2019-07-08", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 1, + "availability_365": 41 + }, + { + "index": 3179, + "id": 6169553, + "name": "Priv. DoubleRoom-SeaVieW-Frontbeach", + "host_name": "Pino", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 87, + "last_review": "2019-06-28", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 2, + "availability_365": 351 + }, + { + "index": 3180, + "id": 6171478, + "name": "Flat in the heart of Barcelona", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2019-06-23", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 3181, + "id": 6174581, + "name": "\"Double room, very bright\"", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-23", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 4, + "availability_365": 365 + }, + { + "index": 3182, + "id": 6176958, + "name": "Modern stylish, Paseo de Gracia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-05", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 76, + "availability_365": 147 + }, + { + "index": 3183, + "id": 6178385, + "name": "Apartment 5 people well connected", + "host_name": "Marc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-07-11", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 3184, + "id": 6183651, + "name": "Double room in a penthouse", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 59, + "minimum_nights": 5, + "number_of_reviews": 158, + "last_review": "2019-07-05", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 30 + }, + { + "index": 3185, + "id": 6183733, + "name": "Double Bedroom near La Rambla (Raval)", + "host_name": "Albert", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2016-07-22", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3186, + "id": 6184600, + "name": "Double Bedroom in shared Apt by Boqueria & Ramblas", + "host_name": "Tizz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-06-27", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 3187, + "id": 6190328, + "name": "The heart of Barcelona (Gracia)", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 4, + "number_of_reviews": 30, + "last_review": "2019-07-03", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 3188, + "id": 6192334, + "name": "Room at design apartment in BCN!", + "host_name": "Vick", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-20", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 220 + }, + { + "index": 3189, + "id": 6199335, + "name": "Habitacion soleada n villa olimpica", + "host_name": "Pilar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-05-28", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3190, + "id": 6217650, + "name": "Harmonious Sants", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-04-29", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 95, + "availability_365": 26 + }, + { + "index": 3191, + "id": 6218820, + "name": "BEACHLOFT GYM PADDLE 1000Mbps", + "host_name": "Carmen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2016-10-28", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 3192, + "id": 6219483, + "name": "Cozy double room in Barcelona", + "host_name": "Dedicacion", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2018-10-01", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3193, + "id": 6222502, + "name": "Luxury *****apt. GOD\u00d3 Paseo de Gracia- Casa Batll\u00f3", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 649, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-06-17", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 3194, + "id": 6223660, + "name": "Beautiful and sunny room", + "host_name": "Carine", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 33, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2019-01-21", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 343 + }, + { + "index": 3195, + "id": 6226561, + "name": "Double room with BALCONY in the BEST LOCATION!!", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 25, + "last_review": "2019-06-10", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 3, + "availability_365": 131 + }, + { + "index": 3196, + "id": 6230556, + "name": "Big double room in the centre", + "host_name": "La Pili", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-07-10", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 3 + }, + { + "index": 3197, + "id": 6235783, + "name": "Lovely quiet apartment next to El Born", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-07-03", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 1, + "availability_365": 323 + }, + { + "index": 3198, + "id": 6237433, + "name": "Sunny penthouse with terrace", + "host_name": "Sandra & Llu\u00eds", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2016-07-18", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 3199, + "id": 6251057, + "name": "House in El Raval", + "host_name": "Angelina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 4, + "number_of_reviews": 118, + "last_review": "2019-07-05", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 3200, + "id": 6252857, + "name": "Small&Comfortable close to Ramblas", + "host_name": "Yana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-07-10", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 3201, + "id": 6257970, + "name": "\u00e1tico con terraza privada", + "host_name": "Lara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-05-15", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3202, + "id": 6266558, + "name": "Charming Park Guell Jacuzzi loft!!!", + "host_name": "Ivan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 4, + "number_of_reviews": 77, + "last_review": "2019-05-17", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 3, + "availability_365": 287 + }, + { + "index": 3203, + "id": 6267672, + "name": "Lovely apartment with a terrace", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-18", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 31, + "availability_365": 307 + }, + { + "index": 3204, + "id": 6268673, + "name": "King's room on Plaza Catalunya", + "host_name": "Dimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-26", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 6, + "availability_365": 3 + }, + { + "index": 3205, + "id": 6269523, + "name": "Mirror's room on Plaza Catalunya", + "host_name": "Dimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-22", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 6, + "availability_365": 7 + }, + { + "index": 3206, + "id": 6269697, + "name": "MWC enjoy the terrace, own bathroom + doublebed", + "host_name": "Nicole", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-03-01", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3207, + "id": 6270885, + "name": "Best location ever", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 272, + "last_review": "2019-06-24", + "reviews_per_month": 5.36, + "calculated_host_listings_count": 2, + "availability_365": 31 + }, + { + "index": 3208, + "id": 6275781, + "name": "Beautiful and bright double room !!", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-04-30", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 3209, + "id": 6276125, + "name": "Central room near the beach", + "host_name": "Raphael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2015-05-20", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3210, + "id": 6287375, + "name": "Single & Quite Room in Guinard\u00f3, Barcelona", + "host_name": "Ricard", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2016-12-01", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3211, + "id": 6289283, + "name": "Cozy apartment near El Raval", + "host_name": "Mercedes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 404, + "last_review": "2019-07-08", + "reviews_per_month": 7.95, + "calculated_host_listings_count": 1, + "availability_365": 43 + }, + { + "index": 3212, + "id": 6290895, + "name": "Cozy and quiet bedroom near Sagrada Familia!", + "host_name": "Paola", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-11", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3213, + "id": 6294064, + "name": "Comfortable sof\u00e1 in Barcelona", + "host_name": "OMar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-23", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 3, + "availability_365": 321 + }, + { + "index": 3214, + "id": 6295350, + "name": "Feel at Home in a Apartment near the Sagrada Familia", + "host_name": "Anima Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-06-26", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 13, + "availability_365": 95 + }, + { + "index": 3215, + "id": 6298493, + "name": "Cozy rooms private bath close to Sagrada familia", + "host_name": "Salvatore", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-07-03", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 3216, + "id": 6303467, + "name": "DB Room Montjuic Center", + "host_name": "Sara", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 10, + "number_of_reviews": 8, + "last_review": "2018-05-24", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 3217, + "id": 6311672, + "name": "BARCELONA QUIET 1, 2 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-10", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 49, + "availability_365": 65 + }, + { + "index": 3218, + "id": 6314518, + "name": "Habitaci\u00f3n Individual", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2018-12-21", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 153 + }, + { + "index": 3219, + "id": 6318322, + "name": "Bright & Spacious Private Rooms", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 80, + "last_review": "2019-06-11", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 8, + "availability_365": 345 + }, + { + "index": 3220, + "id": 6321358, + "name": "Elegant room sagrada familia", + "host_name": "Romain", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 32, + "minimum_nights": 5, + "number_of_reviews": 55, + "last_review": "2019-06-25", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 310 + }, + { + "index": 3221, + "id": 6325021, + "name": "BCN-RENTALS Ramblas 1, just 10 min. from Ramblas", + "host_name": "David And Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 6, + "number_of_reviews": 8, + "last_review": "2018-07-26", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 4, + "availability_365": 274 + }, + { + "index": 3222, + "id": 6330008, + "name": "Lovely Gaudi I Sagrada Familia", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2017-09-11", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 95, + "availability_365": 213 + }, + { + "index": 3223, + "id": 6330134, + "name": "Small, cozy and centric room", + "host_name": "Asal", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2019-04-18", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3224, + "id": 6330292, + "name": "New and stylish up to 4 people", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 222, + "last_review": "2019-07-10", + "reviews_per_month": 4.4, + "calculated_host_listings_count": 16, + "availability_365": 103 + }, + { + "index": 3225, + "id": 6333329, + "name": "Luxury 1 Bedroom with Large Terrace", + "host_name": "Andrea", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-06-27", + "reviews_per_month": 2.99, + "calculated_host_listings_count": 2, + "availability_365": 290 + }, + { + "index": 3226, + "id": 6334216, + "name": "Best room in the best zone", + "host_name": "Luciano", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-07-09", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 2, + "availability_365": 308 + }, + { + "index": 3227, + "id": 6335262, + "name": "SPRING OFFER !! room + WIFI", + "host_name": "Alejandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-06-21", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 18 + }, + { + "index": 3228, + "id": 6343786, + "name": "Bedroom in sunny flat with terrace", + "host_name": "Julien", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2016-07-15", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3229, + "id": 6344056, + "name": "VERY CENTER SANT ANTONI UNIVERSIDAD habitaci\u00f3n", + "host_name": "Steven", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 166, + "last_review": "2019-07-08", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 3230, + "id": 6351472, + "name": "lovely double room in Gr\u00e1cia", + "host_name": "Benjamin Alan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-06-22", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3231, + "id": 6367304, + "name": "SUNSHINE I Double room 2 min. from the beach", + "host_name": "Anastasia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 56, + "last_review": "2019-06-18", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 3232, + "id": 6368723, + "name": "Chill Aribau", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2018-08-30", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 95, + "availability_365": 173 + }, + { + "index": 3233, + "id": 6381267, + "name": "One bedroom apartment in Gracia district", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-05-11", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 41, + "availability_365": 334 + }, + { + "index": 3234, + "id": 6381542, + "name": "Charming one bedroom apartment in Gracia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-02-22", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 28, + "availability_365": 320 + }, + { + "index": 3235, + "id": 6381686, + "name": "Private room in Gracia neighborhood - very quiet", + "host_name": "Vanessa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2019-03-08", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 29 + }, + { + "index": 3236, + "id": 6382022, + "name": "Sunny Arag\u00f3n apartment", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-01", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 28, + "availability_365": 222 + }, + { + "index": 3237, + "id": 6384387, + "name": "Beach ! Cozy double room-Barcelona Beach", + "host_name": "Berna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-06-27", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 1, + "availability_365": 96 + }, + { + "index": 3238, + "id": 6384780, + "name": "Cosy apartment ideal for couples", + "host_name": "Romina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 3, + "number_of_reviews": 117, + "last_review": "2019-07-04", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 2, + "availability_365": 116 + }, + { + "index": 3239, + "id": 6386338, + "name": "Fant\u00e1stico estudio en Gr\u00e0cia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-07", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 24, + "availability_365": 139 + }, + { + "index": 3240, + "id": 6390297, + "name": "Charming magical double room", + "host_name": "Elisa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-06-26", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 1, + "availability_365": 167 + }, + { + "index": 3241, + "id": 6392705, + "name": "Big and beautiful double room, Sagrada Familia", + "host_name": "Irina", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 15, + "number_of_reviews": 6, + "last_review": "2016-09-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3242, + "id": 6394424, + "name": "Apartment with 2 bedrooms near Sagrada Familia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2018-10-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 28, + "availability_365": 339 + }, + { + "index": 3243, + "id": 6395411, + "name": "3 bedroom apartament en Plaza Espa\u00f1a", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-04-03", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 41, + "availability_365": 320 + }, + { + "index": 3244, + "id": 6397374, + "name": "Barcelona Apartment Plaza Espa\u00f1a", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-25", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 95, + "availability_365": 311 + }, + { + "index": 3245, + "id": 6397672, + "name": "Centric apart perfect familes 1.1", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-22", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 8, + "availability_365": 40 + }, + { + "index": 3246, + "id": 6398706, + "name": "Near the beach Cocoon", + "host_name": "Aline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-08", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 95, + "availability_365": 271 + }, + { + "index": 3247, + "id": 6398758, + "name": "Mountain Montjuic and sea apartment", + "host_name": "Elisabet", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-06-28", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 2, + "availability_365": 280 + }, + { + "index": 3248, + "id": 6399512, + "name": "Luminoso junto a la playa", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-02", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 24, + "availability_365": 127 + }, + { + "index": 3249, + "id": 6401581, + "name": "Aloha garden house Guinardo", + "host_name": "Sergio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 5, + "number_of_reviews": 49, + "last_review": "2018-10-17", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3250, + "id": 6403731, + "name": "Nice room in Raval. (air conditioning)", + "host_name": "Guillermo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-03", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 1, + "availability_365": 188 + }, + { + "index": 3251, + "id": 6406165, + "name": "Sailing yacht city center", + "host_name": "Joost", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-05-26", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 5, + "availability_365": 245 + }, + { + "index": 3252, + "id": 6409864, + "name": "City Center Rossello", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2018-07-03", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 95, + "availability_365": 271 + }, + { + "index": 3253, + "id": 6412660, + "name": "GRAN VIA MODERNISTA", + "host_name": "Casto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-06-30", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 2, + "availability_365": 349 + }, + { + "index": 3254, + "id": 6415100, + "name": "Double sunny room in Poble Sec!", + "host_name": "Christina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3255, + "id": 6417603, + "name": "Double room + PRIVATE BATHROOM", + "host_name": "Diego & Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2018-10-21", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3256, + "id": 6418336, + "name": "Individual room in city center", + "host_name": "Darko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 165, + "last_review": "2019-06-24", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 4, + "availability_365": 347 + }, + { + "index": 3257, + "id": 6423009, + "name": "Great location.", + "host_name": "Lylliam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2018-08-29", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 3258, + "id": 6428925, + "name": "Welcome to the House o'fun!", + "host_name": "Dami\u00e1n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 103, + "last_review": "2019-06-09", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 3259, + "id": 6431465, + "name": "Rambla Catalunya Authentic&Central Catalan flat", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 247, + "minimum_nights": 4, + "number_of_reviews": 197, + "last_review": "2019-06-27", + "reviews_per_month": 3.91, + "calculated_host_listings_count": 5, + "availability_365": 235 + }, + { + "index": 3260, + "id": 6432132, + "name": "Moderno apartmento Sagrada Familia (HUTB-010754)", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 201, + "last_review": "2019-06-19", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 2, + "availability_365": 147 + }, + { + "index": 3261, + "id": 6435495, + "name": "Room with double bed in city centre", + "host_name": "Darko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-06-25", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 4, + "availability_365": 315 + }, + { + "index": 3262, + "id": 6439762, + "name": "luxorious sea view 3 bedroom", + "host_name": "Tarek", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 278, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 3263, + "id": 6441145, + "name": "Double room, nice flat, center BCN", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 17, + "last_review": "2018-03-02", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 3264, + "id": 6441177, + "name": "Habitacion individual", + "host_name": "Lylliam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-24", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 2, + "availability_365": 196 + }, + { + "index": 3265, + "id": 6442069, + "name": "2 BedRooms Apartment with Terrace #3", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 24, + "last_review": "2019-06-02", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 9, + "availability_365": 147 + }, + { + "index": 3266, + "id": 6442522, + "name": "2 BedRooms Apartment with Terrace #5", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 41, + "last_review": "2019-07-06", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 9, + "availability_365": 148 + }, + { + "index": 3267, + "id": 6442604, + "name": "2 BedRooms Apartment with Terrace #1", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 9, + "availability_365": 140 + }, + { + "index": 3268, + "id": 6444587, + "name": "Habitacion individual cerca estacion de sants", + "host_name": "Helena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-09-10", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 54 + }, + { + "index": 3269, + "id": 6447941, + "name": "Double room next Espanya Square", + "host_name": "Marta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-01-22", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 194 + }, + { + "index": 3270, + "id": 6455233, + "name": "DOUBLE ROOM RAMBLAS/LICEU", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 167, + "last_review": "2019-06-23", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 3271, + "id": 6457302, + "name": "Doubble Room", + "host_name": "Elba", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-06-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3272, + "id": 6459592, + "name": "Rambla H - Pla\u00e7a Catalunya, upper La Rambla, free wifi", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2018-10-18", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 22, + "availability_365": 62 + }, + { + "index": 3273, + "id": 6461376, + "name": "Family Apartment in Sagrada Familia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-05-21", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 24, + "availability_365": 113 + }, + { + "index": 3274, + "id": 6468535, + "name": "LetsgoBarcelona CityCenter 5 pax!", + "host_name": "Willem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-05-21", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 26, + "availability_365": 162 + }, + { + "index": 3275, + "id": 6470751, + "name": "Bcn-rentals Ramblas 3. Only 10 min from Ramblas", + "host_name": "David And Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 7, + "last_review": "2019-05-17", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 4, + "availability_365": 225 + }, + { + "index": 3276, + "id": 6483225, + "name": "Amazing suite (private bathroom-wifi) modern Loft", + "host_name": "Albert", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 100, + "last_review": "2019-07-02", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 3277, + "id": 6483288, + "name": "Renovado al lado del Camp Nou *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-09", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 54, + "availability_365": 147 + }, + { + "index": 3278, + "id": 6484003, + "name": "Stylish Apartment near the Sagrada Familia", + "host_name": "Anima Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-26", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 13, + "availability_365": 294 + }, + { + "index": 3279, + "id": 6484686, + "name": "Sagrada Familia view with balcony - ATU38", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-07-05", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 28, + "availability_365": 63 + }, + { + "index": 3280, + "id": 6487044, + "name": "PERFECT LOCATED apartment with WIFI", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-17", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 8, + "availability_365": 123 + }, + { + "index": 3281, + "id": 6488331, + "name": "Renovado al lado del Camp Nou! 2 *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-21", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 54, + "availability_365": 142 + }, + { + "index": 3282, + "id": 6491214, + "name": "Art house and workshop", + "host_name": "Vanessa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-07-07", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 3283, + "id": 6491673, + "name": "Spacious double room with private Bathroom", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2018-11-02", + "reviews_per_month": 2.32, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 3284, + "id": 6496950, + "name": "Joana Grey Sagrada Familia HUTB 009482", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-25", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 24, + "availability_365": 334 + }, + { + "index": 3285, + "id": 6497330, + "name": "Double cozy room", + "host_name": "Mar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 145, + "last_review": "2019-06-24", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 1, + "availability_365": 44 + }, + { + "index": 3286, + "id": 6507702, + "name": "Big room or full Apartment", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 4, + "number_of_reviews": 51, + "last_review": "2019-06-24", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 3287, + "id": 6507867, + "name": "Cozy and quiet flat by Sagrada Familia", + "host_name": "Andrei", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-07-06", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 12, + "availability_365": 321 + }, + { + "index": 3288, + "id": 6514745, + "name": "Plaza Catalunya, Ballroom Apartment", + "host_name": "Brummell", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-03", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 5, + "availability_365": 272 + }, + { + "index": 3289, + "id": 6518128, + "name": "Central Room + Private Bathroom!", + "host_name": "Roberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 255, + "last_review": "2019-07-06", + "reviews_per_month": 5.2, + "calculated_host_listings_count": 2, + "availability_365": 55 + }, + { + "index": 3290, + "id": 6521856, + "name": "1 Habitaci\u00f3n en Sagrada Familia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-15", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 24, + "availability_365": 130 + }, + { + "index": 3291, + "id": 6522117, + "name": "Centric apartment in BCN", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-19", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 2, + "availability_365": 87 + }, + { + "index": 3292, + "id": 6524658, + "name": "Amazing 2 big rooms in the center!", + "host_name": "Alberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2017-09-23", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3293, + "id": 6525820, + "name": "Charming Parallel", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-06-19", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 3294, + "id": 6530779, + "name": "MODERNIST APARTMENT FOR GROUPS IN CITY CENTER", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 390, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-08-27", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 46, + "availability_365": 15 + }, + { + "index": 3295, + "id": 6530907, + "name": "Bright Atico in Born with the perfect roof terrace", + "host_name": "Skd", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-08-12", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3296, + "id": 6533299, + "name": "Rambla G - Pla\u00e7a Catalunya, upper part of La Rambla, free wifi", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-04-30", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 22, + "availability_365": 120 + }, + { + "index": 3297, + "id": 6534648, + "name": "Hab cama doble. cerca rambla/playa poblenou", + "host_name": "Carla", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-03-10", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 1, + "availability_365": 69 + }, + { + "index": 3298, + "id": 6536977, + "name": "2 Habitaciones + terraza en Gr\u00e0cia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-01-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 24, + "availability_365": 136 + }, + { + "index": 3299, + "id": 6537158, + "name": "Acogedora habitaci\u00f3n y terraza", + "host_name": "Jordi", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2015-07-26", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 3300, + "id": 6537473, + "name": "Cozy studio w/ fantastic view \u2615 \u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 22, + "last_review": "2019-04-13", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 84, + "availability_365": 118 + }, + { + "index": 3301, + "id": 6537881, + "name": "TUCANO Room's", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-26", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 3302, + "id": 6539731, + "name": "Stylish private room for 2 guests", + "host_name": "Josep", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-06-26", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 3303, + "id": 6541368, + "name": "Private room near plaza Espa\u00f1a", + "host_name": "Kalina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2016-09-13", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 3304, + "id": 6542159, + "name": "Comfortable and sunny double room", + "host_name": "Karina", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2017-08-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 3305, + "id": 6542744, + "name": "Enric Granados Barcelona", + "host_name": "Eli", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-17", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 3, + "availability_365": 219 + }, + { + "index": 3306, + "id": 6547870, + "name": "Bella Vista, apartamento con sol y vistas al mar!", + "host_name": "Robert", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 4, + "number_of_reviews": 61, + "last_review": "2018-11-12", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 3307, + "id": 6549890, + "name": "Loft Studio Barcelona Activa", + "host_name": "Charly", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-07-07", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 1, + "availability_365": 81 + }, + { + "index": 3308, + "id": 6554383, + "name": "Habitaci\u00f3n en \u00e1tico duplex", + "host_name": "Mauro Y", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-30", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 3309, + "id": 6555697, + "name": "Alquilo habitaci\u00f3n en verano", + "host_name": "Franuco", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-06-01", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3310, + "id": 6556771, + "name": "\u2b50Sunny & Beautiful Flat - Private Rooftop Terrace\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 4, + "number_of_reviews": 64, + "last_review": "2019-06-24", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 84, + "availability_365": 294 + }, + { + "index": 3311, + "id": 6560025, + "name": "Cozy/elegant in the VERY center.", + "host_name": "Mod", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 344, + "last_review": "2019-07-05", + "reviews_per_month": 6.9, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 3312, + "id": 6562503, + "name": "Autentic Monumental Apartment 53", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-07-09", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 19, + "availability_365": 337 + }, + { + "index": 3313, + "id": 6563792, + "name": "Amazing Park View, Centric & Hip", + "host_name": "Katarina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 68, + "minimum_nights": 20, + "number_of_reviews": 16, + "last_review": "2016-10-18", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3314, + "id": 6564124, + "name": "Rambla E - Pla\u00e7a Catalunya and Upper Rambla", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2017-11-06", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 22, + "availability_365": 98 + }, + { + "index": 3315, + "id": 6564270, + "name": "Habitaci\u00f3n Sants Montjuic 1", + "host_name": "Darma Elizabeth", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 222, + "last_review": "2019-06-25", + "reviews_per_month": 4.54, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 3316, + "id": 6564359, + "name": "Sagrada Familia PENTHOUSE", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-21", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 47, + "availability_365": 211 + }, + { + "index": 3317, + "id": 6565751, + "name": "Villa modernista, jardin y piscina", + "host_name": "Maria Antonia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 475, + "minimum_nights": 4, + "number_of_reviews": 41, + "last_review": "2019-05-28", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 3, + "availability_365": 293 + }, + { + "index": 3318, + "id": 6573321, + "name": "antique, original charming room", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 32, + "number_of_reviews": 24, + "last_review": "2018-10-19", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 348 + }, + { + "index": 3319, + "id": 6573592, + "name": "Comfortable private bedroom in center of BCN!", + "host_name": "Yucef", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 171, + "last_review": "2019-06-30", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 3, + "availability_365": 135 + }, + { + "index": 3320, + "id": 6580093, + "name": "Double Luminous Room in Central Bcn", + "host_name": "Alison & Jeremy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 10, + "number_of_reviews": 22, + "last_review": "2019-06-01", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 62 + }, + { + "index": 3321, + "id": 6580120, + "name": "The Best Location and quite room in Barcelona", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-25", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 2, + "availability_365": 27 + }, + { + "index": 3322, + "id": 6580138, + "name": null, + "host_name": "Rafa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-05-08", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3323, + "id": 6581639, + "name": "Filmoteca Sarri\u00e0 1- Ideal for families. Quiet and free wifi", + "host_name": "EasyFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-21", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 22, + "availability_365": 82 + }, + { + "index": 3324, + "id": 6584564, + "name": "The Best Location in BCN, Double room and balcony", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-26", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 3325, + "id": 6584891, + "name": "Habitaci\u00f3n privada con balc\u00f3n B&B", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-07-04", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 3326, + "id": 6585803, + "name": "Family apartment in the Park G\u00fcell with parking", + "host_name": "Oriol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 143, + "last_review": "2019-06-25", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 4, + "availability_365": 158 + }, + { + "index": 3327, + "id": 6587944, + "name": "Quiet, comfy and Central! - Paseo de Gracia", + "host_name": "Anne", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 4, + "number_of_reviews": 170, + "last_review": "2019-07-09", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 5, + "availability_365": 206 + }, + { + "index": 3328, + "id": 6589538, + "name": "Habitaci\u00f3n acogedora en Sarri\u00e0", + "host_name": "Jaume", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-17", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 3329, + "id": 6594825, + "name": "Riad Nawal", + "host_name": "Valentina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-07-10", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 133 + }, + { + "index": 3330, + "id": 6601137, + "name": "Central & Lovely Room with Balcony (B)", + "host_name": "Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 84, + "last_review": "2019-07-02", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 3, + "availability_365": 137 + }, + { + "index": 3331, + "id": 6602113, + "name": "Habitaci\u00f3n en el centro de Gracia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-06-29", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 3332, + "id": 6606167, + "name": "Comfortable room close to the beach", + "host_name": "Laura", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-07-01", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 3, + "availability_365": 268 + }, + { + "index": 3333, + "id": 6609183, + "name": "Private Room next to Barcelona City Center!!!", + "host_name": "Jana & Nico", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2017-10-29", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3334, + "id": 6617330, + "name": "Joana Green Sagrada Familia HUTB009481", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-18", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 24, + "availability_365": 331 + }, + { + "index": 3335, + "id": 6617593, + "name": "Mini apartment with terrace garden", + "host_name": "Sergio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 110, + "last_review": "2019-06-20", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 2, + "availability_365": 311 + }, + { + "index": 3336, + "id": 6617816, + "name": "Cosy double bedroom near the center", + "host_name": "Zamiaa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-06-14", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 3337, + "id": 6624295, + "name": "Wonderful 4 BR Home With Big Sunny Terrace in Born", + "host_name": "Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 63, + "last_review": "2019-02-02", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 3338, + "id": 6638369, + "name": null, + "host_name": "Langjing", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3339, + "id": 6638444, + "name": "Aut\u00e9ntico barrio de Barcelona", + "host_name": "Lluna", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3340, + "id": 6638779, + "name": "HABITACION PARA GRUPO", + "host_name": "Maria Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3341, + "id": 6648400, + "name": "Habitaci\u00f3n Grande y luminosa!", + "host_name": "Liz", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3342, + "id": 6648892, + "name": "Big double room with a balcony", + "host_name": "La Pili", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-09-08", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 9 + }, + { + "index": 3343, + "id": 6653030, + "name": "Habitaci\u00f3n mediana Poble Sec", + "host_name": "Leticia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 320, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 3344, + "id": 6658842, + "name": "Cheap single room in Eixample", + "host_name": "OMar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-10", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 3345, + "id": 6659629, + "name": "Gorgeous appartment by the beach HUTB 007415", + "host_name": "Ramon", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-07-09", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 3346, + "id": 6664306, + "name": "C\u00e9ntrica y soleada/Sunny & central", + "host_name": "Eterna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2016-09-06", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 3347, + "id": 6666031, + "name": "3 beach olimpic apartments", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 650, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-08-27", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 24, + "availability_365": 358 + }, + { + "index": 3348, + "id": 6666212, + "name": "Diagonal Mar apartments", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-03", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 24, + "availability_365": 358 + }, + { + "index": 3349, + "id": 6666350, + "name": "FRONT BEACH Apartments", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 650, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-10-09", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 24, + "availability_365": 346 + }, + { + "index": 3350, + "id": 6667516, + "name": "POOL & BEACH Apartments", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 24, + "availability_365": 341 + }, + { + "index": 3351, + "id": 6669022, + "name": "Charming 1bedroom flat in the heart of El Born", + "host_name": "Diana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2016-08-10", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 7, + "availability_365": 17 + }, + { + "index": 3352, + "id": 6669143, + "name": "4 SEASIDE Apartments", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 1290, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 24, + "availability_365": 348 + }, + { + "index": 3353, + "id": 6669821, + "name": "4 OLYMPIC DIAGONAL APARTMENTS", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 950, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-04-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 24, + "availability_365": 353 + }, + { + "index": 3354, + "id": 6670509, + "name": "5 apartments in Olympic zone", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 1200, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 24, + "availability_365": 365 + }, + { + "index": 3355, + "id": 6671686, + "name": "Habitacion doble", + "host_name": "Marina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Torre Bar\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2018-08-22", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 4, + "availability_365": 333 + }, + { + "index": 3356, + "id": 6673248, + "name": "Double room - BCN city center", + "host_name": "Brian", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2015-06-24", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3357, + "id": 6674935, + "name": "Private bathroom and kitchenette!", + "host_name": "Francisco Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 224, + "last_review": "2019-06-11", + "reviews_per_month": 4.5, + "calculated_host_listings_count": 1, + "availability_365": 227 + }, + { + "index": 3358, + "id": 6675301, + "name": "Room Barcelona beach Forum", + "host_name": "Montse", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2016-07-18", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3359, + "id": 6681323, + "name": "Nice and Cozy single room for one !", + "host_name": "Diana", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2015-08-12", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3360, + "id": 6681992, + "name": "Brisa de Mar 1", + "host_name": "Claudio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-07-15", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 3361, + "id": 6681997, + "name": "Apartments center of Barcelona", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 1100, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-02", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 24, + "availability_365": 329 + }, + { + "index": 3362, + "id": 6682728, + "name": "Barcelona City Center Left Side", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2016-08-15", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 95, + "availability_365": 17 + }, + { + "index": 3363, + "id": 6682909, + "name": "habitacion fucsia", + "host_name": "Rita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-07-06", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 13, + "availability_365": 290 + }, + { + "index": 3364, + "id": 6682969, + "name": "Habitaci\u00f3n doble muy confortable", + "host_name": "Aitor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-24", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 3365, + "id": 6683984, + "name": "Lovely Gaudi III Sagrada Familia", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2018-08-26", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 95, + "availability_365": 69 + }, + { + "index": 3366, + "id": 6685814, + "name": "Habitaci\u00f3n acogedora y soleada!!", + "host_name": "Jes\u00fas", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-06-24", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 2, + "availability_365": 318 + }, + { + "index": 3367, + "id": 6690077, + "name": "Bright and cosy double room!", + "host_name": "Max", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-01-03", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3368, + "id": 6690667, + "name": "Nice centric apartment, next to plaza espa\u00f1a", + "host_name": "Cruz", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-04-16", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 3369, + "id": 6690671, + "name": "Habitacion doble", + "host_name": "Cruz", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 62, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-02-27", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 3, + "availability_365": 361 + }, + { + "index": 3370, + "id": 6690672, + "name": "Double Bedroom 2 km from the Mobile World Congress", + "host_name": "Cruz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-07-17", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 29 + }, + { + "index": 3371, + "id": 6696796, + "name": "BARCELONA FIFTEEN LUXURY STUDIO", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 152, + "last_review": "2019-06-16", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 20, + "availability_365": 221 + }, + { + "index": 3372, + "id": 6697001, + "name": "Penthouse, Sea View Terrace - ATU 25", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 4, + "number_of_reviews": 99, + "last_review": "2019-07-05", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 28, + "availability_365": 121 + }, + { + "index": 3373, + "id": 6698163, + "name": "Room in The Caribbean House \u2665", + "host_name": "Kar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2016-11-27", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3374, + "id": 6699410, + "name": "BARCELONA FIFTEEN STUDIO APARTMENT", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 135, + "last_review": "2019-05-31", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 20, + "availability_365": 221 + }, + { + "index": 3375, + "id": 6699732, + "name": "Welcoming apartment near the center", + "host_name": "Judit", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 204, + "last_review": "2019-06-21", + "reviews_per_month": 4.12, + "calculated_host_listings_count": 2, + "availability_365": 265 + }, + { + "index": 3376, + "id": 6700334, + "name": "PRIVATE ROOM IN DUPLEX", + "host_name": "Sergio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 32, + "last_review": "2019-06-01", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 54 + }, + { + "index": 3377, + "id": 6707378, + "name": "Nova Icaria Beach Apartment (Air Cond)", + "host_name": "Gabi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-07-06", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 3378, + "id": 6708153, + "name": "APARTMENT BOUTIQUE SAGRADA FAMILIA", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-03", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 15, + "availability_365": 242 + }, + { + "index": 3379, + "id": 6708588, + "name": "Private terrace & bathroom", + "host_name": "Craig", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2015-07-11", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3380, + "id": 6709228, + "name": "Nice, well-connected apartment.", + "host_name": "Isidre", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 185, + "last_review": "2019-07-08", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 3381, + "id": 6709354, + "name": "\u041a\u043e\u043c\u043d\u0430\u0442\u0430 \u0432 \u0411\u0430\u0440\u0441\u0435\u043b\u043e\u043d\u0435, \u043b\u044e\u0431\u043e\u0439 \u0442\u0440\u0430\u043d\u0441\u043f\u043e\u0440\u0442", + "host_name": "Marina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Ciutat Meridiana", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2016-07-23", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 4, + "availability_365": 333 + }, + { + "index": 3382, + "id": 6709737, + "name": "Cozy little room well located!!", + "host_name": "Vanessa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2019-06-27", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 111 + }, + { + "index": 3383, + "id": 6712128, + "name": "24 Hours Front Desk For Fast Arrival/Departure", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-05-05", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 8, + "availability_365": 361 + }, + { + "index": 3384, + "id": 6715938, + "name": "alquilo habitaciones para huespedes extranjeros", + "host_name": "Daniela", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Private room", + "price": 35, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 3385, + "id": 6719248, + "name": "Ground floor, child and family friendly or group!", + "host_name": "Claudio", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 32, + "number_of_reviews": 17, + "last_review": "2018-12-27", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 5, + "availability_365": 262 + }, + { + "index": 3386, + "id": 6722364, + "name": "Charming on Plaza Molina", + "host_name": "SweetInn", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-06-16", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 76, + "availability_365": 157 + }, + { + "index": 3387, + "id": 6722575, + "name": "Amazing twin room in the center!", + "host_name": "Alberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-08-06", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3388, + "id": 6722829, + "name": "Beach Front Spacious Apartment with Balcony & Sea View", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-03", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 76, + "availability_365": 146 + }, + { + "index": 3389, + "id": 6722957, + "name": "Iconic, Spacious, Central and Sunny Terrace", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-26", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 76, + "availability_365": 152 + }, + { + "index": 3390, + "id": 6723293, + "name": "Bohemian-Inspired Loft by the Beach", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-24", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 76, + "availability_365": 135 + }, + { + "index": 3391, + "id": 6723465, + "name": "Salvador Dali Style in Gracia", + "host_name": "SweetInn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-11", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 76, + "availability_365": 145 + }, + { + "index": 3392, + "id": 6723758, + "name": "Amazing Penthouse with Big Terrace", + "host_name": "SweetInn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-06-25", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 76, + "availability_365": 155 + }, + { + "index": 3393, + "id": 6723889, + "name": "Cozy Ciutadella Park", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-13", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 76, + "availability_365": 0 + }, + { + "index": 3394, + "id": 6724391, + "name": "Spacious Family Apartment with Balcony in Diagonal", + "host_name": "SweetInn", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-06-01", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 76, + "availability_365": 147 + }, + { + "index": 3395, + "id": 6724628, + "name": "Gracia Deluxe", + "host_name": "SweetInn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-06-20", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 76, + "availability_365": 163 + }, + { + "index": 3396, + "id": 6725113, + "name": "Gaudi Avenue, Sagrada Familia, 8 people", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-06-25", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 76, + "availability_365": 136 + }, + { + "index": 3397, + "id": 6728982, + "name": "Bright, spacious central room.", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-06-24", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 2, + "availability_365": 62 + }, + { + "index": 3398, + "id": 6732914, + "name": "Piso en Barceloneta con vistas", + "host_name": "Olaya", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-06-19", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3399, + "id": 6733070, + "name": "Spacious & Modern near Paseo De Gr\u00e0cia", + "host_name": "SweetInn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-06", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 76, + "availability_365": 149 + }, + { + "index": 3400, + "id": 6733321, + "name": "Lovely doble Room + garden near Parc Guell", + "host_name": "Norma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2018-10-04", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 3401, + "id": 6733330, + "name": "Dobleroom + garden near Park Guell!!!", + "host_name": "Norma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-03-08", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 3402, + "id": 6733340, + "name": "Miro Art Decorated Modern Apartment", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-05-23", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 76, + "availability_365": 153 + }, + { + "index": 3403, + "id": 6735493, + "name": "Flat in Gracia - Sagrada Familia", + "host_name": "M\u00e0rius & Vero", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-07-08", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 3404, + "id": 6735903, + "name": "single, comfy room in Gracia", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3405, + "id": 6736444, + "name": "600 sq ft suite, in BCN's Center", + "host_name": "Stella", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 46, + "last_review": "2019-04-08", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3406, + "id": 6739018, + "name": "Studio privado en piso compartido", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-23", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 92 + }, + { + "index": 3407, + "id": 6740252, + "name": "Sunny room near Sagrada Familia!", + "host_name": "Miguel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-09-13", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3408, + "id": 6740609, + "name": "Comfortable room", + "host_name": "Anastasia", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 123, + "last_review": "2019-07-09", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 2, + "availability_365": 244 + }, + { + "index": 3409, + "id": 6742029, + "name": "Habitaci\u00f3n individual, en el Raval", + "host_name": "Mauro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3410, + "id": 6744006, + "name": "SUIT PLAZA ESPA\u00d1A", + "host_name": "Buchra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-13", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 2, + "availability_365": 81 + }, + { + "index": 3411, + "id": 6752242, + "name": "LetsGoBarcelona Forum CCIB Beach 6pax", + "host_name": "Willem", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-03-16", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 26, + "availability_365": 117 + }, + { + "index": 3412, + "id": 6753707, + "name": "Stunning single room Central BCN", + "host_name": "Dustin & Peter", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-23", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 2, + "availability_365": 26 + }, + { + "index": 3413, + "id": 6754350, + "name": "BARCELONA FIFTEEN Studio 6", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 136, + "last_review": "2018-11-13", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 20, + "availability_365": 275 + }, + { + "index": 3414, + "id": 6757263, + "name": "Pr\u00edvate room with double bed", + "host_name": "Virginia", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2016-05-03", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3415, + "id": 6757485, + "name": "Room for rent in shared apartment", + "host_name": "Miquel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-30", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 347 + }, + { + "index": 3416, + "id": 6757594, + "name": "Habitaci\u00f3n doble - Barri de Sants", + "host_name": "Natalia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3417, + "id": 6759514, + "name": "Lovely Gaudi II Sagrada Familia", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2018-08-14", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 95, + "availability_365": 170 + }, + { + "index": 3418, + "id": 6760482, + "name": "Cozy apartment in shopping area", + "host_name": "Pere", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 172, + "last_review": "2019-06-22", + "reviews_per_month": 3.49, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3419, + "id": 6761381, + "name": "Perfect DoubleRoom in the heart Barcelona", + "host_name": "Dustin & Peter", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-04-24", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 3420, + "id": 6762427, + "name": "Apartamento con terraza privada", + "host_name": "Toni", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 85, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 3421, + "id": 6763388, + "name": "Lovely spacious room/double bed", + "host_name": "Julien", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 99, + "last_review": "2019-06-30", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 3422, + "id": 6773769, + "name": "Stanza vicino al mare", + "host_name": "Gaia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3423, + "id": 6774451, + "name": "Filmoteca Sarri\u00e0 2 - Av. Diagonal, Avinguda Sarri\u00e0", + "host_name": "EasyFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-03-25", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 22, + "availability_365": 56 + }, + { + "index": 3424, + "id": 6776807, + "name": "High Comfort 3 Bedrooms' Apartment (42)HUTB:004808", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 4, + "number_of_reviews": 68, + "last_review": "2019-06-22", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 8, + "availability_365": 161 + }, + { + "index": 3425, + "id": 6778044, + "name": "Cosy room with TERRACE @ Gran Via", + "host_name": "Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 6, + "number_of_reviews": 21, + "last_review": "2019-06-24", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 77 + }, + { + "index": 3426, + "id": 6783046, + "name": "Single room near Sagrada Familia", + "host_name": "Karina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-06-23", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 3427, + "id": 6783408, + "name": "\"Perfect room to rest\"", + "host_name": "Joel Giraldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-07-04", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 4, + "availability_365": 72 + }, + { + "index": 3428, + "id": 6785634, + "name": "Small room in the heart of Gothic", + "host_name": "Pepones&Friends", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2019-05-26", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 5, + "availability_365": 193 + }, + { + "index": 3429, + "id": 6787210, + "name": "2 Room=5 people-Barcelona(Forum,S. Familia,center)", + "host_name": "Gabriela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-16", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 3, + "availability_365": 353 + }, + { + "index": 3430, + "id": 6790073, + "name": "Habitacion con luz natural e intima 5min playa", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 92, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-25", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 3431, + "id": 6790739, + "name": "Cozy Penthouse close to Fira", + "host_name": "Simone", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2018-09-15", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 3432, + "id": 6794693, + "name": "Magnificent Modernist Apartment in Heart of the City", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 2, + "number_of_reviews": 209, + "last_review": "2019-06-27", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 1, + "availability_365": 224 + }, + { + "index": 3433, + "id": 6803776, + "name": "The small room facing the cathedral", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 89 + }, + { + "index": 3434, + "id": 6804031, + "name": "BONITO APARTAMENTO CON ENCANTO CENTRO BARCELONA", + "host_name": "Virginia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 2, + "number_of_reviews": 105, + "last_review": "2019-07-09", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 3435, + "id": 6805226, + "name": "Habitaci\u00f3n fines de semana /o dias", + "host_name": "Tatiana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3436, + "id": 6806270, + "name": "Chill Elkano", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-06-10", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 95, + "availability_365": 277 + }, + { + "index": 3437, + "id": 6807173, + "name": "Big Room in SAGRADA FAMILIA", + "host_name": "Josefina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2015-09-27", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3438, + "id": 6807736, + "name": "Charming place @ Heart of Barcelona's Old City", + "host_name": "Javier&Manu", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 98, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-07-05", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 131 + }, + { + "index": 3439, + "id": 6808901, + "name": "Barcelona Rossello, free Wi-Fi", + "host_name": "Samanta", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-01", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 2, + "availability_365": 260 + }, + { + "index": 3440, + "id": 6810608, + "name": "Fantastic double room with balcony. Great location", + "host_name": "Nayu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 37, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2018-10-22", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 3441, + "id": 6811251, + "name": "Happy journey", + "host_name": "Carmen", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-01-01", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 3, + "availability_365": 363 + }, + { + "index": 3442, + "id": 6814489, + "name": "Casa con jardin en horta,barcelona", + "host_name": "Rosa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-07-06", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 3443, + "id": 6814503, + "name": "Loft with private terrace up to 4 pax. HUTB-013021", + "host_name": "Xavi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2018-09-21", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 18, + "availability_365": 7 + }, + { + "index": 3444, + "id": 6815737, + "name": "APARTMENT COLOM 1", + "host_name": "Carles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 213, + "last_review": "2019-06-26", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 3445, + "id": 6818479, + "name": "Sunny Room next to S.Familia", + "host_name": "Monica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2016-08-26", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3446, + "id": 6819336, + "name": "Large apt. close to Psg. de Gracia", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 4, + "number_of_reviews": 122, + "last_review": "2019-07-06", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 10, + "availability_365": 119 + }, + { + "index": 3447, + "id": 6819817, + "name": "Barcelona - Republica de Argentina - Parc Guell", + "host_name": "Trize", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-07-07", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 14, + "availability_365": 247 + }, + { + "index": 3448, + "id": 6820145, + "name": "APARTMENT COLOM 2", + "host_name": "Carles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 188, + "last_review": "2019-06-21", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 2, + "availability_365": 285 + }, + { + "index": 3449, + "id": 6822858, + "name": "ROOM 3, IN MARAGAL-HORTA GUINARDO", + "host_name": "Francisco", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 246, + "last_review": "2019-07-02", + "reviews_per_month": 4.98, + "calculated_host_listings_count": 5, + "availability_365": 320 + }, + { + "index": 3450, + "id": 6826576, + "name": "Individual bedroom in cute apartment", + "host_name": "Rakel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 27, + "minimum_nights": 5, + "number_of_reviews": 18, + "last_review": "2019-01-30", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 5 + }, + { + "index": 3451, + "id": 6826579, + "name": "Nice Double room City center / Cheap", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-08-28", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3452, + "id": 6826866, + "name": "Big double room with bathroom and..", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3453, + "id": 6828760, + "name": "doble room facing the cathedral", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 180, + "last_review": "2019-07-01", + "reviews_per_month": 3.68, + "calculated_host_listings_count": 3, + "availability_365": 78 + }, + { + "index": 3454, + "id": 6833872, + "name": "Nice room/ near beach Barcelona", + "host_name": "Su\u00e9len Y \u00c1lvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 137, + "last_review": "2019-06-22", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 5, + "availability_365": 354 + }, + { + "index": 3455, + "id": 6834341, + "name": "Quiet double room Sagrada Familia", + "host_name": "Ivanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-07-08", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 3456, + "id": 6837449, + "name": "Remodeled, ground floor, free parking. Family fun.", + "host_name": "Claudio", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Private room", + "price": 63, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 3457, + "id": 6838952, + "name": "Room in the center of BCN!", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 71, + "last_review": "2019-06-30", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 6, + "availability_365": 353 + }, + { + "index": 3458, + "id": 6839509, + "name": "Barcelona4Nights Royal Gracia", + "host_name": "Guillermo M.", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 67, + "last_review": "2019-06-30", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 2, + "availability_365": 80 + }, + { + "index": 3459, + "id": 6840114, + "name": "Mi Habitacion", + "host_name": "Ricardo Rub\u00e9n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-12-06", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 3460, + "id": 6841896, + "name": "Habitaci\u00f3n con vestidor y ba\u00f1o", + "host_name": "Jose Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3461, + "id": 6842865, + "name": "1229 - AWESOME CITY CENTER APARTMENT WITH TERRACE", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 312, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-05-20", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 24, + "availability_365": 139 + }, + { + "index": 3462, + "id": 6845310, + "name": "ROOM 2,HORTA GUINARDO", + "host_name": "Francisco", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 166, + "last_review": "2019-07-01", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 5, + "availability_365": 323 + }, + { + "index": 3463, + "id": 6845758, + "name": "Luminescent Valencia I", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2018-09-04", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 95, + "availability_365": 22 + }, + { + "index": 3464, + "id": 6845908, + "name": "Piso de lujo para medias estancias", + "host_name": "Oscar Vanessa Javi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 45, + "number_of_reviews": 10, + "last_review": "2019-06-10", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 337 + }, + { + "index": 3465, + "id": 6855516, + "name": "Foodie Location and Sunset Balcony, near FIRA MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 4, + "number_of_reviews": 143, + "last_review": "2019-06-25", + "reviews_per_month": 2.95, + "calculated_host_listings_count": 8, + "availability_365": 113 + }, + { + "index": 3466, + "id": 6856056, + "name": "Lovely apartment in Sagrada Familia", + "host_name": "Mariona", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 36, + "last_review": "2019-07-08", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 9, + "availability_365": 71 + }, + { + "index": 3467, + "id": 6858341, + "name": "Luminescent Valencia III", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-08-26", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 95, + "availability_365": 11 + }, + { + "index": 3468, + "id": 6862949, + "name": "Individual chic room + terrace (only for one girl)", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 58, + "last_review": "2019-07-02", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 3, + "availability_365": 7 + }, + { + "index": 3469, + "id": 6866722, + "name": "Centrica habitacion Plaza espa\u00f1a", + "host_name": "Karo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2019-06-16", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 3470, + "id": 6867200, + "name": "Single Room in Luxury Design Apartment city center", + "host_name": "Ludmila", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3471, + "id": 6867768, + "name": "Habitaci\u00f3n claridad cama de 1,20m", + "host_name": "Anna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 15, + "last_review": "2019-06-07", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 2, + "availability_365": 335 + }, + { + "index": 3472, + "id": 6868279, + "name": "Habitacion con cama doble para dos con armario", + "host_name": "Anna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 191 + }, + { + "index": 3473, + "id": 6869498, + "name": "Big room in MODERNIST FLAT !! Borne", + "host_name": "Xavier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-06-16", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 3474, + "id": 6870003, + "name": null, + "host_name": "Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3475, + "id": 6874802, + "name": "Cozy private room", + "host_name": "Claudia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-22", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 3476, + "id": 6876612, + "name": "Double bedroom with balcony at PlEspa\u00f1a", + "host_name": "Isabella", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-04-24", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 277 + }, + { + "index": 3477, + "id": 6879553, + "name": "Single Room in Luxury Design Apartment city center", + "host_name": "Ludmila", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3478, + "id": 6881838, + "name": "Relaxing Double Room: Centre Barcelona", + "host_name": "Sam", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 4, + "number_of_reviews": 100, + "last_review": "2019-06-27", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 3479, + "id": 6882038, + "name": "Double room near to beach", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2017-10-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3480, + "id": 6882506, + "name": "Alquiler de habitaci\u00f3n para julio", + "host_name": "David Mauricio", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 10, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3481, + "id": 6893115, + "name": "Snug Valencia", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-07-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 95, + "availability_365": 190 + }, + { + "index": 3482, + "id": 6894080, + "name": "Bright and relaxing single room in center town!!!", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-07-07", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 3, + "availability_365": 6 + }, + { + "index": 3483, + "id": 6897176, + "name": "DOUBLE BED ROOM + BALCONY", + "host_name": "Mo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-05-15", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3484, + "id": 6902996, + "name": "HABITACI\u00d3N LITTLE \"DIAGONAL MAR\" ( CCIB ) y PLAYA", + "host_name": "Tania", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-27", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 3485, + "id": 6903017, + "name": "BALCONY IN QUIET N' COMFORTABLE ROOM WIFI!!", + "host_name": "Andres Tunko", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-06-26", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 5, + "availability_365": 265 + }, + { + "index": 3486, + "id": 6910451, + "name": "Quiet and Sunny Double Room", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-30", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 3, + "availability_365": 38 + }, + { + "index": 3487, + "id": 6916780, + "name": "GREAT APARTMENT - CENTER OF BCN", + "host_name": "Keyla & Carlos", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-07-08", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 3488, + "id": 6924144, + "name": "BONITO APT EN EL CENTRO DE BCN", + "host_name": "Mireia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 21, + "last_review": "2019-02-15", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 3489, + "id": 6928805, + "name": "Habitaci\u00f3n doble con balc\u00f3n - home sharing", + "host_name": "Toni", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-24", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 360 + }, + { + "index": 3490, + "id": 6931490, + "name": "Cosy bedroom Barcelona center", + "host_name": "Justine", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-04-28", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3491, + "id": 6943632, + "name": "Design at BCN Beach", + "host_name": "Tono", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 32, + "number_of_reviews": 60, + "last_review": "2019-06-05", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 3492, + "id": 6945860, + "name": "BCN Center, Double Room, Private Balcony", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3493, + "id": 6948407, + "name": "*VERY LARGE ROOM* Gracia - one to four pax", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 57, + "minimum_nights": 1, + "number_of_reviews": 68, + "last_review": "2019-06-30", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 3494, + "id": 6949541, + "name": "Habitaci\u00f3n doble centro BCN 400\u20acmes", + "host_name": "Brigola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3495, + "id": 6953614, + "name": "Big room for your time in Barcelona", + "host_name": "Tatyana", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 88, + "last_review": "2019-07-03", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 195 + }, + { + "index": 3496, + "id": 6956767, + "name": "cozy artistic room in center of city", + "host_name": "Gaya", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 102, + "minimum_nights": 2, + "number_of_reviews": 189, + "last_review": "2019-06-24", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3497, + "id": 6961609, + "name": "Habitaci\u00f3n doble acogedora!", + "host_name": "Lina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 27, + "last_review": "2018-08-13", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 3498, + "id": 6962648, + "name": "Terraza de Flor", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 4, + "number_of_reviews": 92, + "last_review": "2019-06-29", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 27, + "availability_365": 188 + }, + { + "index": 3499, + "id": 6964841, + "name": "Barcelona. Habitaci\u00f3n doble. Centro", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3500, + "id": 6970615, + "name": "THE FORTYSIX***** LUXURY APART. PASSEIG DE GRACIA", + "host_name": "Nuria & Buenaventura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 708, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-05-07", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 3501, + "id": 6986979, + "name": "Private room with 1+1 singles beds", + "host_name": "Luca", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2016-10-26", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 3502, + "id": 6987669, + "name": "Room near the center", + "host_name": "Zamiaa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-06-25", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 2, + "availability_365": 279 + }, + { + "index": 3503, + "id": 6988770, + "name": "Fantastique terrasse .", + "host_name": "Alexandra", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 205, + "minimum_nights": 120, + "number_of_reviews": 1, + "last_review": "2015-09-26", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 3504, + "id": 6991928, + "name": "Double Private Room in Sagrada Flia", + "host_name": "Susana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 87, + "last_review": "2019-06-18", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3505, + "id": 6998679, + "name": "cozy room for U next to the beach", + "host_name": "Georges Y Miri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 39, + "minimum_nights": 5, + "number_of_reviews": 40, + "last_review": "2017-10-14", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 3, + "availability_365": 109 + }, + { + "index": 3506, + "id": 6999896, + "name": "Barcelona4Nights Sants Station", + "host_name": "Guillermo M.", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 4, + "number_of_reviews": 41, + "last_review": "2019-06-28", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 175 + }, + { + "index": 3507, + "id": 7001565, + "name": "Apartment for 8 people with balcony in Bcn", + "host_name": "Ghat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-26", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 13, + "availability_365": 112 + }, + { + "index": 3508, + "id": 7001992, + "name": "BENITO\u00b4S HOUSE II", + "host_name": "Benito", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 133, + "last_review": "2019-06-08", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 2, + "availability_365": 133 + }, + { + "index": 3509, + "id": 7003642, + "name": "Modern apartment with terrace", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-07-01", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 31, + "availability_365": 121 + }, + { + "index": 3510, + "id": 7006472, + "name": "colchon en habitaci\u00f3n compartida", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3511, + "id": 7007488, + "name": "3 Br Luxury beach apt with Pool", + "host_name": "Julia And Jose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2016-08-25", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 221 + }, + { + "index": 3512, + "id": 7008175, + "name": "Nature well connected", + "host_name": "Jose", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 199, + "last_review": "2019-07-05", + "reviews_per_month": 4.53, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 3513, + "id": 7015011, + "name": "SUNNY & MODERNIST APARTMENT FOR GROUPS IN CENTER", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-16", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 46, + "availability_365": 99 + }, + { + "index": 3514, + "id": 7015352, + "name": "\u041a\u043e\u043c\u043d\u0430\u0442\u0430 \u0441 \u0445\u043e\u0440\u043e\u0448\u0438\u043c \u0432\u0438\u0434\u043e\u043c \u0438\u0437 \u043e\u043a\u043d\u0430", + "host_name": "Evgeniya", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-06-24", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 2, + "availability_365": 304 + }, + { + "index": 3515, + "id": 7020478, + "name": "CENTRAL AND WELL-LIT LOFT", + "host_name": "Lourdes", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 34, + "last_review": "2018-07-15", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 3516, + "id": 7034555, + "name": "Double Room in Borne (near Ghotic)", + "host_name": "Monica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 140, + "last_review": "2019-07-07", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 2, + "availability_365": 155 + }, + { + "index": 3517, + "id": 7044731, + "name": "Seaview, terrace & central! 3bedroom/2bathroom/AC", + "host_name": "Stan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 299, + "minimum_nights": 2, + "number_of_reviews": 244, + "last_review": "2019-07-03", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 3518, + "id": 7045285, + "name": "Sit on the Balcony of a Central Apartment", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-07-03", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 3519, + "id": 7045286, + "name": "Sunny, central, AC, charming flat with balcony 1", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 129, + "last_review": "2019-06-27", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 6, + "availability_365": 324 + }, + { + "index": 3520, + "id": 7047052, + "name": "Hip En Suite Room in Raval", + "host_name": "Freddie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2018-06-24", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 3521, + "id": 7052111, + "name": "Peque\u00f1a pero resultona! SOLO PARA CHICAS", + "host_name": "Lyana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2019-07-07", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 3522, + "id": 7060486, + "name": "Nice studio in the heart of Sants", + "host_name": "Jul", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 5, + "number_of_reviews": 97, + "last_review": "2019-06-19", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 2, + "availability_365": 111 + }, + { + "index": 3523, + "id": 7060495, + "name": "Carrer de Sants", + "host_name": "Jul", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-06-23", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 2, + "availability_365": 99 + }, + { + "index": 3524, + "id": 7062775, + "name": "Chambre double donnant sur terrasse", + "host_name": "NordinS", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3525, + "id": 7063464, + "name": "Double room with balcony. La RAMBLA", + "host_name": "Marco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2015-09-23", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3526, + "id": 7064358, + "name": "Double room with terrace", + "host_name": "NordinS", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3527, + "id": 7066477, + "name": "1 Habitaci\u00f3n con terraza en Gr\u00e0cia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 92, + "last_review": "2019-06-16", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 24, + "availability_365": 122 + }, + { + "index": 3528, + "id": 7067195, + "name": "INLAND ROOM", + "host_name": "Alex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-07-06", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 2, + "availability_365": 333 + }, + { + "index": 3529, + "id": 7070893, + "name": "Cozy room in Gracia! :)", + "host_name": "Raquel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3530, + "id": 7072131, + "name": "Sunny room with balcony", + "host_name": "Jo-Lynn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 211, + "last_review": "2019-06-24", + "reviews_per_month": 4.33, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 3531, + "id": 7077608, + "name": "Doubleroom+private bath City Center", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-05-27", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 1, + "availability_365": 112 + }, + { + "index": 3532, + "id": 7078098, + "name": "Nice flat near Plaza Espanya", + "host_name": "Mary", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-07-16", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3533, + "id": 7081269, + "name": "Spacious room in the heart of Bcn", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 146, + "last_review": "2019-07-03", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 2, + "availability_365": 299 + }, + { + "index": 3534, + "id": 7081353, + "name": "Sunny Pujades", + "host_name": "Aline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-02", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 95, + "availability_365": 291 + }, + { + "index": 3535, + "id": 7085348, + "name": "Cozy double room in Barcelona", + "host_name": "Oznur", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 15, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2015-08-10", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3536, + "id": 7086231, + "name": "Cozy room in Gracia! :)", + "host_name": "Raquel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2015-07-15", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3537, + "id": 7086254, + "name": "alq.piso con terraza,acept mascotas", + "host_name": "Pol", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3538, + "id": 7087498, + "name": "Room in great location by the beach", + "host_name": "Helena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3539, + "id": 7089196, + "name": "Cozy individual room in Sarria", + "host_name": null, + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 3540, + "id": 7091925, + "name": "Modern Flat in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 139, + "last_review": "2019-07-08", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 7, + "availability_365": 17 + }, + { + "index": 3541, + "id": 7098347, + "name": "Bright brand new Full Apt Rambla Raval", + "host_name": "Tizz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2017-09-13", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3542, + "id": 7098780, + "name": "Double room in a shared flat.", + "host_name": "Alvaro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-07-09", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 3543, + "id": 7105437, + "name": "O,O Interior Room Bonita! JAN-MAR '19. 355\u20ac/month", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 12, + "minimum_nights": 85, + "number_of_reviews": 111, + "last_review": "2018-09-29", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3544, + "id": 7105608, + "name": "Harmonious Madrazo", + "host_name": "Aline", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-08", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 95, + "availability_365": 305 + }, + { + "index": 3545, + "id": 7108900, + "name": "SONIC RED ROOM (SOUNDPROOF ROOM)", + "host_name": "Alex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-07-09", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 2, + "availability_365": 327 + }, + { + "index": 3546, + "id": 7111639, + "name": "Cosy apartment in Barcelona", + "host_name": "Irene", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-10", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 3547, + "id": 7112746, + "name": "Tranquila Habitaci\u00f3n centrica", + "host_name": "Iratxe", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3548, + "id": 7113910, + "name": "Cozy room with private balcony", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-07-10", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3549, + "id": 7116450, + "name": "Chambre double en plein centre", + "host_name": "Omar", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3550, + "id": 7120267, + "name": "Cool Room in Borne (near Ghotic)", + "host_name": "Monica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-07-01", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 145 + }, + { + "index": 3551, + "id": 7120827, + "name": "Barcelona - Loft Parc Guell", + "host_name": "Trize", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-23", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 14, + "availability_365": 258 + }, + { + "index": 3552, + "id": 7121048, + "name": "Luminescent Attic Consell de Cent", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2018-08-14", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 95, + "availability_365": 149 + }, + { + "index": 3553, + "id": 7125211, + "name": "D\u00faplex cerca de Plaza Espa\u00f1a", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-10-08", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 24, + "availability_365": 118 + }, + { + "index": 3554, + "id": 7125860, + "name": "5 min to the Beach, Poblenou, 1 room & terrace", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-06-22", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 24, + "availability_365": 137 + }, + { + "index": 3555, + "id": 7126261, + "name": "A 5 min de la playa, Poblenou, 2 hab y terraza", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-07", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 24, + "availability_365": 113 + }, + { + "index": 3556, + "id": 7126414, + "name": "Magn\u00edfico apartamento con terraza", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-09-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 24, + "availability_365": 163 + }, + { + "index": 3557, + "id": 7135818, + "name": "Sunny double room in El Born", + "host_name": "Tamara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-07-06", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 1, + "availability_365": 337 + }, + { + "index": 3558, + "id": 7136825, + "name": "Private room in the center", + "host_name": "Eli", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-07-10", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 1, + "availability_365": 147 + }, + { + "index": 3559, + "id": 7137121, + "name": "MODERN APARTMENT IN THE CENTER - 2 BEDROOM- IN\u00c9S", + "host_name": "Cris", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-05-06", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 4, + "availability_365": 123 + }, + { + "index": 3560, + "id": 7137292, + "name": "Sagrada Familia Terrace Penthouse 2 BR - Licensed", + "host_name": "Finn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 205, + "minimum_nights": 4, + "number_of_reviews": 95, + "last_review": "2019-06-21", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 3561, + "id": 7140630, + "name": "Habitaci\u00f3n doble en el centro deBCN", + "host_name": "Alejandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3562, + "id": 7144928, + "name": "Double Room in Hip Neighborhood", + "host_name": "Freddie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2018-06-30", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3563, + "id": 7146392, + "name": "Magic BCN!!!", + "host_name": "Juan Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2017-08-31", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 3564, + "id": 7150448, + "name": "Air-Condition Deluxe Room with mini Fridge.", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-07-04", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 4, + "availability_365": 319 + }, + { + "index": 3565, + "id": 7153700, + "name": "COOL AND GOOD LOCATION!", + "host_name": "Karolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-22", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 3, + "availability_365": 326 + }, + { + "index": 3566, + "id": 7154578, + "name": "Room central", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-05-29", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 2, + "availability_365": 137 + }, + { + "index": 3567, + "id": 7159061, + "name": "Cama doble y sillon cama en Loft", + "host_name": "Maximiliano", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Shared room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2015-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3568, + "id": 7167989, + "name": "Cama libre en apartamento S.Gervasi", + "host_name": "Eduard", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3569, + "id": 7168578, + "name": "Habitacion individual para 1 person", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3570, + "id": 7170725, + "name": "Suite w/ pvt bathroom & pool by the beach", + "host_name": "Julia And Jose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-06-23", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 3, + "availability_365": 318 + }, + { + "index": 3571, + "id": 7172379, + "name": "Room w private bathroom in an art noveau building", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-07-02", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 3572, + "id": 7173195, + "name": "Single bedroom with nest bed", + "host_name": "Cristina", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-09-08", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3573, + "id": 7184322, + "name": "Charming flat next to Sagrada Familia, Barcelona", + "host_name": "Irene", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-07-23", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3574, + "id": 7186328, + "name": "Sunny Appartment by Ramblas", + "host_name": "Lala", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 28, + "number_of_reviews": 20, + "last_review": "2019-05-09", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 3575, + "id": 7187653, + "name": "MODERN APART. IN THE CENTER - 3 BEDROOM- BLANCA", + "host_name": "Cris", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-27", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 4, + "availability_365": 89 + }, + { + "index": 3576, + "id": 7188872, + "name": "Feel Gr\u00e0cia's Heartbeat! Free wifi+private Terrace, ideal for families!", + "host_name": "EasyFlat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-30", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 22, + "availability_365": 68 + }, + { + "index": 3577, + "id": 7194911, + "name": null, + "host_name": "Mayca", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2015-09-21", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3578, + "id": 7196309, + "name": "Barcelona Sant Gervasi Bonanova", + "host_name": "Pedro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2018-08-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 5, + "availability_365": 191 + }, + { + "index": 3579, + "id": 7197528, + "name": "Single room with sunny balcony and desk.", + "host_name": "Ismael", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 16, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-05", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 206 + }, + { + "index": 3580, + "id": 7211780, + "name": "Cosy Room in Gotico", + "host_name": "Chloe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-24", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 3581, + "id": 7216651, + "name": "Sagrada Familia Apartment", + "host_name": "Felix", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-17", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 3582, + "id": 7216859, + "name": "Habitaci\u00f3n doble con ba\u00f1o privado, en Sant Antoni", + "host_name": "Karine", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-10-14", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 3583, + "id": 7217897, + "name": "habitacion 3 matrimonio", + "host_name": "Lorena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-23", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 3, + "availability_365": 165 + }, + { + "index": 3584, + "id": 7219763, + "name": "Lovely & Bright Flat in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-07-08", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 3585, + "id": 7220512, + "name": "habitacion 2 playa, sagrada familia", + "host_name": "Lorena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-02", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 3, + "availability_365": 309 + }, + { + "index": 3586, + "id": 7221187, + "name": "habitacion 1 plaia sagrada familia", + "host_name": "Lorena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-24", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 3, + "availability_365": 154 + }, + { + "index": 3587, + "id": 7223248, + "name": "Room near Plaza Espa\u00f1a", + "host_name": "Manuk", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-07-25", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3588, + "id": 7224835, + "name": "Wide room next to Sagrada Familia", + "host_name": "Eirini", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3589, + "id": 7230117, + "name": "2 1 NICE! AC, WIFI, SUNNY", + "host_name": "Gemma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 68, + "last_review": "2019-06-21", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 284 + }, + { + "index": 3590, + "id": 7241906, + "name": "SUPER COOL ROOM GOTHIC QUARTER (Private Room)", + "host_name": "Jes\u00fas Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 162, + "last_review": "2019-06-30", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 275 + }, + { + "index": 3591, + "id": 7243058, + "name": "Central Tranquil Spacious Comfort! 3 bedrooms", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 11, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 3592, + "id": 7250909, + "name": "CENTRO HABITACION DOBLE", + "host_name": "Cesc Y Mari", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 89, + "last_review": "2019-07-05", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 6, + "availability_365": 13 + }, + { + "index": 3593, + "id": 7251148, + "name": "QUITE SINGLE ROOM", + "host_name": "Cesc Y Mari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 104, + "last_review": "2019-07-07", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 6, + "availability_365": 11 + }, + { + "index": 3594, + "id": 7252136, + "name": "Habitaci\u00f3n doble en \u00e1tico con ba\u00f1o", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3595, + "id": 7267861, + "name": "Furnished studio", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2017-09-07", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 3596, + "id": 7268481, + "name": "New!Central & charming, wifi *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 146, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2018-07-30", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 54, + "availability_365": 0 + }, + { + "index": 3597, + "id": 7269518, + "name": "Room privada,20 minutos del centro en METRO.(bcn)", + "host_name": "Rosi", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-03", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 3598, + "id": 7269989, + "name": "Double room in Gaud\u00ed's heart", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3599, + "id": 7269996, + "name": "PRETTY SINGLE ROOM NEAR PORT,RAMBLAS,BEACH,GOTICO.", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-07-09", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 2, + "availability_365": 109 + }, + { + "index": 3600, + "id": 7270667, + "name": "Guardilla hermosa con una divisi\u00f3n", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-07-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3601, + "id": 7283830, + "name": "Habitaci\u00f3n doble en Sagrada Familia", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2018-06-04", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3602, + "id": 7284420, + "name": "2 independent rooms incl own bath +", + "host_name": "Pilar", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 97, + "last_review": "2019-07-03", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 3603, + "id": 7285342, + "name": "Colourful & Central 2bed. Great for families!", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 7, + "number_of_reviews": 3, + "last_review": "2018-08-14", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 21 + }, + { + "index": 3604, + "id": 7286036, + "name": "Artistic house in the center of BCN", + "host_name": "Colador", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2017-07-10", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3605, + "id": 7288715, + "name": "Well designed, very clean, comfortable - Barcelona", + "host_name": "Toni", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-07-05", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3606, + "id": 7289683, + "name": "Doble Room with private Bathroom", + "host_name": "Rosa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 58, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-06-24", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 3607, + "id": 7290475, + "name": "Private room with bunk beds for a one o two people", + "host_name": "Judith", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 19, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-23", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 2, + "availability_365": 103 + }, + { + "index": 3608, + "id": 7296618, + "name": "NEXT TO PASEO DE GRACIA -LOVE &HOME", + "host_name": "Gala", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-06-18", + "reviews_per_month": 3.49, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 3609, + "id": 7297678, + "name": "Design Apartment", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-08-05", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 3610, + "id": 7299514, + "name": "Cozy private double room", + "host_name": "Jos\u00e9 Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 119, + "last_review": "2018-05-21", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3611, + "id": 7300199, + "name": "Doble room center city", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-16", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 6, + "availability_365": 354 + }, + { + "index": 3612, + "id": 7301264, + "name": "Double room", + "host_name": "America", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-05-02", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3613, + "id": 7303112, + "name": "Habitaci\u00f3n doble cama king size", + "host_name": "Judith", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-11-16", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 130 + }, + { + "index": 3614, + "id": 7307037, + "name": "Double bedroom in Plaza Espanya", + "host_name": "Rugiada", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2015-09-29", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3615, + "id": 7314400, + "name": "Beach Vila olimpica and Ciutadella Park", + "host_name": "Ana\u00ffs", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-01-21", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 3616, + "id": 7315991, + "name": "Big and bright room in nice apartment", + "host_name": "Caro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 5, + "number_of_reviews": 63, + "last_review": "2019-06-25", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 3617, + "id": 7316755, + "name": "Habitaci\u00f3n acogedora con mucha luz", + "host_name": "Francine", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2015-08-17", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3618, + "id": 7320457, + "name": "On the Ramblas 5 Studio 3B", + "host_name": "Apartime", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-02-08", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 31, + "availability_365": 0 + }, + { + "index": 3619, + "id": 7325924, + "name": "Double room in Barcelona", + "host_name": "Jerson", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2015-08-21", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3620, + "id": 7332172, + "name": "nanas - Only 8 min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-02-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 12, + "availability_365": 286 + }, + { + "index": 3621, + "id": 7333404, + "name": "AWESOME SEA VIEWS IN BARCELONA", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-03-04", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 6, + "availability_365": 309 + }, + { + "index": 3622, + "id": 7343082, + "name": "Cozy apartment with terrace", + "host_name": "Giuseppe", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3623, + "id": 7343228, + "name": "7 d\u00edas uno gratis\nSuper Room", + "host_name": "Juan Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2018-05-08", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3624, + "id": 7343404, + "name": "Double room, 20 mins to the center", + "host_name": "Gabriel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-03-31", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3625, + "id": 7348053, + "name": "Coconut - Only 8min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-12-30", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 12, + "availability_365": 250 + }, + { + "index": 3626, + "id": 7352850, + "name": "Double room in attic with terrace", + "host_name": "Anna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-29", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 3627, + "id": 7352954, + "name": "MODERN APARTMENT IN THE CENTER - 1 BEDROOM- CRIS", + "host_name": "Cris", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2019-07-06", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 4, + "availability_365": 92 + }, + { + "index": 3628, + "id": 7354141, + "name": "BENITO\u00b4S HOUSE", + "host_name": "Benito", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-07-09", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 3629, + "id": 7354602, + "name": "nice room near Passeig de Gracia", + "host_name": "Esther", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2015-10-20", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3630, + "id": 7355424, + "name": "Next to the University UPC!", + "host_name": "Jos\u00e9 Manuel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 14, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2015-08-29", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 3, + "availability_365": 207 + }, + { + "index": 3631, + "id": 7355769, + "name": "Maravillosa Habitaci\u00f3n en Resi", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 3632, + "id": 7356458, + "name": "Cosy double room with seaviews :)", + "host_name": "Izzy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 39, + "minimum_nights": 30, + "number_of_reviews": 25, + "last_review": "2016-08-29", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 3633, + "id": 7357825, + "name": "Double Room Interior in the gothic", + "host_name": "Lina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2018-08-28", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 3634, + "id": 7374804, + "name": "Supercentral", + "host_name": "Fernanda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 42, + "minimum_nights": 6, + "number_of_reviews": 57, + "last_review": "2019-07-07", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 3635, + "id": 7376321, + "name": "Double room in Gracia - Diagonal", + "host_name": "Olivier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2015-09-18", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3636, + "id": 7382539, + "name": "Double room in Barcelona center", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2016-06-14", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3637, + "id": 7393513, + "name": "3br+2b+Terrace - Chic & Beach apt", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-04-08", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 20, + "availability_365": 319 + }, + { + "index": 3638, + "id": 7396202, + "name": "New center Penthouse with terrace", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 163, + "last_review": "2019-06-24", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 38, + "availability_365": 109 + }, + { + "index": 3639, + "id": 7396890, + "name": "So special room in Barcelona!", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2016-08-31", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3640, + "id": 7397610, + "name": "Modern 3 Bedroom Apartment in Gr\u00e0cia", + "host_name": "Pere & Carme", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-06-11", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 3641, + "id": 7410187, + "name": "SINGLE ROOM IN SAGRADA FAMILIA", + "host_name": "Zulay", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 28, + "minimum_nights": 20, + "number_of_reviews": 11, + "last_review": "2019-04-05", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 277 + }, + { + "index": 3642, + "id": 7424555, + "name": "Breakfast with a view on Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-23", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 76, + "availability_365": 148 + }, + { + "index": 3643, + "id": 7426541, + "name": "Spanish style 1BR by the beach", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-02", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 76, + "availability_365": 131 + }, + { + "index": 3644, + "id": 7431384, + "name": "Preciosa habitaci\u00f3n en el coraz\u00f3n de la Eixample", + "host_name": "Fani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2019-06-16", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 3645, + "id": 7431713, + "name": "Big, cozy double room in Barcelona", + "host_name": "Oznur", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2015-08-14", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3646, + "id": 7431940, + "name": "Flat with parking,wifi,metro.Only 8min from centre", + "host_name": "Alejandro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-09", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 3647, + "id": 7433126, + "name": "Stunning Sagrada Familia Apartment", + "host_name": "Paul & Meriona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 31, + "number_of_reviews": 22, + "last_review": "2019-06-20", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 288 + }, + { + "index": 3648, + "id": 7433767, + "name": "Double Bed Room To rent Central BCN", + "host_name": "Thomas", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3649, + "id": 7437270, + "name": "private room in Sants Estaci\u00f3", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2015-11-27", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 4, + "availability_365": 9 + }, + { + "index": 3650, + "id": 7443500, + "name": "Room in Rambla del Poblenou!", + "host_name": "Narc\u00eds", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2015-08-22", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3651, + "id": 7443541, + "name": "Cozy big room, AC, private WC, Terrace.", + "host_name": "Maithin", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-24", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 3652, + "id": 7445410, + "name": "Sant Pere 2 - Gorgeous & centric, free wifi, ideal couples", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-03-03", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 22, + "availability_365": 73 + }, + { + "index": 3653, + "id": 7448056, + "name": "Priv. Double Room -Full Sea View-", + "host_name": "Pino", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 112, + "last_review": "2019-06-16", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 2, + "availability_365": 255 + }, + { + "index": 3654, + "id": 7451229, + "name": "La Bonanova - Sant Gervasi", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2016-11-30", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 5, + "availability_365": 191 + }, + { + "index": 3655, + "id": 7451639, + "name": "Double room close Sagrada Familia", + "host_name": "Emanuele", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2015-08-01", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 3656, + "id": 7458208, + "name": "SUNNY DOUBLE ROOM WITH BALCONY AND WIFI", + "host_name": "Andres Tunko", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 119, + "last_review": "2019-06-22", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 5, + "availability_365": 262 + }, + { + "index": 3657, + "id": 7465343, + "name": "lovely home in Barcelona center", + "host_name": "Vir", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 5, + "number_of_reviews": 135, + "last_review": "2019-07-07", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 3658, + "id": 7465358, + "name": "Habitaci\u00f3n doble en Barcelona centro", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-23", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 3659, + "id": 7466009, + "name": "City center apt behind Cathedral. For Seasons Only", + "host_name": "Pilar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-12-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 4, + "availability_365": 214 + }, + { + "index": 3660, + "id": 7466870, + "name": "Duplex in Barceloneta 1!", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-01-29", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 4, + "availability_365": 118 + }, + { + "index": 3661, + "id": 7470346, + "name": "Gothic apartment in the city center", + "host_name": "Paolo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 117, + "last_review": "2019-06-29", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 3662, + "id": 7471774, + "name": "Big double room near plaza espa\u00f1a", + "host_name": "Paola", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3663, + "id": 7479059, + "name": "Single room from July (monthly)", + "host_name": "Pepones&Friends", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2015-08-10", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 5, + "availability_365": 364 + }, + { + "index": 3664, + "id": 7480152, + "name": "Habitaci\u00f3n doble cerca a Sagrada Familia BCN", + "host_name": "Gabriela Y Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-25", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 3665, + "id": 7488058, + "name": "Habitaci\u00f3n doble en el Born, centro", + "host_name": "B\u00e0rbara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3666, + "id": 7488858, + "name": "Excellent experience expected and delivered :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 147, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-07-07", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 33, + "availability_365": 340 + }, + { + "index": 3667, + "id": 7490098, + "name": "City Center Studio Gracia 1", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-03", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 95, + "availability_365": 293 + }, + { + "index": 3668, + "id": 7490942, + "name": "Habitaci\u00f3n en Poble Sec, Bcn-240 eu", + "host_name": "Roberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-16", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3669, + "id": 7493706, + "name": "Privada Zona gay", + "host_name": "Francesc", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-07-04", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 3670, + "id": 7493925, + "name": "BARCELONA AT YOUR FEET", + "host_name": "Jose", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2018-12-21", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 3, + "availability_365": 256 + }, + { + "index": 3671, + "id": 7494238, + "name": "Dbl bedroom with private bathroom", + "host_name": "Samuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 3672, + "id": 7497227, + "name": "Picasso Penthouse by Glasir", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-10-25", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 7, + "availability_365": 241 + }, + { + "index": 3673, + "id": 7506698, + "name": "Habitaci\u00f3n Puxet", + "host_name": "Aldo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3674, + "id": 7507823, + "name": "Habitaci\u00f3n en centro de Barcelona", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3675, + "id": 7507944, + "name": "Stylish&Bright 2bd Flat Pla\u00e7a Espanya - ALQ 6", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 60, + "number_of_reviews": 8, + "last_review": "2019-05-31", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 18, + "availability_365": 59 + }, + { + "index": 3676, + "id": 7508622, + "name": "EIXAMPLE ROOM - PRIVATE BATHROOM", + "host_name": "Mario", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-01-04", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 3677, + "id": 7508630, + "name": "Large double bedroom in city center", + "host_name": "Isaac", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 221, + "last_review": "2019-06-20", + "reviews_per_month": 4.69, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 3678, + "id": 7510453, + "name": "S\u00faper apartamento oferta Barcelona", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-07-15", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 3679, + "id": 7510552, + "name": "One room in a shared flat", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3680, + "id": 7515229, + "name": "Barcelona- Eixample-Poble Sec", + "host_name": "Davide", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-08-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3681, + "id": 7516073, + "name": "Escorial Apartment", + "host_name": "Pepa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-30", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 3682, + "id": 7520681, + "name": "Private ind. room next to the beach", + "host_name": "Marina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3683, + "id": 7521305, + "name": "Light, spacious room", + "host_name": "Rebecca", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3684, + "id": 7521369, + "name": "APARTMENT GIRASOL PENTHOUSE TERRACED 2BD 1BTH", + "host_name": "Juan Carlos", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 44, + "last_review": "2019-07-10", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 3685, + "id": 7521798, + "name": "Cozy room in Sagrada Familia!!", + "host_name": "Nicol\u00e1s", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-06-23", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 3686, + "id": 7522747, + "name": "Duplex con acceso a cocina y terraza", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-07-08", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 2, + "availability_365": 93 + }, + { + "index": 3687, + "id": 7527139, + "name": "Habitaci\u00f3n individual", + "host_name": "Hern\u00e1n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3688, + "id": 7528507, + "name": "Private room centrally located in Sants, 5' metro", + "host_name": "Elisenda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 32, + "last_review": "2019-06-18", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 3, + "availability_365": 358 + }, + { + "index": 3689, + "id": 7529832, + "name": "Spacious apartment for 7 people with 3 bathrooms!~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 78, + "last_review": "2019-06-24", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 84, + "availability_365": 29 + }, + { + "index": 3690, + "id": 7534974, + "name": "Double sofa bed in a living room. Very centric!", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-07-01", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 3, + "availability_365": 92 + }, + { + "index": 3691, + "id": 7542869, + "name": "Barcelona city center private suite", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2015-10-12", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3692, + "id": 7543667, + "name": "acogedor, bien comunicado y soleado", + "host_name": "Merce", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 100, + "number_of_reviews": 4, + "last_review": "2016-09-30", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3693, + "id": 7553155, + "name": "Piso en centro de la ciudad", + "host_name": "Aur\u00e9lien", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3694, + "id": 7555206, + "name": "Habitaci\u00f3n doble en Sants", + "host_name": "Marion", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-21", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3695, + "id": 7555948, + "name": "14fs NEW 2 BEDROOM \"ACOMODIS\" FLAT SAGRADA FAMILIA", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-10-12", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 39, + "availability_365": 327 + }, + { + "index": 3696, + "id": 7559056, + "name": "Rent a room in Gracia neighbourhood. Magic!", + "host_name": "Amina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-24", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3697, + "id": 7562169, + "name": "Habitaci\u00f3n triple Sagrada Familia", + "host_name": "Norfa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 128, + "last_review": "2019-06-23", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 2, + "availability_365": 272 + }, + { + "index": 3698, + "id": 7562579, + "name": "Grove Barcelona Centre 4BR+2Bath", + "host_name": "Marian", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 17, + "last_review": "2019-04-30", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 3699, + "id": 7563266, + "name": "viz2 GREAT BEDROOM-LAAAAARGE TERRACE", + "host_name": "Aurora", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2018-06-04", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 39, + "availability_365": 345 + }, + { + "index": 3700, + "id": 7574022, + "name": "Habitaci\u00f3n privada Sagrada Familia", + "host_name": "Tha\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-06-03", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 2, + "availability_365": 346 + }, + { + "index": 3701, + "id": 7574200, + "name": "Sagrada Familia", + "host_name": "Tha\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-17", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 314 + }, + { + "index": 3702, + "id": 7574593, + "name": "ARAGO CITY CENTER APARTMENT", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-08-04", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 6, + "availability_365": 329 + }, + { + "index": 3703, + "id": 7576103, + "name": "Amazing room in Sagrada Familia", + "host_name": "Hans", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 77, + "minimum_nights": 1, + "number_of_reviews": 169, + "last_review": "2019-07-06", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 183 + }, + { + "index": 3704, + "id": 7576967, + "name": "Double Room with Balcony - Center", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-08-16", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3705, + "id": 7576999, + "name": null, + "host_name": "Emilia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3706, + "id": 7586363, + "name": "Habitacion cerca de Sagrada Familia", + "host_name": "Veronica Y Mart\u00edn", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-07-04", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 3707, + "id": 7586595, + "name": "CheapCosy double room in the center", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-06-18", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3708, + "id": 7586806, + "name": "Apartment Poble Nou", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-05-25", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 31, + "availability_365": 192 + }, + { + "index": 3709, + "id": 7589134, + "name": "Excellent apartment near the beach", + "host_name": "Federico", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-06-27", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 1, + "availability_365": 167 + }, + { + "index": 3710, + "id": 7589702, + "name": "Deluxe 2Br 3 pax Apt", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-05-22", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 19, + "availability_365": 57 + }, + { + "index": 3711, + "id": 7590755, + "name": "Big double bedroom in Barcelona", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 1, + "last_review": "2015-09-01", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3712, + "id": 7592366, + "name": "BIG COOL ROOM IN THE HEART OF BCN", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-08-15", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3713, + "id": 7593516, + "name": "Bailey's Barcelona B&B!!", + "host_name": "Sergi & Senia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-02-28", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 3, + "availability_365": 90 + }, + { + "index": 3714, + "id": 7596364, + "name": "Cozy double-room. Private bath & terrace.", + "host_name": "Lo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 61, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-01", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 3715, + "id": 7600385, + "name": "Lovely & modern 3-Bedroom apartment in Sant Antoni", + "host_name": "Luc\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-07-04", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 3716, + "id": 7601123, + "name": null, + "host_name": "Davide", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3717, + "id": 7607240, + "name": "Bright bedroom with one double bed in Gr\u00e0cia.", + "host_name": "Jonathan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-01-01", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 256 + }, + { + "index": 3718, + "id": 7612210, + "name": "Habitaci\u00f3n doble en Gracia", + "host_name": "Irenea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3719, + "id": 7612245, + "name": "Acogedor estudio delante del mar", + "host_name": "Lucilla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-06-19", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 266 + }, + { + "index": 3720, + "id": 7613318, + "name": "Cosy Double Room in Fantastic location!", + "host_name": "Lili", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 160, + "last_review": "2019-06-21", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 2, + "availability_365": 335 + }, + { + "index": 3721, + "id": 7616232, + "name": null, + "host_name": "Judith", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 185, + "last_review": "2019-06-23", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 3722, + "id": 7619558, + "name": "Refurbished apartment in high Raval", + "host_name": "Carla & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 52, + "minimum_nights": 12, + "number_of_reviews": 148, + "last_review": "2019-06-01", + "reviews_per_month": 3.1, + "calculated_host_listings_count": 2, + "availability_365": 15 + }, + { + "index": 3723, + "id": 7620135, + "name": "Lovely Born Apartment", + "host_name": "Angie And Annie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 9, + "last_review": "2019-06-05", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 3724, + "id": 7623860, + "name": "B&B Suites Ramblas Art", + "host_name": "Fabian", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 119, + "last_review": "2019-02-19", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3725, + "id": 7625392, + "name": "1216 - Forum Gardens Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 296, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-08-11", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 24, + "availability_365": 142 + }, + { + "index": 3726, + "id": 7626164, + "name": "1cc NEW FLAT BY \"PASSEIG DE GRACIA\"", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 346 + }, + { + "index": 3727, + "id": 7628374, + "name": "21cc LARGE FLAT BY PASSEIG GRACIA!", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 355 + }, + { + "index": 3728, + "id": 7628496, + "name": "321cc GROUPFLAT EIXAMPLE-SAGRADAFAMILIA-PASSGRACIA", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 363 + }, + { + "index": 3729, + "id": 7628958, + "name": "32cc LARGE FLAT BY PASSEIG GRACIA", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 361 + }, + { + "index": 3730, + "id": 7629092, + "name": "31cc NEW FLAT BY \"PASSEIG DE GRACIA\"", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 362 + }, + { + "index": 3731, + "id": 7629315, + "name": "Cozy room in spacious apartment", + "host_name": "Konstantinos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2018-09-25", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 3732, + "id": 7634833, + "name": "Your privileged view from Gracia", + "host_name": "Jose Manuel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2017-01-07", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3733, + "id": 7639357, + "name": "Habitaci\u00f3n grande en Barcelona", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-01-01", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3734, + "id": 7640110, + "name": "Private room next to Beach in Poblenou", + "host_name": "Claudio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2017-09-09", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3735, + "id": 7647401, + "name": "I love Gracia! (bcn)", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3736, + "id": 7652799, + "name": "Jardinets de Gr\u00e0cia A, Barcelona! HUTB (Phone number hidden by Airbnb)", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 139, + "last_review": "2019-06-30", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 15, + "availability_365": 312 + }, + { + "index": 3737, + "id": 7655260, + "name": "D\u00daPLEX 16 alt. Junto Metro La Pau", + "host_name": "Gonzalo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-06-27", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 288 + }, + { + "index": 3738, + "id": 7656741, + "name": "DUPLEX 16th floor at LA PAU metro", + "host_name": "Gonzalo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-20", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 3739, + "id": 7656806, + "name": "Habitaci\u00f3n DOBLE SOLEADA Barcelona", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 30, + "minimum_nights": 6, + "number_of_reviews": 1, + "last_review": "2016-06-06", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3740, + "id": 7658508, + "name": "Alquiler de habitaciones", + "host_name": "Dani", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3741, + "id": 7659473, + "name": "Loft luminoso cerca del mar", + "host_name": "Antonella", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Shared room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3742, + "id": 7663232, + "name": "Double bed in Sant Gervasi/Gracia", + "host_name": "Maya", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-05-08", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3743, + "id": 7663286, + "name": "Unique Cozy Scenic Penthouse in the centre", + "host_name": "Rajesh", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 134, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-07-05", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 3744, + "id": 7667259, + "name": "Luminous room near FC Barcelona std", + "host_name": "Joaqu\u00edn", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3745, + "id": 7668337, + "name": "Lux Apartment - Center of Barcelona", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 4, + "number_of_reviews": 99, + "last_review": "2019-06-25", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 3746, + "id": 7669190, + "name": "Alquiler de habitaci\u00f3n por d\u00edas", + "host_name": "Irina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3747, + "id": 7669603, + "name": "Apto. Grande. Bien comunicado.", + "host_name": "Celeste", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 45, + "number_of_reviews": 1, + "last_review": "2016-06-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 3748, + "id": 7671463, + "name": "ROOM WITH PRIVATE BATHROOM (CENTER)", + "host_name": "Mar\u00eda, Juan Y Alejandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 264, + "last_review": "2019-06-25", + "reviews_per_month": 5.55, + "calculated_host_listings_count": 3, + "availability_365": 258 + }, + { + "index": 3749, + "id": 7674436, + "name": "Spacious bedroom in Barcelona", + "host_name": "Marcelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 174, + "last_review": "2019-07-08", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 3750, + "id": 7681202, + "name": "Habitaci\u00f3n", + "host_name": "Helen", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2015-09-28", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3751, + "id": 7683340, + "name": "2odp BEST PRICE! GOTHIC-HAPPY FLAT-ROMAN WALL!", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-12-02", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 39, + "availability_365": 364 + }, + { + "index": 3752, + "id": 7683900, + "name": "EL BORN NEIGHBORHOOD - ARCO DE TRIUNFO", + "host_name": "Markus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-25", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 1, + "availability_365": 335 + }, + { + "index": 3753, + "id": 7688164, + "name": "Piso Centrico Barcelona", + "host_name": "Pedro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-09-09", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3754, + "id": 7689286, + "name": "Apartment with large terrace. HUTB 004080", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-05-29", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 18, + "availability_365": 3 + }, + { + "index": 3755, + "id": 7696131, + "name": "2 B-rooms in a Classic Spanish flat", + "host_name": "Aav", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-12", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3756, + "id": 7696921, + "name": "Private room with balcony", + "host_name": "Angel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2015-08-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3757, + "id": 7697720, + "name": "Nice apartment near Camp Nou - A/C and Wifi", + "host_name": "Nil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 181, + "last_review": "2019-06-17", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 1, + "availability_365": 191 + }, + { + "index": 3758, + "id": 7701372, + "name": "Beach arquitect reformed apartment1", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-06-27", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 6, + "availability_365": 266 + }, + { + "index": 3759, + "id": 7710686, + "name": "Habitaci\u00f3n individual en Gracia", + "host_name": "Drielli", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3760, + "id": 7711359, + "name": "room w/BALCONY and AMAZING VIEWS", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2015-08-05", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3761, + "id": 7721510, + "name": "Chambre lit double avec balcon", + "host_name": "Edouard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2015-10-02", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3762, + "id": 7723375, + "name": "charming modernist family home", + "host_name": "Eugenia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 3763, + "id": 7725154, + "name": "EIXAMPLE DELIGHT - Cozy & Bright Apartment", + "host_name": "Just", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 153, + "last_review": "2019-07-07", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 1, + "availability_365": 188 + }, + { + "index": 3764, + "id": 7728805, + "name": "Habitaci\u00f3n, Plaza Lesseps.", + "host_name": "Aldo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2016-08-29", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3765, + "id": 7729232, + "name": "Bright eclectic 2bed next2 Passeig de Sant Joan", + "host_name": "Zane", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 212, + "minimum_nights": 5, + "number_of_reviews": 78, + "last_review": "2019-06-26", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 3, + "availability_365": 354 + }, + { + "index": 3766, + "id": 7736446, + "name": "Lovely flat next to Sagrada Familia", + "host_name": "Jer\u00f3nimo Y Catalina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 132, + "last_review": "2019-06-23", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 3767, + "id": 7737874, + "name": "Alquilo habitaci\u00f3n individual", + "host_name": "Cristina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-24", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3768, + "id": 7739287, + "name": "Beautiful 3bd apartment near Borne", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 159, + "last_review": "2019-06-23", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 20, + "availability_365": 303 + }, + { + "index": 3769, + "id": 7739371, + "name": "Cosy room in Barcelona center", + "host_name": "Fabien", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3770, + "id": 7739629, + "name": "Large Room with Balcony and Terrace", + "host_name": "Alena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-10-06", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3771, + "id": 7742710, + "name": "Central 2 Bedroom Apartment by Sagrada Familia", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 151, + "minimum_nights": 2, + "number_of_reviews": 132, + "last_review": "2019-06-24", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 3772, + "id": 7744075, + "name": "Midtown Luxury Apartment III", + "host_name": "Bcn Clols Apartments, S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-10-03", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 15, + "availability_365": 121 + }, + { + "index": 3773, + "id": 7744391, + "name": "Habitaci\u00f3n luminosa en Sants", + "host_name": "Ro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2016-01-09", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3774, + "id": 7745595, + "name": "Double room barcelona", + "host_name": "Nicola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-06-26", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 4, + "availability_365": 116 + }, + { + "index": 3775, + "id": 7746652, + "name": "Cozy room Plaza Espa\u00f1a with terrace", + "host_name": "Bru", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-07-06", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 3776, + "id": 7747745, + "name": "Urban Suites", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 10, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2018-10-29", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 42, + "availability_365": 0 + }, + { + "index": 3777, + "id": 7754093, + "name": "Habitaci\u00f3 amb dos llits", + "host_name": "Imma", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 22, + "last_review": "2019-06-12", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 7, + "availability_365": 59 + }, + { + "index": 3778, + "id": 7755595, + "name": "Suite neighbor with La Pedrera", + "host_name": "Nairong", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2016-01-30", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3779, + "id": 7760980, + "name": "ROOM ON BARCELONA CENTRE (BORN)", + "host_name": "Noelia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-08", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3780, + "id": 7766400, + "name": "Central room close to the beach, eco friendly", + "host_name": "Natasha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-18", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 2, + "availability_365": 277 + }, + { + "index": 3781, + "id": 7766779, + "name": "Nice Room in Barcelona with Balcony", + "host_name": "Christa", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-05-27", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 3782, + "id": 7770432, + "name": "Big and Cozy Camp Nou flat", + "host_name": "ApartHoliday", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 190, + "last_review": "2019-07-09", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 5, + "availability_365": 250 + }, + { + "index": 3783, + "id": 7774099, + "name": "The Living Apartment", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 168, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-20", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 42, + "availability_365": 85 + }, + { + "index": 3784, + "id": 7777757, + "name": "Cosy Bedroom next to Parc Guell", + "host_name": "Rina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 69, + "last_review": "2019-06-24", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 3785, + "id": 7779256, + "name": "HAB INDIVIDUAL GAUDI PLAYA EIXAMPLE", + "host_name": "Assumpta", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 37, + "last_review": "2018-09-26", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 184 + }, + { + "index": 3786, + "id": 7779484, + "name": "Great Location APARTMENT", + "host_name": "Gemma", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2015-09-22", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3787, + "id": 7780048, + "name": "Bedroom in Eixample of Barcelona", + "host_name": "Marcelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 172, + "last_review": "2019-07-07", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 3788, + "id": 7780726, + "name": "MI CASA ES TU CASA!PRIVATE BATHROOM", + "host_name": "Sara & Alessandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-06-30", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 277 + }, + { + "index": 3789, + "id": 7792646, + "name": "Cozy Private Room with Terrace", + "host_name": "Giu Y Renu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-25", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 3790, + "id": 7793542, + "name": "Big and nice in Pl Catalunya for 12", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 443, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-21", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 20, + "availability_365": 304 + }, + { + "index": 3791, + "id": 7800516, + "name": "New Exotic apartment in the center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 97, + "last_review": "2019-04-30", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 38, + "availability_365": 208 + }, + { + "index": 3792, + "id": 7813140, + "name": "Incredible for 16 in pl Catalunya!", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 616, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-24", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 20, + "availability_365": 303 + }, + { + "index": 3793, + "id": 7814701, + "name": "Double Room", + "host_name": "Laura", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 20, + "minimum_nights": 15, + "number_of_reviews": 21, + "last_review": "2016-07-22", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 3794, + "id": 7817372, + "name": "Big Terrace, supercentral, wide with 3 bedrooms.", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 7, + "number_of_reviews": 42, + "last_review": "2019-07-02", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 15, + "availability_365": 295 + }, + { + "index": 3795, + "id": 7817899, + "name": "Great location with cozy terrace!", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 197, + "last_review": "2019-06-26", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 3, + "availability_365": 26 + }, + { + "index": 3796, + "id": 7819055, + "name": "Apartment in quiet Borne area", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-07-07", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 28, + "availability_365": 365 + }, + { + "index": 3797, + "id": 7821974, + "name": "Sants Gaiarre", + "host_name": "Laura", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-06-25", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 306 + }, + { + "index": 3798, + "id": 7824065, + "name": "Nuevo, c\u00e9ntrico, soleado y silencio", + "host_name": "Martin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2018-08-31", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 306 + }, + { + "index": 3799, + "id": 7825059, + "name": "TRANQUILA HABITACION PRIVADA-2", + "host_name": "Jose", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2017-11-24", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 3800, + "id": 7825484, + "name": "Sunny & Comfortable Big Room", + "host_name": "Nando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 170, + "last_review": "2019-07-04", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 3801, + "id": 7830662, + "name": "Cool room in the center!", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-08", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 6, + "availability_365": 336 + }, + { + "index": 3802, + "id": 7832096, + "name": "Chambre Barcelone Proche Plage", + "host_name": "Rico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Shared room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 3803, + "id": 7832245, + "name": "Pleasant room, Plaza Espa\u00f1a.", + "host_name": "Gabriela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 320, + "last_review": "2019-06-20", + "reviews_per_month": 6.75, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 3804, + "id": 7837343, + "name": "Attic with views", + "host_name": "Alicia&Blanca", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 199, + "last_review": "2019-07-02", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 1, + "availability_365": 111 + }, + { + "index": 3805, + "id": 7838608, + "name": "Luxury bedroom near Plaza Catalu\u00f1a", + "host_name": "Conxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 187, + "last_review": "2019-07-08", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 3, + "availability_365": 153 + }, + { + "index": 3806, + "id": 7840534, + "name": "Chambre Double Proche Plage", + "host_name": "Rico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 3807, + "id": 7840689, + "name": "1lit dans Chambre Proche plage", + "host_name": "Rico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Shared room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 3808, + "id": 7846300, + "name": "Room for 3 or 4 persons in the center", + "host_name": "Caterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-07-08", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 6, + "availability_365": 81 + }, + { + "index": 3809, + "id": 7849007, + "name": "Supercentral, 3 bedroom apartment, fast internet.", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 6, + "number_of_reviews": 33, + "last_review": "2019-07-04", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 15, + "availability_365": 311 + }, + { + "index": 3810, + "id": 7849235, + "name": "2 chambres Pour 4 personnes", + "host_name": "Rico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-22", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 3811, + "id": 7849983, + "name": "Sant Pere 1- Can't find it better!", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2015-12-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 22, + "availability_365": 84 + }, + { + "index": 3812, + "id": 7851117, + "name": "Big appartment 20 min away from centre", + "host_name": "Sergio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-05-26", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 3813, + "id": 7852092, + "name": "Cozy sunny apartament w/ terrace", + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-24", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 48 + }, + { + "index": 3814, + "id": 7854497, + "name": "3 bedroom apartment next to Arc de Triomf", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-05", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 41, + "availability_365": 293 + }, + { + "index": 3815, + "id": 7854951, + "name": "Sunny and quiet single room", + "host_name": "J\u00e9r\u00e9my", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-05-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3816, + "id": 7861397, + "name": "SANTS AREA, LIFT, BALCONY,CALM,BRIGHT, METRO L1-L5", + "host_name": "Eduardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-02-27", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 3817, + "id": 7862263, + "name": "TERRACE IN PLAZA DE CATALU\u00d1A", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 430, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2018-11-19", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 6, + "availability_365": 290 + }, + { + "index": 3818, + "id": 7864741, + "name": "Spacious Doble Room/Quiet district", + "host_name": "Edouard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3819, + "id": 7873728, + "name": "Double room Barcelona center", + "host_name": "Nicola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-06-23", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 4, + "availability_365": 299 + }, + { + "index": 3820, + "id": 7878502, + "name": "small studio independent-Park Guell", + "host_name": "Xavi", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-07-08", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 165 + }, + { + "index": 3821, + "id": 7879007, + "name": "Habitaci\u00f3n grande - balc\u00f3n privado", + "host_name": "Amina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-08-21", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3822, + "id": 7879795, + "name": "CENTRAL ROOM. DOUBLE BED, SUNNY BEDROOM WITH BALCONY.", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-06-22", + "reviews_per_month": 4.07, + "calculated_host_listings_count": 2, + "availability_365": 10 + }, + { + "index": 3823, + "id": 7880575, + "name": "Nice sigle room 5min at the beach and 10min centro", + "host_name": "Lena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-05-26", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 3824, + "id": 7883008, + "name": "COZY ROOM IN LES CORTS", + "host_name": "Eugenia Espino", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2016-12-03", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3825, + "id": 7884252, + "name": "Rooms Monjuic Poble Sec", + "host_name": "Orso", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 198, + "last_review": "2019-06-09", + "reviews_per_month": 4.19, + "calculated_host_listings_count": 2, + "availability_365": 21 + }, + { + "index": 3826, + "id": 7894510, + "name": "Habitaci\u00f3n doble centro Barcelona", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3827, + "id": 7900479, + "name": "1pan HAPPY & QUIET 3 BEDR & 2 BATHR APARTMENT", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-10-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 39, + "availability_365": 333 + }, + { + "index": 3828, + "id": 7908860, + "name": "Double room near the beach and city centre.", + "host_name": "Che Carlitos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-07-05", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 3829, + "id": 7911423, + "name": "Habitaci\u00f3n privada en casa unif", + "host_name": "Marta", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3830, + "id": 7917857, + "name": "1324 - OLYMPIC DELUXE", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 339, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-05-16", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 24, + "availability_365": 118 + }, + { + "index": 3831, + "id": 7919537, + "name": "Room+private livingroom and balcony", + "host_name": "Helena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2017-10-29", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3832, + "id": 7927628, + "name": "BED IN NICE MIXED DORMITORY IN CITY CENTER 4 PERS", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 93, + "last_review": "2019-06-19", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 12, + "availability_365": 360 + }, + { + "index": 3833, + "id": 7929911, + "name": "BED IN MIXED 8 PERS DORMITORY ROOM IN CITY CENTER", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2019-05-04", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 12, + "availability_365": 361 + }, + { + "index": 3834, + "id": 7930782, + "name": "CITY CENTER BED IN NICE MIXED DORM FOR 6 PERSONS", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-05-23", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 12, + "availability_365": 360 + }, + { + "index": 3835, + "id": 7930871, + "name": "BED IN GREAT MIXED DORMITORY CITY CENTER 6 PERS !", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-03-24", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 12, + "availability_365": 360 + }, + { + "index": 3836, + "id": 7936080, + "name": "Alquilo Habitaci\u00f3n Individual", + "host_name": "Yajaira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2017-02-28", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 3837, + "id": 7941553, + "name": "Ap. 2 minutes away from the beach", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-04-03", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 31, + "availability_365": 306 + }, + { + "index": 3838, + "id": 7942090, + "name": "Practical Loft Sagrada familia for 3 people", + "host_name": "Ghat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-29", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 13, + "availability_365": 306 + }, + { + "index": 3839, + "id": 7944610, + "name": "Be Barcelona - Urban Love 2", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 442, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-06-24", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 20, + "availability_365": 321 + }, + { + "index": 3840, + "id": 7948481, + "name": "Unique & Great location. Fira Montjuic.", + "host_name": "Patricia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 87, + "minimum_nights": 3, + "number_of_reviews": 152, + "last_review": "2019-07-06", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 1, + "availability_365": 288 + }, + { + "index": 3841, + "id": 7953354, + "name": "Comfortable and economic flat in the city center", + "host_name": "Anders", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-07-03", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 6, + "availability_365": 296 + }, + { + "index": 3842, + "id": 7954069, + "name": "Economic attic with perfect location", + "host_name": "Anders", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-07-02", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 6, + "availability_365": 275 + }, + { + "index": 3843, + "id": 7954984, + "name": "Habitacion moderna y limpia", + "host_name": "Ramiro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Montbau", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-04-22", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 3844, + "id": 7964249, + "name": "Pablo house", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 50, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 3845, + "id": 7965130, + "name": "PRIVATE ROOM FOR 8 PERSONS IN HEART OF BARCELONA !", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 240, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-02-25", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 363 + }, + { + "index": 3846, + "id": 7965883, + "name": "ENTIRE ROOM IN HEART OF BARCELONA FOR 6 PERSONS !", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-24", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 12, + "availability_365": 362 + }, + { + "index": 3847, + "id": 7965916, + "name": "Habitaci\u00f3n individual 1 persona", + "host_name": "Maria Concha", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-03-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 3848, + "id": 7966146, + "name": "Sunny Dbl Room Central&Close to Sagrada Familia", + "host_name": "Ned", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2019-02-02", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3849, + "id": 7966807, + "name": "Room in Gr\u00e0cia", + "host_name": "Noelia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-11-20", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3850, + "id": 7967654, + "name": "HABITACION CENTRO DE BARCELONA", + "host_name": "Diana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 22, + "last_review": "2019-05-06", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 3851, + "id": 7968185, + "name": "BED IN LOVELY MIXED 4P DORMITORY BARCELONA CENTER", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-03-28", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 12, + "availability_365": 362 + }, + { + "index": 3852, + "id": 7968315, + "name": "NICE PRIVATE ROOM IN HEART OF BARCELONA FOR 4 PERS", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-05-08", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 12, + "availability_365": 355 + }, + { + "index": 3853, + "id": 7968938, + "name": "Habitaci\u00f3n Pza universidad-Catalu\u00f1a", + "host_name": "Conxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 56, + "minimum_nights": 2, + "number_of_reviews": 139, + "last_review": "2019-06-27", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 3, + "availability_365": 65 + }, + { + "index": 3854, + "id": 7972318, + "name": "BCN", + "host_name": "Solange", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3855, + "id": 7977004, + "name": "Be Barcelona - Paseo de Gracia- Classy Life", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 355, + "minimum_nights": 3, + "number_of_reviews": 125, + "last_review": "2019-06-16", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 20, + "availability_365": 142 + }, + { + "index": 3856, + "id": 7977915, + "name": "Catalan golden dreams", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 218, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-22", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 20, + "availability_365": 302 + }, + { + "index": 3857, + "id": 7978189, + "name": "Para gente de mar - 38.1 pies", + "host_name": "Oriol Badia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-05-04", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 3, + "availability_365": 362 + }, + { + "index": 3858, + "id": 7980877, + "name": "5 Large room with private bath AC Wifi Ramblas", + "host_name": "Ari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 38, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2017-07-05", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 5, + "availability_365": 313 + }, + { + "index": 3859, + "id": 7985620, + "name": "1afs QUIET, WITH TERRACE SAGRADA FAMILIA", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2018-08-17", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 39, + "availability_365": 0 + }, + { + "index": 3860, + "id": 7986159, + "name": "pid MODERN 2 BED & 2 BATH FLAT NEXT OLD TOWN", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-04-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 39, + "availability_365": 361 + }, + { + "index": 3861, + "id": 7991918, + "name": "mr2 GOTHIC HAPPY GUESTS! BEST PRICE!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-02-07", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 80, + "availability_365": 349 + }, + { + "index": 3862, + "id": 7998100, + "name": "GRAN VIA EXPERIENCE", + "host_name": "Francesca", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 5, + "number_of_reviews": 42, + "last_review": "2019-07-01", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 3863, + "id": 7998174, + "name": "JULY IN L'EIXAMPLE HAPPY & QUIET 3 BEDR & 2 BATHR!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-25", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 80, + "availability_365": 207 + }, + { + "index": 3864, + "id": 7999354, + "name": "Spacious and well-lit room", + "host_name": "Maria Isabel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-16", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 279 + }, + { + "index": 3865, + "id": 8009809, + "name": "cozy and sunny single room", + "host_name": "Orso", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 263, + "last_review": "2019-06-26", + "reviews_per_month": 5.58, + "calculated_host_listings_count": 2, + "availability_365": 16 + }, + { + "index": 3866, + "id": 8012987, + "name": "Pitahaya - 8 min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-08-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 12, + "availability_365": 284 + }, + { + "index": 3867, + "id": 8013090, + "name": "Rambutan - Only 8min. walking from Paseo de Gracia", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 188, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-11-03", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 12, + "availability_365": 284 + }, + { + "index": 3868, + "id": 8020706, + "name": "Incredible Lounge terrace best area", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 3, + "number_of_reviews": 149, + "last_review": "2019-06-20", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 20, + "availability_365": 239 + }, + { + "index": 3869, + "id": 8021250, + "name": "Gothic area, lovely for up to 8 !", + "host_name": "Michele", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 136, + "last_review": "2018-12-12", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 20, + "availability_365": 147 + }, + { + "index": 3870, + "id": 8021692, + "name": "Plaza Catalunya Nice and Comfy 1.2", + "host_name": "Michele", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-24", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 20, + "availability_365": 314 + }, + { + "index": 3871, + "id": 8024459, + "name": "Barcelona city/flat 65m2 sea view.mountain hike", + "host_name": "Mathilde", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 3, + "number_of_reviews": 71, + "last_review": "2019-06-23", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 335 + }, + { + "index": 3872, + "id": 8025186, + "name": "Gotico / Santa Caterina - 3 hab", + "host_name": "Weflating", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-05-07", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 71, + "availability_365": 243 + }, + { + "index": 3873, + "id": 8029780, + "name": "BIG ROOM IN VINTAGE HOUSE", + "host_name": "Marion", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-09-28", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3874, + "id": 8030534, + "name": "Nice 3BR next to park Eixample", + "host_name": "Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-07-05", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 3875, + "id": 8031166, + "name": "1. Downtown Barcelona double room", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 281, + "last_review": "2019-06-18", + "reviews_per_month": 6.03, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 3876, + "id": 8032676, + "name": "PISO MODERNO EN EL EIXAMPLE", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 4, + "number_of_reviews": 108, + "last_review": "2019-06-16", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 1, + "availability_365": 238 + }, + { + "index": 3877, + "id": 8034052, + "name": "Comfortable and Cozy Room", + "host_name": "Luisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-26", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 3878, + "id": 8038658, + "name": "Room + private bathroom", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 14, + "number_of_reviews": 31, + "last_review": "2019-02-28", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 3879, + "id": 8040730, + "name": "Confortable double room in Gracia", + "host_name": "Luaiso", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-06-24", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 184 + }, + { + "index": 3880, + "id": 8044639, + "name": "Bed-Lamp Apartment", + "host_name": "Pere", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 9, + "number_of_reviews": 65, + "last_review": "2019-07-06", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 3881, + "id": 8045986, + "name": "Cutest bedroom 2pax with bathroom 8", + "host_name": "Maria Luisa & Jinky", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-02-24", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 3882, + "id": 8048616, + "name": "Olympic Village Beach Studio 5", + "host_name": "Gabi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 37, + "last_review": "2019-06-16", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 346 + }, + { + "index": 3883, + "id": 8050537, + "name": "YOUR ROOM IN GRACIA-PRIVATE BATH :)", + "host_name": "Gloria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 57, + "minimum_nights": 4, + "number_of_reviews": 120, + "last_review": "2019-07-09", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3884, + "id": 8057612, + "name": "Private single room near Camp Nou", + "host_name": "David", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-09-15", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3885, + "id": 8058065, + "name": "Be Barcelona - Plaza Catalunya Nice and Comfy 2.2", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-05", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 20, + "availability_365": 307 + }, + { + "index": 3886, + "id": 8058619, + "name": "Espaciosa habitaci\u00f3n doble en piso con terraza", + "host_name": "Jana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 38, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-06-01", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 2, + "availability_365": 307 + }, + { + "index": 3887, + "id": 8060075, + "name": "Sagrada Familia - 10 minutes walking", + "host_name": "Francisco Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 113, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-06-28", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 3888, + "id": 8068276, + "name": "Cozy private room BCN city center", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-06-20", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 3, + "availability_365": 58 + }, + { + "index": 3889, + "id": 8069248, + "name": "Deal!! Room in Barcelona Center", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-26", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 3, + "availability_365": 61 + }, + { + "index": 3890, + "id": 8075519, + "name": "Superior with breakfast by Miro EnjoyBCN Apts", + "host_name": "Enjoybcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 75, + "last_review": "2019-06-30", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 3891, + "id": 8075826, + "name": "Deluxe Apartment by Miro EnjoyBCN Apts", + "host_name": "Enjoybcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-23", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 5, + "availability_365": 114 + }, + { + "index": 3892, + "id": 8075880, + "name": "Room to rent in 3 rooms apartment", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 180 + }, + { + "index": 3893, + "id": 8077110, + "name": "pid MODERN 1 BED FLAT NEXT OLD TOWN", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-03-18", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 39, + "availability_365": 365 + }, + { + "index": 3894, + "id": 8083851, + "name": "Spacious, Cosy Room with Private Bathroom.", + "host_name": "Victor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 136, + "last_review": "2019-07-06", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 3895, + "id": 8096273, + "name": "Chic terrace, sunny, central, AC, charming flat", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 209, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-30", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 6, + "availability_365": 228 + }, + { + "index": 3896, + "id": 8099214, + "name": "FIFTH FLOOR NEAR THE BEACH", + "host_name": "Leslie", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 133, + "last_review": "2019-06-13", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 3897, + "id": 8099797, + "name": "SPACIOUS FLAT W/PRIVATE TERRACE! DAILY CLEANING", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-18", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 11, + "availability_365": 249 + }, + { + "index": 3898, + "id": 8101640, + "name": "Stylish & Quiet 1bd St Antoni Raval", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2018-01-27", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 18, + "availability_365": 227 + }, + { + "index": 3899, + "id": 8109648, + "name": "Spacious & comfy room - central BCN", + "host_name": "Vincent", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-09-29", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3900, + "id": 8112143, + "name": "Double in social flat, Rambla 300m!", + "host_name": "Alice", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2015-09-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3901, + "id": 8114070, + "name": "SUNNY DOUBLE ROOM WITH BALCONY", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 186, + "last_review": "2019-06-24", + "reviews_per_month": 3.98, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 3902, + "id": 8121901, + "name": "Central & Cosy flat BCN - POBLE SEC", + "host_name": "Ricardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 87, + "minimum_nights": 4, + "number_of_reviews": 13, + "last_review": "2019-06-24", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 3903, + "id": 8122193, + "name": "Cozy bedroom in the heart of Gotic", + "host_name": "Pere", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 142, + "last_review": "2019-07-07", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 1, + "availability_365": 217 + }, + { + "index": 3904, + "id": 8124491, + "name": "Big Room in a bright Flat", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-06-30", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 3, + "availability_365": 331 + }, + { + "index": 3905, + "id": 8126804, + "name": "Luminoso atico con amplia terraza", + "host_name": "Maria Antonia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 25, + "last_review": "2019-06-29", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 3, + "availability_365": 302 + }, + { + "index": 3906, + "id": 8127277, + "name": "Room for 4 people with bathroom pri", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 19, + "last_review": "2018-06-01", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 8, + "availability_365": 127 + }, + { + "index": 3907, + "id": 8127477, + "name": "room for 6 people with bathroom piv", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 110, + "minimum_nights": 31, + "number_of_reviews": 16, + "last_review": "2016-08-09", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 8, + "availability_365": 45 + }, + { + "index": 3908, + "id": 8132988, + "name": "Spacious room in the city center", + "host_name": "Nacho", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-04-30", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 3909, + "id": 8135780, + "name": "Habitaci\u00f3n individual en Gr\u00e0cia", + "host_name": "J\u00falia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3910, + "id": 8138792, + "name": "fdr NICE 2 BEDROOM FLAT IN GRACIA AREA PARC G\u00dcELL!", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 39, + "availability_365": 349 + }, + { + "index": 3911, + "id": 8147685, + "name": "Spacious bedroom close to centre", + "host_name": "Dorothy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 85, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3912, + "id": 8148676, + "name": "Perfect location in Born!", + "host_name": "Carolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 2, + "number_of_reviews": 200, + "last_review": "2019-06-25", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 3913, + "id": 8149462, + "name": "Sweet Double Room Near Boqueria", + "host_name": "Easy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-01", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 5, + "availability_365": 21 + }, + { + "index": 3914, + "id": 8149689, + "name": "Dbl bedroom with aircon and balcony", + "host_name": "Sami", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3915, + "id": 8156433, + "name": "Comfortable double bed-room", + "host_name": "Matias", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2016-05-22", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3916, + "id": 8158099, + "name": "We share our sunny home", + "host_name": "Luciano", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 128, + "last_review": "2019-06-29", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 3917, + "id": 8162945, + "name": "Double Room with Balcony, Raval", + "host_name": "Tim", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3918, + "id": 8169339, + "name": "DUPLEX DE LUXE AMB JARDI I GARATGE", + "host_name": "Francesc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 490, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-06-22", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 3919, + "id": 8177086, + "name": "COMFORTABLE DOUBLE ROOM IN GRACIA", + "host_name": "Lorena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 51, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2018-09-01", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 3920, + "id": 8181239, + "name": "BRUC 69 PRINCIPAL- PASEO DE GRACIA", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 195, + "last_review": "2019-06-24", + "reviews_per_month": 4.28, + "calculated_host_listings_count": 1, + "availability_365": 69 + }, + { + "index": 3921, + "id": 8181779, + "name": "Sagrada Familia / Sant Pau - 4 hab", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-20", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 71, + "availability_365": 17 + }, + { + "index": 3922, + "id": 8181912, + "name": "2 Bedrooms central and with nice Terrace in Gracia", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 48, + "last_review": "2019-06-28", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 15, + "availability_365": 297 + }, + { + "index": 3923, + "id": 8184458, + "name": "PISO EN CARRER DE LA PROVIDENCIA 99", + "host_name": "Jes\u00fas Clemente", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 29, + "minimum_nights": 365, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 3924, + "id": 8185162, + "name": "Born Apartment 1.2 Metro Jaume I", + "host_name": "Alexey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-04-20", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 11, + "availability_365": 196 + }, + { + "index": 3925, + "id": 8198755, + "name": "Sunny , charming and cosy home in Gracia", + "host_name": "Marlon", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2016-10-31", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3926, + "id": 8207551, + "name": "Room in Sant Antoni huge terrasse", + "host_name": "Christophe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-09-27", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3927, + "id": 8207999, + "name": "Big bedroom with huge terrasse", + "host_name": "Christophe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2015-09-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 3928, + "id": 8215004, + "name": "Spacious one double bedroom near Gaudi Parc", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 329 + }, + { + "index": 3929, + "id": 8215059, + "name": "Park Guell - 1bdr / 1 bath", + "host_name": "Weflating", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-05-09", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 71, + "availability_365": 281 + }, + { + "index": 3930, + "id": 8215509, + "name": "2 double bedroom near Gaudi Parc", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 342 + }, + { + "index": 3931, + "id": 8215716, + "name": "2 bedrooms and terrace near Gaudi Parc", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 71, + "availability_365": 343 + }, + { + "index": 3932, + "id": 8215879, + "name": "Park Guell \u00c1tico- 2 bdr, large terrace and ac", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-12-01", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 71, + "availability_365": 279 + }, + { + "index": 3933, + "id": 8216047, + "name": "SF 31 - Sagrada Familia - 1hab", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-06-26", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 71, + "availability_365": 336 + }, + { + "index": 3934, + "id": 8216291, + "name": "SF 32 - Sagrada Familia 2hab/1 ba\u00f1o", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-05-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 71, + "availability_365": 236 + }, + { + "index": 3935, + "id": 8216403, + "name": "Sunny doble room+terrasse in Gracia", + "host_name": "Beatriz", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-07-08", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 1, + "availability_365": 185 + }, + { + "index": 3936, + "id": 8216455, + "name": "SF 33 - Sagrada Familia -3brd/2bath", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-04-05", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 71, + "availability_365": 312 + }, + { + "index": 3937, + "id": 8216543, + "name": "Sant Antoni B22 - 3b/2bath + ac", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-27", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 71, + "availability_365": 295 + }, + { + "index": 3938, + "id": 8217483, + "name": "Spacious and full of light, Central 2 bedroom apt.", + "host_name": "Alejandro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 6, + "number_of_reviews": 48, + "last_review": "2019-07-07", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 15, + "availability_365": 11 + }, + { + "index": 3939, + "id": 8217890, + "name": "D5 - Centro Ciudad / P\u00ba de Gracia PASEO5", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 60, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 290 + }, + { + "index": 3940, + "id": 8218547, + "name": "Apartamento Diagonal - Eixample DIAG511", + "host_name": "Weflating", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-07-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 71, + "availability_365": 288 + }, + { + "index": 3941, + "id": 8221000, + "name": "apartamento muy luminoso muy cerca del laberinto", + "host_name": "Encarna", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-26", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 225 + }, + { + "index": 3942, + "id": 8222453, + "name": "Liceo apartment by Las Ramblas", + "host_name": "Fernando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 40, + "last_review": "2018-11-04", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 9, + "availability_365": 207 + }, + { + "index": 3943, + "id": 8222946, + "name": "Doble room in new central apartment", + "host_name": "Nikte", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 159, + "last_review": "2019-06-28", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 3944, + "id": 8229940, + "name": "BIG SHINY ROOM CITY-CENTER", + "host_name": "Andr\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 150, + "last_review": "2019-07-06", + "reviews_per_month": 3.32, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 3945, + "id": 8232860, + "name": "Hab.privada con terraza exterior", + "host_name": "Lorena", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2015-09-14", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3946, + "id": 8233436, + "name": "Nice room in Barcelona Center", + "host_name": "Javiera", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 14, + "number_of_reviews": 11, + "last_review": "2019-07-08", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 60 + }, + { + "index": 3947, + "id": 8238284, + "name": "Double room by the Ramblas", + "host_name": "Antony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-07-04", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 354 + }, + { + "index": 3948, + "id": 8249976, + "name": "Barcelona's Heart", + "host_name": "Baleska", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 195, + "last_review": "2019-06-27", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 3, + "availability_365": 119 + }, + { + "index": 3949, + "id": 8252969, + "name": "Ensuite room with 50m2 terrace", + "host_name": "Abby", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3950, + "id": 8253250, + "name": "Double room with balcony + terrace", + "host_name": "Will", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3951, + "id": 8254967, + "name": "Cosy attic room w/ panorama terrace", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-01", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 1, + "availability_365": 54 + }, + { + "index": 3952, + "id": 8260935, + "name": "D3 - Centro Ciudad / P\u00ba de Gracia", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 25, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 287 + }, + { + "index": 3953, + "id": 8261020, + "name": "D4 P\u00ba de Gracia - 4hab + 2 ba\u00f1os PASEO4", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2016-09-17", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 71, + "availability_365": 243 + }, + { + "index": 3954, + "id": 8261111, + "name": "D6 - Centro Ciudad / P\u00ba de Gracia", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-08-12", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 71, + "availability_365": 264 + }, + { + "index": 3955, + "id": 8261212, + "name": "Apt close to Sagrada Familia (4pax) SF1", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-05-26", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 42, + "availability_365": 34 + }, + { + "index": 3956, + "id": 8261391, + "name": "Independent Study in Gracia", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 60, + "number_of_reviews": 13, + "last_review": "2018-09-30", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 71, + "availability_365": 74 + }, + { + "index": 3957, + "id": 8261477, + "name": "Apartment next to the Ramblas", + "host_name": "Weflating", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 71, + "availability_365": 259 + }, + { + "index": 3958, + "id": 8261655, + "name": "Precioso Apartamento en Gracia 1hab PIMA", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-05-07", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 71, + "availability_365": 16 + }, + { + "index": 3959, + "id": 8261734, + "name": "Park Guell one bedroom with terrace", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 279 + }, + { + "index": 3960, + "id": 8261801, + "name": "Sant Antoni B11- 3bdr/2 bath + ac", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-27", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 71, + "availability_365": 264 + }, + { + "index": 3961, + "id": 8261892, + "name": "Sant Antoni B12 - 3bdr / 2bath + ac", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-05-12", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 71, + "availability_365": 283 + }, + { + "index": 3962, + "id": 8261951, + "name": "Sant Antoni Market B31 - 3h / 2b", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-12-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 71, + "availability_365": 295 + }, + { + "index": 3963, + "id": 8262126, + "name": "Sant Antoni Market B32-3h/2b + ac", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 75, + "number_of_reviews": 4, + "last_review": "2016-06-05", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 71, + "availability_365": 285 + }, + { + "index": 3964, + "id": 8263101, + "name": "Habitaci\u00f3n en piso compartido", + "host_name": null, + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3965, + "id": 8266126, + "name": "A home away from home in El Born", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2015-11-03", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3966, + "id": 8267781, + "name": "Double room in Gracia", + "host_name": "Lili", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-13", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 3967, + "id": 8269439, + "name": "SF 52 - 2hab enfrente Sagrada Familia", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 139 + }, + { + "index": 3968, + "id": 8269705, + "name": "SF 53 -3hab/2 ba\u00f1os SAGRADA FAMILIA", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2016-12-02", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 71, + "availability_365": 323 + }, + { + "index": 3969, + "id": 8269751, + "name": "S51 - 1 hab junto SAGRADA FAMILIA", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-06-26", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 71, + "availability_365": 305 + }, + { + "index": 3970, + "id": 8270563, + "name": "SF1 - Duplex con patio/ 2 hab", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-06-19", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 71, + "availability_365": 101 + }, + { + "index": 3971, + "id": 8270716, + "name": "SF2 - DUPLEX con patio / 2hab", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-06-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 71, + "availability_365": 331 + }, + { + "index": 3972, + "id": 8271873, + "name": "Double room with terrace in attic!", + "host_name": "Jonathan & Jordi", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 249, + "last_review": "2019-07-01", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 1, + "availability_365": 225 + }, + { + "index": 3973, + "id": 8278517, + "name": "fdl2 ACOMODIS GREAT LOCATION RIGHT IN EL BORN!!!!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-06-18", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 80, + "availability_365": 355 + }, + { + "index": 3974, + "id": 8279661, + "name": "sunny attic, 2 teraces and solarium", + "host_name": "Maria Antonia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-07-05", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 3, + "availability_365": 276 + }, + { + "index": 3975, + "id": 8280389, + "name": "Acogedor apartamento cerca de Plaza Espa\u00f1a", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-03-03", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 43, + "availability_365": 309 + }, + { + "index": 3976, + "id": 8283245, + "name": "Cosy room with BALCONY @ Gran Via", + "host_name": "Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2019-07-02", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 138 + }, + { + "index": 3977, + "id": 8284503, + "name": "Habitaci\u00f3n doble luminosa Paral-lel", + "host_name": "Sebastian", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3978, + "id": 8284845, + "name": "Nice room in Gr\u00e0cia near Park G\u00fcell", + "host_name": "Alba", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2018-07-22", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 3979, + "id": 8288407, + "name": "Room for rent. Habitaci\u00f3n grande libre!", + "host_name": "Angel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 3980, + "id": 8290919, + "name": "Flower Power Room", + "host_name": "Pr\u00edncipe Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3981, + "id": 8290927, + "name": "Flying Birds Room", + "host_name": "Pr\u00edncipe Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3982, + "id": 8291563, + "name": "Mexican Room", + "host_name": "Pr\u00edncipe Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3983, + "id": 8292945, + "name": "Stunning and modern white apartment", + "host_name": "Miquel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-26", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 2, + "availability_365": 331 + }, + { + "index": 3984, + "id": 8297905, + "name": "Apt.cerca SagradaFamilia (4pax) SF2", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-06-15", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 42, + "availability_365": 18 + }, + { + "index": 3985, + "id": 8298702, + "name": "Apartment Born 33", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-07-07", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 15, + "availability_365": 247 + }, + { + "index": 3986, + "id": 8299598, + "name": "Cozy central double bedroom", + "host_name": "Mina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 19, + "minimum_nights": 5, + "number_of_reviews": 18, + "last_review": "2019-06-25", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 3987, + "id": 8299987, + "name": "Fantastic and central apartment 12", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-07-04", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 15, + "availability_365": 244 + }, + { + "index": 3988, + "id": 8300001, + "name": "Centrico con 3 habitaciones 13", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-07", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 15, + "availability_365": 270 + }, + { + "index": 3989, + "id": 8303878, + "name": "Central and charming apartment", + "host_name": "Carlos Alberto", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-07-06", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 3, + "availability_365": 257 + }, + { + "index": 3990, + "id": 8307625, + "name": "Atico Trafalgar", + "host_name": "Dirk", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 297, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 3991, + "id": 8316729, + "name": "Bunking bed in a cozy center appart", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 156, + "last_review": "2019-06-24", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 3, + "availability_365": 34 + }, + { + "index": 3992, + "id": 8320030, + "name": "Cozy Room in the centre of BCN!", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3993, + "id": 8322377, + "name": "SINGLE ROOM!! WI-FI!!", + "host_name": "Galina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-06-26", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 3, + "availability_365": 152 + }, + { + "index": 3994, + "id": 8325760, + "name": "SINGLE ROOM! Wi-FI! BCN!", + "host_name": "Galina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-06-25", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 3, + "availability_365": 145 + }, + { + "index": 3995, + "id": 8325761, + "name": "DOUBLE ROOM!! BARCELONA!!", + "host_name": "Galina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 98, + "last_review": "2019-06-17", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 3, + "availability_365": 129 + }, + { + "index": 3996, + "id": 8336775, + "name": "Bright double room near La Rambla", + "host_name": "Valentin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 24, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2016-04-26", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 3997, + "id": 8340167, + "name": "Quiet & bright room in lively area", + "host_name": "Sergi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 269, + "last_review": "2019-07-06", + "reviews_per_month": 5.78, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 3998, + "id": 8346082, + "name": "Loft Gracia sleeps 4 (Llibertat 1)", + "host_name": "Carmen", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 23, + "last_review": "2019-06-17", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 168 + }, + { + "index": 3999, + "id": 8350579, + "name": "3 APARTMENTS BY LA SAGRADA FAMILIA OF GAUDI sf3a", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 255, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-11", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 4000, + "id": 8350921, + "name": "sf5 5FLATS BY SAGRADA FAMILIA-GAUDI", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 425, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 359 + }, + { + "index": 4001, + "id": 8351864, + "name": "Habitacion en centro Barcelona", + "host_name": "Mabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 7, + "number_of_reviews": 11, + "last_review": "2019-06-05", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 233 + }, + { + "index": 4002, + "id": 8352635, + "name": "sfa2 \u00a1\u00a1\u00a1\u00a1\u00a1GREAT PENTHOUSE SAGRADA FAMILIA!!!!!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-07-25", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 80, + "availability_365": 364 + }, + { + "index": 4003, + "id": 8360743, + "name": "Fantastic apartment full equipped", + "host_name": "Luka", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 4004, + "id": 8378107, + "name": "Casa Cosi - Sant Antoni", + "host_name": "Casa Cosi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-26", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 15, + "availability_365": 291 + }, + { + "index": 4005, + "id": 8399826, + "name": "Acogedora habitaci\u00f3n, ba\u00f1o privado y desayuno", + "host_name": "M\u00f3nica", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-07-05", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 2, + "availability_365": 37 + }, + { + "index": 4006, + "id": 8400059, + "name": "Room in luminous flat", + "host_name": "Elena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2017-07-01", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4007, + "id": 8401847, + "name": "Cosy Getaway Refurbished in Sants - Wifi - ATU40", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 6, + "number_of_reviews": 56, + "last_review": "2019-06-22", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 18, + "availability_365": 106 + }, + { + "index": 4008, + "id": 8403840, + "name": "STAYS FROM 32 NIGHTS. FREE PARKING", + "host_name": "Sonia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2018-08-17", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 4, + "availability_365": 334 + }, + { + "index": 4009, + "id": 8405901, + "name": "Fully Equipped Upscale Loft", + "host_name": "Crist\u00f3bal", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2019-05-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 244 + }, + { + "index": 4010, + "id": 8414793, + "name": "Lugaris Beach Quadruple Apartment", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-25", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 5, + "availability_365": 356 + }, + { + "index": 4011, + "id": 8420515, + "name": "WIFI&COURTYARD! BAR\u00c7A stadium loft", + "host_name": "Sarah", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 197, + "last_review": "2019-06-23", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 3, + "availability_365": 165 + }, + { + "index": 4012, + "id": 8433094, + "name": "2 BLOCKS FROM EVERYWHERE. WIFI .NEW", + "host_name": "Eduard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 309, + "last_review": "2019-07-05", + "reviews_per_month": 6.8, + "calculated_host_listings_count": 5, + "availability_365": 317 + }, + { + "index": 4013, + "id": 8435493, + "name": "Industrial loft studio, 5 min walk to the beach", + "host_name": "Linus", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2018-09-10", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 4014, + "id": 8442239, + "name": "pdo2 BEST PRICE! HAPPY FLAT-GOTHIC!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-11-20", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 80, + "availability_365": 282 + }, + { + "index": 4015, + "id": 8442656, + "name": "Hab doble con vista a la Sag Flia.", + "host_name": "Nani", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2015-12-01", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4016, + "id": 8455108, + "name": "NEW!Comfortable room in sunny apartment. Centric", + "host_name": "Andrei", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-03-12", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4017, + "id": 8456557, + "name": "Single Sleeper in Female Only Shared room", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-04-12", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 8, + "availability_365": 365 + }, + { + "index": 4018, + "id": 8463847, + "name": "Cosy room with sofa and a big desk", + "host_name": "Camila Y Hortensia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-13", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 219 + }, + { + "index": 4019, + "id": 8484828, + "name": "Cool, sunny charming penthouse + terrace", + "host_name": "Skye", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-18", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 2, + "availability_365": 279 + }, + { + "index": 4020, + "id": 8485015, + "name": "Habitaci\u00f3n en Barcelona en Sants", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2015-10-14", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4021, + "id": 8492571, + "name": "VINTAGE STYLE PARAL.LEL", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-06-12", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 4, + "availability_365": 94 + }, + { + "index": 4022, + "id": 8494006, + "name": "Calle Princesa, Born", + "host_name": "Xavi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2019-06-22", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 7, + "availability_365": 259 + }, + { + "index": 4023, + "id": 8494172, + "name": "Piso acogedor en el Centro de Barcelona \" BORNE \"", + "host_name": "Carmen", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 129, + "last_review": "2019-06-23", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 4024, + "id": 8494312, + "name": "CIUTAT LUXURY APARTMENT IN THE HEART OF BARCELONA", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-11-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 28, + "availability_365": 190 + }, + { + "index": 4025, + "id": 8497118, + "name": "In the hearth of Poble Sec", + "host_name": "TapTango", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 1000, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2017-06-11", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 4026, + "id": 8502828, + "name": "Habitaci\u00f3n grande luminosa, ba\u00f1o privado completo.", + "host_name": "Anna", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 94, + "last_review": "2019-06-28", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 4027, + "id": 8504964, + "name": "habitaci\u00f3n doble para 1 persona", + "host_name": "Gayanush", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 4028, + "id": 8513356, + "name": "Cozy M\u00e9dium room with panoramic view.", + "host_name": "Imatra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 87, + "last_review": "2019-05-07", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 46 + }, + { + "index": 4029, + "id": 8515646, + "name": "Half Moon. Barcelona Views.", + "host_name": "Manuel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 33, + "number_of_reviews": 10, + "last_review": "2016-11-19", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 31, + "availability_365": 204 + }, + { + "index": 4030, + "id": 8516038, + "name": "Excelent bedroom in heart of Gothic", + "host_name": "Ramiro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Shared room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4031, + "id": 8521963, + "name": "Habitaci\u00f3n privada", + "host_name": "Gabriel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 12, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2019-01-10", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 160 + }, + { + "index": 4032, + "id": 8535939, + "name": "Shared room 1 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 168, + "last_review": "2019-06-23", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 9, + "availability_365": 324 + }, + { + "index": 4033, + "id": 8537109, + "name": "Library Room 1 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 120, + "last_review": "2019-07-02", + "reviews_per_month": 3.05, + "calculated_host_listings_count": 9, + "availability_365": 334 + }, + { + "index": 4034, + "id": 8543610, + "name": "Central double room + rooftop", + "host_name": "Mika", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-10-24", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4035, + "id": 8549016, + "name": "BCN Double Bed Breakfast", + "host_name": "Mar\u00eda, Juan Y Alejandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 190, + "last_review": "2019-07-05", + "reviews_per_month": 4.12, + "calculated_host_listings_count": 3, + "availability_365": 278 + }, + { + "index": 4036, + "id": 8553421, + "name": "dip2a MODERN 2 BEDR FLAT WITH 2 BATH NEXT OLD TOWN", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-06-10", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 80, + "availability_365": 349 + }, + { + "index": 4037, + "id": 8553780, + "name": "dip3 MODERN 3 BED FLAT NEXT OLD TOWN", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 356 + }, + { + "index": 4038, + "id": 8553863, + "name": "Confortable apartment in BCN- WIFI", + "host_name": "Vanina Carla", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-03-31", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 284 + }, + { + "index": 4039, + "id": 8562284, + "name": "dbleroom for rent \\Habitacion doble", + "host_name": "Anto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2015-10-31", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4040, + "id": 8567422, + "name": "Room for 3 people with bathroom pri", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 30, + "last_review": "2018-06-17", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 8, + "availability_365": 313 + }, + { + "index": 4041, + "id": 8568204, + "name": "ar5 GREAT 1 BEDR APARTMENT EL BORN!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 4042, + "id": 8580854, + "name": "Precioso apartamento rehabilitado en Eixample", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 87, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-26", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 3, + "availability_365": 37 + }, + { + "index": 4043, + "id": 8585795, + "name": "Habitaci\u00f3n doble, grande y luminosa", + "host_name": "Marisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 90, + "number_of_reviews": 3, + "last_review": "2018-10-31", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 359 + }, + { + "index": 4044, + "id": 8585995, + "name": "Bright Double room in Lesseps", + "host_name": "Saphie", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-10-12", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4045, + "id": 8586053, + "name": "Big double bed-room in Gracia, Room No.1", + "host_name": "Roy", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 58, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-02-28", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 3, + "availability_365": 163 + }, + { + "index": 4046, + "id": 8586919, + "name": "Haz tu visita a Barcelona Especial por pocos Eu!", + "host_name": "Cathy & Carlos", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Private room", + "price": 16, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-10-31", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 4047, + "id": 8591619, + "name": "Bonito apartamento en Barcelona", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4048, + "id": 8601243, + "name": "PANORAMIC VIEW", + "host_name": "Marc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 5, + "number_of_reviews": 74, + "last_review": "2019-07-06", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 1, + "availability_365": 20 + }, + { + "index": 4049, + "id": 8609685, + "name": "Casa Luis en Barcelona", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2018-12-12", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 8, + "availability_365": 47 + }, + { + "index": 4050, + "id": 8620038, + "name": "50\u20ac Clean, sunny and cozy double room", + "host_name": "Mer", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-04", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 4051, + "id": 8625967, + "name": "Habitaci\u00f3n doble Barcelona", + "host_name": "Noa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2017-08-22", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4052, + "id": 8626546, + "name": "Library Room 2 Catalunya Rambla", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 183, + "last_review": "2019-06-28", + "reviews_per_month": 3.98, + "calculated_host_listings_count": 9, + "availability_365": 319 + }, + { + "index": 4053, + "id": 8631929, + "name": "pb1 WITH TERRACE QUIET & HAPPY FLAT \"ACOMODIS\"", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-02-11", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 80, + "availability_365": 352 + }, + { + "index": 4054, + "id": 8639710, + "name": "Habitaci\u00f3n individual en Lesseps", + "host_name": "Saphie", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2016-09-06", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 4055, + "id": 8640260, + "name": "Individual Room", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4056, + "id": 8645348, + "name": "Posh suite with bathroom 7", + "host_name": "Maria Luisa & Jinky", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-01-29", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 4057, + "id": 8645965, + "name": "Charming double bedroom+bathroom", + "host_name": "Maria Luisa & Jinky", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-02-24", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 4058, + "id": 8646075, + "name": "Stylish bedroom+breakfast+wifi 2", + "host_name": "Maria Luisa & Jinky", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-02-24", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 4059, + "id": 8647150, + "name": "Duplex 3 rooms, with large terrace, internet.", + "host_name": "Mar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 87, + "last_review": "2019-05-10", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 4, + "availability_365": 251 + }, + { + "index": 4060, + "id": 8659814, + "name": "BRAND-NEW 1 BD APT SAGRADA FAMILIA 11", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2018-12-19", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 21, + "availability_365": 308 + }, + { + "index": 4061, + "id": 8661298, + "name": "Rambla A -ideal for expads and couples! Free wifi Gorgeous views of Rambla", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-09-08", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 22, + "availability_365": 98 + }, + { + "index": 4062, + "id": 8661616, + "name": "Rambla B- free wifi, ideal for expads and students abroad- Very bright!", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-06-30", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 22, + "availability_365": 98 + }, + { + "index": 4063, + "id": 8661774, + "name": "Rambla C- ideal workers from abroad and couples- free wifi and crazy views!", + "host_name": "EasyFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2019-04-30", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 22, + "availability_365": 89 + }, + { + "index": 4064, + "id": 8662302, + "name": "Luxury apartment. Min stay 33 days", + "host_name": "Alex", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 33, + "number_of_reviews": 3, + "last_review": "2017-03-01", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 9, + "availability_365": 333 + }, + { + "index": 4065, + "id": 8662474, + "name": "Rambla D - Monthly rental Rambla / Pla\u00e7a Catalunya", + "host_name": "EasyFlat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-07-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 22, + "availability_365": 69 + }, + { + "index": 4066, + "id": 8662791, + "name": "Rambla F - Pla\u00e7a Catalunya", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-04-11", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 22, + "availability_365": 33 + }, + { + "index": 4067, + "id": 8663061, + "name": "Apartamento Eixample con terraza", + "host_name": "S\u00edlvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 30, + "number_of_reviews": 5, + "last_review": "2018-08-31", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 4068, + "id": 8663950, + "name": "peque\u00f1o, confortable 20 min playa 15 sagrada flia", + "host_name": "Eduardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-10", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 4069, + "id": 8664238, + "name": "Rambla I - Pla\u00e7a Catalunya", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2019-07-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 22, + "availability_365": 34 + }, + { + "index": 4070, + "id": 8664975, + "name": "Habitaci\u00f3n doble cerca de Glories", + "host_name": "Maud", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-17", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 4071, + "id": 8666346, + "name": "BCN Center big room with balcony!", + "host_name": "Agust\u00edn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2018-11-18", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 2, + "availability_365": 38 + }, + { + "index": 4072, + "id": 8666411, + "name": "Library Room 4 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 107, + "last_review": "2019-06-16", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 9, + "availability_365": 331 + }, + { + "index": 4073, + "id": 8666413, + "name": "Fantastic double bedroom in Born.", + "host_name": "Tomas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-23", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 74 + }, + { + "index": 4074, + "id": 8666693, + "name": "Library Room 3 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 95, + "last_review": "2019-07-02", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 9, + "availability_365": 326 + }, + { + "index": 4075, + "id": 8667017, + "name": "Quiet apartment in Gracia-Art flat", + "host_name": "Fernando", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-07-09", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 9, + "availability_365": 31 + }, + { + "index": 4076, + "id": 8667979, + "name": "Brand new apartment in Poble Sec area by Montjuic", + "host_name": "Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-07-06", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 9, + "availability_365": 261 + }, + { + "index": 4077, + "id": 8677015, + "name": "PRIVATE ROOM IN MY APARTMENT FOR 4", + "host_name": "Jacqueline Y Elizabeth", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-06-28", + "reviews_per_month": 4.58, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 4078, + "id": 8677938, + "name": "Apartamento muy luminoso para 3", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-23", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 12, + "availability_365": 224 + }, + { + "index": 4079, + "id": 8686169, + "name": "1ldf HAPPY APARTMENT RIGHT IN EL BORN!!!", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-09", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 39, + "availability_365": 365 + }, + { + "index": 4080, + "id": 8686952, + "name": "fdl1 BEST PRICE! SEVERAL HAPPY APARTMENTS EL BORN!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-06", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 80, + "availability_365": 353 + }, + { + "index": 4081, + "id": 8687504, + "name": "fnt1 BESTPRICE! HAPPYFLAT! OLDTOWN! IDEALLOCATION!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-03-10", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 4082, + "id": 8687968, + "name": "1odp BEST PRICE! GOTHIC-HAPPY FLAT-ROMAN WALL!", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-01-30", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 39, + "availability_365": 365 + }, + { + "index": 4083, + "id": 8696984, + "name": "Comfortable room in new apartment", + "host_name": "\u0410\u043d\u0436\u0435\u043b\u0438\u043a\u0430", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-17", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 337 + }, + { + "index": 4084, + "id": 8708285, + "name": "BRAND-NEW 1 BD APT SAGRADA FAMILIA 41", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-07", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 21, + "availability_365": 305 + }, + { + "index": 4085, + "id": 8713265, + "name": "Green Double Room Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-06-28", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 9, + "availability_365": 319 + }, + { + "index": 4086, + "id": 8723568, + "name": "alquieler habitacin con dos camas", + "host_name": "Pilar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4087, + "id": 8723781, + "name": "Double room in an artist\u00b4s house", + "host_name": "Magdalena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4088, + "id": 8727662, + "name": "spacious room with balcony overlook", + "host_name": "Flo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2016-07-30", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 4089, + "id": 8727869, + "name": "Amplia Habitaci\u00f3n C\u00e9ntrica", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4090, + "id": 8731876, + "name": "Nice apartment in Gracia Center", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-27", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 8, + "availability_365": 342 + }, + { + "index": 4091, + "id": 8733152, + "name": "Calm apartment in the heart of Bcn", + "host_name": "Brn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4092, + "id": 8734083, + "name": "a3fs LARGE GROUPFLAT CLOSE TO LA SAGRADA FAMILIA", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-12-02", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 39, + "availability_365": 359 + }, + { + "index": 4093, + "id": 8734389, + "name": "LUX DOUBLE SIZE WT BATHROM IN SUITE", + "host_name": "Alfredo", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 206, + "last_review": "2019-07-04", + "reviews_per_month": 4.6, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 4094, + "id": 8735605, + "name": "Beatiful Yacht whit terrace", + "host_name": "Miguel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 145, + "last_review": "2019-06-26", + "reviews_per_month": 3.46, + "calculated_host_listings_count": 2, + "availability_365": 228 + }, + { + "index": 4095, + "id": 8745852, + "name": "Shared room 3 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 166, + "last_review": "2019-07-02", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 9, + "availability_365": 336 + }, + { + "index": 4096, + "id": 8746607, + "name": "Shared room 4 Rambla Catalunya", + "host_name": "Karla", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 171, + "last_review": "2019-06-23", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 9, + "availability_365": 309 + }, + { + "index": 4097, + "id": 8747441, + "name": "Charming Aptment Center 2bed+2bath", + "host_name": "Joana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 151, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-07-07", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 92 + }, + { + "index": 4098, + "id": 8747491, + "name": "Sunny and cozy room near Sants Station / Airport", + "host_name": "Roger", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 33, + "minimum_nights": 4, + "number_of_reviews": 38, + "last_review": "2019-06-06", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 4099, + "id": 8747669, + "name": "sf00 NEW 1 BDR FLAT SAGRADA FAMILIA", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 355 + }, + { + "index": 4100, + "id": 8752941, + "name": "Un classico appartamento nel Gotico", + "host_name": "Piero", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 35, + "number_of_reviews": 21, + "last_review": "2019-05-16", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 4101, + "id": 8757334, + "name": "Sagrada Familia at your doorstep", + "host_name": "Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 147, + "last_review": "2019-06-23", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 4102, + "id": 8769293, + "name": "3 Bedroom apartment beside Sagrada Familia", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 6, + "number_of_reviews": 37, + "last_review": "2019-06-29", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 15, + "availability_365": 295 + }, + { + "index": 4103, + "id": 8778827, + "name": "LITERA 2 PERSONAS", + "host_name": "Leonor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-27", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 4104, + "id": 8787168, + "name": "DESIGN CLUB BCN", + "host_name": "Alejandra Y Jennifer", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 198, + "last_review": "2019-07-08", + "reviews_per_month": 5.25, + "calculated_host_listings_count": 1, + "availability_365": 118 + }, + { + "index": 4105, + "id": 8793319, + "name": "Quiet apartment with terrace", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-06-10", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 4106, + "id": 8803139, + "name": "Beautiful single room in Born", + "host_name": "Tomas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 67, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2019-06-24", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 2, + "availability_365": 304 + }, + { + "index": 4107, + "id": 8803733, + "name": "STYLISH EIXAMPLE luxury in the center, big terrace", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 471, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-06-15", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 4, + "availability_365": 115 + }, + { + "index": 4108, + "id": 8806322, + "name": "Cozy bedroom", + "host_name": "Leo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 148, + "last_review": "2019-06-26", + "reviews_per_month": 4.05, + "calculated_host_listings_count": 2, + "availability_365": 271 + }, + { + "index": 4109, + "id": 8806793, + "name": "Single bed room in Barceloneta", + "host_name": "Tanya", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 19, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4110, + "id": 8806993, + "name": "Agradable y c\u00e9ntrico apartamento", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-03-17", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 43, + "availability_365": 287 + }, + { + "index": 4111, + "id": 8811813, + "name": "VALLS II -Antique & Modernist Apt-", + "host_name": "Wally", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 210, + "last_review": "2019-07-08", + "reviews_per_month": 4.64, + "calculated_host_listings_count": 3, + "availability_365": 208 + }, + { + "index": 4112, + "id": 8820500, + "name": "Light double room near riverside & shopping center", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Private room", + "price": 21, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2018-08-30", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4113, + "id": 8821781, + "name": "Lucuma - Only 8 min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 281 + }, + { + "index": 4114, + "id": 8821953, + "name": "Grape - Only 8 min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 273 + }, + { + "index": 4115, + "id": 8822045, + "name": "Guayaba - Just 8 min walk from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 284 + }, + { + "index": 4116, + "id": 8822209, + "name": "Kumquat Room 8 min. walking from Paseo de Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 106, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 277 + }, + { + "index": 4117, + "id": 8822295, + "name": "Granada - Only 8 min. walking from Paseo de Gracia", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 111, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-02-24", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 12, + "availability_365": 276 + }, + { + "index": 4118, + "id": 8827248, + "name": null, + "host_name": "Marion", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4119, + "id": 8855219, + "name": "Gracia lovely flat with terrace", + "host_name": "Marcello", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-07-08", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 3, + "availability_365": 254 + }, + { + "index": 4120, + "id": 8864938, + "name": "Gorgeous flat in Poblenou", + "host_name": "Gabriela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2017-10-06", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 4121, + "id": 8874708, + "name": "Big Room in Pl.Espanya-Rocafort", + "host_name": "Marco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-24", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4122, + "id": 8877394, + "name": "Barcelona - Loft Paseo de gracia", + "host_name": "Trize", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-07-05", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 14, + "availability_365": 216 + }, + { + "index": 4123, + "id": 8878715, + "name": "Habitaci\u00f3n amplia centro Barcelona", + "host_name": "Marta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-04-06", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 4124, + "id": 8880938, + "name": "Ramblas - Montjich - Poble Sec", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 3, + "number_of_reviews": 168, + "last_review": "2019-06-23", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 2, + "availability_365": 118 + }, + { + "index": 4125, + "id": 8881364, + "name": "VALLS I -Antique & Modernist Apt-", + "host_name": "Wally", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 214, + "last_review": "2019-06-28", + "reviews_per_month": 4.73, + "calculated_host_listings_count": 3, + "availability_365": 206 + }, + { + "index": 4126, + "id": 8882078, + "name": "VALLS III -Antique & Modernist Apt-", + "host_name": "Wally", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 220, + "last_review": "2019-07-05", + "reviews_per_month": 4.85, + "calculated_host_listings_count": 3, + "availability_365": 225 + }, + { + "index": 4127, + "id": 8882712, + "name": "Cosy room with terrace", + "host_name": "Willy", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 62, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-03-04", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 4128, + "id": 8884045, + "name": "ROOM NEAR CONGRESS & OLD TOWN", + "host_name": "D\u00e1maris", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2018-08-18", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 2, + "availability_365": 20 + }, + { + "index": 4129, + "id": 8895163, + "name": "Apartamento Temple Gaudi, junto a la Sagrada Familia", + "host_name": "Montserrat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 238, + "last_review": "2019-06-29", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 4130, + "id": 8905236, + "name": "SAGRADA FAMILIA APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-17", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 49, + "availability_365": 113 + }, + { + "index": 4131, + "id": 8905238, + "name": "CAMP NOU MUNNE 2-1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-04-22", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 49, + "availability_365": 119 + }, + { + "index": 4132, + "id": 8905754, + "name": "Centrica habitacion plaza espa\u00f1a", + "host_name": "Luis Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 3, + "last_review": "2019-03-01", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 328 + }, + { + "index": 4133, + "id": 8912392, + "name": "Ethnic Eixample", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-05-30", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 76, + "availability_365": 131 + }, + { + "index": 4134, + "id": 8912474, + "name": "Walking distance to the sea.", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-05-30", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 4135, + "id": 8921568, + "name": "Room+PrivateWC at a Centric Rooftop", + "host_name": "\u00dcmit", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 23, + "minimum_nights": 15, + "number_of_reviews": 21, + "last_review": "2019-02-22", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 76 + }, + { + "index": 4136, + "id": 8923152, + "name": "2 beds room with WIFI in Barcelona!", + "host_name": "Luisa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-07-06", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 2, + "availability_365": 125 + }, + { + "index": 4137, + "id": 8926518, + "name": "bonito apartamento con terraza", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 35, + "number_of_reviews": 4, + "last_review": "2018-12-31", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 80 + }, + { + "index": 4138, + "id": 8929591, + "name": "Elegant apartment in the center", + "host_name": "Catherine", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-04-01", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4139, + "id": 8931118, + "name": "Sunny Penthouse + Terrace,steps to Plaza Catalunya", + "host_name": "Gunnar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 247, + "minimum_nights": 4, + "number_of_reviews": 168, + "last_review": "2019-07-08", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 6, + "availability_365": 247 + }, + { + "index": 4140, + "id": 8933347, + "name": "Barcelona Modern Diagonal 1", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-18", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 95, + "availability_365": 275 + }, + { + "index": 4141, + "id": 8933578, + "name": "CIUTADELLA PARK BORN", + "host_name": "Homes In Blue", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-07-03", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 43, + "availability_365": 285 + }, + { + "index": 4142, + "id": 8934487, + "name": "Double room in the heart of Bcn", + "host_name": "Luca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-03-13", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4143, + "id": 8938744, + "name": "Habitacion con ba\u00f1o propio", + "host_name": "Jhonatan", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4144, + "id": 8940271, + "name": "ROOM WITH THE BEST VIEWS IN TOWN", + "host_name": "German", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 4145, + "id": 8947017, + "name": "Private! Living room + Double bedroom + Balcony", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-06-06", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 4146, + "id": 8947986, + "name": "Habitaci\u00f3n amplia tipo miniloft.", + "host_name": "Elisa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 29, + "number_of_reviews": 1, + "last_review": "2016-01-31", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4147, + "id": 8953520, + "name": "Alquilo habitaci\u00f3n en Barcelona", + "host_name": "Grazia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-07-06", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 4148, + "id": 8966420, + "name": "Double Room in Eixample(PLZ Espa\u00f1a)", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-15", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 336 + }, + { + "index": 4149, + "id": 8978429, + "name": "Bed in 8 bed mix dormitory", + "host_name": "Mambo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-07-05", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 2, + "availability_365": 362 + }, + { + "index": 4150, + "id": 8986953, + "name": "NICE ROOMS SAGRADA FAMILIA", + "host_name": "Chaska", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 78, + "last_review": "2019-06-22", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 3, + "availability_365": 329 + }, + { + "index": 4151, + "id": 8987797, + "name": "BEAUTIFUL ROOM SAGRADA FAMILIA", + "host_name": "Chaska", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 31, + "minimum_nights": 4, + "number_of_reviews": 55, + "last_review": "2019-07-04", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 3, + "availability_365": 327 + }, + { + "index": 4152, + "id": 8990296, + "name": "Renting in November", + "host_name": "Miruchos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4153, + "id": 8990923, + "name": "Comfortable Cama", + "host_name": "Simo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 9, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-10-22", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4154, + "id": 8998165, + "name": "Ciutadella close to the Beach", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-20", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 76, + "availability_365": 136 + }, + { + "index": 4155, + "id": 9001917, + "name": "Private & clean double room", + "host_name": "Pablo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4156, + "id": 9004874, + "name": "Cosy room - Centre Barcelona", + "host_name": "Ana Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 21, + "minimum_nights": 14, + "number_of_reviews": 17, + "last_review": "2016-12-01", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4157, + "id": 9009480, + "name": "Maracuya Room Just 8 min walk from P. Gracia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 106, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-01-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 12, + "availability_365": 278 + }, + { + "index": 4158, + "id": 9012509, + "name": "Habitaci\u00f3n en piso compartido", + "host_name": "Marcos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 12, + "minimum_nights": 15, + "number_of_reviews": 1, + "last_review": "2015-11-15", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4159, + "id": 9020920, + "name": "Barcelona Modern Diagonal 2", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-05-25", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 95, + "availability_365": 294 + }, + { + "index": 4160, + "id": 9020942, + "name": "Barcelona Modern Diagonal 3", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-04-17", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 95, + "availability_365": 326 + }, + { + "index": 4161, + "id": 9020957, + "name": "Barcelona Modern Diagonal 4", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-02", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 95, + "availability_365": 291 + }, + { + "index": 4162, + "id": 9020978, + "name": "Barcelona Modern Diagonal 5", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-06-04", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 95, + "availability_365": 329 + }, + { + "index": 4163, + "id": 9020992, + "name": "Barcelona Modern Diagonal 6", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-26", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 95, + "availability_365": 322 + }, + { + "index": 4164, + "id": 9037450, + "name": "Double room near the beach", + "host_name": "Sol", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-24", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 39, + "availability_365": 17 + }, + { + "index": 4165, + "id": 9038524, + "name": "Beautiful room in the center", + "host_name": "Luciana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4166, + "id": 9038526, + "name": "Beach Apartment Villa Olimpica", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-20", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 47, + "availability_365": 314 + }, + { + "index": 4167, + "id": 9039106, + "name": "Habitacion com balcon en el centro", + "host_name": "Luciana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 26, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2016-02-13", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4168, + "id": 9042324, + "name": "D\u00e9tente en Urgell", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 47, + "last_review": "2019-06-30", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 4169, + "id": 9048372, + "name": "New, stylish. Quiet & next to metro", + "host_name": "Jos\u00e9 Manuel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 30, + "number_of_reviews": 12, + "last_review": "2019-06-21", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 344 + }, + { + "index": 4170, + "id": 9049224, + "name": "Sant Medir Apartment", + "host_name": "Dante", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 355, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-03-22", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 4171, + "id": 9075880, + "name": "Great Penthouse_Apartment Pla Cirerers", + "host_name": "Yolanda", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 6, + "number_of_reviews": 33, + "last_review": "2019-07-03", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 4172, + "id": 9079017, + "name": "Apartamento Gaudir, con inspiraciones modernistas. Luminoso, c\u00e9ntrico y seguro.", + "host_name": "Antoni___de La Empresa Dolton C.B.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 96, + "last_review": "2019-07-05", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 3, + "availability_365": 258 + }, + { + "index": 4173, + "id": 9082497, + "name": "FABULOUS FLAT IN THE CITY CENTER", + "host_name": "Christelle", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-06", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 143 + }, + { + "index": 4174, + "id": 9082617, + "name": "+Cheap+Nice+Green area+Center+", + "host_name": "Vanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4175, + "id": 9082756, + "name": "cc12 LARGE FLAT BY PASSEIG GRACIA!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 4176, + "id": 9082971, + "name": "Cheap+Nice+Room+BCNCenter+GreenArea", + "host_name": "Vanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4177, + "id": 9083624, + "name": "Refurbished flat - centr. Barcelona", + "host_name": "Magali", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-03-29", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 4178, + "id": 9085019, + "name": "Bonita Habitaci\u00f3n en Piso de Dise\u00f1o Minimalista", + "host_name": "Heidi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-07-02", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 2, + "availability_365": 79 + }, + { + "index": 4179, + "id": 9106910, + "name": "2002 - AB Pla\u00e7a Espanya 4-2 - Chic 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-11-01", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 193, + "availability_365": 329 + }, + { + "index": 4180, + "id": 9113290, + "name": "Habitaci\u00f3n individual en Glorias", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4181, + "id": 9115718, + "name": "A comfy clean house in the centre!", + "host_name": "Hiroko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 76, + "minimum_nights": 2, + "number_of_reviews": 176, + "last_review": "2019-06-23", + "reviews_per_month": 4.08, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 4182, + "id": 9116045, + "name": "\u5927\u304d\u304f\u7dba\u9e97\u306a\u5feb\u9069\uff8a\uff73\uff7d\uff61Big comfortable house", + "host_name": "Hiroko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-06-05", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 3, + "availability_365": 14 + }, + { + "index": 4183, + "id": 9120546, + "name": "AMAZING FLAT WITH BIG TERRACE IN CITY CENTER", + "host_name": "Nicolas", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 29, + "last_review": "2019-06-11", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 243 + }, + { + "index": 4184, + "id": 9121459, + "name": "Cozy Apartment with Ensuite (41)", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 4, + "number_of_reviews": 36, + "last_review": "2019-06-01", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 8, + "availability_365": 168 + }, + { + "index": 4185, + "id": 9121541, + "name": "COSY ROOFTOP LOFT w/PVT BIG TERRACE", + "host_name": "Ash", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-24", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 2, + "availability_365": 82 + }, + { + "index": 4186, + "id": 9124504, + "name": "Small room in the city center", + "host_name": "Lily", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 15, + "minimum_nights": 5, + "number_of_reviews": 131, + "last_review": "2019-06-17", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 2, + "availability_365": 223 + }, + { + "index": 4187, + "id": 9126767, + "name": "CHARMING 1BDR APARTMENT IN OLD PART OF THE CITY", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-02-03", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 46, + "availability_365": 122 + }, + { + "index": 4188, + "id": 9129307, + "name": "Double bedroom in Eixample's heart", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-07-05", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 3, + "availability_365": 68 + }, + { + "index": 4189, + "id": 9129776, + "name": "Cosy&Central apartment up to 4 PAX", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 177, + "last_review": "2019-07-03", + "reviews_per_month": 4.11, + "calculated_host_listings_count": 16, + "availability_365": 0 + }, + { + "index": 4190, + "id": 9140899, + "name": "Bohemian Dreams at a Plant-filled Design Loft near the Beach", + "host_name": "Rut", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 150, + "last_review": "2019-07-08", + "reviews_per_month": 3.53, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 4191, + "id": 9142039, + "name": "Centric cosy double room BCN", + "host_name": "Arantxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2017-09-19", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4192, + "id": 9144489, + "name": "Catalan Stylish Prime Flat next to Sagrada Familia", + "host_name": "Gunnar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 4, + "number_of_reviews": 157, + "last_review": "2019-07-03", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 6, + "availability_365": 215 + }, + { + "index": 4193, + "id": 9147920, + "name": "HABITACI\u00d3N CENTRICA EN POBLE SEC", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4194, + "id": 9151616, + "name": "Lovely & bright Bogatell beach apartment", + "host_name": "Alfred", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 165, + "last_review": "2019-07-02", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 2, + "availability_365": 289 + }, + { + "index": 4195, + "id": 9152793, + "name": "Nice Apartment Mir\u00f3 near Pl Espa\u00f1a and Fira BCN", + "host_name": "Noem\u00ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 2, + "number_of_reviews": 105, + "last_review": "2019-06-19", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 4196, + "id": 9154907, + "name": "Agradable y Comoda Habitaci\u00f3n", + "host_name": "MaGa &", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Montbau", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4197, + "id": 9161264, + "name": "Plaza Espa\u00f1a apartment!", + "host_name": "Murillo Stay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 254 + }, + { + "index": 4198, + "id": 9166230, + "name": "Habitaci\u00f3n doble Barcelona (Sants)", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4199, + "id": 9167846, + "name": "Habitaci\u00f3n doble amplia y luminosa", + "host_name": "Claudia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 162, + "last_review": "2019-06-14", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 4200, + "id": 9169934, + "name": "Single room at Eixample district", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-17", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 3, + "availability_365": 152 + }, + { + "index": 4201, + "id": 9179137, + "name": "Nice double room near by the Beach", + "host_name": "Carolina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4202, + "id": 9181831, + "name": "DOUBLE ROOM attached to the CATALU\u00d1A Square", + "host_name": "Lucia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 180, + "last_review": "2019-06-09", + "reviews_per_month": 4.12, + "calculated_host_listings_count": 1, + "availability_365": 135 + }, + { + "index": 4203, + "id": 9182647, + "name": "Piso amplio. 2 habitaciones dobles", + "host_name": "Elhadji Alioune", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4204, + "id": 9190009, + "name": "New Apt Center & Next to Beach/WIFI", + "host_name": "Nina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-06-14", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 4205, + "id": 9192765, + "name": "Cozy room. Private bathroom.", + "host_name": "Camila", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 29, + "minimum_nights": 15, + "number_of_reviews": 39, + "last_review": "2018-06-04", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 3, + "availability_365": 73 + }, + { + "index": 4206, + "id": 9207721, + "name": "Loft de 165 m2 de dise\u00f1o en BCN", + "host_name": "Victor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-10-01", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 95 + }, + { + "index": 4207, + "id": 9211815, + "name": "Nice sunny room near the beach", + "host_name": "Anna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2018-10-15", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4208, + "id": 9225510, + "name": "Comfortable, quiet downtown. Gracia.", + "host_name": "Gemma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 4209, + "id": 9228958, + "name": "comfortable room beside sants stat.", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-05-27", + "reviews_per_month": 3.8, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 4210, + "id": 9229926, + "name": "CHARMING 1BDR APARTMENT WITH GREAT LOCATION", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-06-12", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 46, + "availability_365": 97 + }, + { + "index": 4211, + "id": 9231823, + "name": "ROOM 4, IN MARAGAL - HORTA GUINARDO", + "host_name": "Francisco", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 187, + "last_review": "2019-06-30", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 5, + "availability_365": 293 + }, + { + "index": 4212, + "id": 9233339, + "name": "Poble Nou Design Apartment", + "host_name": "Sergio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-06-23", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 1, + "availability_365": 232 + }, + { + "index": 4213, + "id": 9246065, + "name": "Ideal Accommodation For Big Groups", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 8, + "availability_365": 335 + }, + { + "index": 4214, + "id": 9246131, + "name": "Beautiful Studio in Poble Sec!", + "host_name": "Murillo Stay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-03-17", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 9, + "availability_365": 251 + }, + { + "index": 4215, + "id": 9250135, + "name": "Bright big Room close to the beach", + "host_name": "Igor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 4216, + "id": 9250389, + "name": "Lovely & bright Vila Olimpica beach apartment", + "host_name": "Alfred", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-07-06", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 2, + "availability_365": 321 + }, + { + "index": 4217, + "id": 9251356, + "name": "Luxury Garden Flat BCN city center", + "host_name": "Gunnar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 247, + "minimum_nights": 4, + "number_of_reviews": 175, + "last_review": "2019-06-30", + "reviews_per_month": 3.95, + "calculated_host_listings_count": 6, + "availability_365": 237 + }, + { + "index": 4218, + "id": 9264620, + "name": "BIG APARTMENT IN POBLE SEC!", + "host_name": "Murillo Stay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-05-08", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 9, + "availability_365": 253 + }, + { + "index": 4219, + "id": 9266808, + "name": "POBLE SEC ARTISTIC APARTMENT!", + "host_name": "Murillo Stay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 239 + }, + { + "index": 4220, + "id": 9266961, + "name": "Big Suite near Plaza Espanya", + "host_name": "S\u00edlvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-02-26", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4221, + "id": 9270758, + "name": "Cozy Apartment with Ensuite (31) HUTB: 004811", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 4, + "number_of_reviews": 31, + "last_review": "2019-06-11", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 8, + "availability_365": 140 + }, + { + "index": 4222, + "id": 9275394, + "name": "Soleada habitaci\u00f3n en el G\u00f3tico.", + "host_name": "Ana Paula", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-07-08", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4223, + "id": 9276554, + "name": "Apt Next to the metro, beach and Forum!", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2017-04-20", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 4224, + "id": 9276736, + "name": "Cozy room to Sleep in Gracia, Barcelona. (cuarto)", + "host_name": "Adrian", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 29, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4225, + "id": 9278225, + "name": "New 2 bed apartment by the beach.", + "host_name": "Rober", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2018-12-15", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 4226, + "id": 9289648, + "name": "Double Bed room with views to Ciutadella Park!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-08-15", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 91, + "availability_365": 297 + }, + { + "index": 4227, + "id": 9292045, + "name": "Gracia Lovely Apartment 233S", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-07-02", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 5, + "availability_365": 185 + }, + { + "index": 4228, + "id": 9293584, + "name": "thesuites Barcelona Galvany", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 31, + "number_of_reviews": 32, + "last_review": "2019-03-01", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 9, + "availability_365": 278 + }, + { + "index": 4229, + "id": 9299654, + "name": "Design Loft Near Ramblas and shared Music Studio", + "host_name": "Octavio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2018-12-02", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 4230, + "id": 9306147, + "name": "Modern&CozyFlat in Sagrada Familia", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 192, + "last_review": "2019-07-03", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 4231, + "id": 9309091, + "name": "JULY IN BARCELONA, QUIET FLAT WITH HAPPY TERRACE!!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-16", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 80, + "availability_365": 345 + }, + { + "index": 4232, + "id": 9310005, + "name": "Charming Apartment in Barcelona Center", + "host_name": "Adelaine", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2018-10-14", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 2, + "availability_365": 26 + }, + { + "index": 4233, + "id": 9312803, + "name": "mr1 BEST PRICE! GOTHIC HAPPY GUESTS", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-03-24", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 80, + "availability_365": 342 + }, + { + "index": 4234, + "id": 9313510, + "name": "pdo1 BEST PRICE! GOTHIC-HAPPY ACOMODIS FLAT", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-08", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 4235, + "id": 9330328, + "name": "Apartment in the heart of Gr\u00e0cia", + "host_name": "V\u00edctor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 141, + "last_review": "2019-07-04", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 1, + "availability_365": 113 + }, + { + "index": 4236, + "id": 9342964, + "name": "Urban Town Suites III", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-03-24", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 42, + "availability_365": 85 + }, + { + "index": 4237, + "id": 9345989, + "name": "Apartamento muy centrico.Gran zona.", + "host_name": "Albert Bartoli Dolz//", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-22", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 1, + "availability_365": 135 + }, + { + "index": 4238, + "id": 9354588, + "name": "Gothic Quarter, big private room (girls/couples)", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 56, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-07-03", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 1, + "availability_365": 224 + }, + { + "index": 4239, + "id": 9357521, + "name": "Chic Apartment Gran de Gracia", + "host_name": "Arina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-07-01", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 43, + "availability_365": 266 + }, + { + "index": 4240, + "id": 9358082, + "name": "Bright, friendly and nice flat !", + "host_name": "Marie-G\u00e9raldine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4241, + "id": 9358770, + "name": "la sagrada familia Terrace", + "host_name": "Blanca", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 4, + "number_of_reviews": 31, + "last_review": "2019-04-28", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 1, + "availability_365": 241 + }, + { + "index": 4242, + "id": 9371759, + "name": "Sagrada Familia, excellent location", + "host_name": "Ando Consultores", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 144, + "last_review": "2019-06-05", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 1, + "availability_365": 174 + }, + { + "index": 4243, + "id": 9377811, + "name": "Illa Diagonal", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-07-07", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 47, + "availability_365": 301 + }, + { + "index": 4244, + "id": 9378134, + "name": "Barcelona Park Studio 2", + "host_name": "Adelaine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-02-17", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4245, + "id": 9378397, + "name": "Mitre Diagonal", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-07-06", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 47, + "availability_365": 322 + }, + { + "index": 4246, + "id": 9380814, + "name": "Modern apartment in Eixample", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 147, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-06-17", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 31, + "availability_365": 42 + }, + { + "index": 4247, + "id": 9380878, + "name": "Modern apartment with a terrace", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-05-19", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 31, + "availability_365": 299 + }, + { + "index": 4248, + "id": 9381010, + "name": "Rambla J - Pla\u00e7a Catalunya City observatory", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2019-06-17", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 22, + "availability_365": 108 + }, + { + "index": 4249, + "id": 9385939, + "name": "Private room in a modern flat", + "host_name": "Elias", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 34, + "last_review": "2019-04-30", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 2, + "availability_365": 175 + }, + { + "index": 4250, + "id": 9396185, + "name": "Acojedora habitaci\u00f3n cerca del Forum y playa", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 22, + "minimum_nights": 31, + "number_of_reviews": 28, + "last_review": "2018-06-22", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 4251, + "id": 9405335, + "name": "Hakunna Matata", + "host_name": "Mauricio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-17", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4252, + "id": 9407979, + "name": "Room in BCN, house with terrace", + "host_name": "Ana Cristina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-06-09", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 4253, + "id": 9408014, + "name": "Very big house with terrace!!", + "host_name": "Ana Cristina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-05-19", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 191 + }, + { + "index": 4254, + "id": 9409861, + "name": "Very comfortable room for couple!", + "host_name": "Mendi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4255, + "id": 9412787, + "name": "Beach/Garden Loft w/ an adorable cat.", + "host_name": "Mark", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 150, + "minimum_nights": 30, + "number_of_reviews": 16, + "last_review": "2019-03-01", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 60 + }, + { + "index": 4256, + "id": 9412798, + "name": "sf4b 4FLATS BY SAGRADA FAMILIA-GAUDI", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 456, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-11-18", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 80, + "availability_365": 359 + }, + { + "index": 4257, + "id": 9419201, + "name": "Nice room for 2 Sagrada Familia", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4258, + "id": 9422829, + "name": "Lovely apartment Sagrada Familia in city center", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 152, + "last_review": "2019-07-08", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 47, + "availability_365": 218 + }, + { + "index": 4259, + "id": 9424825, + "name": "Historic Center Flat with Balcony", + "host_name": "Ehsan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-02-25", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4260, + "id": 9432658, + "name": "Luxury Yacht.Port Olimpic Barcelona", + "host_name": "Paco", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 1595, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-06-18", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 4261, + "id": 9441350, + "name": "Cozy & for families: Arc de Triomf/Born/Ciutadella", + "host_name": "Gunnar", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 4, + "number_of_reviews": 157, + "last_review": "2019-06-28", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 6, + "availability_365": 240 + }, + { + "index": 4262, + "id": 9445023, + "name": "Lovely flat in the center of Barcelona", + "host_name": "Ines", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-05-03", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4263, + "id": 9447591, + "name": "Beautiful room in the heart of born", + "host_name": "Hugo & Ioannis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 205, + "last_review": "2019-07-07", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 2, + "availability_365": 79 + }, + { + "index": 4264, + "id": 9456475, + "name": "Villa w/sea & mountain views/BCN 20 min by car.", + "host_name": "Olga & Alex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 789, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2017-08-08", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 4265, + "id": 9458953, + "name": "DOUBLE ROOM WITH AMAZING VIEW BCN", + "host_name": "Marc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-05-19", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 4266, + "id": 9459773, + "name": "LARGE 4 BEDROOM, CITY CENTER, TERRACE, 100m.", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 31, + "number_of_reviews": 44, + "last_review": "2018-07-08", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 5, + "availability_365": 144 + }, + { + "index": 4267, + "id": 9469358, + "name": "Luxury room in Eixample's heart w/private bathroom", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-10-26", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 82 + }, + { + "index": 4268, + "id": 9469705, + "name": "Luxurious 3 Bedroom Flat & Terrace in Sants", + "host_name": "Pau & Marina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-06-27", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 4269, + "id": 9483720, + "name": "BEACH SEA VIEWS APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-04-23", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 43, + "availability_365": 301 + }, + { + "index": 4270, + "id": 9486348, + "name": "Art Gallery Apartment 3A", + "host_name": "Apartime", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-01-17", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 31, + "availability_365": 152 + }, + { + "index": 4271, + "id": 9487962, + "name": "SUNNY APARTMENT NEAR BORN", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 301, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-07-05", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 43, + "availability_365": 96 + }, + { + "index": 4272, + "id": 9488554, + "name": "sf2a 2FLATS BY SAGRADA FAMILIA-GAUDI", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-07-09", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 80, + "availability_365": 336 + }, + { + "index": 4273, + "id": 9489893, + "name": "Cozy place in Vila Gr\u00e1cia 3", + "host_name": "Yasmin", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-04-04", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 3, + "availability_365": 220 + }, + { + "index": 4274, + "id": 9492513, + "name": "Habitaci\u00f3n para una persona \u65e5\u79df\u623f", + "host_name": "MeiMei", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 237, + "last_review": "2019-06-23", + "reviews_per_month": 5.38, + "calculated_host_listings_count": 1, + "availability_365": 46 + }, + { + "index": 4275, + "id": 9494284, + "name": "Placa Espanya Apartment", + "host_name": "Dante", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 155, + "minimum_nights": 99, + "number_of_reviews": 5, + "last_review": "2018-03-30", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 4276, + "id": 9501577, + "name": "HABITACI\u00d3N GRANDE EN PISO C\u00c9NTRICO", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-03-25", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 4277, + "id": 9507426, + "name": "habitaci\u00f3n simple con ventana", + "host_name": "Flo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 23, + "minimum_nights": 5, + "number_of_reviews": 25, + "last_review": "2019-03-19", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 251 + }, + { + "index": 4278, + "id": 9517784, + "name": "Sunny bedroom near Sants Station", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4279, + "id": 9517961, + "name": "Apartamento c\u00e9ntrico, con mucha luz", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 108, + "last_review": "2019-07-02", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 4280, + "id": 9518537, + "name": "AMAZING SEA VIEW APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 614, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-05-22", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 43, + "availability_365": 71 + }, + { + "index": 4281, + "id": 9521249, + "name": "Penthouse Barcelona, very central", + "host_name": "Rocio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 301, + "minimum_nights": 2, + "number_of_reviews": 223, + "last_review": "2019-07-07", + "reviews_per_month": 5.04, + "calculated_host_listings_count": 1, + "availability_365": 100 + }, + { + "index": 4282, + "id": 9523853, + "name": "BRAND-NEW 1 BD APT SAGRADA FAMILIA 12", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 21, + "availability_365": 296 + }, + { + "index": 4283, + "id": 9529845, + "name": "Cosy apartment 20m Sagrada Familia (HUTB-012446)", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 168, + "last_review": "2019-06-01", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 2, + "availability_365": 205 + }, + { + "index": 4284, + "id": 9535215, + "name": "Cama en Habitaci\u00f3n compartida (4 personas)", + "host_name": "Arc House", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Shared room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-05-04", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 4, + "availability_365": 159 + }, + { + "index": 4285, + "id": 9537761, + "name": "Luxury apartment in city center B1", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-06-16", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 18, + "availability_365": 87 + }, + { + "index": 4286, + "id": 9538667, + "name": "Lovely apartment. Renovated in 2016.", + "host_name": "Josep", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 110, + "last_review": "2018-11-25", + "reviews_per_month": 2.68, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 4287, + "id": 9555049, + "name": "Double Room: Private Terrace: Sunshine and Hamacs", + "host_name": "Welcome To", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-07-10", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 4288, + "id": 9555646, + "name": "CLASSIC APARTMENT RAMBLA CATALUNYA", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 361, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-04-17", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 43, + "availability_365": 129 + }, + { + "index": 4289, + "id": 9557814, + "name": "Single Room in Vila Gr\u00e1cia", + "host_name": "Yasmin", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 8, + "number_of_reviews": 67, + "last_review": "2019-06-01", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 3, + "availability_365": 49 + }, + { + "index": 4290, + "id": 9560093, + "name": "Central location with private room", + "host_name": "Ivan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-11-23", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4291, + "id": 9568785, + "name": "Room in the center, and near ramblas!", + "host_name": "Dia18", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-10-28", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 53 + }, + { + "index": 4292, + "id": 9571281, + "name": "Room for couple Gothic + breakfast", + "host_name": "Nicola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-25", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 4, + "availability_365": 318 + }, + { + "index": 4293, + "id": 9572796, + "name": "Sants Atico 3 bedrooms with terrace", + "host_name": "Weflating", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 304 + }, + { + "index": 4294, + "id": 9586705, + "name": "Beautiful room in BCN city center", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-02-29", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4295, + "id": 9586981, + "name": "Bedrrom with incorporated Bath", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 144, + "last_review": "2019-07-02", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 4296, + "id": 9591088, + "name": "AMAZING & BRIGHT IN L\u00b4EIXAMPLE BLUE", + "host_name": "Feli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 172, + "last_review": "2019-07-02", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 3, + "availability_365": 107 + }, + { + "index": 4297, + "id": 9591201, + "name": "Luxury Design apartment. Min stay 33 days", + "host_name": "Alex", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 214, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 344 + }, + { + "index": 4298, + "id": 9599058, + "name": "Family room gothic + breakfast", + "host_name": "Nicola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-26", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 4, + "availability_365": 327 + }, + { + "index": 4299, + "id": 9600132, + "name": "Family Apartment at City Center", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-20", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 15, + "availability_365": 292 + }, + { + "index": 4300, + "id": 9600571, + "name": "Modern & Stylish Accommodation near Plaza Espana", + "host_name": "SweetInn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-05-06", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 76, + "availability_365": 164 + }, + { + "index": 4301, + "id": 9600851, + "name": "Trendy-chic 2BR in Plaza Espana", + "host_name": "SweetInn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-26", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 76, + "availability_365": 153 + }, + { + "index": 4302, + "id": 9600936, + "name": "Traveler's haven 2BR * Plaza Espana", + "host_name": "SweetInn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-23", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 76, + "availability_365": 161 + }, + { + "index": 4303, + "id": 9601840, + "name": "PLAZA CATALUNYA MODERN APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 378, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-07-06", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 43, + "availability_365": 119 + }, + { + "index": 4304, + "id": 9602167, + "name": "Central 3 bedroom apt, spectacular 125m2 Terrace.", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 6, + "number_of_reviews": 33, + "last_review": "2019-07-07", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 15, + "availability_365": 297 + }, + { + "index": 4305, + "id": 9602216, + "name": "Big sunny terrace, 2 bedrooms and central location", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 6, + "number_of_reviews": 31, + "last_review": "2019-06-30", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 15, + "availability_365": 23 + }, + { + "index": 4306, + "id": 9602351, + "name": "Apartment with Terrace in GRACIA , 2 double bdrs.", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 17, + "last_review": "2019-06-29", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 15, + "availability_365": 305 + }, + { + "index": 4307, + "id": 9602567, + "name": "GOTHIC-STYLE MULTIPLE ROOM", + "host_name": "Ettore", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 252, + "last_review": "2019-06-29", + "reviews_per_month": 5.83, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 4308, + "id": 9602587, + "name": "Central 2 bedroom Penthouse with 25m2 terrace!!", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 6, + "number_of_reviews": 48, + "last_review": "2019-06-18", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 15, + "availability_365": 286 + }, + { + "index": 4309, + "id": 9608116, + "name": "Double Cozy Room in the best Gr\u00e1cia", + "host_name": "Yasmin", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 4, + "number_of_reviews": 34, + "last_review": "2019-01-31", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 9 + }, + { + "index": 4310, + "id": 9617892, + "name": "single room", + "host_name": "Rita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-07-03", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 13, + "availability_365": 281 + }, + { + "index": 4311, + "id": 9620968, + "name": "Amazing and Centric Apartment", + "host_name": "DavidArboixMas", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-27", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 4312, + "id": 9621638, + "name": "R4D Centric eixample BCN Aribau/Rosellon", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-18", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 15, + "availability_365": 136 + }, + { + "index": 4313, + "id": 9626098, + "name": "BEACHFRONT SEAVIEWS APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-01-28", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 43, + "availability_365": 294 + }, + { + "index": 4314, + "id": 9630415, + "name": "Big room in the best neighbourhood", + "host_name": "Julio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4315, + "id": 9639522, + "name": "Private Lounge, bathroom & bedroom", + "host_name": "Andr\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 182, + "last_review": "2019-07-05", + "reviews_per_month": 4.72, + "calculated_host_listings_count": 2, + "availability_365": 21 + }, + { + "index": 4316, + "id": 9640688, + "name": "Poble Sec Balcony apartment!", + "host_name": "Murillo Stay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 9, + "availability_365": 255 + }, + { + "index": 4317, + "id": 9643682, + "name": "Room in Sagrada Familia", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2017-09-23", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4318, + "id": 9646964, + "name": "Habitacion doble \u00c1tico en corazon centro historico", + "host_name": "Tiffanie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 251, + "last_review": "2019-06-28", + "reviews_per_month": 5.96, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 4319, + "id": 9651914, + "name": "METRO DOORSTEP, TERRACE AND BALCONY", + "host_name": "Freddy & Alejandro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 153, + "last_review": "2019-04-29", + "reviews_per_month": 3.94, + "calculated_host_listings_count": 2, + "availability_365": 148 + }, + { + "index": 4320, + "id": 9657764, + "name": "Double room in the heart of Raval", + "host_name": "Adam", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2016-07-11", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4321, + "id": 9659140, + "name": "Stylish Spacious Serviced Apartment near El Born", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 246, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-03", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 43, + "availability_365": 87 + }, + { + "index": 4322, + "id": 9659171, + "name": "FAMILY GUELL GR\u00c0CIA", + "host_name": "Marina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 84, + "last_review": "2019-07-09", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 2, + "availability_365": 262 + }, + { + "index": 4323, + "id": 9660906, + "name": "Design apartment next to the beach", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-23", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4324, + "id": 9661517, + "name": "MODERN DUPLEX PLAZA CATALUNYA", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 369, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-30", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 43, + "availability_365": 134 + }, + { + "index": 4325, + "id": 9661897, + "name": "FAMILY GAUDI TERRACE", + "host_name": "Marina", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 4, + "number_of_reviews": 111, + "last_review": "2019-06-30", + "reviews_per_month": 2.68, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 4326, + "id": 9664354, + "name": "1NEW LUXURY BCN....Sagrada Familia", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 27, + "last_review": "2019-05-26", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 311 + }, + { + "index": 4327, + "id": 9665543, + "name": "bien comunicado en barcelona", + "host_name": "Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2018-11-04", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 4328, + "id": 9665896, + "name": "double room with a personal bathroom in the center", + "host_name": "Polina", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 27, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2017-05-11", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4329, + "id": 9675384, + "name": "Dover 11, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 1, + "number_of_reviews": 67, + "last_review": "2019-06-19", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 41, + "availability_365": 95 + }, + { + "index": 4330, + "id": 9676316, + "name": "Dover P2, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-06-21", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 41, + "availability_365": 86 + }, + { + "index": 4331, + "id": 9684383, + "name": "City center , calm and comfortable.", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 182, + "last_review": "2019-07-07", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 2, + "availability_365": 256 + }, + { + "index": 4332, + "id": 9688838, + "name": "Estudio en el casco antiguo. Alquiler mensual", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-07", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 4333, + "id": 9689898, + "name": "INTIMATE BIG SUITE PRIVATE BATH, MOST CENTRIC AREA", + "host_name": "Sergio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-07-09", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4334, + "id": 9690678, + "name": "Nice room+living near Plaza Espa\u00f1a", + "host_name": "Hern\u00e1n", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 19, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2016-02-04", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4335, + "id": 9693356, + "name": "Olabuena Room with private bathroom Klimt", + "host_name": "Emil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 73, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2018-08-20", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 3, + "availability_365": 133 + }, + { + "index": 4336, + "id": 9693459, + "name": "Olabuena Room and private bathroom Vettriano", + "host_name": "Emil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 72, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2018-10-27", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 4337, + "id": 9701861, + "name": "Bright apart with terrace at center", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-23", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 6, + "availability_365": 98 + }, + { + "index": 4338, + "id": 9702473, + "name": "SAGRADA FAMILIA Apartment", + "host_name": "Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-04-11", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 8, + "availability_365": 143 + }, + { + "index": 4339, + "id": 9705459, + "name": "Central Room + Private Bathroom!", + "host_name": "Roberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 269, + "last_review": "2019-07-05", + "reviews_per_month": 6.29, + "calculated_host_listings_count": 2, + "availability_365": 46 + }, + { + "index": 4340, + "id": 9708841, + "name": "Cosy room in Gracia", + "host_name": "Giacomo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4341, + "id": 9713281, + "name": "Cozy Double Room with balcony at Sagrada Familia", + "host_name": "Hache", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-07-01", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 3, + "availability_365": 18 + }, + { + "index": 4342, + "id": 9716844, + "name": "Santa Monica LAS RAMBLAS Barcelona", + "host_name": "BCN Rental Apartment, SL", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 224, + "last_review": "2019-07-05", + "reviews_per_month": 5.2, + "calculated_host_listings_count": 3, + "availability_365": 138 + }, + { + "index": 4343, + "id": 9716912, + "name": "NEW DUPLEX PENTHOUSE LAS RAMBLAS", + "host_name": "BCN Rental Apartment, SL", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 211, + "last_review": "2019-07-07", + "reviews_per_month": 4.85, + "calculated_host_listings_count": 3, + "availability_365": 139 + }, + { + "index": 4344, + "id": 9720815, + "name": "Dover 12, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-06-21", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 41, + "availability_365": 86 + }, + { + "index": 4345, + "id": 9721011, + "name": "Nice bedroom in Eixample Barcelona", + "host_name": "Manu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-07-01", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 4346, + "id": 9721256, + "name": "Dover 42, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-06-25", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 41, + "availability_365": 99 + }, + { + "index": 4347, + "id": 9721294, + "name": "Beatifull room center of Barcelona", + "host_name": "Dolores", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2016-10-04", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4348, + "id": 9721931, + "name": "Dover 52, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-05-28", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 41, + "availability_365": 81 + }, + { + "index": 4349, + "id": 9722582, + "name": "Dover 13, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-06-24", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 41, + "availability_365": 60 + }, + { + "index": 4350, + "id": 9722756, + "name": "Dover P3, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 87, + "last_review": "2019-06-26", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 41, + "availability_365": 73 + }, + { + "index": 4351, + "id": 9725761, + "name": "Apartamento de lujo en el centro", + "host_name": "Tendency", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-02-28", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 42, + "availability_365": 58 + }, + { + "index": 4352, + "id": 9728875, + "name": "Big but cozy room in center Raval.", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 161, + "last_review": "2019-06-16", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 3, + "availability_365": 32 + }, + { + "index": 4353, + "id": 9730455, + "name": "Barcelona - G\u00f3tico", + "host_name": "Trize", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 14, + "availability_365": 334 + }, + { + "index": 4354, + "id": 9730962, + "name": "Barcelona - Paseo de Gracia", + "host_name": "Trize", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 14, + "availability_365": 187 + }, + { + "index": 4355, + "id": 9731830, + "name": "loft in Barcelona", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 130, + "last_review": "2019-06-18", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 5, + "availability_365": 83 + }, + { + "index": 4356, + "id": 9741613, + "name": "Charming Central Apt. Big Sunny Terrace!", + "host_name": "Johanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-26", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 8, + "availability_365": 122 + }, + { + "index": 4357, + "id": 9743431, + "name": "Room in San Antoni", + "host_name": "Rebeca", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2017-09-05", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4358, + "id": 9745500, + "name": "DOUBLE ROOM IN THE CITY CENTER", + "host_name": "Mae", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 14, + "minimum_nights": 5, + "number_of_reviews": 116, + "last_review": "2019-06-26", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 3, + "availability_365": 43 + }, + { + "index": 4359, + "id": 9746627, + "name": "Central room with big terrace", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-07-08", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 4360, + "id": 9746950, + "name": "IDEAL! HABITACI\u00d3N DOBLE CON BALC\u00d3N", + "host_name": "Adrian", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2016-08-20", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4361, + "id": 9750334, + "name": "The Wood House.", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-07-01", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 3, + "availability_365": 322 + }, + { + "index": 4362, + "id": 9755908, + "name": "2BLE ROOM W. PRIVATE BATHROOM BCN", + "host_name": "Xavier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4363, + "id": 9767973, + "name": "SAGRADA FAMILIA II APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-06-02", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 49, + "availability_365": 112 + }, + { + "index": 4364, + "id": 9768214, + "name": "SAGRADA FAMILIA III APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-21", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 49, + "availability_365": 79 + }, + { + "index": 4365, + "id": 9768453, + "name": "BARCELONA QUIET 4, 2 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-07", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 49, + "availability_365": 90 + }, + { + "index": 4366, + "id": 9771358, + "name": "BARCELONA QUIET 4, 1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-06", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 49, + "availability_365": 103 + }, + { + "index": 4367, + "id": 9772463, + "name": "habitaci\u00f3 per a 2 en acollidor pis", + "host_name": "Montse", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 5, + "number_of_reviews": 26, + "last_review": "2019-06-24", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 4368, + "id": 9774000, + "name": "CAMP NOU MUNNE 1-1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-05-04", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 49, + "availability_365": 130 + }, + { + "index": 4369, + "id": 9774714, + "name": "SANT PAU GAUDI MUNTANYA 3-1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-03-21", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 49, + "availability_365": 104 + }, + { + "index": 4370, + "id": 9775370, + "name": "SANT PAU GAUDI MUNTANYA 2-1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-15", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 49, + "availability_365": 100 + }, + { + "index": 4371, + "id": 9775612, + "name": "SANT PAU GAUDI MUNTANYA PENTHOUSE APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 65, + "last_review": "2019-06-09", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 49, + "availability_365": 100 + }, + { + "index": 4372, + "id": 9781270, + "name": "Double room in Barceloneta", + "host_name": "Tanya", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2016-06-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4373, + "id": 9783208, + "name": "Gracia Village", + "host_name": "Alain & Lana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 4, + "number_of_reviews": 109, + "last_review": "2019-06-22", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 27, + "availability_365": 149 + }, + { + "index": 4374, + "id": 9783502, + "name": "Pla\u00e7a Catalunya Views Classical Apartment", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 391, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-12", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 43, + "availability_365": 99 + }, + { + "index": 4375, + "id": 9787658, + "name": "Jaume Fabre Apartment", + "host_name": "Ksenia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 136, + "last_review": "2019-06-26", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 2, + "availability_365": 228 + }, + { + "index": 4376, + "id": 9790587, + "name": "Mel\u00f3n - 8 minutes from Passeig de Gr\u00e0cia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 116, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 260 + }, + { + "index": 4377, + "id": 9790938, + "name": "Mamey - Studio 8 min from Paseo de Garcia!", + "host_name": "Kiwidestiny", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-07-10", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 12, + "availability_365": 288 + }, + { + "index": 4378, + "id": 9793683, + "name": "Habitaci\u00f3n individual en Barcelona", + "host_name": "Laureano", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Trinitat Vella", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4379, + "id": 9804742, + "name": "ROOM WITH BALCONY IN GOTHIC", + "host_name": "Aga", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-06-24", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 4380, + "id": 9806352, + "name": "ALQUILER HABITACIONES mireia", + "host_name": "Pilar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2019-06-06", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 9, + "availability_365": 362 + }, + { + "index": 4381, + "id": 9807025, + "name": "Interior room", + "host_name": "Denisse", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-05-13", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 19 + }, + { + "index": 4382, + "id": 9816435, + "name": "Al\u00f3jate en pleno coraz\u00f3n de Gr\u00e1cia!", + "host_name": "Barbara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-04-20", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 4383, + "id": 9818619, + "name": "Rooftop In the Heart of Barcelona !!", + "host_name": "Maher", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2017-04-15", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4384, + "id": 9819250, + "name": "ri234 GREAT GROUPFLAT - GOTHIC AREA", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-09-06", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 80, + "availability_365": 360 + }, + { + "index": 4385, + "id": 9829299, + "name": "CHARMING 50m2 GOTHIC QUARTER RAMBLAS + WIFI", + "host_name": "Susan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-07-05", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 4386, + "id": 9830869, + "name": "Rambla Flower, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-10", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 41, + "availability_365": 260 + }, + { + "index": 4387, + "id": 9839640, + "name": "Zona tranquila de Sagrada Familia", + "host_name": "Isabel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 67, + "last_review": "2019-06-19", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 1, + "availability_365": 350 + }, + { + "index": 4388, + "id": 9841823, + "name": "Redeveloped Historic Apartment with Balcony", + "host_name": "Xavier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 5, + "number_of_reviews": 124, + "last_review": "2019-06-24", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 6, + "availability_365": 274 + }, + { + "index": 4389, + "id": 9850272, + "name": "Chambre spacieuse & Salle de bain privative", + "host_name": "Tadzio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-26", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 4390, + "id": 9855055, + "name": "Double bright room in Gr\u00e0cia with private bathroom", + "host_name": "Melania", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-08-14", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 55 + }, + { + "index": 4391, + "id": 9855445, + "name": "Penthouse with Private Terrace", + "host_name": "Hector Antonella Alvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-05-15", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 3, + "availability_365": 212 + }, + { + "index": 4392, + "id": 9859512, + "name": "Se alquila habitaci\u00f3n soleada", + "host_name": "Angela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4393, + "id": 9860446, + "name": "Private room in the heart Barcelona", + "host_name": "Jami", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-07-09", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 4394, + "id": 9869471, + "name": "\u263cSUMMER MONTHS AVAILABLE \u263c", + "host_name": "Cath", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-07-07", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 3, + "availability_365": 131 + }, + { + "index": 4395, + "id": 9870111, + "name": "thebornvivienda", + "host_name": "Ben & Mimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2019-03-05", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 4396, + "id": 9873481, + "name": "Double room, great location, park-beach-old city", + "host_name": "Bob", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-04-19", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 149 + }, + { + "index": 4397, + "id": 9878180, + "name": "Big Apartment in Plaza de Espanya", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-01-02", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4398, + "id": 9879801, + "name": "Habitaci\u00f3n Centro Barcelona", + "host_name": "Pierre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4399, + "id": 9880960, + "name": "Habitacion luminosa en piso bonito", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 15, + "minimum_nights": 30, + "number_of_reviews": 5, + "last_review": "2018-09-30", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 4400, + "id": 9882952, + "name": "Habitaci\u00f3n confortable", + "host_name": "Ana Luisa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 28, + "number_of_reviews": 3, + "last_review": "2017-06-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 287 + }, + { + "index": 4401, + "id": 9891945, + "name": "Authentic Catalan & next to La Pedrera*Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 91, + "last_review": "2019-06-26", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 54, + "availability_365": 111 + }, + { + "index": 4402, + "id": 9892504, + "name": "Casa A: casa adosada barrio Gracia", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-07-08", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 4, + "availability_365": 266 + }, + { + "index": 4403, + "id": 9893319, + "name": "Double room in Gracia", + "host_name": "Marta", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2016-09-02", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4404, + "id": 9893781, + "name": "Dover AT, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 51, + "last_review": "2019-06-11", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 41, + "availability_365": 109 + }, + { + "index": 4405, + "id": 9895122, + "name": "TRIPLE STUDIO WITH KITCHENETTE", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-04-29", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 20, + "availability_365": 205 + }, + { + "index": 4406, + "id": 9895577, + "name": "Alojamento en barrio de Gracia..", + "host_name": "Paulo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 370, + "minimum_nights": 60, + "number_of_reviews": 10, + "last_review": "2017-02-15", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 4407, + "id": 9897617, + "name": "Cozy studio for 4 people near P.Gracia\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-07-03", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 84, + "availability_365": 206 + }, + { + "index": 4408, + "id": 9898380, + "name": "Poblenou Penthouse Pool & Terrace", + "host_name": "John And Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-06-30", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 4409, + "id": 9902783, + "name": "Barcelona habitacion luminosaq", + "host_name": "Anna Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-07-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 6, + "availability_365": 159 + }, + { + "index": 4410, + "id": 9903565, + "name": "Modernist, centric with terrace & 2 lovely cats!", + "host_name": "Guiu & Lena", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-03-23", + "reviews_per_month": 3.33, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4411, + "id": 9905008, + "name": "GOOD VIBES", + "host_name": "Emanuel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-07-06", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 55 + }, + { + "index": 4412, + "id": 9908619, + "name": "Cozy, perfect for 2 @ Rambla", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 243, + "last_review": "2019-06-24", + "reviews_per_month": 5.66, + "calculated_host_listings_count": 7, + "availability_365": 163 + }, + { + "index": 4413, + "id": 9911528, + "name": "Two-Bedroom Penthouse with Terrace", + "host_name": "Uri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-05-19", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 5, + "availability_365": 188 + }, + { + "index": 4414, + "id": 9913061, + "name": "Cozy single room - El Raval", + "host_name": "Celeste", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-05", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4415, + "id": 9914160, + "name": "Dover 33, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-26", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 41, + "availability_365": 85 + }, + { + "index": 4416, + "id": 9914165, + "name": "Chic and Central Apartment near Las Ramblas", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 233, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-10", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 43, + "availability_365": 115 + }, + { + "index": 4417, + "id": 9914430, + "name": "Dover 43, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-06-23", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 41, + "availability_365": 82 + }, + { + "index": 4418, + "id": 9914730, + "name": "Dover 53, Friendly Rentals", + "host_name": "Fidelio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-19", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 41, + "availability_365": 80 + }, + { + "index": 4419, + "id": 9922643, + "name": "Confortable central room/Wifi/Netflix", + "host_name": "Vicente", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 156, + "last_review": "2019-06-28", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 2, + "availability_365": 158 + }, + { + "index": 4420, + "id": 9923182, + "name": "Doble room with balcony - Center", + "host_name": "Kate", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4421, + "id": 9931276, + "name": "Scenic Mountain Views from Sant Gervasi-Galvany", + "host_name": "Helen", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-30", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 4422, + "id": 9932068, + "name": "A Cosy Double bedroom in El Born", + "host_name": "Hadi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2017-08-14", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4423, + "id": 9933039, + "name": "AMAZING & BRIGHT IN EIXAMPLE BEIGE", + "host_name": "Feli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 198, + "last_review": "2019-06-26", + "reviews_per_month": 4.62, + "calculated_host_listings_count": 3, + "availability_365": 118 + }, + { + "index": 4424, + "id": 9934461, + "name": "OlabueNa room ensuite de Lempicka", + "host_name": "Emil", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-02-27", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 130 + }, + { + "index": 4425, + "id": 9937100, + "name": "Frida's Centric&Stylish Studio Apt.", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 31, + "number_of_reviews": 135, + "last_review": "2019-06-16", + "reviews_per_month": 3.22, + "calculated_host_listings_count": 15, + "availability_365": 313 + }, + { + "index": 4426, + "id": 9937559, + "name": "Quiet, warm and perfectly located", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 31, + "number_of_reviews": 148, + "last_review": "2019-06-01", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 15, + "availability_365": 215 + }, + { + "index": 4427, + "id": 9941032, + "name": "Spacious 4 bedrooms close to Sagrada Familia", + "host_name": "Jeffrey", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-23", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 4428, + "id": 9941704, + "name": "Monthly room(near plaza catalunya)", + "host_name": "Cassie", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2016-02-28", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 9, + "availability_365": 97 + }, + { + "index": 4429, + "id": 9949013, + "name": "Nice single room for cat lovers", + "host_name": "Margarita", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-07-01", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 4430, + "id": 9956262, + "name": "My home in Barcelona - 10% discount for families!", + "host_name": "Roger", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 138, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-06-16", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 4431, + "id": 9961314, + "name": "Fantastic apartment Born, 3,2", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-04-28", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 18, + "availability_365": 285 + }, + { + "index": 4432, + "id": 9966956, + "name": "Quiet and bright flat in center.", + "host_name": "Esteve", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 37, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-04-19", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 4433, + "id": 9970414, + "name": "Pretty double room in Gothic center!", + "host_name": "Juan Facundo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 154, + "last_review": "2019-06-25", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 4434, + "id": 9974217, + "name": "Luxury@Rambla: bedroom+livingroom 3", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 223, + "last_review": "2019-06-26", + "reviews_per_month": 5.31, + "calculated_host_listings_count": 7, + "availability_365": 154 + }, + { + "index": 4435, + "id": 9976010, + "name": "A Cosy single bedroom in El Born", + "host_name": "Hadi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2017-08-03", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4436, + "id": 9977956, + "name": "BCN-RENTALS Ramblas 4 just 7/10 min. from Ramblas", + "host_name": "David And Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 6, + "number_of_reviews": 29, + "last_review": "2019-06-10", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 4, + "availability_365": 253 + }, + { + "index": 4437, + "id": 9984886, + "name": "Share flat/private bedroom in Sants", + "host_name": "Victoria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 13, + "last_review": "2019-06-01", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 314 + }, + { + "index": 4438, + "id": 9986381, + "name": "Great location with a nice balcony", + "host_name": "Anders", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-03", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 6, + "availability_365": 281 + }, + { + "index": 4439, + "id": 9991931, + "name": "WiFi + Cosy room", + "host_name": "Elena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2015-12-16", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4440, + "id": 9992971, + "name": "Contemporary Penthouse Apartment near Paseo De Gracia", + "host_name": "Edu", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-22", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 3, + "availability_365": 50 + }, + { + "index": 4441, + "id": 9996765, + "name": "Apartment Granvia732", + "host_name": "Sergio", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-07-07", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 4442, + "id": 9997240, + "name": "Cozy Studio at Plaza Catalunya", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 31, + "number_of_reviews": 158, + "last_review": "2019-05-01", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 15, + "availability_365": 285 + }, + { + "index": 4443, + "id": 10003263, + "name": "Bright room with a wonderful view!", + "host_name": "Alejandra", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2016-07-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4444, + "id": 10005342, + "name": "Loft/Estudio", + "host_name": "Guillermo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 69, + "last_review": "2019-05-03", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 4445, + "id": 10007287, + "name": "Barcelona Fifteen double studio", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-16", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 20, + "availability_365": 228 + }, + { + "index": 4446, + "id": 10008491, + "name": "ARCO DEL TRIUNFO - COSY FAMILY LIFE", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-01-31", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 20, + "availability_365": 189 + }, + { + "index": 4447, + "id": 10009651, + "name": "Liz's Flat Sants Station & La Fira", + "host_name": "Elizabeth", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 88, + "last_review": "2019-06-28", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 4448, + "id": 10009907, + "name": "Hipster apartment - Long term rental for students", + "host_name": "Enric & Packo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 60, + "number_of_reviews": 2, + "last_review": "2017-06-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 6, + "availability_365": 43 + }, + { + "index": 4449, + "id": 10013485, + "name": "Typical Gracia Apt close Park Guell", + "host_name": "Marco", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2017-01-19", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 4450, + "id": 10018775, + "name": "Habitaci\u00f3n en el coraz\u00f3n de Gracia. ENG IT welcome", + "host_name": "Aya", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-05-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4451, + "id": 10027256, + "name": "NICE ROOM FOR ONE OR TWO PERSONS.", + "host_name": "Jessy", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-30", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 2, + "availability_365": 346 + }, + { + "index": 4452, + "id": 10030273, + "name": "Minimalist flat in BCN", + "host_name": "Oscar Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-08-01", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 5, + "availability_365": 109 + }, + { + "index": 4453, + "id": 10031534, + "name": "BRAND-NEW 1 DB APT WITH BALCONY E1", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 21, + "availability_365": 297 + }, + { + "index": 4454, + "id": 10031889, + "name": "Vila Olimpica Habitacion Doble Barcelona", + "host_name": "Katia N\u00fa\u00f1ez Herrera", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2018-10-01", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 4455, + "id": 10034834, + "name": "Sailboat in Barcelona Bavaria 45 Cruiser", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-07-27", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 4456, + "id": 10036297, + "name": "BARGAIN!!!! New apartment in the center!", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-08-16", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 15, + "availability_365": 104 + }, + { + "index": 4457, + "id": 10038461, + "name": "Voyage Apart-Barcelona city centre", + "host_name": "Gian & Alba", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 179, + "last_review": "2019-06-29", + "reviews_per_month": 4.18, + "calculated_host_listings_count": 1, + "availability_365": 223 + }, + { + "index": 4458, + "id": 10045248, + "name": "Suite Condado, ideal para familias", + "host_name": "H.", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 4459, + "id": 10051885, + "name": "Cosy Flat next to Plaza Espa\u00f1a", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-06-26", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 15, + "availability_365": 129 + }, + { + "index": 4460, + "id": 10052599, + "name": "Attic appartment Paseo de Gracia", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-07-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 95, + "availability_365": 132 + }, + { + "index": 4461, + "id": 10062514, + "name": "Ofrezco habitaci\u00f3n INDIVIDUAL grande", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 7, + "number_of_reviews": 7, + "last_review": "2019-06-28", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 4462, + "id": 10065521, + "name": "Amazing Loft in Las Ramblas Barcelona HUTB-000031", + "host_name": "Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 2, + "number_of_reviews": 157, + "last_review": "2019-07-06", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 4463, + "id": 10073088, + "name": "espacio c\u00f3modo", + "host_name": "Clerc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4464, + "id": 10076856, + "name": "Appartement en vila de gracia", + "host_name": "Andr\u00e9e", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 23, + "minimum_nights": 20, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4465, + "id": 10078923, + "name": "Barceloneta Street apartment", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 31, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2019-06-05", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 4466, + "id": 10080180, + "name": "Light and cosy room in El Born", + "host_name": "Carlijn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4467, + "id": 10081738, + "name": "Nice small studio in Barcelona (annex to my house)", + "host_name": "Sandra", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2019-04-10", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 4468, + "id": 10082422, + "name": "Nice room in Barcelona Center", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4469, + "id": 10084062, + "name": "well located and modern up to 4", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 148, + "last_review": "2019-07-06", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 16, + "availability_365": 140 + }, + { + "index": 4470, + "id": 10085581, + "name": "Great location in Sagrada Familia Barcelona", + "host_name": "Diana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2017-09-23", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4471, + "id": 10099313, + "name": "atic amb terrassa i vistes Barcelon", + "host_name": "Angels", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4472, + "id": 10100456, + "name": "Cozy doble room in Gracia,Barcelona", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4473, + "id": 10101846, + "name": "4 Bedroom Central Apt Amazing Views", + "host_name": "Johanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-27", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 8, + "availability_365": 144 + }, + { + "index": 4474, + "id": 10109984, + "name": "Sunny Design Apt. PlazaEspanya BCN", + "host_name": "Karina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-27", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 4475, + "id": 10111416, + "name": "Single Room in Sagrada Familia - Barcelona", + "host_name": "Diana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2017-09-23", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4476, + "id": 10113300, + "name": "Central Apartment fo 4 guests (2 Bedrooms) G6", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-05-19", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 42, + "availability_365": 113 + }, + { + "index": 4477, + "id": 10114547, + "name": "cosy terraced house near Stadium", + "host_name": "Gemma", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-23", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 4478, + "id": 10115098, + "name": "Habitaci\u00f3n doble", + "host_name": "Hostal", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4479, + "id": 10120072, + "name": "Double room in the city center", + "host_name": "Daphn\u00e9", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 7, + "number_of_reviews": 85, + "last_review": "2018-08-15", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 4480, + "id": 10127537, + "name": "Precioso y rehabilitado,CiutatVella *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-03-31", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 54, + "availability_365": 250 + }, + { + "index": 4481, + "id": 10132170, + "name": "Central apartment for 5 guests (3 Bedrooms) G7", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-19", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 42, + "availability_365": 90 + }, + { + "index": 4482, + "id": 10132419, + "name": "Central Apartment for 6 guests (3 Bedrooms) G16", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-21", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 42, + "availability_365": 82 + }, + { + "index": 4483, + "id": 10133050, + "name": "Central luxury apartment with chillout terrace B10", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 293, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-05-23", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 42, + "availability_365": 109 + }, + { + "index": 4484, + "id": 10133140, + "name": "Central luxury apartment with chillout terrace B8", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 247, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-17", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 42, + "availability_365": 123 + }, + { + "index": 4485, + "id": 10136354, + "name": "Modern flat near Ramblas/Raval!", + "host_name": "Nicolas M\u00e9riel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 30, + "number_of_reviews": 9, + "last_review": "2018-12-15", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 303 + }, + { + "index": 4486, + "id": 10146759, + "name": "Casa C: casa adosada barrio Gracia", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-07-07", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 4, + "availability_365": 286 + }, + { + "index": 4487, + "id": 10147351, + "name": "Wonderful apartment in Old City!", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-03-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 4488, + "id": 10150711, + "name": "Room at sagrada familia.", + "host_name": "Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 11, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2016-03-27", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4489, + "id": 10151288, + "name": "Sunny and quiet flat in Eixample", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-22", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 9, + "availability_365": 270 + }, + { + "index": 4490, + "id": 10158990, + "name": "Sunny room heart of Borne", + "host_name": "Crista", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2018-10-01", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4491, + "id": 10159608, + "name": "Piso c\u00e9ntrico en barcelona", + "host_name": "Diana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4492, + "id": 10160908, + "name": "Apartamento con una habitacion para 4 personas", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2017-11-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 8, + "availability_365": 86 + }, + { + "index": 4493, + "id": 10161006, + "name": "Very central, 7'ramblas --1", + "host_name": "Shahid Y Angelinesljb", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-06-08", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 4494, + "id": 10161751, + "name": "Double Room to Let- Barrio G\u00f3tico.", + "host_name": "Salvador", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4495, + "id": 10163333, + "name": "Beach arquitect apartment by month", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2018-11-05", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 6, + "availability_365": 327 + }, + { + "index": 4496, + "id": 10167887, + "name": "NEW FIVE STARS PENTHOUSE", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-17", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 8, + "availability_365": 308 + }, + { + "index": 4497, + "id": 10170589, + "name": "Penthouse Plaza Catalunya 8 /best location in BCN", + "host_name": "Mazeda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-06-26", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 4498, + "id": 10172298, + "name": "Quiet loft with courtyard", + "host_name": "Kristofer", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 30, + "number_of_reviews": 8, + "last_review": "2018-11-02", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 95 + }, + { + "index": 4499, + "id": 10181360, + "name": "Room Beig with private bathroom", + "host_name": "Salvatore", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-30", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 2, + "availability_365": 283 + }, + { + "index": 4500, + "id": 10182331, + "name": "Room in Barcelona center - Plaza Reial (Ghotic)", + "host_name": "Igor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 187, + "last_review": "2019-06-06", + "reviews_per_month": 4.36, + "calculated_host_listings_count": 2, + "availability_365": 324 + }, + { + "index": 4501, + "id": 10186267, + "name": "Double room + private living room", + "host_name": "Sil", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-01-03", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4502, + "id": 10190196, + "name": "YH4/4-Berna | New Apartment Exclusive Design", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-08-07", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 4503, + "id": 10203560, + "name": "Barceloneta Beach 2 apartment", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 31, + "minimum_nights": 31, + "number_of_reviews": 18, + "last_review": "2019-07-06", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 3, + "availability_365": 233 + }, + { + "index": 4504, + "id": 10203916, + "name": "Barceloneta Beach 1 apartment", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 31, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2019-07-03", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 3, + "availability_365": 266 + }, + { + "index": 4505, + "id": 10205793, + "name": "Nice Apartment near Paseo de Gracia", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-14", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 4506, + "id": 10208538, + "name": "Cozy room in the heart of Poble Nou", + "host_name": "Francisco", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 121, + "last_review": "2019-06-26", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 1, + "availability_365": 55 + }, + { + "index": 4507, + "id": 10222805, + "name": "BCN CENTRO & PZA ESPA\u00d1A PRIVATE 2 BRM /1 BATH,SALA", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 87, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-07-08", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 1, + "availability_365": 119 + }, + { + "index": 4508, + "id": 10224879, + "name": "Ap near Plaza Espanya", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 31, + "availability_365": 350 + }, + { + "index": 4509, + "id": 10237654, + "name": "Sailboat Charter in Barcelona BE39", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 295, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 4510, + "id": 10238081, + "name": "Trendy, comfy and great views in superb location", + "host_name": "Elisa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2019-04-27", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 351 + }, + { + "index": 4511, + "id": 10240945, + "name": "Cozy Single Room", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-07-01", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4512, + "id": 10241811, + "name": "Market Boqueria (Las Ramblas)", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 31, + "last_review": "2016-10-17", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 3, + "availability_365": 343 + }, + { + "index": 4513, + "id": 10242542, + "name": "Sagrada Familia's French Argentine", + "host_name": "Adrien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 36, + "last_review": "2017-08-02", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4514, + "id": 10244297, + "name": "BARCELONETA BEACH IV 2", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-04-06", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 49, + "availability_365": 90 + }, + { + "index": 4515, + "id": 10245028, + "name": "Habitaci\u00f3n privada cerca estadio fc barcelona", + "host_name": "Jose", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-10-02", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 3, + "availability_365": 36 + }, + { + "index": 4516, + "id": 10245438, + "name": "DOUBLE ROOM GARRET WITH HIGH ROOF", + "host_name": "Alba", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-06-26", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4517, + "id": 10258778, + "name": "Sagrada Familia Apartment", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-02-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 7, + "availability_365": 175 + }, + { + "index": 4518, + "id": 10259512, + "name": "Romantic Design Apt. Plaza Esp. BCN", + "host_name": "Karina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 62, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-04-29", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 4519, + "id": 10265669, + "name": "CENTRAL PLAZA CATALUNYA LOFT", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 22, + "last_review": "2019-03-08", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 3, + "availability_365": 284 + }, + { + "index": 4520, + "id": 10276293, + "name": "Apartment with terrace in Barcelona", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 5, + "number_of_reviews": 120, + "last_review": "2019-07-04", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 11, + "availability_365": 213 + }, + { + "index": 4521, + "id": 10316476, + "name": "Family beach loft in 5 min from the Bogatell", + "host_name": "Maria Victoria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2017-10-16", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 4522, + "id": 10324281, + "name": "OFFER SUMMER Beach&CenterNice and confortable", + "host_name": "Jaueli", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-12-20", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 4523, + "id": 10331326, + "name": "Quiet room in a nice neighbourhood.", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-07-08", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 4524, + "id": 10335997, + "name": "Beach of Barcelona", + "host_name": "Frederic & Maritza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 22, + "last_review": "2018-06-30", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 2, + "availability_365": 261 + }, + { + "index": 4525, + "id": 10336625, + "name": "Acogedor piso en Barcelona centro", + "host_name": "Johanna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2016-06-20", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4526, + "id": 10348815, + "name": "Cosy room next to Passeig de Gracia", + "host_name": "Kasia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4527, + "id": 10353204, + "name": "Belle chambre dans maison d'artiste", + "host_name": "Alexis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4528, + "id": 10353331, + "name": "habitaci\u00f3n en alquiler Gracia BCN", + "host_name": "Camila", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4529, + "id": 10358835, + "name": "Cozy room at the city center", + "host_name": "Sol", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 148, + "last_review": "2019-06-24", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 4530, + "id": 10373116, + "name": "GORGEOUS AND QUIET ROOM-G", + "host_name": "Pier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 153, + "last_review": "2019-07-07", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 3, + "availability_365": 248 + }, + { + "index": 4531, + "id": 10373129, + "name": "COSY AND QUIET ROOM-P", + "host_name": "Pier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 165, + "last_review": "2019-07-07", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 3, + "availability_365": 253 + }, + { + "index": 4532, + "id": 10374992, + "name": "FREE WIFI! Cozy Studio near Picasso Museum 3.1", + "host_name": "Alexey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-04-03", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 11, + "availability_365": 185 + }, + { + "index": 4533, + "id": 10377603, + "name": "CLOSE TO SANTS ESTACIO/15 MIN. DOWNTOWN/CAMP NOU", + "host_name": "Roser", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-16", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 68 + }, + { + "index": 4534, + "id": 10379796, + "name": "Nice suite in the Gothic Quarter (Old Town-Center)", + "host_name": "Tania", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-06-23", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 4535, + "id": 10409484, + "name": "BARCELONA SANTS CAMP NOU", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-20", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 49, + "availability_365": 106 + }, + { + "index": 4536, + "id": 10410300, + "name": "BARCELONA SANTS CAMP NOU 1/2", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-17", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 49, + "availability_365": 117 + }, + { + "index": 4537, + "id": 10410622, + "name": "BARCELONA SANTS CAMP NOU 2/1", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-01-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 49, + "availability_365": 114 + }, + { + "index": 4538, + "id": 10410955, + "name": "BARCELONA SANTS CAMP NOU 2/2", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-25", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 49, + "availability_365": 104 + }, + { + "index": 4539, + "id": 10411902, + "name": "Quiet 3 bedroom balcony Poble Sec", + "host_name": "Francesco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 217, + "last_review": "2019-07-07", + "reviews_per_month": 5.11, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 4540, + "id": 10425744, + "name": "IN THE GOTHIC NEXT TO PL CATALUNYA", + "host_name": "Jaume", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-04-30", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 20, + "availability_365": 258 + }, + { + "index": 4541, + "id": 10442745, + "name": "Bright bedroom near La Rambla", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 125, + "last_review": "2019-07-04", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 4542, + "id": 10444635, + "name": "\u2764\ufe0f\ufe0f2BDR Quiet in Gothic quarter", + "host_name": "Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 162, + "minimum_nights": 4, + "number_of_reviews": 126, + "last_review": "2019-07-01", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 1, + "availability_365": 238 + }, + { + "index": 4543, + "id": 10445947, + "name": "Eixample Centric Home", + "host_name": "Concierge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-26", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 4544, + "id": 10446010, + "name": "Comfortable & Centric room for 2", + "host_name": "Margarita", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 72, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-06-17", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 4545, + "id": 10447043, + "name": "FANT\u00c0STIC PIS MODERNISTA A GR\u00c0CIA", + "host_name": "Xavier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 176, + "last_review": "2019-07-01", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 1, + "availability_365": 110 + }, + { + "index": 4546, + "id": 10448398, + "name": "GREAT Penthouse in BCN center. Terrace Garden.WIFI", + "host_name": "Mariana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2016-09-04", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 321 + }, + { + "index": 4547, + "id": 10449047, + "name": "Economic and luminous double room", + "host_name": "Aur\u00e9lie", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4548, + "id": 10461425, + "name": "habitacion doble en alquiler BCN", + "host_name": "Mufida", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 4549, + "id": 10480416, + "name": "GORGEOUS APARTMENT IN DOWNTOWN", + "host_name": "Pier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 1, + "number_of_reviews": 142, + "last_review": "2019-07-01", + "reviews_per_month": 3.47, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 4550, + "id": 10495200, + "name": "3 dormitorios, Las Ramblas", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 31, + "number_of_reviews": 17, + "last_review": "2016-09-30", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 3, + "availability_365": 161 + }, + { + "index": 4551, + "id": 10502901, + "name": "Budy Apartments - La Rambla 8", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 23, + "availability_365": 365 + }, + { + "index": 4552, + "id": 10503404, + "name": "Room Ivory with private bathroom", + "host_name": "Salvatore", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-07-02", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4553, + "id": 10504839, + "name": "Old building very good location", + "host_name": "David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 29, + "last_review": "2019-05-22", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 2, + "availability_365": 8 + }, + { + "index": 4554, + "id": 10513756, + "name": "DOUBLE Bedroom 15\u00b4 to Sagrada Familia", + "host_name": "Ruben", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 116, + "last_review": "2019-07-08", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 2, + "availability_365": 71 + }, + { + "index": 4555, + "id": 10513910, + "name": "COZY BORN AREA city center", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 31, + "number_of_reviews": 24, + "last_review": "2019-03-17", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 3, + "availability_365": 218 + }, + { + "index": 4556, + "id": 10515010, + "name": "Luminious apartment next to Ramblas", + "host_name": "Silvia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-26", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 7, + "availability_365": 316 + }, + { + "index": 4557, + "id": 10516974, + "name": "Habitacion Doble en Poble Sec en Duplex", + "host_name": "Manuel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-08-27", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4558, + "id": 10529901, + "name": "Double bedroom near the beach", + "host_name": "Toni", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 6, + "number_of_reviews": 26, + "last_review": "2018-09-27", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 4559, + "id": 10533081, + "name": "Sagrada Familia apartment w/terrace. HUTB 006893", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-11", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 18, + "availability_365": 6 + }, + { + "index": 4560, + "id": 10533422, + "name": "City center Ramblas with terrace", + "host_name": "Silvia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 51, + "last_review": "2019-06-10", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 7, + "availability_365": 314 + }, + { + "index": 4561, + "id": 10534258, + "name": "Big Chic Apartment in Sants", + "host_name": "Anima Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2019-07-04", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 13, + "availability_365": 95 + }, + { + "index": 4562, + "id": 10536608, + "name": "Budy Apartments - Calle del Pi 1.2", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2018-08-31", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 23, + "availability_365": 342 + }, + { + "index": 4563, + "id": 10537175, + "name": "Estudio en \u00c1tico en El Born", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 20, + "last_review": "2017-05-17", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 23, + "availability_365": 365 + }, + { + "index": 4564, + "id": 10543618, + "name": "Plaza Real 3 double BR quiet; HUTB: 001510", + "host_name": "Klaus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-06-30", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 4, + "availability_365": 106 + }, + { + "index": 4565, + "id": 10545725, + "name": "Cozy bedroom Sagrada Familia", + "host_name": "Rapha", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-02-14", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4566, + "id": 10547269, + "name": "Double room near to Park Guell", + "host_name": "Eric", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-07-07", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 4567, + "id": 10555229, + "name": "Double room in the center", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 30, + "number_of_reviews": 68, + "last_review": "2019-07-01", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 1, + "availability_365": 351 + }, + { + "index": 4568, + "id": 10555436, + "name": "Nice apartment Paseo de Gracia", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-20", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 13, + "availability_365": 93 + }, + { + "index": 4569, + "id": 10555485, + "name": "Luxe class elegant apartment", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-06-10", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 13, + "availability_365": 130 + }, + { + "index": 4570, + "id": 10556480, + "name": "Budy Apartments - Calle del Pi 1.1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2018-12-01", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 23, + "availability_365": 70 + }, + { + "index": 4571, + "id": 10556760, + "name": "Ondina Apartment Sagrada Familia", + "host_name": "Trikua", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 81, + "last_review": "2019-07-07", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 4572, + "id": 10558807, + "name": "Park Guell apartment with terrace", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-19", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 13, + "availability_365": 101 + }, + { + "index": 4573, + "id": 10558847, + "name": "Habitacion individuales junto Mobile World", + "host_name": "Fany", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-25", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 4574, + "id": 10561317, + "name": "Quiet and bright room in Parallel!", + "host_name": "Lindsay", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2016-11-19", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4575, + "id": 10564266, + "name": "Spacious/Artsy Bogatell Studio Loft", + "host_name": "Nancy", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2016-05-22", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4576, + "id": 10564417, + "name": "1304 - PENTHOUSE TERRACE", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 327, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-06-23", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 24, + "availability_365": 129 + }, + { + "index": 4577, + "id": 10578648, + "name": "Ap for 2 near Las Ramblas", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-30", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 31, + "availability_365": 34 + }, + { + "index": 4578, + "id": 10581101, + "name": "Grand apartment Sagrada Familia", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-06-25", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 13, + "availability_365": 105 + }, + { + "index": 4579, + "id": 10589836, + "name": "Nice and couzy room in center", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-07-06", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 4580, + "id": 10591138, + "name": "Large and luminous room", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2016-08-22", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4581, + "id": 10593922, + "name": "Private Room in \u00c1tico Barcelona 1", + "host_name": "Mariana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2018-10-07", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 2, + "availability_365": 217 + }, + { + "index": 4582, + "id": 10602147, + "name": "Budy Apartments - Stylish Loft 1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2019-05-14", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 23, + "availability_365": 282 + }, + { + "index": 4583, + "id": 10612044, + "name": "Apartamento en Barcelona", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-04-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 71 + }, + { + "index": 4584, + "id": 10615111, + "name": "Double room with private bathroom in Bi-level flat", + "host_name": "Concha", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-06-28", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 4585, + "id": 10619784, + "name": "Plaza Catalunya Double Room", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-01-12", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 3, + "availability_365": 186 + }, + { + "index": 4586, + "id": 10621483, + "name": "Penthouse Sagrada Familia SPB542388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 215, + "last_review": "2019-06-19", + "reviews_per_month": 5.22, + "calculated_host_listings_count": 20, + "availability_365": 257 + }, + { + "index": 4587, + "id": 10623888, + "name": "Sagrada familia Private Room", + "host_name": "Mar\u00eda Eugenia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 4588, + "id": 10625566, + "name": "Habitacion cama doble muy comoda", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-23", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 2, + "availability_365": 361 + }, + { + "index": 4589, + "id": 10641233, + "name": "Cozy room with bathroom & balcony", + "host_name": "Joscha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4590, + "id": 10642160, + "name": "Trendy & Luminous Apartment in the City Center", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 122, + "last_review": "2019-07-04", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 6, + "availability_365": 289 + }, + { + "index": 4591, + "id": 10647408, + "name": "Warm & cosy apartment", + "host_name": "Sophie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-07-07", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 4592, + "id": 10647451, + "name": "Double bedroom in Clot", + "host_name": "Nuria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 47, + "minimum_nights": 4, + "number_of_reviews": 59, + "last_review": "2019-07-02", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 4593, + "id": 10648025, + "name": "New room the heart of Barcelona", + "host_name": "Felix", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-03-30", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4594, + "id": 10649499, + "name": "SUNNY APARTMENT IN GR\u00c0CIA! BALCONY AND WIFI", + "host_name": "Mia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-06-20", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 4595, + "id": 10654731, + "name": "GREAT PLACE TO LIVE WITH MY FAMILY!!!", + "host_name": "Maite", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 340, + "number_of_reviews": 4, + "last_review": "2018-08-18", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 4596, + "id": 10655842, + "name": "DOUBLE ROOM BY THE CATHEDRAL!", + "host_name": "Maria Eulalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 46, + "minimum_nights": 5, + "number_of_reviews": 135, + "last_review": "2019-07-06", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 4597, + "id": 10662070, + "name": "Bargain!! New apartment in Sagrada Familia!", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2017-05-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 15, + "availability_365": 0 + }, + { + "index": 4598, + "id": 10663752, + "name": "Past meets Present in stunning flat near Beach", + "host_name": "Romina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 220, + "last_review": "2019-07-02", + "reviews_per_month": 5.34, + "calculated_host_listings_count": 2, + "availability_365": 229 + }, + { + "index": 4599, + "id": 10663996, + "name": "Fira Barcelona Habitaci bany privat", + "host_name": "Guillem", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-04-18", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 4600, + "id": 10665042, + "name": "2b/1b Bright Apartment near Beach", + "host_name": "Jaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2016-09-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 20, + "availability_365": 0 + }, + { + "index": 4601, + "id": 10668150, + "name": "5-BEDROOM PLAZA CATALUNYA LUX", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 487, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-05-28", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 43, + "availability_365": 97 + }, + { + "index": 4602, + "id": 10672506, + "name": "Barcelona - Piso Example", + "host_name": "Trize", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 14, + "availability_365": 363 + }, + { + "index": 4603, + "id": 10677443, + "name": "Cosy & Central 1bd Raval St Antoni - ALQ 8", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 60, + "number_of_reviews": 6, + "last_review": "2018-12-20", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 18, + "availability_365": 14 + }, + { + "index": 4604, + "id": 10689360, + "name": "Picasso Suites 4.4 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-07-03", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 24, + "availability_365": 337 + }, + { + "index": 4605, + "id": 10690299, + "name": "The Bicycle Apartments -Terrace", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 268 + }, + { + "index": 4606, + "id": 10693736, + "name": "The Bicycle Apartments - Balcony", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-03-11", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 6, + "availability_365": 195 + }, + { + "index": 4607, + "id": 10694127, + "name": "The Bicycle Apartments - Penthouse", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-05-10", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 6, + "availability_365": 271 + }, + { + "index": 4608, + "id": 10697821, + "name": "Private room in eixample, next to born", + "host_name": "Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-03", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 172 + }, + { + "index": 4609, + "id": 10700849, + "name": "Beautiful sunny double room with balcony", + "host_name": "Martin Y Joanna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-04-22", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 4610, + "id": 10707849, + "name": "Room in Gotic, Las Ramblas !", + "host_name": "Sofia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-06-26", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 2, + "availability_365": 140 + }, + { + "index": 4611, + "id": 10713417, + "name": "Room in the heart of barcelona", + "host_name": "Jordi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 93, + "last_review": "2019-07-10", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 335 + }, + { + "index": 4612, + "id": 10716366, + "name": "3 bedroom apartment near Arc de Triomf", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 320 + }, + { + "index": 4613, + "id": 10716793, + "name": "DOUBLE ROOM for 1 or 2 ppl", + "host_name": "Aleksandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4614, + "id": 10724048, + "name": "Single room near Sagrada Familia", + "host_name": "Ele", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4615, + "id": 10727331, + "name": "Plaza Espa\u00f1a/Montjuich", + "host_name": "Franc", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-17", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 4, + "availability_365": 171 + }, + { + "index": 4616, + "id": 10736948, + "name": "Comfortable & Centric room for one", + "host_name": "Margarita", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 123, + "last_review": "2019-07-06", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 4617, + "id": 10737502, + "name": "Classic Designer Apartment Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-21", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 76, + "availability_365": 135 + }, + { + "index": 4618, + "id": 10737758, + "name": "Quiet & Family, sea views near Ramblas", + "host_name": "Nuria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 149, + "last_review": "2019-07-08", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 2, + "availability_365": 189 + }, + { + "index": 4619, + "id": 10745984, + "name": "COOL PENTHOUSE (The Best View BCN)", + "host_name": "D.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2019-06-06", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 311 + }, + { + "index": 4620, + "id": 10748808, + "name": "Room with private bathroom in renovated penthouse.", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-05-06", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 4621, + "id": 10752315, + "name": "Bonita habitaci\u00f3n cama doble, inmejorable zona.", + "host_name": "Natalia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 7, + "number_of_reviews": 27, + "last_review": "2019-02-13", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 3, + "availability_365": 159 + }, + { + "index": 4622, + "id": 10756694, + "name": "Habitaci\u00f3n en zona Sagrada Familia", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-05-27", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4623, + "id": 10759270, + "name": "Double Room Central Barcelona", + "host_name": "Richard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-24", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4624, + "id": 10763645, + "name": "Appartment Barcelona Olimpic Beach", + "host_name": "German", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 48, + "last_review": "2019-06-20", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 2, + "availability_365": 146 + }, + { + "index": 4625, + "id": 10776215, + "name": "Piso luminoso c\u00e9ntrico encantador Eixample", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 44, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-05-31", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 4626, + "id": 10781555, + "name": "1rm BEST PRICE! GOTHIC HAPPY GUESTS", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-11-10", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 39, + "availability_365": 335 + }, + { + "index": 4627, + "id": 10784053, + "name": "a2fs LARGE GROUPFLAT CLOSE TO LA SAGRADA FAMILIA", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-03-24", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 39, + "availability_365": 362 + }, + { + "index": 4628, + "id": 10792309, + "name": "Sunny Center Born with balcony, 5,1", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-02-25", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 18, + "availability_365": 333 + }, + { + "index": 4629, + "id": 10794450, + "name": "Single bedroom + private bathroom", + "host_name": "Ariane", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4630, + "id": 10805338, + "name": "Penthouse view of Sagrada Familia", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 39, + "last_review": "2019-06-17", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 4631, + "id": 10818488, + "name": "Fantastic RAMBLAS CATALUNYA", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 356 + }, + { + "index": 4632, + "id": 10822633, + "name": "Cosy Single Room in Gracia", + "host_name": "Marc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 53, + "last_review": "2019-07-01", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 4633, + "id": 10823019, + "name": "Nice central flat in Born, WiFi", + "host_name": "Helena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 14, + "last_review": "2019-06-30", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 4634, + "id": 10823776, + "name": "APARTAMENTO JAZZ 4", + "host_name": "Daniel - Vanessa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 60, + "number_of_reviews": 7, + "last_review": "2018-11-30", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 116 + }, + { + "index": 4635, + "id": 10824133, + "name": "Poblenou - 5 min to the Sea", + "host_name": "Olga", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 30, + "number_of_reviews": 13, + "last_review": "2018-06-04", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 69 + }, + { + "index": 4636, + "id": 10829868, + "name": "Cozy double Room in great location", + "host_name": "Ben", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-07-05", + "reviews_per_month": 1.37, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 4637, + "id": 10830088, + "name": "loca\u00e7\u00e3o barcelona, roma e lisboa", + "host_name": "Itamar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4638, + "id": 10832320, + "name": "Apartment with terrace for 4 people", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-06-24", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 3, + "availability_365": 310 + }, + { + "index": 4639, + "id": 10846280, + "name": "Near Camp Nou + 6 pax - FOR SEASON", + "host_name": "Pilar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 277 + }, + { + "index": 4640, + "id": 10850561, + "name": "Nice room with double bed in Sant Gervasi (1)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 343 + }, + { + "index": 4641, + "id": 10850926, + "name": "Room with single bed in Sant Gervasi (2)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 20, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 190 + }, + { + "index": 4642, + "id": 10851166, + "name": "Nice room with double bed in Sant Gervasi (3)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 69 + }, + { + "index": 4643, + "id": 10851345, + "name": "Double room & private terrace in G\u00f3tic", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-07-02", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 4644, + "id": 10851431, + "name": "Nice room with double bed in Sant Gervasi (4)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-06-30", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 79, + "availability_365": 364 + }, + { + "index": 4645, + "id": 10851636, + "name": "Nice room with double bed in Sant Gervasi (5)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 316 + }, + { + "index": 4646, + "id": 10851790, + "name": "Nice shared room in Sant Gervasi (6)", + "host_name": "Laia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 180 + }, + { + "index": 4647, + "id": 10854851, + "name": "Habitaci\u00f3n Doble Atico Cerca Centro", + "host_name": "Cristina", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 2000, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 4648, + "id": 10860190, + "name": "Habitacion tranquila en piso lindo", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 14, + "minimum_nights": 31, + "number_of_reviews": 13, + "last_review": "2019-07-04", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 3, + "availability_365": 212 + }, + { + "index": 4649, + "id": 10869502, + "name": "New apartment Paseo de Gracia", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-20", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 13, + "availability_365": 118 + }, + { + "index": 4650, + "id": 10873746, + "name": "Nice shared room in Gran V\u00eda (1)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 282 + }, + { + "index": 4651, + "id": 10873882, + "name": "Nice double room in Gran V\u00eda (2)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 105 + }, + { + "index": 4652, + "id": 10874108, + "name": "Nice double room in Gran V\u00eda (3)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 157 + }, + { + "index": 4653, + "id": 10874566, + "name": "Nice double room in Gran V\u00eda (4)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 219 + }, + { + "index": 4654, + "id": 10874782, + "name": "Nice double room in Gran V\u00eda (5)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 90 + }, + { + "index": 4655, + "id": 10874948, + "name": "Nice double room in Gran V\u00eda (6)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 227 + }, + { + "index": 4656, + "id": 10875161, + "name": "Nice double room in Gran V\u00eda (7)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 251 + }, + { + "index": 4657, + "id": 10877699, + "name": "Mar Bella apartment 3", + "host_name": "Xavi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-05-18", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 7, + "availability_365": 186 + }, + { + "index": 4658, + "id": 10878313, + "name": "R4D Beautiful Duplex in Gracia 3Senyores", + "host_name": "Ruben", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 138, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-27", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 15, + "availability_365": 140 + }, + { + "index": 4659, + "id": 10878390, + "name": "Mar Bella Apartment 4", + "host_name": "Xavi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-06-16", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 7, + "availability_365": 277 + }, + { + "index": 4660, + "id": 10879142, + "name": "Studio in Shared House - 5 mins from La Boqueria", + "host_name": "Kristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2018-09-09", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4661, + "id": 10880169, + "name": "Cozy beachside apartment, Poblenou!", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-05-06", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 2, + "availability_365": 324 + }, + { + "index": 4662, + "id": 10880856, + "name": "Alquilar habitaci\u00f3n c\u00e9ntrica", + "host_name": "Marina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4663, + "id": 10892193, + "name": "LOFT DE DISE\u00d1O CERCA MUSEO PICASSO", + "host_name": "Arlette Frieda M.", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 4664, + "id": 10893207, + "name": "Casa B: casa adosada barrio Gracia", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-07-08", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 4665, + "id": 10894127, + "name": "Nice double room in Gran V\u00eda (8)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 290 + }, + { + "index": 4666, + "id": 10897247, + "name": "Beautiful attic apartment", + "host_name": "Oihana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4667, + "id": 10897779, + "name": "Jardinets de Gr\u00e0cia B, Barcelona! HUTB (Phone number hidden by Airbnb)", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-06-23", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 15, + "availability_365": 328 + }, + { + "index": 4668, + "id": 10898550, + "name": "Great room, Walk Everywhere!!!", + "host_name": "Jonathan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-17", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 4669, + "id": 10902576, + "name": "Loft style close to Plaza Catalunya 2 bd - ALQ 11", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 60, + "number_of_reviews": 3, + "last_review": "2019-05-31", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 18, + "availability_365": 15 + }, + { + "index": 4670, + "id": 10903401, + "name": "DOUBLE ROOMS near SAGRADA FAMILIA", + "host_name": "Sneha", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4671, + "id": 10915862, + "name": null, + "host_name": "Sarai", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4672, + "id": 10916769, + "name": "Malva room - just for you!", + "host_name": "Giulia & Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-23", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 345 + }, + { + "index": 4673, + "id": 10919397, + "name": "Cozy double room in Sagrada Fam\u00edlia, city centre", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 210, + "last_review": "2019-06-13", + "reviews_per_month": 6.25, + "calculated_host_listings_count": 3, + "availability_365": 14 + }, + { + "index": 4674, + "id": 10920813, + "name": "DIAGONAL MAR, very close to the sea!!", + "host_name": "Alejandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-07-07", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 1, + "availability_365": 277 + }, + { + "index": 4675, + "id": 10920893, + "name": "R4D Close to fira Barcelona, Plaza Espa\u00f1a", + "host_name": "Ruben", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-15", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 15, + "availability_365": 158 + }, + { + "index": 4676, + "id": 10922534, + "name": "Alcam Republica Argentina Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 264 + }, + { + "index": 4677, + "id": 10940707, + "name": "Beatiful apartment in the old town", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 259 + }, + { + "index": 4678, + "id": 10941193, + "name": "YOUR HOME IN THE VERY HEART OF TOWN", + "host_name": "Raimund", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2018-10-07", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4679, + "id": 10951424, + "name": "Alquiler de habitaci\u00f3n muy luminosa", + "host_name": "Victoria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 15, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2016-07-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4680, + "id": 10960459, + "name": "Habitacion en el coraz\u00f3n del Gotico", + "host_name": "Norma Y Mauricio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4681, + "id": 10961519, + "name": "Luminoso appartamento nell Eixample", + "host_name": "Ancry", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 193, + "last_review": "2019-07-05", + "reviews_per_month": 4.65, + "calculated_host_listings_count": 3, + "availability_365": 75 + }, + { + "index": 4682, + "id": 10961997, + "name": "NEW PLAZA ESPA\u00d1A - LONG STAYS", + "host_name": "Vilamar\u00ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2017-10-13", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 4683, + "id": 10966654, + "name": "Comfortable 3bed with amazing views over Barcelona", + "host_name": "Ricard Y Esther", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-06-02", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 1, + "availability_365": 348 + }, + { + "index": 4684, + "id": 10978050, + "name": "006. Col\u00f3n 51 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 347 + }, + { + "index": 4685, + "id": 10978474, + "name": "Bright and roomy flat city center", + "host_name": "Ancry", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 1, + "number_of_reviews": 212, + "last_review": "2019-06-28", + "reviews_per_month": 5.14, + "calculated_host_listings_count": 3, + "availability_365": 84 + }, + { + "index": 4686, + "id": 10979216, + "name": "Great double room, next to park, beach, old city!!", + "host_name": "Bob", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 19, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-04-20", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 2, + "availability_365": 150 + }, + { + "index": 4687, + "id": 10979805, + "name": "Alcam Colon 11 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 259 + }, + { + "index": 4688, + "id": 10981479, + "name": "Alcam Colon 12 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 0 + }, + { + "index": 4689, + "id": 10982611, + "name": "Alcam Colon 62 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 33, + "number_of_reviews": 1, + "last_review": "2018-12-16", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 97, + "availability_365": 359 + }, + { + "index": 4690, + "id": 10983247, + "name": "Nice shared room in Gran V\u00eda (9)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 365 + }, + { + "index": 4691, + "id": 10983578, + "name": "014. Apartamento 63 Paseo Col\u00f3n", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-03-01", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 97, + "availability_365": 229 + }, + { + "index": 4692, + "id": 10987241, + "name": "1 cozy bedroom", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 35, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2016-02-25", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4693, + "id": 10988342, + "name": "Studio Apartment in Barcelona", + "host_name": "Vincent", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 31, + "number_of_reviews": 18, + "last_review": "2019-02-08", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 200 + }, + { + "index": 4694, + "id": 10993011, + "name": "Quiet 2 bed bedroom near the beach", + "host_name": "Toni", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2019-07-01", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 2, + "availability_365": 24 + }, + { + "index": 4695, + "id": 11004309, + "name": "Jardinets de Gr\u00e0cia C, Barcelona! HUTB (Phone number hidden by Airbnb)", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-06-14", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 15, + "availability_365": 326 + }, + { + "index": 4696, + "id": 11004411, + "name": "031. Laforja Entr 1\u00aa Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-06-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 97, + "availability_365": 313 + }, + { + "index": 4697, + "id": 11006274, + "name": "051. Col\u00f3n 53 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 228 + }, + { + "index": 4698, + "id": 11006512, + "name": "052. Col\u00f3n 52 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 355 + }, + { + "index": 4699, + "id": 11006755, + "name": "082. Col\u00f3n 41 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 227 + }, + { + "index": 4700, + "id": 11007058, + "name": "083. Col\u00f3n 42 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-10-09", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 97, + "availability_365": 349 + }, + { + "index": 4701, + "id": 11007289, + "name": "084. Col\u00f3n 43 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-07-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 97, + "availability_365": 232 + }, + { + "index": 4702, + "id": 11008441, + "name": "085. Col\u00f3n 44 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 259 + }, + { + "index": 4703, + "id": 11008465, + "name": "Relaxing Apartment next to Sagrada Familia :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-28", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 33, + "availability_365": 318 + }, + { + "index": 4704, + "id": 11011610, + "name": "Olimpic Beach Elegant Apartment 6p", + "host_name": "German", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 37, + "last_review": "2019-06-21", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 4705, + "id": 11012484, + "name": null, + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4706, + "id": 11017606, + "name": "Las Ramblas - New Doble Queen Room", + "host_name": "Claudio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4707, + "id": 11018551, + "name": "La ubicaci\u00f3n perfecta en BCN!", + "host_name": "Roger", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-03-24", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4708, + "id": 11029651, + "name": "Cosy Double Suite MWC La Fira", + "host_name": "Emilija", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-17", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 5, + "availability_365": 85 + }, + { + "index": 4709, + "id": 11029705, + "name": "Ramblas Tallers 1 bedroom apartment", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-03-24", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 20, + "availability_365": 316 + }, + { + "index": 4710, + "id": 11032300, + "name": "Beautiful Room in Sagrada Familia", + "host_name": "Michele", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-26", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 4711, + "id": 11038159, + "name": "Poblenou Beach Rooms", + "host_name": "Mercedes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-10", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 3, + "availability_365": 327 + }, + { + "index": 4712, + "id": 11039131, + "name": "Sleeping BCN Apartments Premi\u00e0 P1", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-06-24", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 4, + "availability_365": 80 + }, + { + "index": 4713, + "id": 11041696, + "name": "Barceloneta one bedroom apartment 8min to beach", + "host_name": "Diana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2017-07-22", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 7, + "availability_365": 76 + }, + { + "index": 4714, + "id": 11042861, + "name": "Born Two Bedroom Apartment- FREE WIFI", + "host_name": "Alexey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-07-13", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 11, + "availability_365": 225 + }, + { + "index": 4715, + "id": 11050306, + "name": "Luxurious 3 Bed Apt in Via Laietana", + "host_name": "Veronika", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 4716, + "id": 11050889, + "name": "Charming apartment Balmes street", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-22", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 13, + "availability_365": 110 + }, + { + "index": 4717, + "id": 11051917, + "name": "Gaudi Residence 2", + "host_name": "Charm Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 179, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-20", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 8, + "availability_365": 275 + }, + { + "index": 4718, + "id": 11052842, + "name": "Another Nice Room in Sant Antoni", + "host_name": "Eloy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-04", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 4719, + "id": 11055393, + "name": "Barcelona - Barrio de Gracia!", + "host_name": "Leo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4720, + "id": 11060526, + "name": "Single room on quiet Gracia plaza", + "host_name": "Rosana & Pete", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2017-08-08", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4721, + "id": 11070174, + "name": "Charmantes Doppelzimmer , zentral", + "host_name": "Ralf", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 8, + "availability_365": 14 + }, + { + "index": 4722, + "id": 11073632, + "name": "Duplex in Barceloneta 2!", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-04-26", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 4, + "availability_365": 128 + }, + { + "index": 4723, + "id": 11075284, + "name": "Budy Apartments - Barceloneta 2.1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-09-02", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 23, + "availability_365": 344 + }, + { + "index": 4724, + "id": 11075687, + "name": "Elegant Apartment Overlooking the Iconic Paseo de Gracia", + "host_name": "Beatriz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-07-06", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 261 + }, + { + "index": 4725, + "id": 11076261, + "name": "GREAT PENTHOUSE PANORAMIC TERRACE SAGRADA FAMILIA", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-21", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 95, + "availability_365": 107 + }, + { + "index": 4726, + "id": 11079756, + "name": "Big room Pla\u00e7a Catalunya", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 92, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-21", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 2, + "availability_365": 115 + }, + { + "index": 4727, + "id": 11080363, + "name": "Cosy apartment close to Sagrada Familia", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-06-14", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 15, + "availability_365": 298 + }, + { + "index": 4728, + "id": 11083399, + "name": "Bright apartment in city center", + "host_name": "Aran", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4729, + "id": 11084174, + "name": "A Very Cozy Bedroom near MWC, Friendly Hostess", + "host_name": "Emilija", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 51, + "last_review": "2019-06-28", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 5, + "availability_365": 82 + }, + { + "index": 4730, + "id": 11084919, + "name": "Cozy Room in Barcelona Citycentre", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 68, + "last_review": "2019-07-09", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 3, + "availability_365": 42 + }, + { + "index": 4731, + "id": 11086652, + "name": "Room in front of Fira Barcelona MWC", + "host_name": "Wanda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 389, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4732, + "id": 11088327, + "name": "Double room in new flat in centric El Born. LGBTQ+", + "host_name": "Cesar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 180, + "last_review": "2019-07-07", + "reviews_per_month": 4.37, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 4733, + "id": 11096366, + "name": "Lovely room steps to Fira Mobile", + "host_name": "Natalia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-02-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4734, + "id": 11101211, + "name": "Apartment in City Center", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 5, + "number_of_reviews": 17, + "last_review": "2018-10-27", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 2, + "availability_365": 250 + }, + { + "index": 4735, + "id": 11107331, + "name": "3 rooms flat", + "host_name": "Natalia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 7, + "number_of_reviews": 4, + "last_review": "2016-05-28", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 4736, + "id": 11108578, + "name": "Renovated Foodie, Tapas Bars, Morning Sun, FIRA", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 116, + "last_review": "2019-06-30", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 8, + "availability_365": 145 + }, + { + "index": 4737, + "id": 11108766, + "name": "Rooftop Plaza Catalunya with Terrace", + "host_name": "Joey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2019-05-25", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 4738, + "id": 11108923, + "name": "Amazing NEW Food Lover Balcony, close to FIRA, MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 4, + "number_of_reviews": 146, + "last_review": "2019-06-30", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 8, + "availability_365": 119 + }, + { + "index": 4739, + "id": 11110830, + "name": "\u2b50Sweet & Cute Family Flat near Sagrada Familia\u2b50\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 89, + "last_review": "2019-06-10", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 84, + "availability_365": 309 + }, + { + "index": 4740, + "id": 11112336, + "name": "G\u00f3tico, Las Ramblas (Cheaper for months!!)", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 17, + "last_review": "2019-02-26", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 3, + "availability_365": 305 + }, + { + "index": 4741, + "id": 11115528, + "name": "DOUBLE ROOM IN THE HEART OF BCN", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 125, + "last_review": "2019-06-29", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 2, + "availability_365": 322 + }, + { + "index": 4742, + "id": 11116037, + "name": "Gaudi Central Barcelona", + "host_name": "Marianne", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-02-09", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 4743, + "id": 11118295, + "name": "MONTJU\u00cfC: Spacious, with A/C and Wi-Fi", + "host_name": "Mar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-26", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 6, + "availability_365": 86 + }, + { + "index": 4744, + "id": 11132029, + "name": "Carla Mar\u00eda", + "host_name": "Carla Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4745, + "id": 11135703, + "name": "Sailboat in Barcelona Bavavria 46 Cruiser", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-06-09", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 7, + "availability_365": 365 + }, + { + "index": 4746, + "id": 11136898, + "name": "1 room with private terrace in a shared flat", + "host_name": "Capitaine", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 70, + "last_review": "2019-06-25", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 1, + "availability_365": 332 + }, + { + "index": 4747, + "id": 11138309, + "name": "Cozy room in downtown", + "host_name": "Zoya", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 17, + "minimum_nights": 45, + "number_of_reviews": 61, + "last_review": "2018-10-24", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 136 + }, + { + "index": 4748, + "id": 11140090, + "name": "BIG DOUBLE ROOM IN PLAZA CATALU\u00d1A", + "host_name": "Sergio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2018-09-17", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4749, + "id": 11141343, + "name": "ALQUILO HABITACI\u00d3N A TURISTAS POR D\u00cdAS.", + "host_name": "Julieta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-06-30", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 4750, + "id": 11147546, + "name": "Habitaci\u00f3n doble exterior. Para dos.", + "host_name": "Dolors", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Shared room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-07-09", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 4751, + "id": 11153910, + "name": "Bargain!! New apartment located in city center!!", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-05-17", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 15, + "availability_365": 103 + }, + { + "index": 4752, + "id": 11160411, + "name": "New center Boutique apartment", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-24", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 38, + "availability_365": 134 + }, + { + "index": 4753, + "id": 11164276, + "name": "Habitaci\u00f3n en c\u00e9ntrica zona de Bcn", + "host_name": "Jessica", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4754, + "id": 11165818, + "name": "Luxury Apartment on Valencia Street with Personal Assistant", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 401, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-23", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 6, + "availability_365": 204 + }, + { + "index": 4755, + "id": 11166908, + "name": "9 stops downtown\nAirport 13\u2019\nMetro: 56\u201d walking", + "host_name": "Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-07-08", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 1, + "availability_365": 154 + }, + { + "index": 4756, + "id": 11172234, + "name": "Budy Apartments - Calle del Pi 2.3", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-01-29", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 23, + "availability_365": 288 + }, + { + "index": 4757, + "id": 11174426, + "name": "BWH Princesa Born 2 2", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-01-20", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 29, + "availability_365": 283 + }, + { + "index": 4758, + "id": 11174833, + "name": "BWH Princesa Born 2 1", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-09-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 29, + "availability_365": 253 + }, + { + "index": 4759, + "id": 11177308, + "name": "Budy Apartments - C\u00f2dols", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-03-31", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 23, + "availability_365": 188 + }, + { + "index": 4760, + "id": 11181172, + "name": "Habitaci\u00f3n doble Gr\u00e0cia Barcelona", + "host_name": "Gloria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4761, + "id": 11181608, + "name": "PISO BONITO Y ACOGEDOR - ZONA ALTA", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4762, + "id": 11182558, + "name": "Beautiful and spacious room in BCN", + "host_name": "Silvia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2018-09-23", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 4763, + "id": 11193351, + "name": "Loft C\u00e9ntrico con terraza y buenas vistas.", + "host_name": "Daniela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 16, + "last_review": "2019-01-24", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 234 + }, + { + "index": 4764, + "id": 11193971, + "name": "Apartamento 4 PAX1", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2018-06-18", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 7, + "availability_365": 351 + }, + { + "index": 4765, + "id": 11194196, + "name": "White room, with pr\u00edvat bathroom", + "host_name": "Alexia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 183, + "last_review": "2019-07-07", + "reviews_per_month": 4.46, + "calculated_host_listings_count": 6, + "availability_365": 61 + }, + { + "index": 4766, + "id": 11194473, + "name": "Penthouse 51b Ramblas", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 265, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-08-21", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 7, + "availability_365": 335 + }, + { + "index": 4767, + "id": 11194559, + "name": "Double and Nice Room inBCN", + "host_name": "Juan Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2017-05-08", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 4768, + "id": 11196831, + "name": "Apart. 4-6 Balcony Ramblas", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 375, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-10", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 7, + "availability_365": 351 + }, + { + "index": 4769, + "id": 11197113, + "name": "Room in elegant and sunny penthouse", + "host_name": "Mill\u00e1n", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-25", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 4770, + "id": 11197896, + "name": "Penthouse Sagrada Familia SPB532388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 193, + "last_review": "2019-04-30", + "reviews_per_month": 4.75, + "calculated_host_listings_count": 20, + "availability_365": 292 + }, + { + "index": 4771, + "id": 11201505, + "name": "Brand new 2br apartment for monthly stays", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 45, + "number_of_reviews": 8, + "last_review": "2018-08-31", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 11, + "availability_365": 190 + }, + { + "index": 4772, + "id": 11201817, + "name": "GREAT PRIVATE ROOM- BARCELONA CENTER- P. CATALUNA", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2019-07-06", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 322 + }, + { + "index": 4773, + "id": 11202681, + "name": "NEW APARTMENT NEAR CLOT", + "host_name": "Sherry", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 27, + "last_review": "2017-08-14", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 4774, + "id": 11203687, + "name": "The Central Place V", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-01-08", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 42, + "availability_365": 115 + }, + { + "index": 4775, + "id": 11220830, + "name": "Double room gracia IIffz\u017azss", + "host_name": "Jorge", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2018-10-08", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 4776, + "id": 11229581, + "name": "Apartment in Gothic with Terrace", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-06-25", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 3, + "availability_365": 291 + }, + { + "index": 4777, + "id": 11230744, + "name": "NEW FLAT refurbished in downtown heart (41)", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 136 + }, + { + "index": 4778, + "id": 11230869, + "name": "Habitacion completamente equipada", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-18", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4779, + "id": 11231441, + "name": "Apart. con terraza y junto metro", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-03-18", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 7, + "availability_365": 317 + }, + { + "index": 4780, + "id": 11231484, + "name": "Apartamento 3-4 BALCON A RAMBLAS", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-05-18", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 7, + "availability_365": 355 + }, + { + "index": 4781, + "id": 11232957, + "name": "Lovely Room Plus Private Lounge Born", + "host_name": "Christophe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2018-04-11", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4782, + "id": 11239697, + "name": "Gran habitaci\u00f3n en ambiente c\u00e1lido2", + "host_name": "Mar\u00eda Del Rosario", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 98, + "last_review": "2019-06-22", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 2, + "availability_365": 189 + }, + { + "index": 4783, + "id": 11248398, + "name": "SEALONA CENTER I", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2017-06-09", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 4784, + "id": 11264529, + "name": "BARCELONA HOUSE por temporada mas de 31 dias", + "host_name": "Monica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2018-04-15", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 30 + }, + { + "index": 4785, + "id": 11264883, + "name": "BARCELONA SAGRADA FAMILIA VIEW mas de 31 dias", + "host_name": "Monica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 19, + "last_review": "2019-07-01", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 323 + }, + { + "index": 4786, + "id": 11269581, + "name": "Cozy Studio near Picasso Museum 2.1", + "host_name": "Alexey", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-11-05", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 11, + "availability_365": 146 + }, + { + "index": 4787, + "id": 11271011, + "name": "Paseo San Juan / Eixample with 3 bedrooms.", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-06-01", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 96 + }, + { + "index": 4788, + "id": 11274675, + "name": "double room", + "host_name": "Mat\u00edas", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 87, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2017-05-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4789, + "id": 11274752, + "name": "Large Bedroom with Private Bathroom", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2018-07-06", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4790, + "id": 11277085, + "name": "2 cosy rooms between the beach and historic town", + "host_name": "Ingrid & Oliver", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 135, + "last_review": "2019-06-27", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 4791, + "id": 11286052, + "name": "PENTHOUSE IN VILLA-OLIMPICA", + "host_name": "Angel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 295, + "minimum_nights": 5, + "number_of_reviews": 117, + "last_review": "2019-07-09", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 2, + "availability_365": 310 + }, + { + "index": 4792, + "id": 11289087, + "name": "Lovely & Spacious flat in Poble Sec", + "host_name": "La Meva Llar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 85, + "last_review": "2019-04-27", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 15, + "availability_365": 0 + }, + { + "index": 4793, + "id": 11289350, + "name": "Big room with independent bathroom", + "host_name": "Suy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-30", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 1, + "availability_365": 209 + }, + { + "index": 4794, + "id": 11289487, + "name": "Big Room in Modernist Apartment", + "host_name": "Carlota", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 15, + "number_of_reviews": 1, + "last_review": "2016-08-31", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4795, + "id": 11290289, + "name": "Fabuloso apartamento cerca de Paseo de Gracia", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-06-25", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 1, + "availability_365": 345 + }, + { + "index": 4796, + "id": 11292153, + "name": "APARTMENT FOR PROFESSIONALS - PARKING BARCELONA", + "host_name": "Sweet", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-05", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 11, + "availability_365": 330 + }, + { + "index": 4797, + "id": 11295154, + "name": "Jardinets de Gr\u00e0cia D, Barcelona", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-26", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 15, + "availability_365": 301 + }, + { + "index": 4798, + "id": 11297991, + "name": "Plaza catalu\u00f1a penthouse amazing Barcelona views", + "host_name": "James", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 203, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-03-01", + "reviews_per_month": 2.99, + "calculated_host_listings_count": 1, + "availability_365": 220 + }, + { + "index": 4799, + "id": 11300962, + "name": "SingleRoom in lovely flat in Gracia", + "host_name": "Miren", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-04-02", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4800, + "id": 11308566, + "name": "Cozy Single Room, Great Location, BCN", + "host_name": "Miguel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-21", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 4801, + "id": 11310101, + "name": "ROOM IN THE HEART OF GRACIA BCN (2)", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2018-07-21", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 4802, + "id": 11310778, + "name": "Private double bed room + bathroom", + "host_name": "Thomas", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4803, + "id": 11312023, + "name": "Habitacion encantadora en Gracia", + "host_name": "Lourdes", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-23", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 39 + }, + { + "index": 4804, + "id": 11312258, + "name": "ESTUDIO RAMBLAS A", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-05-17", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 7, + "availability_365": 358 + }, + { + "index": 4805, + "id": 11312958, + "name": "APARTMENT RAMBLAS penthouse 52B", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-05-09", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 7, + "availability_365": 325 + }, + { + "index": 4806, + "id": 11313478, + "name": "alquilo habitacion del 20 al 27 feb", + "host_name": "Papiss", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4807, + "id": 11313906, + "name": "Stylish Loft - Long term rental for students", + "host_name": "Enric & Packo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2018-12-22", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 6, + "availability_365": 321 + }, + { + "index": 4808, + "id": 11314335, + "name": "Hab. ind. enfrente del Hosp.Clinico", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4809, + "id": 11315455, + "name": "Awesome reviews stay guaranteed 3 bedrooms !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-07-08", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 33, + "availability_365": 322 + }, + { + "index": 4810, + "id": 11317899, + "name": "Private part of beautiful flat by cathedral", + "host_name": "Arnau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-07-29", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4811, + "id": 11318895, + "name": "Habitaci\u00f3n privada en Eixample Derecho", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-07-08", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 228 + }, + { + "index": 4812, + "id": 11320947, + "name": "ESTUDIO RAMBLAS B", + "host_name": "ApartRamblas108", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2018-08-20", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 7, + "availability_365": 190 + }, + { + "index": 4813, + "id": 11321112, + "name": "CENTRAL ROOM COUPLES", + "host_name": "Maribel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-01", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 4814, + "id": 11321865, + "name": "Double room in good location", + "host_name": "\u00c0lex", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 5, + "number_of_reviews": 33, + "last_review": "2018-08-11", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4815, + "id": 11322055, + "name": "Small & Comfy Room (Barrio de Gracia)", + "host_name": "Marcos", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2018-10-16", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 2, + "availability_365": 361 + }, + { + "index": 4816, + "id": 11323289, + "name": "Wonderful room in the heart of Bcn", + "host_name": "Javier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 89, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2018-08-11", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4817, + "id": 11328829, + "name": "Habitaci\u00f3n en piso soleado (Eixample -Sants)", + "host_name": "Elisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-05-11", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 4818, + "id": 11334280, + "name": "Discover the Gothic Quarter from an Enchanting Apartment", + "host_name": "Fabian", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 245, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-07-02", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 299 + }, + { + "index": 4819, + "id": 11334655, + "name": "Habitaci\u00f3n a un paso del M.W.C", + "host_name": "Leandro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4820, + "id": 11334843, + "name": "Suite with private bathroom very well connected", + "host_name": "Cristian", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 54, + "minimum_nights": 5, + "number_of_reviews": 84, + "last_review": "2019-07-09", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 4821, + "id": 11337013, + "name": "Bright and cozy room in the center!", + "host_name": "Clara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4822, + "id": 11337442, + "name": "Casa Camelies 3 bedroom luxury apt", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-07-06", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 19, + "availability_365": 208 + }, + { + "index": 4823, + "id": 11337778, + "name": "Beautiful room in the city center!", + "host_name": "Clara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4824, + "id": 11341008, + "name": "NICE ROOM WITH BATHROOM PRIVATE", + "host_name": "Mariana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4825, + "id": 11348195, + "name": "Jules Verne Luxury Apartment", + "host_name": "Willem", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 133, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 26, + "availability_365": 68 + }, + { + "index": 4826, + "id": 11348395, + "name": "Room for Mobile World Congress", + "host_name": "Rafael", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4827, + "id": 11348543, + "name": "Nice Apartment in Poble Sec", + "host_name": "Montse", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 18, + "last_review": "2019-06-23", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 2, + "availability_365": 251 + }, + { + "index": 4828, + "id": 11349600, + "name": "Budy Apartments - La Rambla Ppal 1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-13", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 23, + "availability_365": 129 + }, + { + "index": 4829, + "id": 11350096, + "name": "Bonito apartamento en casco antiguo", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-06-04", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 14, + "availability_365": 303 + }, + { + "index": 4830, + "id": 11350159, + "name": "SUNNY SINGLE/DOUBLE ROOM - CITY CENTRE", + "host_name": "Daniele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2018-10-15", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4831, + "id": 11350322, + "name": "Budy Apartments - La Rambla 4.2", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-06-16", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 23, + "availability_365": 342 + }, + { + "index": 4832, + "id": 11350906, + "name": "\u00c1tico cerca de Sagrada Familia", + "host_name": "Fran", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4833, + "id": 11351527, + "name": "Nice apartment in Eixample district", + "host_name": "Lluis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4834, + "id": 11351897, + "name": "Chambre lit simple/double", + "host_name": "Ophelie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4835, + "id": 11352245, + "name": "Cozy and sunny bedroom in the heart of Barcelona!", + "host_name": "Duda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 6, + "number_of_reviews": 8, + "last_review": "2018-10-07", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 4836, + "id": 11352588, + "name": "2 beds room in a lovely flat", + "host_name": "Mercedes", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-06-30", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 1, + "availability_365": 144 + }, + { + "index": 4837, + "id": 11353728, + "name": "EnSuite Double Bedrm SagradaFamilia", + "host_name": "Adrian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4838, + "id": 11353958, + "name": "Loft Paralel", + "host_name": "Ismael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 4839, + "id": 11356317, + "name": "Apartamento cerca Plaza Catalu\u00f1a", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-11-05", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 7, + "availability_365": 295 + }, + { + "index": 4840, + "id": 11358392, + "name": "P POETA", + "host_name": "Catherine", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 312 + }, + { + "index": 4841, + "id": 11360820, + "name": "Heart of the City", + "host_name": "Marvin Louis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-03-01", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 4842, + "id": 11371523, + "name": "Habitaci\u00f3n Individual en el centro", + "host_name": "Karen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-02-26", + "reviews_per_month": 0.02, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4843, + "id": 11376307, + "name": "COZY ROOM in students apartment :)", + "host_name": "Lorenzo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2018-08-20", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 300 + }, + { + "index": 4844, + "id": 11376653, + "name": "Cozy Room in Barcelona", + "host_name": "Florencia & Juan Pablo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2016-10-10", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4845, + "id": 11384848, + "name": "Quiet & centrical apartment, next to Plaza Molina!", + "host_name": "Chloe", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-10", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 4846, + "id": 11389466, + "name": "Alquiler Habitaci\u00f3n Individual 1", + "host_name": "Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4847, + "id": 11390457, + "name": "Quiet Room with Private toilet", + "host_name": "Nina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-22", + "reviews_per_month": 3.63, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 4848, + "id": 11391028, + "name": "Bright beautiful loft!", + "host_name": "Mer", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 57, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2019-06-16", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 4849, + "id": 11391413, + "name": "FAMILY APARTMENT PRIVATE GARDEN AND SWIMING-POOL", + "host_name": "M. Carmen", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2017-08-23", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 4850, + "id": 11391459, + "name": "Rest on a Boat - Near Barcelona's City center", + "host_name": "Antonio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 102, + "last_review": "2019-07-05", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 2, + "availability_365": 211 + }, + { + "index": 4851, + "id": 11395302, + "name": "Dreamy flat sun beach relax-Bcneta (32 nit)", + "host_name": "Christian", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-07-09", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 4852, + "id": 11401735, + "name": "Centric, renovated apart. in typical building BCN", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2016-08-06", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4853, + "id": 11402360, + "name": "Budy Apartments - Barceloneta 2.2", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-09-30", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 23, + "availability_365": 307 + }, + { + "index": 4854, + "id": 11402824, + "name": "InBarcelonaSuites, Paseo de Gracia, 4 guests.", + "host_name": "Kaveh", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 146, + "last_review": "2019-07-07", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 4855, + "id": 11407760, + "name": "Small Clean Room with Double Bed", + "host_name": "Michael", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2016-04-08", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4856, + "id": 11407794, + "name": "Silviapr", + "host_name": "Silvia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4857, + "id": 11412567, + "name": "Habitaci\u00f3n con ba\u00f1o privado junto Camp Nou F.C.B.", + "host_name": "Manoli", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-30", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 4858, + "id": 11416382, + "name": "EXCELLENT LOCATION / PRIVATE BATHROOM /BALCONY", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 126, + "last_review": "2019-06-08", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 1, + "availability_365": 97 + }, + { + "index": 4859, + "id": 11424139, + "name": "Nice double bedroom in Barcelona", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-05-02", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4860, + "id": 11424486, + "name": "Artistic 2 bed. Available per months", + "host_name": "Zane", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 219, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 364 + }, + { + "index": 4861, + "id": 11428143, + "name": "042. Col\u00f3n Ppal4 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-07-26", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 97, + "availability_365": 249 + }, + { + "index": 4862, + "id": 11429654, + "name": "045. Col\u00f3n Ppal3 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-13", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 97, + "availability_365": 266 + }, + { + "index": 4863, + "id": 11431221, + "name": "Apartamento en Barceloneta", + "host_name": "Jorge", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 75, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 4864, + "id": 11440870, + "name": "Habitaci\u00f3n Doble iluminada con Balc\u00f3n exterior", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-05-25", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 4, + "availability_365": 347 + }, + { + "index": 4865, + "id": 11440940, + "name": "Great double room with bunk bed", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-04-28", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 4, + "availability_365": 363 + }, + { + "index": 4866, + "id": 11445715, + "name": "Olympic Theme Beach Lover *Bogatell *", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-06-21", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 76, + "availability_365": 140 + }, + { + "index": 4867, + "id": 11447098, + "name": "Casa Lepant 3 bedroom apartment near Sagrada Familia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-07-01", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 19, + "availability_365": 233 + }, + { + "index": 4868, + "id": 11448633, + "name": "Luminous apartment with terrace", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 365 + }, + { + "index": 4869, + "id": 11451515, + "name": "Gotico / Catedral - 3hab + ac", + "host_name": "Weflating", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-01-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 71, + "availability_365": 191 + }, + { + "index": 4870, + "id": 11455050, + "name": "Vila Beach View", + "host_name": "Froilan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-07-07", + "reviews_per_month": 6.81, + "calculated_host_listings_count": 1, + "availability_365": 206 + }, + { + "index": 4871, + "id": 11458671, + "name": "Very central sunny double room & private bathroom", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 17, + "last_review": "2019-02-27", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 65 + }, + { + "index": 4872, + "id": 11459265, + "name": "Barcelona City Centre Double Room", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-07-06", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 3, + "availability_365": 22 + }, + { + "index": 4873, + "id": 11467214, + "name": "Nice 2 bedroom apartment in the Borne", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-08-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 41, + "availability_365": 329 + }, + { + "index": 4874, + "id": 11468446, + "name": "Sagrada Familia Apartment", + "host_name": "Montaber", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-08-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 24, + "availability_365": 45 + }, + { + "index": 4875, + "id": 11470029, + "name": "Big room in the heart of Barcelona", + "host_name": "Alan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-04-09", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4876, + "id": 11471725, + "name": "Barcelona Bright Double Bedroom", + "host_name": "Alex", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Ciutat Meridiana", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-05-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 4877, + "id": 11478062, + "name": "The best penthouse BCN (Cozy Room)", + "host_name": "D.", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-08-18", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 133 + }, + { + "index": 4878, + "id": 11489087, + "name": "PLAYA, BARCELONA CENTRO, WIFI", + "host_name": "Peca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-25", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 356 + }, + { + "index": 4879, + "id": 11491110, + "name": "Habitacion doble en piso centrico", + "host_name": "Yaibel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2017-05-01", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 4880, + "id": 11495378, + "name": "Room Sagrada Familia", + "host_name": "Hector", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2016-07-19", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4881, + "id": 11496602, + "name": "Best view in Central Barcelona", + "host_name": "James", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-12-27", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4882, + "id": 11503006, + "name": "Can Simon, Country House", + "host_name": "H\u00e5vard & Pau", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-06-20", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 4883, + "id": 11509160, + "name": "Double room in a centrally-located, friendly flat", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-08-22", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4884, + "id": 11512391, + "name": "Budy Apartments - Carrer del Pi P4", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 29, + "number_of_reviews": 1, + "last_review": "2016-05-20", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 23, + "availability_365": 313 + }, + { + "index": 4885, + "id": 11512822, + "name": "Sunny Room near the beach", + "host_name": "Carla & Sonia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-06-06", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 2, + "availability_365": 241 + }, + { + "index": 4886, + "id": 11524429, + "name": "Double cozy room", + "host_name": "Katalina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 61, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 4887, + "id": 11524615, + "name": "Single Room with bathroom", + "host_name": "Amelia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-06-30", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 4888, + "id": 11541309, + "name": "Sunny apartment close to Ciutadella", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 365 + }, + { + "index": 4889, + "id": 11543638, + "name": "Budy Apartments - Carrer del Pi 2.2", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-08-19", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 23, + "availability_365": 359 + }, + { + "index": 4890, + "id": 11545511, + "name": "Pebralbes,tu habitaci\u00f3n con pecera!", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-02-26", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 2, + "availability_365": 326 + }, + { + "index": 4891, + "id": 11547762, + "name": "Big and central beautiful room", + "host_name": "Yohanna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-06-08", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4892, + "id": 11550809, + "name": "EXCELLENT LOCATED & FAST WIFI - NEW", + "host_name": "Vanina Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 19, + "last_review": "2018-07-08", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 308 + }, + { + "index": 4893, + "id": 11551683, + "name": "Modern lovely apartment Eixample", + "host_name": "Adrian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-05-01", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 4894, + "id": 11561142, + "name": "DOUBLE BEDROOM & PRIVATE BATH/BALCONY Poble Sec", + "host_name": "Andr\u00e9s & Martin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 134, + "last_review": "2019-07-05", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 4895, + "id": 11561474, + "name": "Cama en las alturas, Pedralbes", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-07-02", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 2, + "availability_365": 322 + }, + { + "index": 4896, + "id": 11562175, + "name": "New 3 suites in Sants Apartment", + "host_name": "N\u00faria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-30", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 4897, + "id": 11562597, + "name": "Pleasant Villarroel", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-09", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 95, + "availability_365": 326 + }, + { + "index": 4898, + "id": 11563254, + "name": "City Center Studio Gracia 2", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-25", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 95, + "availability_365": 296 + }, + { + "index": 4899, + "id": 11566581, + "name": "Awesome double room in gotico area", + "host_name": "Adam", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2016-12-04", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4900, + "id": 11568230, + "name": "Apartamento en casco antiguo", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2018-02-06", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 14, + "availability_365": 160 + }, + { + "index": 4901, + "id": 11569228, + "name": "Room close to Torre Agbar and Beach", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-03-05", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4902, + "id": 11570056, + "name": "Precioso y confortable apartamento", + "host_name": "Modesto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2018-06-14", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 4903, + "id": 11571334, + "name": "Apartment Lucia", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-06-27", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 5, + "availability_365": 59 + }, + { + "index": 4904, + "id": 11584728, + "name": "APARTAMENTO JAZZ 2", + "host_name": "Daniel - Vanessa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 60, + "number_of_reviews": 7, + "last_review": "2019-06-25", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 4905, + "id": 11585583, + "name": "Bright private double room with large balcony!", + "host_name": "Martyn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-08-07", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4906, + "id": 11596981, + "name": "Double Room Barcelona City Center", + "host_name": "Elvira", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-23", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 2, + "availability_365": 157 + }, + { + "index": 4907, + "id": 11598363, + "name": "ACOGEDOR PISO EN EL CORAZ\u00d3N DE BCN", + "host_name": "Mim", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-08-04", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 321 + }, + { + "index": 4908, + "id": 11598414, + "name": "Pintor1 - 3 dorm apartamento en Born", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 90, + "number_of_reviews": 1, + "last_review": "2016-05-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 31, + "availability_365": 262 + }, + { + "index": 4909, + "id": 11598585, + "name": "Centric room in the heart of BCN", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2017-07-20", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4910, + "id": 11600765, + "name": "Habitacion privada", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 177, + "last_review": "2019-06-22", + "reviews_per_month": 4.38, + "calculated_host_listings_count": 9, + "availability_365": 346 + }, + { + "index": 4911, + "id": 11603936, + "name": "H7YOG22 Large apartment in Gracia (3 bedrooms)", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 171, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-06-18", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 2, + "availability_365": 324 + }, + { + "index": 4912, + "id": 11604284, + "name": "Apartment close to Parc Guell BARO2", + "host_name": "Laia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 102, + "last_review": "2019-07-05", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 10, + "availability_365": 218 + }, + { + "index": 4913, + "id": 11606321, + "name": "Room Interior at Sant Marti", + "host_name": "Ra\u00fal Alfonso", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 11, + "last_review": "2019-06-03", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 234 + }, + { + "index": 4914, + "id": 11618889, + "name": "Penthouse in Midtown with a View", + "host_name": "Midtown", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-05-22", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 4915, + "id": 11620815, + "name": "Huge double bedroom el borne", + "host_name": "AJay", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4916, + "id": 11620856, + "name": "Barcelona center, Double sunny room", + "host_name": "Ger", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 94, + "last_review": "2019-07-07", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 1, + "availability_365": 144 + }, + { + "index": 4917, + "id": 11630284, + "name": "Eclectic Retreat with City View Balcony", + "host_name": "Nu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 1, + "number_of_reviews": 150, + "last_review": "2019-07-07", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 6, + "availability_365": 272 + }, + { + "index": 4918, + "id": 11648362, + "name": "Habitaci\u00f3n centro Barcelona", + "host_name": "Alan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4919, + "id": 11648674, + "name": "Sunny flat in vibrant Gr\u00e0cia", + "host_name": "Claudia & Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-07-03", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 4920, + "id": 11649350, + "name": "Antique flat in central Barcelona", + "host_name": "Jiaxu", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-03-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4921, + "id": 11650503, + "name": "Habitacion mediana con cama grande", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 66, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-07-01", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 1, + "availability_365": 314 + }, + { + "index": 4922, + "id": 11650507, + "name": "Cozy and modern apartment in the heart of Sants", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-05-17", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4923, + "id": 11652533, + "name": "Spacious room with private bathroom", + "host_name": "Claudia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 218, + "last_review": "2019-07-04", + "reviews_per_month": 5.44, + "calculated_host_listings_count": 1, + "availability_365": 70 + }, + { + "index": 4924, + "id": 11660315, + "name": "Sunny fantastic Born 3,1", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-12-24", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 18, + "availability_365": 333 + }, + { + "index": 4925, + "id": 11662476, + "name": "Single Room Barcelona City Center", + "host_name": "Elvira", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2018-09-28", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 4926, + "id": 11664174, + "name": "New and cozy penthouse w/ terrace", + "host_name": "Irene", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-09-16", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4927, + "id": 11664429, + "name": "LetsGo Barcelona Las Ramblas apartment 5 pax", + "host_name": "Willem", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 113, + "minimum_nights": 32, + "number_of_reviews": 75, + "last_review": "2018-10-25", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 26, + "availability_365": 160 + }, + { + "index": 4928, + "id": 11668230, + "name": "Big Double Room", + "host_name": "Inga", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4929, + "id": 11670675, + "name": "The Bicycle Apartments - Terrace L", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 131, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-03-12", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 6, + "availability_365": 255 + }, + { + "index": 4930, + "id": 11671479, + "name": "Cozy flat with private rooftop", + "host_name": "Elliot", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4931, + "id": 11671598, + "name": "The Bicycle Apartments - Balcony L", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-11-12", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 6, + "availability_365": 280 + }, + { + "index": 4932, + "id": 11671943, + "name": "The Bicycle Apartments - Balcony S", + "host_name": "The Bicycle Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-02", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 6, + "availability_365": 238 + }, + { + "index": 4933, + "id": 11673745, + "name": "Habitaci\u00f3n doble en Barcelona", + "host_name": "Andres", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4934, + "id": 11675830, + "name": "habitacion privada comoda", + "host_name": "Katherine", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 43, + "last_review": "2019-06-20", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 2, + "availability_365": 59 + }, + { + "index": 4935, + "id": 11685001, + "name": "Lovely bedroom in central Gotic", + "host_name": "Hannah", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4936, + "id": 11685016, + "name": "Lovely vintage flat in Poblenou. Near the beach.", + "host_name": "Mariona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-07-06", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 4937, + "id": 11692622, + "name": "Habitaci\u00f3n c\u00e9ntrica", + "host_name": "Natali", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 95, + "last_review": "2019-06-30", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 332 + }, + { + "index": 4938, + "id": 11697542, + "name": "Suite with private bathroom Rambla", + "host_name": "Elias", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 91, + "last_review": "2019-06-29", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 4939, + "id": 11702390, + "name": "Ensuite Room-B&B with 400m2 Terrace", + "host_name": "J\u00fcrgen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2019-06-16", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 5, + "availability_365": 297 + }, + { + "index": 4940, + "id": 11706272, + "name": "Habitaci\u00f3n Individual amueblada", + "host_name": "Andrea", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2017-10-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 343 + }, + { + "index": 4941, + "id": 11707497, + "name": "Beautiful room in big modern flat", + "host_name": "Maximilian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-03-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4942, + "id": 11719508, + "name": "Estupenda hab. grande y luminosa!", + "host_name": "Ezequiel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 226, + "last_review": "2019-07-10", + "reviews_per_month": 5.69, + "calculated_host_listings_count": 1, + "availability_365": 245 + }, + { + "index": 4943, + "id": 11728465, + "name": "Friendly studio in Born", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 120, + "last_review": "2019-06-20", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 4944, + "id": 11730685, + "name": "Central big flat in Gracia Dt.3 bedrooms 2 balcony", + "host_name": "Ingrid", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 96, + "last_review": "2019-07-08", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 4, + "availability_365": 38 + }, + { + "index": 4945, + "id": 11733070, + "name": "Cozy 3 Bedroom Apartment", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 4, + "number_of_reviews": 94, + "last_review": "2019-07-03", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 8, + "availability_365": 258 + }, + { + "index": 4946, + "id": 11737208, + "name": "Sants Estaci\u00f3n Robrenyo 33 1A", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 161, + "last_review": "2019-06-21", + "reviews_per_month": 4.07, + "calculated_host_listings_count": 9, + "availability_365": 267 + }, + { + "index": 4947, + "id": 11737613, + "name": "Private room single bed", + "host_name": "Hanni", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 10, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4948, + "id": 11738921, + "name": "Bright and independent room", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-07-02", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 3, + "availability_365": 307 + }, + { + "index": 4949, + "id": 11745779, + "name": "Prime location on Provenca", + "host_name": "Kristen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-06-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4950, + "id": 11747655, + "name": "Habitaci\u00f3n doble muy centrica en El Raval", + "host_name": "Antonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-09-01", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 4951, + "id": 11747722, + "name": "NICE NEW BRAND FLAT. CENTER BCN (2)", + "host_name": "Cyril And Olivia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 120, + "number_of_reviews": 13, + "last_review": "2019-03-07", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 162 + }, + { + "index": 4952, + "id": 11751396, + "name": "Zimmer in Zentraler Familienwohnung", + "host_name": "Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-08-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4953, + "id": 11753283, + "name": "Cozy&Central&Well equipped up to 4", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 162, + "last_review": "2019-07-08", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 16, + "availability_365": 141 + }, + { + "index": 4954, + "id": 11755206, + "name": "L'AUDITORI", + "host_name": "Ancry", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 184, + "last_review": "2019-07-07", + "reviews_per_month": 4.62, + "calculated_host_listings_count": 3, + "availability_365": 56 + }, + { + "index": 4955, + "id": 11762804, + "name": "Apartamento para dos en el Centro", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 14, + "last_review": "2018-12-31", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 12, + "availability_365": 253 + }, + { + "index": 4956, + "id": 11765222, + "name": "2 large bedrooms, sunny - ATU 35", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-07-03", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 28, + "availability_365": 102 + }, + { + "index": 4957, + "id": 11765354, + "name": "Cozy double room in Gracia", + "host_name": "Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4958, + "id": 11766835, + "name": "Charming Room in Sant Marti", + "host_name": "Ra\u00fal Alfonso", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2019-06-24", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 4959, + "id": 11767366, + "name": "charming cozy room", + "host_name": "Ying", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2017-10-09", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4960, + "id": 11781693, + "name": "HABITACION DOBLE BARCELONA", + "host_name": "Mickael Y Dayana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-03-11", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4961, + "id": 11805676, + "name": "ROOM CLOSE TO THE BEACH", + "host_name": "Bego\u00f1a", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 150, + "last_review": "2019-07-07", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 1, + "availability_365": 112 + }, + { + "index": 4962, + "id": 11807197, + "name": "Bonito estudio", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 290 + }, + { + "index": 4963, + "id": 11808600, + "name": "eixample 41", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2018-08-05", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 6, + "availability_365": 6 + }, + { + "index": 4964, + "id": 11814469, + "name": "SUPER GRACIA P/HOUSE with SAGRADA FAMILIA VIEWS", + "host_name": "Agus & Patrick", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-07-07", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 4965, + "id": 11821313, + "name": "Nice room next to the public transport", + "host_name": "M.Dolors", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 99, + "last_review": "2019-07-07", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 4966, + "id": 11821878, + "name": "Room to rent in sunny Barcelona", + "host_name": "Ilona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4967, + "id": 11830051, + "name": "HEART OF BARCELONA : BED IN MIXED DORMITORY 2 PERS", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-04-16", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 12, + "availability_365": 350 + }, + { + "index": 4968, + "id": 11830886, + "name": "PRIVATE ROOM FOR 2 PERSONS IN HEART BARCELONA CITY", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-27", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 361 + }, + { + "index": 4969, + "id": 11835169, + "name": "Spacious, bright, central. AC. Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-03-24", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 54, + "availability_365": 159 + }, + { + "index": 4970, + "id": 11838406, + "name": "Airy double with balcony in tranquil city centre", + "host_name": "Lena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 33, + "minimum_nights": 31, + "number_of_reviews": 50, + "last_review": "2019-06-04", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 132 + }, + { + "index": 4971, + "id": 11844326, + "name": "Light, external, central, double rm", + "host_name": "Jordan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4972, + "id": 11855393, + "name": "Amazing room in the heart of Gracia. Privat WC", + "host_name": "Jo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-27", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 4973, + "id": 11856900, + "name": "SAGRADA FAMILIA VIEWS", + "host_name": "Sagrada Familia Sun", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-03-02", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 2, + "availability_365": 52 + }, + { + "index": 4974, + "id": 11857023, + "name": "2-BEDROOM APARTMENT WITH A TERRACE", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 295, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-06-23", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 43, + "availability_365": 339 + }, + { + "index": 4975, + "id": 11857224, + "name": "Minimalist Apartment with a Patio in Gr\u00e0cia", + "host_name": "Ricard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 31, + "number_of_reviews": 58, + "last_review": "2019-05-31", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 5, + "availability_365": 242 + }, + { + "index": 4976, + "id": 11857281, + "name": "Double room with sunny 20m terrace", + "host_name": "Helena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2016-12-31", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4977, + "id": 11857408, + "name": "SAGRADA FAMILIA SUN", + "host_name": "Sagrada Familia Sun", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-05-23", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 4978, + "id": 11862028, + "name": "Serennia Arc de Triomf 2 bedroom", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-01-07", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 12, + "availability_365": 64 + }, + { + "index": 4979, + "id": 11869596, + "name": "Room in Barcelona", + "host_name": "Ilona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2016-07-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 4980, + "id": 11876782, + "name": "COZY STUDIO IN THE VERY CENTER", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-02-22", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 4981, + "id": 11877523, + "name": "EIXAMPLE 4\u00ba Sagrada Familia HUTB-008379", + "host_name": "Anima Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 142, + "last_review": "2019-06-15", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 13, + "availability_365": 89 + }, + { + "index": 4982, + "id": 11879723, + "name": "Nice room in charm apt.", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-04-17", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4983, + "id": 11880164, + "name": "Pedrera apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-09", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 95, + "availability_365": 308 + }, + { + "index": 4984, + "id": 11881793, + "name": "DOUBLE ROOM IN APARTMENT WITH TERRACE IN POBLENOU", + "host_name": "Bob", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2019-03-29", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 2, + "availability_365": 121 + }, + { + "index": 4985, + "id": 11882029, + "name": "Serennia Ramblas-Pl.Catalunya -2 rooms", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2018-11-18", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 12, + "availability_365": 165 + }, + { + "index": 4986, + "id": 11884918, + "name": "Miracle Street Apartment Barcelona", + "host_name": "Theo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 96, + "last_review": "2019-07-06", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 1, + "availability_365": 32 + }, + { + "index": 4987, + "id": 11885430, + "name": "Serennia Ramblas-Pl.Catalunya -3 rooms", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-05", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 12, + "availability_365": 142 + }, + { + "index": 4988, + "id": 11890842, + "name": "Bonito y cerca de la playa Close to the beach", + "host_name": "Andrea", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-06", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 4989, + "id": 11895870, + "name": "Sagrada Familia, nuevo, con \"patio\"", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-06-23", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 325 + }, + { + "index": 4990, + "id": 11897324, + "name": "COMFORTABLE APARTMENT NEAR BEACH", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-08-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 43, + "availability_365": 291 + }, + { + "index": 4991, + "id": 11898346, + "name": "Serennia Comfort I 4 bedrooms apartment", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-26", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 12, + "availability_365": 135 + }, + { + "index": 4992, + "id": 11900748, + "name": "Marina Puerto Ol\u00edmpico Playa", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-08-18", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 95, + "availability_365": 223 + }, + { + "index": 4993, + "id": 11915448, + "name": "\u00a1Bright Room! Flat only shared with the owner : )", + "host_name": "Andres", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 153, + "last_review": "2019-07-07", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 4994, + "id": 11923685, + "name": "Blasco de Garay Apartment - Poble Sec", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2018-12-27", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 31, + "availability_365": 139 + }, + { + "index": 4995, + "id": 11930629, + "name": "Tordera HUTB-009446", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-05-27", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 7, + "availability_365": 30 + }, + { + "index": 4996, + "id": 11931355, + "name": "Single Room", + "host_name": "Anabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 4997, + "id": 11935963, + "name": "Nice room with big futon double/bed", + "host_name": "Julien", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2018-06-18", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 2 + }, + { + "index": 4998, + "id": 11938945, + "name": "Piso Eixample con terraza y parking", + "host_name": "N\u00faria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 16, + "last_review": "2019-01-27", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 307 + }, + { + "index": 4999, + "id": 11942471, + "name": "Near", + "host_name": "Soyeon", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5000, + "id": 11953606, + "name": "Double room with private bathroom", + "host_name": "Sonia", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2018-07-29", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 5001, + "id": 11964537, + "name": "\u5df4\u585e\u7f57\u90a3\u987a\u5fc3 sagrada familia", + "host_name": "\u987a", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-05-02", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 5002, + "id": 11966100, + "name": "A SMALL ROOM FOR SINGLES", + "host_name": "En", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-16", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 5003, + "id": 11967470, + "name": "charming single room", + "host_name": "Ying", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2017-10-24", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5004, + "id": 11967944, + "name": "BEAUTIFUL FLAT. SUNNY. CLOSE TO THE BEACH", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2018-12-31", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5005, + "id": 11968269, + "name": "\u5df4\u585e\u7f57\u90a3\u987a\u5fc3\u5bb6\u5ead\u65c5\u99862 sagrada familia", + "host_name": "\u987a", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-16", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 5, + "availability_365": 349 + }, + { + "index": 5006, + "id": 11969279, + "name": "\u5df4\u585e\u7f57\u90a3\u987a\u5fc3\u5bb6\u5ead\u65c5\u99863 sagrada familia", + "host_name": "\u987a", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-25", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 5, + "availability_365": 334 + }, + { + "index": 5007, + "id": 11970032, + "name": "Habitaci\u00f3n confortable y tranquila", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 92, + "last_review": "2019-07-08", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 5008, + "id": 11970504, + "name": "Luxurious 2Bedroom", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 5, + "number_of_reviews": 80, + "last_review": "2019-06-19", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 3, + "availability_365": 62 + }, + { + "index": 5009, + "id": 11970589, + "name": "C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 \u00b7 C11 Happy People Sant Pau - 2 bedroom C11", + "host_name": "Happy People", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-01-16", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 27, + "availability_365": 162 + }, + { + "index": 5010, + "id": 11978886, + "name": "(Double bed room with balcony)", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-07-03", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 3, + "availability_365": 302 + }, + { + "index": 5011, + "id": 11979539, + "name": "Private Room Near Metro", + "host_name": "Masha", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Trinitat Nova", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 80, + "last_review": "2019-06-23", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5012, + "id": 11982307, + "name": "Cozy loft Room in barcelona center", + "host_name": "Marcelo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-25", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 5013, + "id": 11983489, + "name": "Grande habitaci\u00f3n muy cerca Ramblas", + "host_name": "Gautier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-06-27", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5014, + "id": 11985841, + "name": "Apartamento con terraza hasta 6pax", + "host_name": "Francesc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-05-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5015, + "id": 11987656, + "name": "alquilo habitaci\u00f3n doble central", + "host_name": "Di", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-04-30", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 5016, + "id": 11988592, + "name": "Cozy Apartment in BCN", + "host_name": "Guillem", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-05-22", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 102 + }, + { + "index": 5017, + "id": 11990775, + "name": "c\u00e9ntrica habitaci\u00f3n", + "host_name": "Zago", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-30", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 5018, + "id": 11994455, + "name": "Sunny Room in El Gotic", + "host_name": "Anthony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-04-18", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5019, + "id": 11997102, + "name": "Double Room - El Raval, Barcelona", + "host_name": "Juan Pablo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-03-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5020, + "id": 11997849, + "name": "Room in Barceloneta", + "host_name": "Renate", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5021, + "id": 12015817, + "name": "Nice Single room in plaza espanya", + "host_name": "Lei", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-05-30", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 1, + "availability_365": 213 + }, + { + "index": 5022, + "id": 12026510, + "name": "G\u00f3tico", + "host_name": "Mark", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-08-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5023, + "id": 12040300, + "name": "C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 \u00b7 C31 Happy People Sant Pau - 2 bedroom", + "host_name": "Happy People", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 3000, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2018-05-16", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 27, + "availability_365": 162 + }, + { + "index": 5024, + "id": 12040553, + "name": "C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 \u00b7 C23 Happy People Sant Pau - 2 bedroom w/ balcony! \u00b7 C33", + "host_name": "Happy People", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2016-10-21", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 27, + "availability_365": 4 + }, + { + "index": 5025, + "id": 12040757, + "name": "2 blocks from Sagrada Familia", + "host_name": "Silvie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 183, + "last_review": "2019-06-29", + "reviews_per_month": 4.63, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 5026, + "id": 12049105, + "name": "Nice and quiet room next to Parque G\u00fcell", + "host_name": "Montse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-04-26", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5027, + "id": 12060481, + "name": "Single room close to Sants station", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-03-17", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5028, + "id": 12077799, + "name": "1 single Room in central Barcelona", + "host_name": "Emilio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-25", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 2, + "availability_365": 348 + }, + { + "index": 5029, + "id": 12082265, + "name": "Habitaci\u00f3n individual 1 persona", + "host_name": "Maria Concha", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2019-04-14", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 2, + "availability_365": 187 + }, + { + "index": 5030, + "id": 12083780, + "name": "Renovated Modern Apartment with Cathedral Views", + "host_name": "Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 4, + "number_of_reviews": 175, + "last_review": "2019-06-27", + "reviews_per_month": 4.45, + "calculated_host_listings_count": 3, + "availability_365": 223 + }, + { + "index": 5031, + "id": 12101199, + "name": "Room for 2/3 people in the city center", + "host_name": "Michele", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 187, + "last_review": "2019-06-26", + "reviews_per_month": 4.75, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 5032, + "id": 12103608, + "name": "Exclusive apartment with terrace", + "host_name": "Sito", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 200 + }, + { + "index": 5033, + "id": 12120371, + "name": "Beautiful Spacious room next to the metro & beach!", + "host_name": "Niamh", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-09-04", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5034, + "id": 12125552, + "name": "Romantic Apartment with Terrace (51) HUTB: 004807", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 4, + "number_of_reviews": 60, + "last_review": "2019-06-02", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 8, + "availability_365": 172 + }, + { + "index": 5035, + "id": 12127300, + "name": "017. Col\u00f3n Ppal2 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 240 + }, + { + "index": 5036, + "id": 12127628, + "name": "Double bedroom with private bath", + "host_name": "Giuseppe", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5037, + "id": 12142920, + "name": "Habitaci\u00f3n doble en Sants- luz-", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5038, + "id": 12143899, + "name": "Spacious and sunny apartment for 5", + "host_name": "Gloria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 4, + "number_of_reviews": 116, + "last_review": "2019-06-30", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 1, + "availability_365": 271 + }, + { + "index": 5039, + "id": 12145956, + "name": "COLCHON DOBLE EN EL SALON DE MI APT", + "host_name": "Yolanda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-06-20", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5040, + "id": 12146217, + "name": "Hab.doble luminosa centro Barcelona", + "host_name": "Ursula", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-03", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5041, + "id": 12149536, + "name": "095. Paseo de Gracia 5 Estrellas B1", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 226 + }, + { + "index": 5042, + "id": 12149657, + "name": "Habitaciones dobles en Sants - Les Corts", + "host_name": "Laura", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5043, + "id": 12150262, + "name": "096. Paseo de Gracia 5 Estrellas B2", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 127, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 217 + }, + { + "index": 5044, + "id": 12151474, + "name": "Cute room in Barcelona!Near city center", + "host_name": "Silvia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2018-10-09", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 2, + "availability_365": 323 + }, + { + "index": 5045, + "id": 12153827, + "name": "Casa Cosi - Creu Coberta", + "host_name": "Casa Cosi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-10", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 15, + "availability_365": 83 + }, + { + "index": 5046, + "id": 12162251, + "name": "Beach Apartment with Furnished Terrace", + "host_name": "Arina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 435, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-06-24", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 43, + "availability_365": 84 + }, + { + "index": 5047, + "id": 12162420, + "name": "Serennia Deluxe 5 bedrooms Apart", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 368, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-05-27", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 12, + "availability_365": 163 + }, + { + "index": 5048, + "id": 12181980, + "name": "Functional, a few walking to the beachside!", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-07-06", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 4, + "availability_365": 228 + }, + { + "index": 5049, + "id": 12193773, + "name": "BCN Rambler 3 HOME", + "host_name": "\u6f2b\u6b65", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 70, + "last_review": "2019-02-28", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 3, + "availability_365": 89 + }, + { + "index": 5050, + "id": 12194201, + "name": "Triple room with balcony", + "host_name": "J\u00fcrgen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-02", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 5051, + "id": 12195382, + "name": "HABITACION DOBLE PARA PS16", + "host_name": "Erica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5052, + "id": 12197695, + "name": "Charming room + private bathroom", + "host_name": "Marta", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-30", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 5053, + "id": 12198065, + "name": "Parlamento cerca al Forum en Barcelona", + "host_name": "Angelica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5054, + "id": 12199121, + "name": "Classy Cosy Double Bedroom, MWC", + "host_name": "Emilija", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-07-07", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 5, + "availability_365": 71 + }, + { + "index": 5055, + "id": 12200436, + "name": "Lux Double Bedroom, Great Hostess! MWC La Fira!", + "host_name": "Emilija", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-05-31", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 5, + "availability_365": 68 + }, + { + "index": 5056, + "id": 12202181, + "name": "Compact Bedroom, Very Clean, La Fira Congress!", + "host_name": "Emilija", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 19, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-26", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 5, + "availability_365": 80 + }, + { + "index": 5057, + "id": 12202980, + "name": "Quiet sunny double room", + "host_name": "Martin Y Joanna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5058, + "id": 12204724, + "name": "Big room with privatbathroom", + "host_name": "Alexia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-06-12", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 6, + "availability_365": 55 + }, + { + "index": 5059, + "id": 12207845, + "name": "TETUAN Apartment Very central 3 bed/3 bath Terraza", + "host_name": "Antoni___de La Empresa Dolton C.B.", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-07-10", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 5060, + "id": 12219001, + "name": "Eixample center 2 bedrooms wifi", + "host_name": "S\u00edlvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2018-08-31", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 5061, + "id": 12224080, + "name": "Modern apartment in Eixample!", + "host_name": "Sommer", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5062, + "id": 12236695, + "name": "Sants Estaci\u00f3n Robrenyo 33 2A", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 158, + "last_review": "2019-06-17", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 9, + "availability_365": 165 + }, + { + "index": 5063, + "id": 12248322, + "name": "Confortable room, in the center.", + "host_name": "K\u00e9vin", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 5000, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5064, + "id": 12256600, + "name": "Sants Estaci\u00f3n Robrenyo 33 1B", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 178, + "last_review": "2019-06-25", + "reviews_per_month": 4.55, + "calculated_host_listings_count": 9, + "availability_365": 251 + }, + { + "index": 5065, + "id": 12259520, + "name": "Central, with Private Roof Terrace!", + "host_name": "Mehregan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2017-04-18", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5066, + "id": 12259523, + "name": "Habitacion doble en gracia", + "host_name": "Txus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-02-27", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 5067, + "id": 12261000, + "name": "Beautiful room in the heart of town", + "host_name": "Fin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-08-31", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5068, + "id": 12261152, + "name": "Nice room w/ private bathroom! BCN", + "host_name": "Martha", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 46, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2019-06-02", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 327 + }, + { + "index": 5069, + "id": 12264951, + "name": "Bright rooms with great views.", + "host_name": "Brian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-07-01", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 2, + "availability_365": 41 + }, + { + "index": 5070, + "id": 12271535, + "name": "Sunny and cozy room in Barceloneta", + "host_name": "Anya", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-07-04", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 5071, + "id": 12277967, + "name": "Modern 1 bedroom apartment", + "host_name": "Midtown", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 332 + }, + { + "index": 5072, + "id": 12298662, + "name": "Cozy 2 Bedroom near Plaza Espanya", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-07-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 43, + "availability_365": 274 + }, + { + "index": 5073, + "id": 12300633, + "name": "Kings & Queens of Ramblas: Join Us!", + "host_name": "Jason", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-05-24", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5074, + "id": 12301376, + "name": "TWO SISTERS A3", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-02", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 43, + "availability_365": 322 + }, + { + "index": 5075, + "id": 12302008, + "name": "Traditional style 3 bedroom Borne Apartment", + "host_name": "Aurora", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 277, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2016-06-03", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 3, + "availability_365": 53 + }, + { + "index": 5076, + "id": 12318731, + "name": "APARTMENT near SAGRADA FAMILIA", + "host_name": "Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-05-22", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 8, + "availability_365": 137 + }, + { + "index": 5077, + "id": 12331263, + "name": "Private single room in Barcelona city center", + "host_name": "Francesco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2018-06-17", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 78 + }, + { + "index": 5078, + "id": 12331497, + "name": "1 bed in a 4-bed mixed dorm at Sleep Green Y.H", + "host_name": "Alvand", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 256 + }, + { + "index": 5079, + "id": 12331794, + "name": "1 bed in a 5-bed mixed dorm at Sleep Green Y.H", + "host_name": "Alvand", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 175, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 256 + }, + { + "index": 5080, + "id": 12331935, + "name": "1 bed in a 6-bed mixed dorm at Sleep Green Y.H", + "host_name": "Alvand", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 210, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 256 + }, + { + "index": 5081, + "id": 12332051, + "name": "1 bed in a 8-bed mixed dorm at ACYHostel", + "host_name": "Alvand", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Shared room", + "price": 240, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 163 + }, + { + "index": 5082, + "id": 12334789, + "name": "Sunny room in the Gotic", + "host_name": "Karolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-04-17", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5083, + "id": 12337420, + "name": "ENTRE PARC G\u00dcELL Y H. SANT PAU", + "host_name": "Eulalia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 18, + "minimum_nights": 14, + "number_of_reviews": 11, + "last_review": "2019-06-29", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 2, + "availability_365": 283 + }, + { + "index": 5084, + "id": 12338601, + "name": "SPACIOUS ROOM + PRIVATE LIVING AREA", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 30, + "number_of_reviews": 149, + "last_review": "2019-05-26", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 1, + "availability_365": 45 + }, + { + "index": 5085, + "id": 12340551, + "name": "HABITACI\u00d3N AMUEBLADA Y EQUIPADA", + "host_name": "Manuel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5086, + "id": 12341833, + "name": "Habitaci\u00f3n premodernista en el centro de Barcelona", + "host_name": "Carmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2019-05-23", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5087, + "id": 12349902, + "name": "Budy Apartments - La Rambla 1.1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 23, + "availability_365": 350 + }, + { + "index": 5088, + "id": 12350015, + "name": "Single Beds in Male, Female Mix Shared Room", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-05-13", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 8, + "availability_365": 356 + }, + { + "index": 5089, + "id": 12352555, + "name": "CENTRAL DUPLEX PLAZA CATALUNYA", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 397, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-14", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 43, + "availability_365": 85 + }, + { + "index": 5090, + "id": 12355209, + "name": "Cozy Suite Near The Beach And Conference Center", + "host_name": "Francesc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 83, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2018-02-28", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5091, + "id": 12355911, + "name": "Room next to metro w/ own bathroom", + "host_name": "Nabeelah", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2017-06-24", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5092, + "id": 12356421, + "name": "Serennia Ramblas-Pl.Catalunya \u00c1tico", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-02-11", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 12, + "availability_365": 133 + }, + { + "index": 5093, + "id": 12357386, + "name": "Minimalist Rooms in BCN, live it.", + "host_name": "Oscar Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 35, + "number_of_reviews": 1, + "last_review": "2017-08-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 5, + "availability_365": 137 + }, + { + "index": 5094, + "id": 12360157, + "name": "Plaza Espa\u00f1a de Barcelona", + "host_name": "Jorge", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2019-02-28", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 5095, + "id": 12371958, + "name": "SEALONA CENTER II", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 4, + "number_of_reviews": 29, + "last_review": "2019-07-04", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 7, + "availability_365": 24 + }, + { + "index": 5096, + "id": 12372451, + "name": "Double Bed-Room and sunny terrace", + "host_name": "J\u00fcrgen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 119, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-12-05", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 5, + "availability_365": 239 + }, + { + "index": 5097, + "id": 12372966, + "name": "Sunny Passeig de Gracia II", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-15", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 95, + "availability_365": 280 + }, + { + "index": 5098, + "id": 12373247, + "name": "Sants Estaci\u00f3n Robrenyo 33 2b", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 185, + "last_review": "2019-06-23", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 9, + "availability_365": 159 + }, + { + "index": 5099, + "id": 12375972, + "name": "BEAUTIFUL ROOM Parque Guell/Bunkers.", + "host_name": "Simona", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-06-04", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 5100, + "id": 12376520, + "name": "Serennia Comfort 4 bedrooms apart", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2018-12-29", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 12, + "availability_365": 171 + }, + { + "index": 5101, + "id": 12378292, + "name": "Casa Valeta, Barcelona", + "host_name": "Casa Valeta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 177, + "minimum_nights": 3, + "number_of_reviews": 135, + "last_review": "2019-06-25", + "reviews_per_month": 3.46, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 5102, + "id": 12378302, + "name": "Luminous apt for 6 @ Ronda Sant Pau \u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 469, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-07-05", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 84, + "availability_365": 117 + }, + { + "index": 5103, + "id": 12393030, + "name": "Sant Antoni spacious 3 bedroom", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2017-08-28", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 71, + "availability_365": 355 + }, + { + "index": 5104, + "id": 12393942, + "name": "Disfruta al lado de Parc Guell!", + "host_name": "Vincenzo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 129, + "last_review": "2019-06-23", + "reviews_per_month": 3.33, + "calculated_host_listings_count": 1, + "availability_365": 184 + }, + { + "index": 5105, + "id": 12394702, + "name": "Large apartment on Diagonal Ave", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-08-21", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 26, + "availability_365": 48 + }, + { + "index": 5106, + "id": 12396367, + "name": "Private bedroom in BORN", + "host_name": "Max'Ou", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 9, + "last_review": "2017-07-17", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5107, + "id": 12406133, + "name": "double bedroom penthouse", + "host_name": "Rik", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 120, + "last_review": "2019-07-07", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 1, + "availability_365": 344 + }, + { + "index": 5108, + "id": 12414795, + "name": "Peaceful and sunny room in Gracia", + "host_name": "Philippa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-06-26", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 5109, + "id": 12416338, + "name": "Private room in the center of BCN", + "host_name": "Paula", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-06-17", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5110, + "id": 12418991, + "name": "Sunny room, lightfull central flat", + "host_name": "Jes\u00fas", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-07-01", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 5111, + "id": 12425018, + "name": "NOVA MAR BELLA APARTMENT !", + "host_name": "Veronika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-06-28", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 5112, + "id": 12426419, + "name": "A cozy room nearby the city center", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5113, + "id": 12426953, + "name": "Double bed room - calm in Eixample", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-04-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5114, + "id": 12430621, + "name": "Habitaci\u00f3n indiv con cama extra", + "host_name": "Txus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-07-07", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 3, + "availability_365": 350 + }, + { + "index": 5115, + "id": 12431082, + "name": "discount this week . Habitaci\u00f3n doble en Gracia", + "host_name": "Txus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-06-22", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 3, + "availability_365": 345 + }, + { + "index": 5116, + "id": 12435155, + "name": "FANTASTIC RAMBLAS 1", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2017-01-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 18, + "availability_365": 365 + }, + { + "index": 5117, + "id": 12437203, + "name": "Luxury apartment in city center Coral", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 93, + "minimum_nights": 32, + "number_of_reviews": 89, + "last_review": "2019-02-23", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 18, + "availability_365": 114 + }, + { + "index": 5118, + "id": 12444046, + "name": "Piso", + "host_name": "Stephen", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-05-27", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5119, + "id": 12444832, + "name": "Cozy Modernist House in Barcelona", + "host_name": "Lola", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-07-05", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 5120, + "id": 12459077, + "name": "Barcelona Just Like Home - Red", + "host_name": "Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 30, + "number_of_reviews": 9, + "last_review": "2019-06-05", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 295 + }, + { + "index": 5121, + "id": 12469879, + "name": "Cosy double room for rent during MWC/ 4YFN week", + "host_name": "Josep", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5122, + "id": 12481529, + "name": "Only 2 minutes from la Ramblas.", + "host_name": "Egle", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-06-29", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 1, + "availability_365": 205 + }, + { + "index": 5123, + "id": 12491385, + "name": "Large comfortable room in Barcelona", + "host_name": "Christian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-15", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 3, + "availability_365": 78 + }, + { + "index": 5124, + "id": 12500607, + "name": "Confort i qualitat en un Loft Un lloc bonic i diferent a Vila de Gr\u00e0cia", + "host_name": "Familia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-06-25", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 2, + "availability_365": 138 + }, + { + "index": 5125, + "id": 12503523, + "name": "Centric flat with a swimming pool", + "host_name": "Daniela", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-04-03", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 5126, + "id": 12504508, + "name": "Lovely room in the CityCentre", + "host_name": "Don", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-07-05", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 5127, + "id": 12505760, + "name": "Double room in the city centre", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 37, + "last_review": "2019-06-24", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 5128, + "id": 12506292, + "name": "Trendy 3 Bed Flat in Central Area", + "host_name": "Raphael Y Dunia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 156, + "minimum_nights": 2, + "number_of_reviews": 122, + "last_review": "2019-06-29", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 344 + }, + { + "index": 5129, + "id": 12509021, + "name": "DOUBLE ROOM HEART OF GOTICO. LA RAMBLA. WiFi", + "host_name": "KevDeiv", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 15, + "minimum_nights": 2, + "number_of_reviews": 121, + "last_review": "2019-06-25", + "reviews_per_month": 3.1, + "calculated_host_listings_count": 1, + "availability_365": 201 + }, + { + "index": 5130, + "id": 12510136, + "name": "Cozy room in Borne", + "host_name": "Markos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 155, + "last_review": "2019-07-10", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 5131, + "id": 12510909, + "name": "Holiday in Barcelona", + "host_name": "Svetlana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2019-05-06", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 5132, + "id": 12514918, + "name": "IDEAL APARTMENT SAGRADA FAMILIA", + "host_name": "Marisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 153, + "last_review": "2019-06-24", + "reviews_per_month": 3.92, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 5133, + "id": 12517889, + "name": "Cozy and nice private apartment", + "host_name": "Olga", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-08-14", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5134, + "id": 12525407, + "name": "Sagrada Familia\u00b4s apartment", + "host_name": "Albino", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-07-06", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 5135, + "id": 12525815, + "name": "Hola Barcelona Quiron apartment!Charming 3 bedroom", + "host_name": "Daniela", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 4, + "number_of_reviews": 51, + "last_review": "2019-06-23", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 2, + "availability_365": 318 + }, + { + "index": 5136, + "id": 12528102, + "name": "Amazing view room in the city center.", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-21", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 63 + }, + { + "index": 5137, + "id": 12531055, + "name": "SUNNY RAMBLAS 2", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-12-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 18, + "availability_365": 248 + }, + { + "index": 5138, + "id": 12531069, + "name": "Best Private Room in Barcelona", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-05-24", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5139, + "id": 12533035, + "name": "Apartment near Plaza Espa\u00f1a 4pax", + "host_name": "Ding Dong Fira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-07-04", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 6, + "availability_365": 237 + }, + { + "index": 5140, + "id": 12534026, + "name": "Apartment Plaza Espa\u00f1a 5pax 2rooms", + "host_name": "Ding Dong Fira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-04-26", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 6, + "availability_365": 254 + }, + { + "index": 5141, + "id": 12534624, + "name": "Apartment Plaza Espa\u00f1a 5pax 3rooms", + "host_name": "Ding Dong Fira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-04", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 6, + "availability_365": 246 + }, + { + "index": 5142, + "id": 12534863, + "name": "Apartment near Plaza Espa\u00f1a 6pax", + "host_name": "Ding Dong Fira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 1000, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-05-27", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 6, + "availability_365": 249 + }, + { + "index": 5143, + "id": 12537387, + "name": "habitaci\u00f3n individual exterior", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 27, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2016-11-30", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5144, + "id": 12538425, + "name": "Ensuite bathroom. Quiet and sunny", + "host_name": "Susana", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 63, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-07-05", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5145, + "id": 12540485, + "name": "BauRent/TuroPark.9", + "host_name": "Carles", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 89 + }, + { + "index": 5146, + "id": 12540565, + "name": "habitaci\u00f3n individual.", + "host_name": "Amelia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-04-29", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 2, + "availability_365": 192 + }, + { + "index": 5147, + "id": 12541042, + "name": "BauRent/Gracia.Atico.Terraza.4", + "host_name": "Carles", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 82 + }, + { + "index": 5148, + "id": 12541719, + "name": "BauRent/SagradaFamilia.4", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 194 + }, + { + "index": 5149, + "id": 12542324, + "name": "BauRent/Clinic.41", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-09-27", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 16, + "availability_365": 364 + }, + { + "index": 5150, + "id": 12549293, + "name": "Spacious and bright room in central modern flat", + "host_name": "Marina & Mark", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 112, + "last_review": "2019-07-08", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 5151, + "id": 12552795, + "name": "Double room with private toilet in the center", + "host_name": "Paco", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 136, + "last_review": "2019-06-29", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 5152, + "id": 12553876, + "name": "COZY & QUIET Room near Park G\u00fcell", + "host_name": "Isaac", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-26", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 5153, + "id": 12554868, + "name": "Olympic Terrasse", + "host_name": "Aline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2018-09-15", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 95, + "availability_365": 191 + }, + { + "index": 5154, + "id": 12556633, + "name": "Palau de la Musica Apartment 3H #2", + "host_name": "Eduardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-14", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 9, + "availability_365": 126 + }, + { + "index": 5155, + "id": 12556845, + "name": "Barcelona Centric", + "host_name": "Baleska", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 141, + "last_review": "2019-06-19", + "reviews_per_month": 3.65, + "calculated_host_listings_count": 3, + "availability_365": 147 + }, + { + "index": 5156, + "id": 12567485, + "name": "UNIQUE PASEO DE GRACIA CASA BATLL\u00d3", + "host_name": "Javier&Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 750, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-05-16", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 5157, + "id": 12568274, + "name": "Habitaci\u00f3n privada", + "host_name": "Eliana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-05-04", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5158, + "id": 12580717, + "name": "\u2655Vintage & Authentic Flat in BCN GothicOld Town\u269c\ufe0f\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-05-24", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 84, + "availability_365": 0 + }, + { + "index": 5159, + "id": 12581510, + "name": "Hab Individual", + "host_name": "Mari", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-30", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 1, + "availability_365": 48 + }, + { + "index": 5160, + "id": 12583783, + "name": "Exquisit Renovated Flat City Center", + "host_name": "BALER Inversors S.L.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-16", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 5161, + "id": 12584187, + "name": "At the heart of Barcelona (monthly rental)", + "host_name": "Teresa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5162, + "id": 12585152, + "name": "Big room (Up to 5 guests) close to Espa\u00f1a Square", + "host_name": "Romi Y Siscu", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 239, + "last_review": "2019-07-06", + "reviews_per_month": 6.1, + "calculated_host_listings_count": 2, + "availability_365": 282 + }, + { + "index": 5163, + "id": 12587201, + "name": "ELEGANT BOUTIQUE APARTMENT", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2018-10-14", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 5164, + "id": 12588632, + "name": "Luxurious Loft Sagrada Familia", + "host_name": "Ruben & Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 10, + "minimum_nights": 31, + "number_of_reviews": 15, + "last_review": "2019-04-15", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 335 + }, + { + "index": 5165, + "id": 12597723, + "name": "BauRent/LUX_Paseo Gracia", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-09-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 16, + "availability_365": 56 + }, + { + "index": 5166, + "id": 12598046, + "name": "CLASSIC EIXAMPLE APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-17", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 43, + "availability_365": 58 + }, + { + "index": 5167, + "id": 12598354, + "name": "Modernist apartment The Gaud\u00ed Suites III", + "host_name": "Mauro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 69, + "last_review": "2019-06-25", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 5168, + "id": 12600920, + "name": "Montjuich views of Spa", + "host_name": "David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 204, + "last_review": "2019-07-04", + "reviews_per_month": 6.26, + "calculated_host_listings_count": 2, + "availability_365": 145 + }, + { + "index": 5169, + "id": 12603204, + "name": "BauRent/Terraza_ParkG\u00fcell", + "host_name": "Carles", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 179 + }, + { + "index": 5170, + "id": 12608044, + "name": "Acogedora Hab. en Hospital st. Pau", + "host_name": "Carla", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 10, + "number_of_reviews": 13, + "last_review": "2019-02-05", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 222 + }, + { + "index": 5171, + "id": 12620995, + "name": "Nice double room in the city center", + "host_name": "Mae", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 100, + "last_review": "2019-06-12", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 5172, + "id": 12621788, + "name": "Big Comfortable Room", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 147, + "last_review": "2019-06-30", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 9, + "availability_365": 344 + }, + { + "index": 5173, + "id": 12622252, + "name": "Central Apartment in Traditional Catalan Building", + "host_name": "Lola & Joe", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-07-07", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 2, + "availability_365": 130 + }, + { + "index": 5174, + "id": 12627328, + "name": "Terraza perfecta para el verano", + "host_name": "Najjat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5175, + "id": 12628165, + "name": "Room in the city center!", + "host_name": "Virginia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-04-27", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5176, + "id": 12634537, + "name": "Spacious & Centric Apartment With Private Terrace", + "host_name": "Valerie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-23", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 5177, + "id": 12636789, + "name": "3 habitaciones cerca de la playa D Mar 5 personas", + "host_name": "S", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-07-24", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 5178, + "id": 12664089, + "name": "APARTMENT FOR LARGE GROUPS IN THE CITY CENTER", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-26", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 46, + "availability_365": 102 + }, + { + "index": 5179, + "id": 12666701, + "name": "Budy Apartments - Carrer del Pi P1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-09", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 23, + "availability_365": 356 + }, + { + "index": 5180, + "id": 12668348, + "name": "Budy Apartments - Carrer de Pi P3", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 29, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 23, + "availability_365": 360 + }, + { + "index": 5181, + "id": 12668545, + "name": "Spacioux and renovate in Eixample - ATU1", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-07-01", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 28, + "availability_365": 111 + }, + { + "index": 5182, + "id": 12670962, + "name": "Habitacion privada Plz Espa\u00f1a", + "host_name": "B\u00e1rbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2017-07-18", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 5183, + "id": 12673013, + "name": "Quite double room in familiar flat", + "host_name": "Cristina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-30", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 2, + "availability_365": 125 + }, + { + "index": 5184, + "id": 12673494, + "name": "BauRent/Loft_Gracia.2", + "host_name": "Carles", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 32, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-08-13", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 16, + "availability_365": 27 + }, + { + "index": 5185, + "id": 12678418, + "name": "Habitaci\u00f3n individual en el Raval", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5186, + "id": 12682318, + "name": "Double room in a nice apartment!!!", + "host_name": "Marta", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-06-23", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 5187, + "id": 12693694, + "name": "Modern and authentic in the heart of Poble Sec", + "host_name": "Rachid", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 167, + "last_review": "2019-07-02", + "reviews_per_month": 4.7, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 5188, + "id": 12694295, + "name": "Luminoso apartamento 42 en el Born", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-30", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 15, + "availability_365": 272 + }, + { + "index": 5189, + "id": 12694296, + "name": "Central, big apartment 11", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-07-03", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 15, + "availability_365": 259 + }, + { + "index": 5190, + "id": 12695277, + "name": "Spacious Room 50m to SagradaFamilia", + "host_name": "Svitlana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 259, + "last_review": "2019-06-22", + "reviews_per_month": 6.66, + "calculated_host_listings_count": 2, + "availability_365": 63 + }, + { + "index": 5191, + "id": 12695395, + "name": "Nice room in Barcelona centre", + "host_name": "Loren", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5192, + "id": 12695439, + "name": "Nice room in Sgda. Familia, Private Bathroom & TV.", + "host_name": "Roger", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2018-12-31", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5193, + "id": 12695837, + "name": "Sunny Room in Barcelona Center", + "host_name": "Omar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5194, + "id": 12698020, + "name": "Unique little room with private bath in The Born", + "host_name": "Lourdes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-07-06", + "reviews_per_month": 8.46, + "calculated_host_listings_count": 2, + "availability_365": 307 + }, + { + "index": 5195, + "id": 12711740, + "name": "The brightest room and best views in Barcelona!!", + "host_name": "Brian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-23", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 2, + "availability_365": 27 + }, + { + "index": 5196, + "id": 12718539, + "name": "LetsGo Stylish apartment Diagonal Ave. 4pax", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2017-06-07", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 26, + "availability_365": 0 + }, + { + "index": 5197, + "id": 12720154, + "name": "Ideal family. Quiet and sunny", + "host_name": "Susana", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 107, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-27", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5198, + "id": 12727132, + "name": "Dali Private Bath with bunk bed and balcony", + "host_name": "Ari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-04-16", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 5, + "availability_365": 231 + }, + { + "index": 5199, + "id": 12744365, + "name": "Room with private bathroom close to everything!", + "host_name": "Mona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-02-26", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5200, + "id": 12744761, + "name": "Palau de la M\u00fasica Apartments 3H #1", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2019-05-17", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 9, + "availability_365": 132 + }, + { + "index": 5201, + "id": 12747743, + "name": "Sagrada Fam\u00edlia Cozy Room", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-07-07", + "reviews_per_month": 3.23, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 5202, + "id": 12749303, + "name": "Room with 3 beds 3 people.", + "host_name": "Javier", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 157, + "last_review": "2019-06-27", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 5203, + "id": 12749904, + "name": "Nice double room", + "host_name": "Ellenor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2017-09-25", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 5204, + "id": 12757309, + "name": "Eixample 4BDR flat near Passeig de Gracia", + "host_name": "Maria Antonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 330, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-16", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 5205, + "id": 12758340, + "name": "Private Balcony Central BCN cozy room (E1-3)", + "host_name": "Lion", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 93, + "last_review": "2019-06-23", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 4, + "availability_365": 80 + }, + { + "index": 5206, + "id": 12758910, + "name": "Lovely twin room in central flat", + "host_name": "Maria Eulalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 39, + "minimum_nights": 5, + "number_of_reviews": 116, + "last_review": "2019-07-05", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 5207, + "id": 12777273, + "name": "LIttle room", + "host_name": "Pablo", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 23, + "last_review": "2017-09-29", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 3, + "availability_365": 364 + }, + { + "index": 5208, + "id": 12778709, + "name": "Gorgeous room in central Barcelona", + "host_name": "Niko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 257, + "last_review": "2019-06-29", + "reviews_per_month": 6.82, + "calculated_host_listings_count": 2, + "availability_365": 75 + }, + { + "index": 5209, + "id": 12779419, + "name": "Spacious Gorgeous Room Central Barcelona", + "host_name": "Niko", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 96, + "minimum_nights": 1, + "number_of_reviews": 270, + "last_review": "2019-06-13", + "reviews_per_month": 7.08, + "calculated_host_listings_count": 2, + "availability_365": 99 + }, + { + "index": 5210, + "id": 12786520, + "name": "Cosy flat in Barcelona center", + "host_name": "Marion", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2018-04-01", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 5211, + "id": 12788675, + "name": "Calm room Barcelona", + "host_name": "Kevin", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5212, + "id": 12790610, + "name": "1 single Room in central Barcelona", + "host_name": "Emilio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-07", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 2, + "availability_365": 357 + }, + { + "index": 5213, + "id": 12802478, + "name": "Comfortable room next to Sagrada", + "host_name": "Svitlana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 249, + "last_review": "2019-06-25", + "reviews_per_month": 6.45, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 5214, + "id": 12804619, + "name": "Suite Room 25 m2 Big bed XXL with balcony", + "host_name": "Jordi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-05", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 3, + "availability_365": 223 + }, + { + "index": 5215, + "id": 12804942, + "name": "Modern Cozy Room", + "host_name": "Francis & Arlene", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-25", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 5216, + "id": 12806728, + "name": "Habitaci\u00f3n amplia e independiente", + "host_name": "Cristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-07-09", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 5217, + "id": 12807518, + "name": "Clean&Cozy room-5mins Sants Station", + "host_name": "Xihui", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 28, + "minimum_nights": 15, + "number_of_reviews": 57, + "last_review": "2019-06-16", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 238 + }, + { + "index": 5218, + "id": 12808754, + "name": "Habitaci\u00f3n Calida, confortable y limpia", + "host_name": "Blanca Azucena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 183, + "last_review": "2019-07-07", + "reviews_per_month": 4.74, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 5219, + "id": 12808969, + "name": "viz3 LAAAAARGE TERRACE-GREAT BEDROOM", + "host_name": "Aurora", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 39, + "availability_365": 348 + }, + { + "index": 5220, + "id": 12809835, + "name": "Large double room with living room and balcony", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-07-03", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 5221, + "id": 12811185, + "name": "Clean & fully renovated apartment in safe district", + "host_name": "Dmitri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-06-18", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 1, + "availability_365": 211 + }, + { + "index": 5222, + "id": 12813120, + "name": "private and comfortable room in bcn", + "host_name": "Faddy Johana", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2017-06-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5223, + "id": 12816386, + "name": "Picasso Suites 3.2 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-12", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 24, + "availability_365": 300 + }, + { + "index": 5224, + "id": 12817831, + "name": "Dream terrace", + "host_name": "Inma", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-06-29", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 275 + }, + { + "index": 5225, + "id": 12819460, + "name": "Double Room Boqueria Market", + "host_name": "Francesco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 126, + "last_review": "2019-07-09", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 1, + "availability_365": 203 + }, + { + "index": 5226, + "id": 12824126, + "name": "City Centre - Sta. Caterina Market - 3 bedrooms", + "host_name": "Weflating", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-01-02", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 71, + "availability_365": 3 + }, + { + "index": 5227, + "id": 12824656, + "name": "Casanova Eixample 4 bedrooms apartment", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-18", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 2, + "availability_365": 309 + }, + { + "index": 5228, + "id": 12824857, + "name": "Kings & Queens of Ramblas LUXURY", + "host_name": "Jason", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-05-26", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5229, + "id": 12829877, + "name": "Big bedroom with a balcony", + "host_name": "Wehbi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2017-07-01", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5230, + "id": 12833452, + "name": "SUNNY DOUBL ROOM IN GRACIA/10m.FROM SAGRADA FAMILI", + "host_name": "Raquel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-30", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 5231, + "id": 12841560, + "name": "Lovely Sunny Individual Room", + "host_name": "Kostas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2016-09-12", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5232, + "id": 12847213, + "name": "Cozy bedroom in Born area, BCN", + "host_name": "Fiorella", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5233, + "id": 12847820, + "name": "Splendid Three Bedrooms Apartment with Terrace", + "host_name": "Mariana & Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 84, + "last_review": "2019-07-02", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 10, + "availability_365": 196 + }, + { + "index": 5234, + "id": 12848625, + "name": "THE PENTHOUSE OF ROSA", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2018-09-02", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5235, + "id": 12852275, + "name": "TERRACE, HAMMOCK AND TRANQUILITY BY LA RAMBLA", + "host_name": "Michal", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-06-26", + "reviews_per_month": 3.37, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 5236, + "id": 12854085, + "name": "Quiet Sunny Private Room Close to Metro", + "host_name": "Ben", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-06-25", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 5237, + "id": 12855484, + "name": "Private bedroom in Sagrada Familia", + "host_name": "Elba", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 217, + "last_review": "2018-10-31", + "reviews_per_month": 5.72, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5238, + "id": 12858429, + "name": "Flat for 6pax in city center", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 4, + "number_of_reviews": 99, + "last_review": "2019-07-03", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 5239, + "id": 12860806, + "name": "LetsGo Eixample Luxury Suite 5 pax.", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 26, + "availability_365": 0 + }, + { + "index": 5240, + "id": 12861579, + "name": "Piso modernista grande A", + "host_name": "Fortuny S.L.", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 30, + "number_of_reviews": 5, + "last_review": "2019-04-23", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 10, + "availability_365": 210 + }, + { + "index": 5241, + "id": 12863712, + "name": "Best location Plaza Catalu\u00f1a Las Ramblas :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 204, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-05-26", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 33, + "availability_365": 339 + }, + { + "index": 5242, + "id": 12866638, + "name": "Double room in bac de roda.", + "host_name": "Viviana And Julian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 234, + "last_review": "2019-06-26", + "reviews_per_month": 6.11, + "calculated_host_listings_count": 3, + "availability_365": 37 + }, + { + "index": 5243, + "id": 12866743, + "name": "Comfort center apartment Eixample", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-05-19", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 38, + "availability_365": 128 + }, + { + "index": 5244, + "id": 12867754, + "name": "\u5df4\u585e\u7f57\u90a3\u987a\u5fc3\u5bb6\u5ead\u65c5\u9986 4 sagrada familia", + "host_name": "\u987a", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-20", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 5, + "availability_365": 302 + }, + { + "index": 5245, + "id": 12868441, + "name": "ROOM FOR 2-3-4 WITH PRIVATE BATHROOM IN GRACIA", + "host_name": "Pilar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-06-23", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 2, + "availability_365": 178 + }, + { + "index": 5246, + "id": 12869509, + "name": "Flat Barceloneta near to the beach", + "host_name": "Nick", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2016-09-12", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5247, + "id": 12872055, + "name": "In the heart of Barcelona", + "host_name": "Anasteele", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2016-08-11", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 5248, + "id": 12879910, + "name": "\u0421\u0434\u0430\u044e \u043a\u043e\u043c\u043d\u0430\u0442\u0443 \u0432 \u0445\u043e\u0440\u043e\u0448\u0435\u043c \u0440\u0430\u0439\u043e\u043d\u0435", + "host_name": "Evgeniya", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 73, + "last_review": "2019-06-09", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 5249, + "id": 12882521, + "name": "2 Bedroom Apt with sunny Terrace in central Gracia", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 27, + "last_review": "2019-06-18", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 15, + "availability_365": 299 + }, + { + "index": 5250, + "id": 12885602, + "name": "Apartment design in modern architecture, Parlament", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-23", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 15, + "availability_365": 137 + }, + { + "index": 5251, + "id": 12888392, + "name": "Single room in students apartment", + "host_name": "Lorenzo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-02-11", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 307 + }, + { + "index": 5252, + "id": 12894713, + "name": "2 bdrs apartment with balcony in central Gracia.", + "host_name": "Alejandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 6, + "number_of_reviews": 24, + "last_review": "2019-07-01", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 15, + "availability_365": 208 + }, + { + "index": 5253, + "id": 12894714, + "name": "3 Bdr Apartment w balcony close Sagrada Familia.", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 6, + "number_of_reviews": 42, + "last_review": "2019-07-03", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 15, + "availability_365": 299 + }, + { + "index": 5254, + "id": 12895521, + "name": "Luxury Port Vell", + "host_name": "Tendency", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2019-05-10", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 42, + "availability_365": 0 + }, + { + "index": 5255, + "id": 12897832, + "name": "Budy Apartments - Estiloso Loft 14", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-28", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 23, + "availability_365": 311 + }, + { + "index": 5256, + "id": 12900536, + "name": "Sunny and cozy room at Sagrada Familia", + "host_name": "Syvvy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-06-10", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 5257, + "id": 12902130, + "name": "Doble room VIP vista Barcelona", + "host_name": "Jose Y Belkys", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-07-01", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 337 + }, + { + "index": 5258, + "id": 12902857, + "name": "Double room, views to huge terrace", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 43, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2019-02-28", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 4, + "availability_365": 7 + }, + { + "index": 5259, + "id": 12908145, + "name": "double bedroom + living room in the center of BCN", + "host_name": "Bibi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-06-26", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5260, + "id": 12909232, + "name": "Beautiful XVIII century room", + "host_name": "Jesus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-03-24", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 185 + }, + { + "index": 5261, + "id": 12909738, + "name": "appartment en el Born", + "host_name": "Valerie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2019-07-01", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 5262, + "id": 12913113, + "name": "Centric, good for family with kids", + "host_name": "Enrique", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-07-01", + "reviews_per_month": 3.51, + "calculated_host_listings_count": 1, + "availability_365": 244 + }, + { + "index": 5263, + "id": 12914710, + "name": "Single room", + "host_name": "Mat\u00edas", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2017-06-29", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 5 + }, + { + "index": 5264, + "id": 12927834, + "name": "Deluxe Penthouse with Fantastic Terrace - Sagrada Familia", + "host_name": "Enric & Packo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 3, + "number_of_reviews": 174, + "last_review": "2019-07-02", + "reviews_per_month": 5.18, + "calculated_host_listings_count": 6, + "availability_365": 324 + }, + { + "index": 5265, + "id": 12928182, + "name": "40m2, private bath and living room, very centric", + "host_name": "Johannes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 238, + "last_review": "2019-07-05", + "reviews_per_month": 6.24, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 5266, + "id": 12928972, + "name": "estancia de ensueno", + "host_name": "Julia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5267, + "id": 12929522, + "name": "HABITACI\u00d3N CAMA ALTILLO, F\u00d3RUM, SAG. FAMILIA.", + "host_name": "Josefa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-29", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 2, + "availability_365": 198 + }, + { + "index": 5268, + "id": 12929622, + "name": "single quiet room near Sagrada Familia", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 74, + "last_review": "2019-07-04", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 5269, + "id": 12938496, + "name": "BORN - 2Bedroom apartment in the heart of BCN", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 223 + }, + { + "index": 5270, + "id": 12941605, + "name": "Two-bedroom apartment in the heart of el Born", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2016-10-07", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 303 + }, + { + "index": 5271, + "id": 12942430, + "name": "2 bedroom apartment in Borne", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-07-03", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 41, + "availability_365": 303 + }, + { + "index": 5272, + "id": 12943964, + "name": "Barcelona Fira - 3 Bedroom Apartment", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-03-07", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 41, + "availability_365": 315 + }, + { + "index": 5273, + "id": 12944567, + "name": "Unique PENTHOUSE in Sant Antoni", + "host_name": "Mike & Federica", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 21, + "last_review": "2018-06-02", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 5274, + "id": 12950686, + "name": "Comfortable Room #1", + "host_name": "Valeria Y Matias", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-24", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 3, + "availability_365": 60 + }, + { + "index": 5275, + "id": 12952728, + "name": "Comfortable room # 2", + "host_name": "Valeria Y Matias", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-05-15", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 3, + "availability_365": 59 + }, + { + "index": 5276, + "id": 12958616, + "name": "Sweet flat close to Camp Nou.", + "host_name": "Salvador", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2016-09-25", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5277, + "id": 12960008, + "name": "Acogedor apartamento en el centro", + "host_name": "Erika", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 85 + }, + { + "index": 5278, + "id": 12960189, + "name": "Charming Apartment in Sant Antoni", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 315, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-07-05", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 43, + "availability_365": 271 + }, + { + "index": 5279, + "id": 12966174, + "name": "BauRent/Clinic.31", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 34 + }, + { + "index": 5280, + "id": 12966818, + "name": "BauRent/H.SantPau_SwimmingPool", + "host_name": "Carles", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 59 + }, + { + "index": 5281, + "id": 12967617, + "name": "Comfortable Single Room close to the beach", + "host_name": "Vila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2018-08-28", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 5282, + "id": 12968959, + "name": "BauRent/SagradaFamilia.62", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 87 + }, + { + "index": 5283, + "id": 12970502, + "name": "Private Room or Whole Apt ++ Close To The Beach!", + "host_name": "RoSaura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 32, + "last_review": "2019-06-29", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 172 + }, + { + "index": 5284, + "id": 12976451, + "name": "Sunny apartment just beside Sagrada Familia", + "host_name": "Montserrat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2016-09-15", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 138 + }, + { + "index": 5285, + "id": 12976738, + "name": "Cozy Room in Gracia-Barcelona", + "host_name": "Rocio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5286, + "id": 12977142, + "name": "Spectacular sea view penthouse", + "host_name": "Erika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 800, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 364 + }, + { + "index": 5287, + "id": 12977625, + "name": "BRIGHT DOUBLE ROOM WITH BALCON-BCN Center", + "host_name": "Lisa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2017-12-23", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 5288, + "id": 12978453, + "name": "BOUTIQUE CITY CENTER APARTMENT", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 251, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-07-18", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 43, + "availability_365": 130 + }, + { + "index": 5289, + "id": 12980088, + "name": "El Gotic Central Barcelona", + "host_name": "Shawn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5290, + "id": 12983908, + "name": "Hello Gracia! single room in happy flat", + "host_name": "Maite", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-29", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 5291, + "id": 12985982, + "name": "Double bedroom near to the beach", + "host_name": "Ma\u00ebva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-07-04", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5292, + "id": 12994549, + "name": "DoubleBed Sunny Private Room Great Location", + "host_name": "Ben", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-22", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 5293, + "id": 12994881, + "name": "Big room in stylish apartment in BCN city center", + "host_name": "\u00c1ngel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 174, + "last_review": "2019-06-30", + "reviews_per_month": 4.69, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 5294, + "id": 12997350, + "name": "Double Room in main Center. El Raval - MACBA", + "host_name": "Janis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2018-10-31", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 1, + "availability_365": 348 + }, + { + "index": 5295, + "id": 12998166, + "name": "Double bed room in central terrace apartment", + "host_name": "Rosa Mica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2017-09-21", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5296, + "id": 12999973, + "name": "Sunny Penthouse. Big terrace great Views.Elevator", + "host_name": "Merce & Jepis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 4, + "number_of_reviews": 122, + "last_review": "2019-07-07", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 2, + "availability_365": 247 + }, + { + "index": 5297, + "id": 13009615, + "name": "Studio with Catalan Design Near Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-26", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 76, + "availability_365": 136 + }, + { + "index": 5298, + "id": 13009704, + "name": "Luxury duplex penthouse", + "host_name": "Erika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 1375, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 364 + }, + { + "index": 5299, + "id": 13009911, + "name": "LA BUENAVISTA - 3 BED SEMI-PENTHOUSE WITH GREAT VIEWS", + "host_name": "SeLibre Es", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-07-05", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 8, + "availability_365": 145 + }, + { + "index": 5300, + "id": 13012253, + "name": "Double room in the center of Bnc", + "host_name": "Mae", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 106, + "last_review": "2019-06-05", + "reviews_per_month": 2.81, + "calculated_host_listings_count": 3, + "availability_365": 71 + }, + { + "index": 5301, + "id": 13013764, + "name": "Double room in a bright appartment", + "host_name": "Geri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5302, + "id": 13016044, + "name": "Double room with balcony BCN center", + "host_name": "Picks", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5303, + "id": 13016271, + "name": "Private room in Barcelona near the beach.", + "host_name": "Rodrigo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-06-24", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 5304, + "id": 13017446, + "name": "Nice and centric room in Barcelona", + "host_name": "Viviana And Julian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 239, + "last_review": "2019-06-24", + "reviews_per_month": 6.23, + "calculated_host_listings_count": 3, + "availability_365": 46 + }, + { + "index": 5305, + "id": 13017788, + "name": "LUXURY PASEO DE GRACIA CASA BATLLO", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-18", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 5306, + "id": 13018190, + "name": "HAB. TRANQUILA EXCELENTE UBICACION", + "host_name": "Lorena", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2018-03-01", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 5307, + "id": 13026543, + "name": "Double room 15 min from beach", + "host_name": "Ricardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-06-19", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 5308, + "id": 13030499, + "name": "Private Room next to Casa Batl\u00f3", + "host_name": "Tobias", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-06-06", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5309, + "id": 13030914, + "name": "CAMERA DOPPIA IN PLAZA DE ESPANYA", + "host_name": "Nicole", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5310, + "id": 13035530, + "name": "Cozy double room. Great location and view!", + "host_name": "Pablo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-24", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 5311, + "id": 13041366, + "name": "Sunny double room", + "host_name": "Antonio", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-07-03", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 339 + }, + { + "index": 5312, + "id": 13043809, + "name": "LOVELY ROOM SAGRADA FAMILIA", + "host_name": "Chaska", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-07-04", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 3, + "availability_365": 329 + }, + { + "index": 5313, + "id": 13044882, + "name": "Cosy apartment in perfect location", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-14", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 5314, + "id": 13057411, + "name": "Hab. grande en el coraz\u00f3n del Raval", + "host_name": "Julia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-08-07", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5315, + "id": 13058717, + "name": "Espacio", + "host_name": "Silviorren", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5316, + "id": 13059626, + "name": "Private Room next to Casa Batl\u00f3", + "host_name": "Tobias", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-06-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5317, + "id": 13059642, + "name": "Peaceful room 5 min to la Rambla", + "host_name": "Tenzin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 75, + "last_review": "2019-06-27", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 5318, + "id": 13062379, + "name": "Luxury apartment in Paseo Gracia facing Casa Mila", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 522, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-30", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 5319, + "id": 13063233, + "name": "Cosy triple room Monumental", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-06-23", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 5320, + "id": 13068933, + "name": "\u00c1tico exclusivo Barcelona", + "host_name": "Erika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 805, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 364 + }, + { + "index": 5321, + "id": 13069815, + "name": "The Authentic Gallery House - Las Ramblas", + "host_name": "Helena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 136, + "last_review": "2019-06-20", + "reviews_per_month": 3.83, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 5322, + "id": 13070531, + "name": "Suite con terraza y ba\u00f1o privado", + "host_name": "Catalina", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-04", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 5323, + "id": 13074903, + "name": "High Comfort 3 Bedrooms' Apartment (32)HUTB:004810", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 4, + "number_of_reviews": 64, + "last_review": "2019-06-18", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 8, + "availability_365": 163 + }, + { + "index": 5324, + "id": 13076706, + "name": "4. Paganini double room private bath A/C Wifi Cntr", + "host_name": "Ari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 38, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 313 + }, + { + "index": 5325, + "id": 13077114, + "name": "Bright room in the heart of Barcelona + private wc", + "host_name": "Sergei", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-07-25", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5326, + "id": 13079105, + "name": "Double room in the middle of Gracia", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2017-07-31", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5327, + "id": 13080673, + "name": "Big luxury room in the heart of Barcelona", + "host_name": "Sergei", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5328, + "id": 13085800, + "name": "Cozy Room for 1 guest-near Sagrada Familia", + "host_name": "D & Jc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2017-08-25", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 5329, + "id": 13086371, + "name": "Sunny, private room in a shared flat", + "host_name": "Sevda", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-07-11", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5330, + "id": 13086835, + "name": "cosy brand new yacht in the centre of Barcelona", + "host_name": "Joost", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 5, + "number_of_reviews": 11, + "last_review": "2018-05-27", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 5, + "availability_365": 245 + }, + { + "index": 5331, + "id": 13088376, + "name": "R4D Nice Apartment near Arc to Triomf", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-18", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 15, + "availability_365": 146 + }, + { + "index": 5332, + "id": 13090869, + "name": "Central Double room at Sant Antoni/Raval", + "host_name": "Kaan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 64, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-07-06", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 5333, + "id": 13093469, + "name": "COZY DOUBLE ROOM IN PLAZA DE ESPA\u00d1A", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-05-25", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5334, + "id": 13103577, + "name": "Sunny Gothik and Port Apartment", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-12-22", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 18, + "availability_365": 298 + }, + { + "index": 5335, + "id": 13106697, + "name": "La Mediterr\u00e1nea - Homecelona Apartments", + "host_name": "Sha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-07-07", + "reviews_per_month": 4.22, + "calculated_host_listings_count": 2, + "availability_365": 238 + }, + { + "index": 5336, + "id": 13108288, + "name": "QUIET FLAT IN THE HEART OF BARCELONA", + "host_name": "Matthew", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-07-06", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 5337, + "id": 13108452, + "name": "Zoetrope-Passatge Sert, Urquinaona. Wifi, ideal for working singles/couples", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2018-09-01", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 22, + "availability_365": 64 + }, + { + "index": 5338, + "id": 13111458, + "name": "Room in quiet flat in lively Gracia", + "host_name": "Ernest", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-07-07", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 5339, + "id": 13114888, + "name": "Piso encantador Sagrada Familia !", + "host_name": "Mira", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 155, + "last_review": "2019-07-02", + "reviews_per_month": 4.13, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 5340, + "id": 13115342, + "name": "Cozy room very well located - Arc del Trioumf", + "host_name": "Kel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-07-05", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5341, + "id": 13118778, + "name": "Modern apartment in heart of Raval", + "host_name": "Cleo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 30, + "number_of_reviews": 18, + "last_review": "2019-03-31", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 5342, + "id": 13120331, + "name": "2bedroom apartment for families @Eixample\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 182, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-06-28", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 84, + "availability_365": 168 + }, + { + "index": 5343, + "id": 13120856, + "name": "HABITACION DOBLE EN POBLE SEC", + "host_name": "Teresa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 108, + "last_review": "2019-06-25", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 5344, + "id": 13123272, + "name": "Valentina Luxury Apartment HUTB-010004", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 496, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-23", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 7, + "availability_365": 323 + }, + { + "index": 5345, + "id": 13123867, + "name": "2 bedroom Penthouse with Rooftop Terrace", + "host_name": "Ellie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 15, + "availability_365": 159 + }, + { + "index": 5346, + "id": 13124171, + "name": "Cozy apartment in the centre of Gracia", + "host_name": "Elisabeth", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 229, + "last_review": "2019-07-09", + "reviews_per_month": 6.03, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 5347, + "id": 13126110, + "name": "OPEN LOFT BCN", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-16", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 319 + }, + { + "index": 5348, + "id": 13129973, + "name": "Habitacion cerca de la Sagrera", + "host_name": "Roberto", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-07", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 2, + "availability_365": 76 + }, + { + "index": 5349, + "id": 13131181, + "name": "Charming apartment in Sagrada Familia!!! Gaud\u00ed", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 154, + "last_review": "2019-07-02", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 2, + "availability_365": 349 + }, + { + "index": 5350, + "id": 13131433, + "name": "COP\u00c9RNIC sunny & quiet, 10 minutes from the center", + "host_name": "Sonia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 71, + "last_review": "2019-06-28", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 4, + "availability_365": 99 + }, + { + "index": 5351, + "id": 13132218, + "name": "Large extra sunny bedroom in the Gothic quarter", + "host_name": "Isaac", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 212, + "last_review": "2019-06-23", + "reviews_per_month": 5.62, + "calculated_host_listings_count": 2, + "availability_365": 54 + }, + { + "index": 5352, + "id": 13132398, + "name": "Double room in Villa de Gracia", + "host_name": "Mariela", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-01", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 5353, + "id": 13134327, + "name": "Sunny apt for 4 with fantastic Casa Batll\u00f3 view\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 3, + "number_of_reviews": 135, + "last_review": "2019-06-21", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 84, + "availability_365": 229 + }, + { + "index": 5354, + "id": 13135383, + "name": "ROOM WITH PRIVATE BATH NEAR LA RAMBLA", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-07-07", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 6, + "availability_365": 204 + }, + { + "index": 5355, + "id": 13146792, + "name": "Exterior double room with big bed! Central area", + "host_name": "Nick", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-08-21", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5356, + "id": 13148556, + "name": "Big cozy room in Gr\u00e0cia w private shower & terrace", + "host_name": "Aram", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-23", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 5357, + "id": 13150410, + "name": "PRIVATE ROOM IN A LOVELY FLAT NEAR TO PLAZA ESPA\u00d1A", + "host_name": "Alquiler", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-29", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 5358, + "id": 13151223, + "name": "Double bed room near Sagrada Familia", + "host_name": "Mike", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-07-01", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 5359, + "id": 13160375, + "name": "Cosy room in beautiful apartment / Sant Antoni", + "host_name": "Ninoska", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2017-08-12", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5360, + "id": 13160475, + "name": "Estancia en el corazon de Gracia", + "host_name": "Diana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2017-07-23", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5361, + "id": 13160787, + "name": "Julieta Luxury Apartment HUTB-005297", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 375, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-24", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 7, + "availability_365": 306 + }, + { + "index": 5362, + "id": 13161668, + "name": "Eliseos Luxury Apartment HUTB-001281", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-14", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 7, + "availability_365": 346 + }, + { + "index": 5363, + "id": 13165887, + "name": "Vela Luxury Apartment HUTB-001280", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 295, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-16", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 7, + "availability_365": 299 + }, + { + "index": 5364, + "id": 13166575, + "name": "Olivia Luxury Apartment 32 night minimum stay", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-06-10", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 7, + "availability_365": 295 + }, + { + "index": 5365, + "id": 13170100, + "name": "Room with terrace and own bathroom for women only", + "host_name": "Kira", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5366, + "id": 13173667, + "name": "LONGSTAY FLAT 3ROOMS ON THE BEST NEIGHBORHOOD.", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-06-15", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 5367, + "id": 13177750, + "name": "\u00c1tico 90 m2 con 40m de terraza Sagrada Familia", + "host_name": "Leslie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-06-18", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 5368, + "id": 13180011, + "name": "perfect apartment with elevator wifi air-condition", + "host_name": "Patricia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-05-31", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 14, + "availability_365": 143 + }, + { + "index": 5369, + "id": 13180523, + "name": "Renovado al lado del Camp Nou! 6 *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-05-30", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 54, + "availability_365": 142 + }, + { + "index": 5370, + "id": 13181235, + "name": "Sunny flat in Barcelona's Raval with terrace!", + "host_name": "Leith-Kevin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-08", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5371, + "id": 13184021, + "name": "Barcelona - Plaza Lesseps", + "host_name": "Trize", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 14, + "last_review": "2018-09-07", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 14, + "availability_365": 285 + }, + { + "index": 5372, + "id": 13184135, + "name": "SUPER PRIVATE ROOM IN GOTHIC CENTER.", + "host_name": "Frank", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 64, + "minimum_nights": 3, + "number_of_reviews": 127, + "last_review": "2019-07-01", + "reviews_per_month": 3.37, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 5373, + "id": 13184258, + "name": "Apartment in the heart of Gothic", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2018-06-16", + "reviews_per_month": 3.9, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5374, + "id": 13185354, + "name": "Elegant Private Room in an amazing location", + "host_name": "Ozzie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-29", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5375, + "id": 13185557, + "name": "Habitaci\u00f3n: Caama doble en el centro de Barcelon", + "host_name": "Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-05-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5376, + "id": 13186692, + "name": "Habitaci\u00f3n individual Collblanc, Barcelona", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5377, + "id": 13187166, + "name": "Single room in Eixample (PLZ Espa\u00f1a)", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-07-04", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 2, + "availability_365": 325 + }, + { + "index": 5378, + "id": 13187408, + "name": "Elegante y C\u00e9ntrica Suite en Barcelona", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2016-10-10", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 5379, + "id": 13191689, + "name": "Barcelona center\n1mint La Rambla\nBarrio El Gotic", + "host_name": "Maggie & Riky", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 22, + "minimum_nights": 4, + "number_of_reviews": 152, + "last_review": "2019-06-16", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 5380, + "id": 13192074, + "name": "2-bed room close to the end of Las Ramblas", + "host_name": "Lynn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 22, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5381, + "id": 13197225, + "name": "Your room - D - Eixample, Barcelona", + "host_name": "Hector", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 142, + "last_review": "2019-06-21", + "reviews_per_month": 3.77, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 5382, + "id": 13198646, + "name": "Sunny Room in the middle of Gr\u00e0cia District", + "host_name": "Albert", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5383, + "id": 13199956, + "name": "Super confort room/ 2 Single beds", + "host_name": "Maggie & Riky", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 21, + "minimum_nights": 4, + "number_of_reviews": 131, + "last_review": "2019-06-16", + "reviews_per_month": 3.46, + "calculated_host_listings_count": 2, + "availability_365": 23 + }, + { + "index": 5384, + "id": 13201159, + "name": "Habitaci\u00f3n luminosa y con encanto", + "host_name": "Jimena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2017-09-10", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5385, + "id": 13204629, + "name": "Habitaci\u00f3n privada cerca de sagrera", + "host_name": "Roberto", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-07-04", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 2, + "availability_365": 74 + }, + { + "index": 5386, + "id": 13205599, + "name": "Micca&Mimi's Place", + "host_name": "Micca", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-07", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 100 + }, + { + "index": 5387, + "id": 13210527, + "name": "Pepa 's guestroom", + "host_name": "Pepones&Friends", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 5, + "number_of_reviews": 15, + "last_review": "2019-06-10", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 5, + "availability_365": 265 + }, + { + "index": 5388, + "id": 13213043, + "name": "Duplex 5 pax, amazing views,most centered location", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 225, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-15", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 5389, + "id": 13213394, + "name": "Mar Bella Apartment 5", + "host_name": "Xavi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-06-16", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 7, + "availability_365": 278 + }, + { + "index": 5390, + "id": 13213741, + "name": "City Centre Attic with Private Rooftop Terrace1304", + "host_name": "Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-09", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 6, + "availability_365": 319 + }, + { + "index": 5391, + "id": 13214869, + "name": "Private double room in downtown Barcelona.", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-24", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 5392, + "id": 13215809, + "name": "Amazing Apartment Next The Famous La Rambla 13B", + "host_name": "Maria Antonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 359, + "minimum_nights": 10, + "number_of_reviews": 5, + "last_review": "2019-05-26", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 342 + }, + { + "index": 5393, + "id": 13216593, + "name": "Charming loft next La Rambla 14", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 559, + "minimum_nights": 10, + "number_of_reviews": 6, + "last_review": "2019-07-05", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 5394, + "id": 13217850, + "name": "Habitaci\u00f3n en Vila Olimpica (playa)", + "host_name": "Alba Gonz\u00e1lez Gonz\u00e1lez", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-06-25", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 324 + }, + { + "index": 5395, + "id": 13221891, + "name": "Habitaci\u00f3n 1o2 personas en Clot/Barcelona", + "host_name": "Rebeca", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5396, + "id": 13223439, + "name": "Central Attic Ramblas", + "host_name": "Angela", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 232, + "last_review": "2019-06-26", + "reviews_per_month": 6.15, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 5397, + "id": 13224775, + "name": "Cozy Room in Gothic Rambla", + "host_name": "Andre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-06-26", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 5, + "availability_365": 163 + }, + { + "index": 5398, + "id": 13226477, + "name": "Lovely sunny room on Paseo de Sant Joan", + "host_name": "Silvia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-05-01", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 5399, + "id": 13228966, + "name": "Vintage - Poble Sec", + "host_name": "Key Inn", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-23", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 47, + "availability_365": 132 + }, + { + "index": 5400, + "id": 13229284, + "name": "COMFORTABLE DOBLE ROOM NEAR BEACH", + "host_name": "TiTo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-29", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 352 + }, + { + "index": 5401, + "id": 13231586, + "name": "Habitaci\u00f3n doble, muebles nuevos Eixample", + "host_name": "Benjamin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-06", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5402, + "id": 13232624, + "name": "Bonita habitaci\u00f3n, perfecta zona!", + "host_name": "Natalia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 7, + "number_of_reviews": 30, + "last_review": "2018-12-29", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 3, + "availability_365": 1 + }, + { + "index": 5403, + "id": 13233788, + "name": "Casa zen, muy tranquila y luminosa", + "host_name": "Yolanda", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2016-09-12", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5404, + "id": 13236795, + "name": "Room with beautiful View I", + "host_name": "Hadria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 89, + "last_review": "2019-06-20", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 4, + "availability_365": 117 + }, + { + "index": 5405, + "id": 13237907, + "name": "nice room near the beach", + "host_name": "Francesco", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5406, + "id": 13238236, + "name": "Attic room near the beach! :)", + "host_name": "Maria Do Carmo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 120, + "last_review": "2019-06-22", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 105 + }, + { + "index": 5407, + "id": 13240556, + "name": "Max. 4, redesigned, all new, modern", + "host_name": "Claudio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-07-24", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 5, + "availability_365": 348 + }, + { + "index": 5408, + "id": 13243891, + "name": "Nice single bedroom in a city center apartment", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-07", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 5409, + "id": 13250267, + "name": "Comfy interior room next to Montjuic", + "host_name": "Rita", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 17, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-08-21", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5410, + "id": 13252833, + "name": "Bright apartment in Gr\u00e0cia !!", + "host_name": "Ricard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 56, + "last_review": "2019-06-13", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 5, + "availability_365": 146 + }, + { + "index": 5411, + "id": 13257154, + "name": "Nice central room with private bath", + "host_name": "S\u00edlvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 80, + "minimum_nights": 4, + "number_of_reviews": 26, + "last_review": "2019-07-07", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 5412, + "id": 13257205, + "name": "Luminoso \u00e1tico cerca de Plaza Espa\u00f1a", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-16", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 43, + "availability_365": 282 + }, + { + "index": 5413, + "id": 13257273, + "name": "NEW! Amazing and modern studio at the city center", + "host_name": "Yakov", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 29, + "number_of_reviews": 18, + "last_review": "2019-06-30", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 39 + }, + { + "index": 5414, + "id": 13259140, + "name": "Nice double room in flat overlooking Montjuic", + "host_name": "Julien", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 9120, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2016-07-04", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5415, + "id": 13260441, + "name": "Quiet apartment trendy area and close center", + "host_name": "Jorge", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 146, + "last_review": "2019-07-04", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 5416, + "id": 13261224, + "name": "Habitaci\u00f3n + ba\u00f1o en el barrio de Gr\u00e1cia", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 10, + "number_of_reviews": 1, + "last_review": "2017-12-10", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5417, + "id": 13261391, + "name": "Habitaci\u00f3n doble al lado de La Pedrera", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2016-06-14", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5418, + "id": 13262543, + "name": "Bright double bedroom with lounge & balcony", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 57, + "minimum_nights": 5, + "number_of_reviews": 12, + "last_review": "2018-08-30", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 5419, + "id": 13262688, + "name": "Double bedroom with private bathroom", + "host_name": "Jessica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-06-27", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5420, + "id": 13262708, + "name": "Modern, Comfortable &cool room in Barcelona Centre", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2017-07-22", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5421, + "id": 13263775, + "name": "Cozy double room close to center", + "host_name": "Alina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-10-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5422, + "id": 13263849, + "name": "1 bed near Plaza Espa\u00f1a, Barcelona", + "host_name": "Luisa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-21", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 2, + "availability_365": 109 + }, + { + "index": 5423, + "id": 13268282, + "name": "High ceiling room next to a our lemon tree garden!", + "host_name": "Leo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-14", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 2, + "availability_365": 334 + }, + { + "index": 5424, + "id": 13268414, + "name": "Barcelona Poble Sec", + "host_name": "Fabienne", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 183, + "minimum_nights": 4, + "number_of_reviews": 106, + "last_review": "2019-07-08", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 1, + "availability_365": 223 + }, + { + "index": 5425, + "id": 13268531, + "name": "Charming apartment next to Camp Nou", + "host_name": "Eulalia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-06-28", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 5426, + "id": 13269213, + "name": "Habitaci\u00f3n Privada en Barcelona Sants", + "host_name": "Patricia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 340, + "last_review": "2019-07-06", + "reviews_per_month": 9.04, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 5427, + "id": 13270031, + "name": "SENSATIONAL high apartment with spacious terrace", + "host_name": "Akira", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2018-02-28", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 15, + "availability_365": 126 + }, + { + "index": 5428, + "id": 13270342, + "name": "New Architect Designed Apartment (Now With Lift)", + "host_name": "Mike", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 152, + "last_review": "2019-07-05", + "reviews_per_month": 4.2, + "calculated_host_listings_count": 4, + "availability_365": 142 + }, + { + "index": 5429, + "id": 13271101, + "name": "Charming and cozy room for one at Plaza Espanya", + "host_name": "Maeva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5430, + "id": 13271897, + "name": "COMFORTABLE ROOM IN THE CENTER BARCELONA EL BORN.", + "host_name": "Yoelmi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-07-06", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 5431, + "id": 13273167, + "name": "Private room with 2 single beds in a 4-room apartm", + "host_name": "Kajetan", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5432, + "id": 13275055, + "name": "Super ECONOMIC&CENTRAL SINGLE ROOM(3)", + "host_name": "Lion", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 12, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-05-21", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 4, + "availability_365": 99 + }, + { + "index": 5433, + "id": 13275175, + "name": "Room L Tranquila 10' from the beach, centroCity", + "host_name": "Tonny", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 28 + }, + { + "index": 5434, + "id": 13277329, + "name": "Big & bright double room in the heart of Barcelona", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-08-30", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5435, + "id": 13277929, + "name": "Habitaci\u00f3n doble luminosa en La Sagrera.", + "host_name": "Laura", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-07-11", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5436, + "id": 13277953, + "name": "BEST LOCATION. BIG&BRIGHT DOUBLEROOM", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-08-15", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5437, + "id": 13278346, + "name": "Centric room in Raval", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2017-06-09", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5438, + "id": 13279313, + "name": "Great apartment in the city center", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 31, + "number_of_reviews": 114, + "last_review": "2019-05-31", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 15, + "availability_365": 307 + }, + { + "index": 5439, + "id": 13280760, + "name": "art a prop del mar", + "host_name": "Miguel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 105, + "last_review": "2019-07-01", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 5440, + "id": 13285420, + "name": "A cozy and comfortable room next to the cathedral.", + "host_name": "Shiva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-06", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 5441, + "id": 13286210, + "name": "Disconnect & Rest in BCN. (Big Bed) for 2 People.", + "host_name": "Tonny", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2016-10-31", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 282 + }, + { + "index": 5442, + "id": 13286692, + "name": "Rambla K - Pla\u00e7a Catalunya, upper part of La Rambla, free wifi", + "host_name": "EasyFlat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-06-03", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 22, + "availability_365": 95 + }, + { + "index": 5443, + "id": 13288653, + "name": "HABITACI\u00d3N DOBLE EN BARCELONA", + "host_name": "Esther", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2018-08-18", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 5444, + "id": 13289432, + "name": "Suite amb bany privat, zona alta.", + "host_name": "Agn\u00e8s", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-05-14", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5445, + "id": 13292212, + "name": "Nice sunny room in a traditional apartment", + "host_name": "John", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2018-08-25", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5446, + "id": 13294529, + "name": "Studio near the ramblas", + "host_name": "Hame", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 19, + "last_review": "2019-05-12", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 270 + }, + { + "index": 5447, + "id": 13295482, + "name": "Habitaci\u00f3n doble en pleno centroBCN", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 192, + "last_review": "2019-06-15", + "reviews_per_month": 5.17, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 5448, + "id": 13297695, + "name": "Charming independent/private room in Gracia", + "host_name": "Tha\u00eds And Jorge", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-06-15", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 5449, + "id": 13304618, + "name": "Double Room", + "host_name": "Jessica", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-18", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5450, + "id": 13304703, + "name": "3.Private Shower, Aircon, double Bed, Wifi, Rambla", + "host_name": "Ari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 37, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2016-10-17", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 5, + "availability_365": 352 + }, + { + "index": 5451, + "id": 13305016, + "name": "Confortable Private Room near the beach", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5452, + "id": 13307558, + "name": "Cute Bohemian Room With Balcony in El Raval", + "host_name": "Millie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2016-08-24", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5453, + "id": 13307909, + "name": "Sagrada Fam\u00edlia LEPANT", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-02", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 47, + "availability_365": 248 + }, + { + "index": 5454, + "id": 13308711, + "name": "Sunny room in Raval Center", + "host_name": "David & Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 152, + "last_review": "2019-06-23", + "reviews_per_month": 4.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5455, + "id": 13309382, + "name": "Beautiful Double Room Center Barcelona", + "host_name": "Elizabeth", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5456, + "id": 13310197, + "name": "Private room next MobileWorldCongres", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-02-28", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5457, + "id": 13310529, + "name": "Your room -S- Eixample, Barcelona", + "host_name": "Hector", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 170, + "last_review": "2019-06-24", + "reviews_per_month": 4.52, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 5458, + "id": 13311517, + "name": "Double bedroom in the best location", + "host_name": "Rakel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 27, + "minimum_nights": 5, + "number_of_reviews": 1, + "last_review": "2016-07-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5459, + "id": 13312200, + "name": "LAS RAMBLAS.Habitacion silenciosa.Wifi gratis.", + "host_name": "Katya", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 41, + "minimum_nights": 4, + "number_of_reviews": 99, + "last_review": "2019-07-09", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 1, + "availability_365": 61 + }, + { + "index": 5460, + "id": 13313534, + "name": "Room in a beautiful centric flat with air cond", + "host_name": "Kevin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 28, + "minimum_nights": 31, + "number_of_reviews": 24, + "last_review": "2018-11-23", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5461, + "id": 13315719, + "name": "single Room -UPC, ESADE, Bar\u00e7a, Real Club Tennis", + "host_name": "Maria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-07-04", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 8, + "availability_365": 49 + }, + { + "index": 5462, + "id": 13320504, + "name": "Room with private bathroom near the Forum.", + "host_name": "Raquel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 175, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5463, + "id": 13320718, + "name": "Habitaci\u00f3n doble mobiliario nuevo Eixample", + "host_name": "Benjamin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 20, + "number_of_reviews": 1, + "last_review": "2016-06-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5464, + "id": 13321344, + "name": "Large Double cabin on 16m Yacht", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-05-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 173 + }, + { + "index": 5465, + "id": 13321552, + "name": "Cozy City Center", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-07", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 15, + "availability_365": 302 + }, + { + "index": 5466, + "id": 13327154, + "name": "Guest Room for Art Lovers - Centric position", + "host_name": "Daniela", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-06-25", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 5467, + "id": 13331352, + "name": "PRIVATE DOUBLE ROOM NEAR TO THE BEACH", + "host_name": "Ella", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-06-28", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 2, + "availability_365": 38 + }, + { + "index": 5468, + "id": 13331555, + "name": "PRIVATE BIG AND BRIGHT DOUBLE ROOM STUDIO TYPE", + "host_name": "Ella", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 93, + "last_review": "2019-06-24", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 5469, + "id": 13332591, + "name": "Piso econ\u00f3mico a 4 calles de Sagrada Familia!!", + "host_name": "Jonattan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 163, + "last_review": "2019-07-07", + "reviews_per_month": 4.49, + "calculated_host_listings_count": 1, + "availability_365": 256 + }, + { + "index": 5470, + "id": 13337294, + "name": "piso junto paseo de gracia", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5471, + "id": 13338186, + "name": "Large room 25 m2 with terrace 2/3 person SARRIA", + "host_name": "Ana Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 89, + "last_review": "2019-07-03", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 2, + "availability_365": 112 + }, + { + "index": 5472, + "id": 13340872, + "name": "Sagrada Familia CLOT", + "host_name": "Key Inn", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-11", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 47, + "availability_365": 192 + }, + { + "index": 5473, + "id": 13345852, + "name": "Charming Appartment Diagonal 4 people", + "host_name": "Sabrina", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-11-02", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 13, + "availability_365": 365 + }, + { + "index": 5474, + "id": 13346360, + "name": "Luxuy 2 bedrooms Barceloneta apartment", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-06-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 13, + "availability_365": 317 + }, + { + "index": 5475, + "id": 13346749, + "name": "6\u95f4\u5ba2\u623f,\u4e24\u4e2a\u6d17\u624b\u95f4,\u5f00\u653e\u5f0f\u53a8\u623f\uff61\u4f4d\u7f6e\u975e\u5e38\u597d!", + "host_name": "\u51ac\u51ac", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 365, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5476, + "id": 13347472, + "name": "Central luxury penthouse with huge private terrace", + "host_name": "Jon", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 575, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-07-09", + "reviews_per_month": 3.89, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 5477, + "id": 13351835, + "name": "Poble Sec, Rooftop, double room", + "host_name": "Dani Y Mateo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-05-25", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5478, + "id": 13352875, + "name": "fnt2 NEW & NICE LOCATION! OLD TOWN! HAPPY GUESTS!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 357 + }, + { + "index": 5479, + "id": 13354338, + "name": "Habitaci\u00f3n Doble, con ba\u00f1o privado en Gracia", + "host_name": null, + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5480, + "id": 13355014, + "name": "Double bedroom Ensuite in shared flat St Antoni", + "host_name": "Nicholas", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-07-07", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 5481, + "id": 13356349, + "name": "Double confortable room", + "host_name": "Simone", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 133, + "last_review": "2019-06-25", + "reviews_per_month": 3.61, + "calculated_host_listings_count": 3, + "availability_365": 109 + }, + { + "index": 5482, + "id": 13356674, + "name": "Apartamento c\u00e9ntrico, cerca de Montjuic y Rambla", + "host_name": "Rosa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2016-09-07", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 5483, + "id": 13356808, + "name": "Double cozy room", + "host_name": "Simone", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-06-26", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 3, + "availability_365": 80 + }, + { + "index": 5484, + "id": 13359409, + "name": "Virreina from Raval", + "host_name": "Beatriz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-25", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 5485, + "id": 13359741, + "name": "Habitaci\u00f3n doble con ba\u00f1o privado", + "host_name": "Aurelian", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2017-07-21", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5486, + "id": 13365082, + "name": "Habitaci\u00f3n con balc\u00f3n para 1 persona :) Buena zona", + "host_name": "Bri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-06-17", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5487, + "id": 13368075, + "name": "Luxury Apartment Diagonal (very sunny)", + "host_name": "Sabrina", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-10-29", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 13, + "availability_365": 313 + }, + { + "index": 5488, + "id": 13370186, + "name": "Habitacion doble interior", + "host_name": "Mama Neus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-06-27", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 5489, + "id": 13376237, + "name": "Sunny Bedroom (city Center)", + "host_name": "Mario", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 119, + "last_review": "2019-06-26", + "reviews_per_month": 4.36, + "calculated_host_listings_count": 5, + "availability_365": 271 + }, + { + "index": 5490, + "id": 13382536, + "name": "Modern Beachside Apartment with Balcony", + "host_name": "David", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-07-06", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 2, + "availability_365": 247 + }, + { + "index": 5491, + "id": 13383726, + "name": "Cozy bedroom", + "host_name": "Leo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-06-26", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 2, + "availability_365": 272 + }, + { + "index": 5492, + "id": 13385530, + "name": "Cozy Private room near Sagrada Fam\u00edlia", + "host_name": "Alba", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-09-07", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5493, + "id": 13389420, + "name": "Chillroom @ Center Barcelona + Exotic Terrace", + "host_name": "George", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-27", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 52 + }, + { + "index": 5494, + "id": 13389878, + "name": "Apartment/Loft in Villa Olimpica-Barcelona", + "host_name": null, + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2016-10-04", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5495, + "id": 13393694, + "name": "Boutique Paseo de Gracia 2 bedrooms", + "host_name": "Sabrina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 28, + "number_of_reviews": 3, + "last_review": "2018-09-22", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 13, + "availability_365": 347 + }, + { + "index": 5496, + "id": 13394195, + "name": "Rent Single room", + "host_name": "Simone", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-06-24", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 3, + "availability_365": 132 + }, + { + "index": 5497, + "id": 13402260, + "name": "Estancia para negocios, estudios y vacaciones", + "host_name": "Nuria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2017-08-18", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5498, + "id": 13403567, + "name": "Double bed room in the heart of Barcelona.", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-07-18", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5499, + "id": 13404925, + "name": "STUDIO NEXT TO THE CATHEDRAL V", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-03-21", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 46, + "availability_365": 126 + }, + { + "index": 5500, + "id": 13405023, + "name": "Lujoso piso de 3 habitaciones cerca de Casa Batll\u00f3", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 399, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-25", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 43, + "availability_365": 175 + }, + { + "index": 5501, + "id": 13407580, + "name": "2215 - AB Calabria Apartment 1-2 - Homely 3-Bedroom Apartment with a Balcony in Central Barcelona", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-17", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 193, + "availability_365": 337 + }, + { + "index": 5502, + "id": 13408804, + "name": "Great double room in Gr\u00e0cia!!", + "host_name": "Raquel Y Asis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-19", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 1, + "availability_365": 182 + }, + { + "index": 5503, + "id": 13414738, + "name": "Cozy Double Room Near Sagrada Familia & Sant Pau", + "host_name": "Jose Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-06-24", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 5504, + "id": 13420389, + "name": "Central and Quiet with Private Bath", + "host_name": "Patrick", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-17", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 5505, + "id": 13423726, + "name": "Modernist One Bedroom Apartment central Eixample.", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 6, + "number_of_reviews": 17, + "last_review": "2019-07-03", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 15, + "availability_365": 290 + }, + { + "index": 5506, + "id": 13423996, + "name": "BauRent/LasRamblasRobadors.1.1", + "host_name": "Carles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 89 + }, + { + "index": 5507, + "id": 13425112, + "name": "Sunny, central, AC, charming flat with balcony 3", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-07-06", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 6, + "availability_365": 304 + }, + { + "index": 5508, + "id": 13425371, + "name": "Walk to Art Museums from a Hip Apartment in El Rival", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-07-07", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 6, + "availability_365": 286 + }, + { + "index": 5509, + "id": 13425463, + "name": "In the heart of the Gothic.!!!", + "host_name": "Emi !", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 6, + "number_of_reviews": 7, + "last_review": "2017-10-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5510, + "id": 13425534, + "name": "Bright and Open Apartment near Sant Antoni", + "host_name": "Francesca - Charming Flats", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 150, + "last_review": "2019-07-08", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 6, + "availability_365": 267 + }, + { + "index": 5511, + "id": 13425603, + "name": "Rossellon Apartment 3 bedroom 4 pax - newly renovated!", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-07-07", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 19, + "availability_365": 216 + }, + { + "index": 5512, + "id": 13429145, + "name": "double quiet room near Sagrada Familia", + "host_name": "Jose Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 104, + "last_review": "2019-07-08", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 5513, + "id": 13429419, + "name": "Bonita habitaci\u00f3n, inmejorable zona", + "host_name": "Natalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 18, + "minimum_nights": 7, + "number_of_reviews": 24, + "last_review": "2019-05-31", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5514, + "id": 13431867, + "name": "Private room in an attic in Gracia", + "host_name": "Barbara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 162, + "last_review": "2019-06-30", + "reviews_per_month": 4.39, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 5515, + "id": 13439317, + "name": "Luxury Aircon Beach Apt Barcelona . 32 nights plus", + "host_name": "P", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-11-03", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 70 + }, + { + "index": 5516, + "id": 13442909, + "name": "Suite c\u00e9ntrica, amplia y luminosa B&B", + "host_name": "Gabriel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-07-05", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 5517, + "id": 13445129, + "name": "Sagrada Familia Studio - Perfect for couples!", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-04-25", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 19, + "availability_365": 52 + }, + { + "index": 5518, + "id": 13446282, + "name": "Room in excellent old house with big comfy bed", + "host_name": "Christopher", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-26", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5519, + "id": 13448054, + "name": "Room G\u00fcell", + "host_name": "Carmen", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-05-05", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5520, + "id": 13451003, + "name": "viz1 VERY QUIET - LAAARGE TERRACE - GREAT BEDROOMS", + "host_name": "Aurora", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-05-17", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 39, + "availability_365": 189 + }, + { + "index": 5521, + "id": 13455412, + "name": "Apartamento en Paseo de Gracia con vistas", + "host_name": "Casa Gracia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 5522, + "id": 13458154, + "name": "Cuarto amplio, silencioso en el Gotico", + "host_name": "Isa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5523, + "id": 13458328, + "name": "Double room with big bathroom for your use only!", + "host_name": "Carlo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-05-20", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 5524, + "id": 13464164, + "name": "PRIVATE ROOM 1 person near Las Ramblas", + "host_name": "Ana Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-07-03", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 2, + "availability_365": 143 + }, + { + "index": 5525, + "id": 13470564, + "name": "Sunny Double bedroom in Sants - with terrace", + "host_name": "\u00c1lvaro", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-10-27", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5526, + "id": 13471908, + "name": "Hab en el coraz\u00f3n de Barcelona", + "host_name": "Lorena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 158, + "last_review": "2019-05-26", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 1, + "availability_365": 204 + }, + { + "index": 5527, + "id": 13472480, + "name": "BRAND-NEW 1 BD APT SAGRADA FAMILIA", + "host_name": "Silvia & Lu\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 21, + "availability_365": 309 + }, + { + "index": 5528, + "id": 13475449, + "name": "Three rooms, luxury, Plaza Catalunya", + "host_name": "Doradababybeach", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 295, + "minimum_nights": 4, + "number_of_reviews": 22, + "last_review": "2017-10-07", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 5529, + "id": 13482950, + "name": "Habitaci\u00f3n privada con ba\u00f1o propio en Gracia", + "host_name": "Roser", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2017-08-28", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5530, + "id": 13489559, + "name": "Bright and modern apartment at Gracia neighborhood", + "host_name": "Antonio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-08-07", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5531, + "id": 13490382, + "name": "NICE DOUBLE ROOM IN A TROPICAL LOFT", + "host_name": "Raul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2017-06-26", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5532, + "id": 13492835, + "name": "Bright Double room with balcony, BCN City Center", + "host_name": "Liv", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-06-24", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 5533, + "id": 13498784, + "name": "Sailing on 50' boat. Center. Beach. Terrace. Wifi.", + "host_name": "Sandra & Carlos Boat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 107, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-28", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 5534, + "id": 13502848, + "name": "Charming Barceloneta 4 person long stay", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 32, + "number_of_reviews": 11, + "last_review": "2019-06-04", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 13, + "availability_365": 359 + }, + { + "index": 5535, + "id": 13504430, + "name": "Habitaci\u00f3n tranquila y acogedora cerca del centro", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 89, + "last_review": "2019-07-02", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 5536, + "id": 13504784, + "name": "Hermosa habitacion en Barrio G\u00f3tico.", + "host_name": "Carolina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-06-01", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 5537, + "id": 13507577, + "name": "Spacious and authentic flat in the center of BCN", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 134, + "minimum_nights": 7, + "number_of_reviews": 6, + "last_review": "2017-08-19", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5538, + "id": 13510217, + "name": "Luxury Loft Borne 2 bedrooms long stay", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-05-02", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 13, + "availability_365": 339 + }, + { + "index": 5539, + "id": 13510804, + "name": "Room for long term", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2019-05-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 5, + "availability_365": 14 + }, + { + "index": 5540, + "id": 13511610, + "name": "Double/single room, bathroom & garage in Poblenou", + "host_name": "Froil\u00e1n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-04", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 5541, + "id": 13516354, + "name": "LetsGoBarcelona Sagrada Familia 5 pax.", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-16", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 26, + "availability_365": 138 + }, + { + "index": 5542, + "id": 13517114, + "name": "Dreamy&Sunny Penthouse Duplex 5min to La Pedrera", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-07-07", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 5, + "availability_365": 132 + }, + { + "index": 5543, + "id": 13517322, + "name": "2.Gaudi Ensuite Bath, Aircon, Ramblas, Double bed", + "host_name": "Ari", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2017-03-31", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 5544, + "id": 13517526, + "name": "High Comfort 3 Bedrooms' Apartment (12)HUTB:008431", + "host_name": "Oswaldo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 4, + "number_of_reviews": 26, + "last_review": "2019-06-12", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 8, + "availability_365": 157 + }, + { + "index": 5545, + "id": 13518472, + "name": "Amazing room next to Sagrada Fam\u00edlia", + "host_name": "Jos\u00e9 Carlos", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-07-05", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 5546, + "id": 13520118, + "name": "Brand New 2bd flat Sants Mercat Nou", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 37, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-02-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 18, + "availability_365": 283 + }, + { + "index": 5547, + "id": 13522440, + "name": "ROOM NEXT TO PLAZA SPAIN AND STATION SANTS", + "host_name": "Gabriel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 14, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2017-08-04", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 3, + "availability_365": 312 + }, + { + "index": 5548, + "id": 13522581, + "name": "Cama doble - JULIO Y AGOSTO", + "host_name": "Elisa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 6, + "number_of_reviews": 3, + "last_review": "2016-08-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5549, + "id": 13530998, + "name": "ROOM WITH MIRROW & TERRACE", + "host_name": "Jes\u00fas", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Shared room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-03-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5550, + "id": 13532126, + "name": "Big cozy room in Barcelona, fantastic location!", + "host_name": "Nader", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2016-10-16", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5551, + "id": 13537306, + "name": "Spacious Apartment, up to 7!", + "host_name": "Xavi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 244 + }, + { + "index": 5552, + "id": 13541989, + "name": "Habitacion en el centro. Ciudadela y el mar", + "host_name": "Sandra", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-28", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 5553, + "id": 13543207, + "name": "Private Room", + "host_name": "Pablo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-07-07", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 5554, + "id": 13544655, + "name": "LOVELY ROOM AND BIG TERRACE NEXT TO LAS RAMBLAS!", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-21", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 2, + "availability_365": 75 + }, + { + "index": 5555, + "id": 13546118, + "name": "Cozy Room Near The Beach And Conference Center", + "host_name": "Francesc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2018-05-01", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5556, + "id": 13547361, + "name": "SUNNY DOUBLE ROOM NEAR SANTS", + "host_name": "Elisabet", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 22, + "minimum_nights": 8, + "number_of_reviews": 1, + "last_review": "2016-08-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5557, + "id": 13552869, + "name": "Charming Private Room in City Centre.", + "host_name": "Roberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 20, + "number_of_reviews": 3, + "last_review": "2016-08-13", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5558, + "id": 13553100, + "name": "The flat", + "host_name": "Aliaksei", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 30, + "number_of_reviews": 26, + "last_review": "2019-04-02", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 5559, + "id": 13554575, + "name": "St. Anthony - Sunny 3 BR apartment", + "host_name": "Barcelona Nextdoor", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-10", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 4, + "availability_365": 87 + }, + { + "index": 5560, + "id": 13554576, + "name": "FIRA Montjuic - Deluxe 3 Br apartment in Gran Via", + "host_name": "Barcelona Nextdoor", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-06-17", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 4, + "availability_365": 95 + }, + { + "index": 5561, + "id": 13555213, + "name": "Apartamento ideal para dos", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2018-11-12", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 12, + "availability_365": 217 + }, + { + "index": 5562, + "id": 13559297, + "name": "Charming little cottage", + "host_name": "Eduard", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 159, + "last_review": "2019-06-22", + "reviews_per_month": 4.34, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 5563, + "id": 13562606, + "name": "Double room at 10min of Sagrada Familia", + "host_name": "Alexandra", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2018-11-06", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5564, + "id": 13568413, + "name": "Junto a la playa en Poblenou, 1 hab y balc\u00f3n", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2018-12-01", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 24, + "availability_365": 0 + }, + { + "index": 5565, + "id": 13571420, + "name": "Apartamento nuevo junto a Pla\u00e7a Espanya y la Fira", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 87, + "last_review": "2019-07-05", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 24, + "availability_365": 141 + }, + { + "index": 5566, + "id": 13572100, + "name": "Room in the heart of BCN", + "host_name": "Sofia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 172, + "last_review": "2019-07-05", + "reviews_per_month": 4.73, + "calculated_host_listings_count": 2, + "availability_365": 334 + }, + { + "index": 5567, + "id": 13572127, + "name": "Duplex 110m2 w/Terrace 60m2- 3bdr- Sagrada Familia", + "host_name": "Vanessa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-01-20", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 3, + "availability_365": 260 + }, + { + "index": 5568, + "id": 13578240, + "name": "Double, clean and comfortable room!!", + "host_name": "Celso", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 16, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-04-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5569, + "id": 13581305, + "name": "Park G\u00fcell", + "host_name": "L\u00eddia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-25", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 314 + }, + { + "index": 5570, + "id": 13584143, + "name": "Beautiful apartment near Sagrada Familia", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-25", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 60 + }, + { + "index": 5571, + "id": 13587598, + "name": "Apartment with tow rooms \u263a", + "host_name": "Nuria", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-06-18", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5572, + "id": 13589442, + "name": "Habitaci\u00f3n c\u00f3moda y comfortable.", + "host_name": "V\u00edctor Hugo", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2016-08-24", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5573, + "id": 13596241, + "name": "Habitaci\u00f3n con ba\u00f1o y cama doble en el Centro", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5574, + "id": 13596732, + "name": "Stylish room in Sant Antoni (Centre)", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-07-08", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 1, + "availability_365": 65 + }, + { + "index": 5575, + "id": 13598779, + "name": "Beautiful room in Eixample - Goudi's masterpiece", + "host_name": "Martin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-06-26", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5576, + "id": 13600144, + "name": "EIXAMPLE FREE 211, 3 1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-06-21", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 49, + "availability_365": 111 + }, + { + "index": 5577, + "id": 13602514, + "name": "Room at Sagrada Familia", + "host_name": "Albino", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 86, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-01-20", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5578, + "id": 13603117, + "name": "habitaci\u00f3n doble", + "host_name": "Aitana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-06-11", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 5579, + "id": 13603686, + "name": "Small but cosy room in front of the Camp Nou", + "host_name": "Arianna", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5580, + "id": 13604002, + "name": "Quiet pretty feminine room", + "host_name": "Terry", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-07-02", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 5581, + "id": 13609188, + "name": "Habitacion al lado de Sagrada Familia", + "host_name": "Svitlana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-06-04", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5582, + "id": 13611206, + "name": "Big brand new room with private shower and toilet!", + "host_name": "Itamar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 26, + "number_of_reviews": 43, + "last_review": "2019-05-31", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 5583, + "id": 13611788, + "name": "A place near to the RAmbla ,but in a quite street", + "host_name": "Anja", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-06-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5584, + "id": 13612109, + "name": "Bcn Centric Room / Pl. Universitat", + "host_name": "Matteo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-01", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 5585, + "id": 13616857, + "name": "Bedroom with private bathroom.", + "host_name": "Adelaida", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 127, + "last_review": "2019-06-28", + "reviews_per_month": 3.43, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 5586, + "id": 13617893, + "name": "Doubleroom in Barcelona", + "host_name": "Estela", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5587, + "id": 13618506, + "name": "Habitaci\u00f3n d\u00faplex para 2 personas", + "host_name": "Montse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 41, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2017-08-30", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5588, + "id": 13618744, + "name": "Individual room in Gracia", + "host_name": "Kiara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2017-07-31", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5589, + "id": 13619890, + "name": "Eco friendly room. Close to beach, park, center", + "host_name": "Natasha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-07-08", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 5590, + "id": 13620100, + "name": "cozy room for one(two) person ( all necessary )", + "host_name": "Liliana", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2018-07-25", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 5591, + "id": 13620288, + "name": "Modernist Large &Clear Double BedRoom perfect for2", + "host_name": "Cristy J", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2018-01-03", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5592, + "id": 13624027, + "name": "Make Victoria Garden City a home this season", + "host_name": "Mary", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-12-28", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5593, + "id": 13628415, + "name": "2 bdr apartment, with Terrace, SAGRADA FAMILIA", + "host_name": "Vanessa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-18", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 3, + "availability_365": 286 + }, + { + "index": 5594, + "id": 13630906, + "name": "C\u00e1lida habitacion", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2016-09-26", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 113 + }, + { + "index": 5595, + "id": 13631689, + "name": "Room with double bed in great location", + "host_name": "Nacho", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2016-08-06", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5596, + "id": 13632729, + "name": "nice and cozy room", + "host_name": "Johana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 133, + "last_review": "2019-06-27", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 5597, + "id": 13633311, + "name": "2281 - AB Roma Apartment 1-B - Trendy Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-05-17", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 193, + "availability_365": 140 + }, + { + "index": 5598, + "id": 13636864, + "name": "Sunny&Spacious Double Beedroom Barcelona Center", + "host_name": "Miquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-07-30", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5599, + "id": 13636954, + "name": "2 habitaciones cerca de Gran Via y Plaza Espa\u00f1a", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 315 + }, + { + "index": 5600, + "id": 13639630, + "name": "Apartamento con balc\u00f3n todo incluido", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2019-03-30", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 12, + "availability_365": 165 + }, + { + "index": 5601, + "id": 13640268, + "name": "Small but cosy room in front of the Camp Nou", + "host_name": "Arianna", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-25", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5602, + "id": 13640417, + "name": "Habitacion simple en l\u2019Eixample.", + "host_name": "Catalina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5603, + "id": 13646845, + "name": "TWO SISTERS 13", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-01-02", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 43, + "availability_365": 285 + }, + { + "index": 5604, + "id": 13646947, + "name": "Modern apartament at Sagrada familia + Breakfast", + "host_name": "Ignacio Y Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2017-06-19", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5605, + "id": 13647725, + "name": "SALE! The beach on your doorstep", + "host_name": "Alejandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 32, + "number_of_reviews": 17, + "last_review": "2019-05-05", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 267 + }, + { + "index": 5606, + "id": 13648379, + "name": "Double Room Sant Antoni", + "host_name": "Elizabeth", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5607, + "id": 13648568, + "name": "Fantastic views 4 person - Gothic -long stay", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-06-25", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 13, + "availability_365": 346 + }, + { + "index": 5608, + "id": 13648795, + "name": "alquilo habitacion en barcelona", + "host_name": "Marcos", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Canyelles", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5609, + "id": 13649698, + "name": "A sunny room near Park G\u00fcell with wonderful views", + "host_name": "Ra\u00fal", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-08-23", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5610, + "id": 13651376, + "name": "Bed and Breakfast at Sagrada familia", + "host_name": "Ignacio Y Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-06-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5611, + "id": 13651387, + "name": "Exclusive apartment with views to Casa Mila", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-05-24", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 43, + "availability_365": 260 + }, + { + "index": 5612, + "id": 13653990, + "name": "Sunny room private balcony minutes from downtown", + "host_name": "M\u00f3nica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-06-27", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 97 + }, + { + "index": 5613, + "id": 13654009, + "name": "Bonita habitaci\u00f3n, zona genial!", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-06-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5614, + "id": 13654301, + "name": "Habitaci\u00f3n doble, silenciosa y con ba\u00f1o privado", + "host_name": "Mariela", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2017-07-11", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5615, + "id": 13654816, + "name": "Bright and quiet room in the heart of Barcelona!", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-25", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5616, + "id": 13661099, + "name": "Sunny room in the heart of Gracia with sea view!", + "host_name": "Raffaello", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-10-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5617, + "id": 13662180, + "name": "2283 - AB Roma Apartment 2-B - Lovely Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-23", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 193, + "availability_365": 143 + }, + { + "index": 5618, + "id": 13662290, + "name": "Cozy and bright 4 Bedrooms apartment in the city centre", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-07-02", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 43, + "availability_365": 295 + }, + { + "index": 5619, + "id": 13663120, + "name": "4 Bedroom Apartment next to La Pedrera", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-17", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 43, + "availability_365": 270 + }, + { + "index": 5620, + "id": 13663333, + "name": "RAMBLA CATALUNYA LORRAINE", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-09-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 43, + "availability_365": 1 + }, + { + "index": 5621, + "id": 13663612, + "name": "Big Room in the heart of Barcelona", + "host_name": "Jenni", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5622, + "id": 13663640, + "name": "2285 - AB Roma Apartment 3-B - Beautiful Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-12", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 193, + "availability_365": 153 + }, + { + "index": 5623, + "id": 13663963, + "name": "Luxury 1 Bedroom in Rambla Catalunya", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-05-09", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 43, + "availability_365": 315 + }, + { + "index": 5624, + "id": 13664010, + "name": "2287 - AB Roma Apartment 4-B - Bright Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-05-12", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 193, + "availability_365": 154 + }, + { + "index": 5625, + "id": 13664910, + "name": "Apartment with views to Rambla Catalunya", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-12-23", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 43, + "availability_365": 251 + }, + { + "index": 5626, + "id": 13665914, + "name": "Barcelona - Alquilo Habitaci\u00f3n Sant Marti", + "host_name": "Gabriel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2018-08-23", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5627, + "id": 13666612, + "name": "Amazing 2 bedroom apartment with a spacious terrace", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 43, + "availability_365": 314 + }, + { + "index": 5628, + "id": 13666853, + "name": "Sunny and huge room for 2 in city center.", + "host_name": "Jonathan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-09-26", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5629, + "id": 13666883, + "name": "Exclusivo apartamento de 6 habitaciones en el centro", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-12", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 43, + "availability_365": 221 + }, + { + "index": 5630, + "id": 13667517, + "name": "2289 - AB Roma Apartment 5-B - Classy Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-06-20", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 193, + "availability_365": 145 + }, + { + "index": 5631, + "id": 13669275, + "name": "Habitaci\u00f3n centro de Barcelona", + "host_name": "Mari\u00e1n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-08-11", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5632, + "id": 13669493, + "name": "COSI ROOM LONG TERM RENT", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 60, + "number_of_reviews": 6, + "last_review": "2019-07-01", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 4, + "availability_365": 234 + }, + { + "index": 5633, + "id": 13678318, + "name": "Nice ground floor, for long stays", + "host_name": "Ermengol", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2018-08-03", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 241 + }, + { + "index": 5634, + "id": 13678330, + "name": "PRIVATE DOUBLE ROOM WITH PRIVATE BATHROOM", + "host_name": "Ricard & Jenny", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 120, + "last_review": "2019-07-01", + "reviews_per_month": 3.87, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 5635, + "id": 13679748, + "name": "Habitaci\u00f3n exterior, cama doble, centro Barcelona", + "host_name": "Ximena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-03-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5636, + "id": 13682452, + "name": "Central cozy apartment in Vila de Gracia", + "host_name": "Cecilia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 180, + "number_of_reviews": 1, + "last_review": "2018-02-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 4, + "availability_365": 35 + }, + { + "index": 5637, + "id": 13683831, + "name": null, + "host_name": "Vicens", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5638, + "id": 13684797, + "name": "Nice & cosy room with private bathroom in Gracia", + "host_name": "Audrey", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2018-12-10", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5639, + "id": 13684821, + "name": "Sunny room in friendly home !!", + "host_name": "Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-06-24", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5640, + "id": 13685401, + "name": "comoda habitacion en el centro de barcelona", + "host_name": "Henry", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-06-25", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 2, + "availability_365": 128 + }, + { + "index": 5641, + "id": 13685635, + "name": "Habitaci\u00f3n individual en Sant Gervasi-Galvany", + "host_name": "Zahra", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 14, + "number_of_reviews": 4, + "last_review": "2019-03-29", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 5642, + "id": 13694580, + "name": "Apartamento Mercado Boquer\u00eda - Las Ramblas", + "host_name": "Patricia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-06-07", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 169 + }, + { + "index": 5643, + "id": 13697145, + "name": "Sunny room in centric ap. with private terrace", + "host_name": "Victoria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-23", + "reviews_per_month": 3.76, + "calculated_host_listings_count": 1, + "availability_365": 204 + }, + { + "index": 5644, + "id": 13697801, + "name": "Apto. de dise\u00f1o a 2 min de Paseo de Gracia", + "host_name": "Misu", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5645, + "id": 13698046, + "name": "The rustic and comfortable room is light and clean", + "host_name": "Anny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 61, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-17", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 5646, + "id": 13703805, + "name": "Studio/Loft in Villa Olimpica Barcelona", + "host_name": null, + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 18, + "last_review": "2019-07-06", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 5647, + "id": 13704020, + "name": "Cosy & small room in the center", + "host_name": "Charlotte", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-29", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 1, + "availability_365": 227 + }, + { + "index": 5648, + "id": 13708588, + "name": "Barcel Wonderful Modern-3bdms/2bathrooms-Exquisite", + "host_name": "Pen\u00e9lope", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2016-10-20", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 33 + }, + { + "index": 5649, + "id": 13710807, + "name": "Room in Pedralbes", + "host_name": "Camila", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-24", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 3, + "availability_365": 316 + }, + { + "index": 5650, + "id": 13711134, + "name": "Apartamento cerca de la playa", + "host_name": "Sergi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 30, + "number_of_reviews": 10, + "last_review": "2017-09-28", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 180 + }, + { + "index": 5651, + "id": 13711161, + "name": "Double Bedroom and amazing rooftop-Sagrada Familia", + "host_name": "Valentina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-08-21", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5652, + "id": 13713888, + "name": "Sparkling clean Double room in El Borne", + "host_name": "Eugene", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-07", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 165 + }, + { + "index": 5653, + "id": 13717255, + "name": "Centric&modern lovely flat with an amazing terrace", + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5654, + "id": 13720430, + "name": "habitacion peque\u00f1a", + "host_name": "Laila", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5655, + "id": 13721212, + "name": "Apartment in Barcelona Center", + "host_name": "Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 243 + }, + { + "index": 5656, + "id": 13721216, + "name": "Habitaci\u00f3n individual abuhardillada", + "host_name": "Laura", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 19, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5657, + "id": 13722853, + "name": "habitacion compartida", + "host_name": "A", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Shared room", + "price": 760, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5658, + "id": 13722943, + "name": "habitacion compartida 2", + "host_name": "A", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Shared room", + "price": 760, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5659, + "id": 13722945, + "name": "Beautiful and big room in the center of Barcelona", + "host_name": "Maria Antonietta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2018-11-04", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 2, + "availability_365": 10 + }, + { + "index": 5660, + "id": 13723754, + "name": "SuitMarie Bed&Breakfast in Gracia Modernist House", + "host_name": "Mauro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 94, + "last_review": "2019-06-21", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 2, + "availability_365": 310 + }, + { + "index": 5661, + "id": 13728163, + "name": "Cozy room in apartment with great location", + "host_name": "Frederik", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 38, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5662, + "id": 13729084, + "name": "2 double rooms with private bathroom", + "host_name": "Geri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 111, + "minimum_nights": 5, + "number_of_reviews": 54, + "last_review": "2018-08-07", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5663, + "id": 13736385, + "name": "Poblenou Beach Rooms", + "host_name": "Mercedes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-07-04", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 3, + "availability_365": 336 + }, + { + "index": 5664, + "id": 13736859, + "name": "Sunny, Cozy Room In Barcelona Next To Plaza Espa\u00f1a", + "host_name": "Kristaps", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 145, + "last_review": "2019-07-01", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 1, + "availability_365": 123 + }, + { + "index": 5665, + "id": 13738241, + "name": "cozy & unique double room in beautiful Gracia", + "host_name": "Hannah", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2017-01-05", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5666, + "id": 13739624, + "name": "Bonito piso Av. Diagonal. Licencia HUTB-007147", + "host_name": "Dolors", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-29", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 5667, + "id": 13742696, + "name": "Modern Apartment in Rambla Catalunya", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-06-24", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 43, + "availability_365": 268 + }, + { + "index": 5668, + "id": 13743768, + "name": "Sunny room with terrasse", + "host_name": "Maica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2018-05-01", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 5669, + "id": 13744137, + "name": "Doble Room and Breakfast in Gracia Modernist House", + "host_name": "Mauro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-06-13", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 2, + "availability_365": 319 + }, + { + "index": 5670, + "id": 13745864, + "name": "Rustic 2 bedroom apartment Poble Sec", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 32, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2019-06-22", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 31, + "availability_365": 186 + }, + { + "index": 5671, + "id": 13748569, + "name": "Room at the beach", + "host_name": "Francisco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 44, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2016-09-01", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5672, + "id": 13748714, + "name": null, + "host_name": "Roxana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-07-11", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5673, + "id": 13749586, + "name": "Calm Private DoubleRoom BCNCity", + "host_name": "Cristy J", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-05-12", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 2, + "availability_365": 144 + }, + { + "index": 5674, + "id": 13757349, + "name": "HORTA - \u00c1tico con Terraza y Jacuzzi - 2 personas", + "host_name": "Key Inn", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2017-05-13", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 47, + "availability_365": 67 + }, + { + "index": 5675, + "id": 13757397, + "name": "LARGE DOUBLE ROOM OWN BATHROOM,RAMBLAS-SANT ANTONI", + "host_name": "DrytownBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-25", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 1, + "availability_365": 321 + }, + { + "index": 5676, + "id": 13760607, + "name": "DOUBLE ROOM > PENTHOUSE > TERRACE & VIEW > GR\u00c0CIA", + "host_name": "Laura", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-05-05", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 5677, + "id": 13761827, + "name": "Explore Barcelona from a Stunning Gem", + "host_name": "Ellie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 322, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-07-07", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 15, + "availability_365": 274 + }, + { + "index": 5678, + "id": 13764019, + "name": "SEALONA CENTER III", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2018-02-04", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 5679, + "id": 13764399, + "name": "PRECIOSA HABITACI\u00d3N DOBLE !!!", + "host_name": "Luis Y Sandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 238, + "last_review": "2019-07-09", + "reviews_per_month": 6.5, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 5680, + "id": 13766022, + "name": "Cosy Bedroom with terrace in Stunning Triplex M.", + "host_name": "Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5681, + "id": 13766096, + "name": "Sunny and quiet room with private shower room", + "host_name": "Montserrat", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 150, + "last_review": "2019-06-25", + "reviews_per_month": 4.16, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 5682, + "id": 13767982, + "name": "Cosy Bedroom with terrace in Stunning Triplex V.", + "host_name": "Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5683, + "id": 13768289, + "name": "HABITACI\u00d3N 5, EN MARAGAL - HORTA GUINARDO", + "host_name": "Francisco", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-29", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 5, + "availability_365": 302 + }, + { + "index": 5684, + "id": 13775069, + "name": "Cozy room in Barcelona center", + "host_name": "Yulia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5685, + "id": 13775306, + "name": "Suites Sant Antoni - 2 bedroom with balcony", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-07-09", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 71, + "availability_365": 319 + }, + { + "index": 5686, + "id": 13776160, + "name": "Room w/private terrace in a lovely loft in Gracia", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 110, + "last_review": "2019-06-26", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 5687, + "id": 13776897, + "name": "Romantic one bedroom apartment in Eixample", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 295 + }, + { + "index": 5688, + "id": 13777525, + "name": "Central, bright and nice doble room in Eixample", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 230, + "last_review": "2019-06-25", + "reviews_per_month": 6.32, + "calculated_host_listings_count": 5, + "availability_365": 4 + }, + { + "index": 5689, + "id": 13779570, + "name": "BcnBlue4 Plaza Espa\u00f1a", + "host_name": "Gustavo Hernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 57, + "last_review": "2019-06-25", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 5, + "availability_365": 328 + }, + { + "index": 5690, + "id": 13779694, + "name": "BCN-BLUE3", + "host_name": "Gustavo Hernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 137, + "last_review": "2019-06-30", + "reviews_per_month": 3.77, + "calculated_host_listings_count": 5, + "availability_365": 319 + }, + { + "index": 5691, + "id": 13779737, + "name": "BcnBlue1 Room Plaza Espa\u00f1a", + "host_name": "Gustavo Hernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 187, + "last_review": "2019-07-02", + "reviews_per_month": 5.12, + "calculated_host_listings_count": 5, + "availability_365": 256 + }, + { + "index": 5692, + "id": 13780544, + "name": "Stylish and comfortable apartment in heart of BCN", + "host_name": "Anabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-07-05", + "reviews_per_month": 4.56, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 5693, + "id": 13784958, + "name": "Room with terrace and air conditioner", + "host_name": "Willy", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 5694, + "id": 13790837, + "name": "HABITACI\u00d3N A 50 MTS. DEL CAMP NOU", + "host_name": "Javier", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 217, + "last_review": "2019-07-07", + "reviews_per_month": 5.94, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 5695, + "id": 13794553, + "name": "R4D Design apartment in Gracia, Verdi", + "host_name": "Ruben", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-06-16", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 15, + "availability_365": 139 + }, + { + "index": 5696, + "id": 13795161, + "name": "Modernism apartment with a gorgeous bath", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-06-16", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 43, + "availability_365": 277 + }, + { + "index": 5697, + "id": 13795340, + "name": "Confortable room", + "host_name": "Sergio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5698, + "id": 13796267, + "name": "ALQUILO HABITACI\u00d3N A TURISTAS", + "host_name": "Roxana", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-15", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 5699, + "id": 13796959, + "name": "single room luminescence\u2665", + "host_name": "Olga Y Andres", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-02-17", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 5700, + "id": 13799739, + "name": "Beautiful suite (big room) in Barcelona", + "host_name": "Cindy Orquidea", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5701, + "id": 13806026, + "name": "Cozy Double Bedroom", + "host_name": "Eliana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-23", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 2, + "availability_365": 78 + }, + { + "index": 5702, + "id": 13806704, + "name": "Fabulous PH with unbeatable views", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-29", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 43, + "availability_365": 230 + }, + { + "index": 5703, + "id": 13807195, + "name": "RAMBLA CATALUNYA BERTAS PH", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-09", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 43, + "availability_365": 288 + }, + { + "index": 5704, + "id": 13807568, + "name": "Cozy Modernist apartment int he city centre", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-05-11", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 43, + "availability_365": 294 + }, + { + "index": 5705, + "id": 13807778, + "name": "Bright and spacious 1 Bedroom in downtown Barcelona", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-06-04", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 43, + "availability_365": 266 + }, + { + "index": 5706, + "id": 13808557, + "name": "Habitaci\u00f3n doble en bonito \u00e1tico con varias terrazas en Barcelona", + "host_name": "Maria & Ignasi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-07-06", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 1, + "availability_365": 203 + }, + { + "index": 5707, + "id": 13808970, + "name": "RAMBLA CATALUNYA ELAINE", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 32 + }, + { + "index": 5708, + "id": 13810582, + "name": "Bright and spacious apartment in the city centre", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-30", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 43, + "availability_365": 272 + }, + { + "index": 5709, + "id": 13810749, + "name": "Beautiful modernism apartment in the city centre", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2018-06-16", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 43, + "availability_365": 290 + }, + { + "index": 5710, + "id": 13811018, + "name": "Habitaci\u00f3n en plena naturaleza.", + "host_name": "Maria", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-17", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 5711, + "id": 13811701, + "name": "RAMBLA CATALUNYA VICHY", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-07-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 43, + "availability_365": 1 + }, + { + "index": 5712, + "id": 13811835, + "name": "Modern Penhouse with views to Casa Mila", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-20", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 43, + "availability_365": 232 + }, + { + "index": 5713, + "id": 13813225, + "name": "Habitacion doble en Gracia/Double Room in Gracia", + "host_name": "Eleonora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-28", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 5714, + "id": 13817411, + "name": "Double room", + "host_name": "Adri", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-20", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 352 + }, + { + "index": 5715, + "id": 13818081, + "name": "Your beautiful double room in Gracia", + "host_name": "Riccardo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2017-09-28", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5716, + "id": 13818886, + "name": "Habitaci\u00f3n doble centrica", + "host_name": "Maria Pilar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-08-20", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5717, + "id": 13819616, + "name": "Two person room in Unique El Born flat (132)", + "host_name": "Moe And Sunny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-26", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 3, + "availability_365": 52 + }, + { + "index": 5718, + "id": 13820217, + "name": "RAMBLA CATALUNYA CHIARA", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 0 + }, + { + "index": 5719, + "id": 13820340, + "name": "Comfortable double room near Sants station!", + "host_name": "Hector", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-06-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5720, + "id": 13820375, + "name": "Apartment beside Sagrada Familia", + "host_name": "Sean", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 5721, + "id": 13820882, + "name": "RAMBLA CATALUNYA MONTMARTRE PH", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-07-31", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 43, + "availability_365": 72 + }, + { + "index": 5722, + "id": 13820948, + "name": "Genuine Loft - Long Term Rental 4 Students", + "host_name": "Enric & Packo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 60, + "number_of_reviews": 2, + "last_review": "2019-05-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 6, + "availability_365": 282 + }, + { + "index": 5723, + "id": 13821587, + "name": "Attached in Poblenou close to the beach", + "host_name": "Maite", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2016-07-12", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5724, + "id": 13822329, + "name": "Born - Best location in center, loft with terrace", + "host_name": "Lidia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-24", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 5725, + "id": 13824037, + "name": "Luxury 4 Bedroom with La Pedrera Views", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 499, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-07-07", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 43, + "availability_365": 254 + }, + { + "index": 5726, + "id": 13824311, + "name": "Fabulous 5-Bedroom Apartment by Paseo de Gracia", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-07-02", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 43, + "availability_365": 271 + }, + { + "index": 5727, + "id": 13824615, + "name": "RAMBLA CATALUNYA MARGARETH", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 1 + }, + { + "index": 5728, + "id": 13824811, + "name": "Sunny double bed room in the centre of Barcelona", + "host_name": "Evi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5729, + "id": 13826410, + "name": "Habitaci\u00f3n con sofa cama", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5730, + "id": 13833685, + "name": "Luxury 2 bedroom apartment on Paseo de Gracia", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 379, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-24", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 2, + "availability_365": 124 + }, + { + "index": 5731, + "id": 13834520, + "name": "Room with a balcony in the heart of El Born", + "host_name": "Armine", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2017-09-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5732, + "id": 13835041, + "name": "Well-Priced 6 Pax Spacious Home in Eixample", + "host_name": "Ralph", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-07", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 4, + "availability_365": 334 + }, + { + "index": 5733, + "id": 13836248, + "name": "\u00a1HABITACI\u00d3N DOBLE EN UN \u00c1TICO DE GRACIA!", + "host_name": "\u00c1tico", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2016-07-05", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5734, + "id": 13837599, + "name": "Easy room 5min from Pl Esagne, 35mbit/s Internet", + "host_name": "Marcial", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-07-06", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 5735, + "id": 13838321, + "name": "Barrio Gotico Downtown : aircon, wifi & 4 bedrooms", + "host_name": "Gemma", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2018-07-02", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 5736, + "id": 13840632, + "name": "1 habitacion con cama doble y una individual .", + "host_name": "Maribel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-03-29", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 5 + }, + { + "index": 5737, + "id": 13840669, + "name": "Hab en el Paseo de San Juan", + "host_name": "Neus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5738, + "id": 13843482, + "name": "Habitaci\u00f3n con Cama Doble perfecta para verano", + "host_name": "Oscar", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5739, + "id": 13844132, + "name": "Nice Room in the Center of the city", + "host_name": "Uxue", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2016-10-04", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5740, + "id": 13850656, + "name": "Bright Big Room with Balcony", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5741, + "id": 13853803, + "name": "Fantastic Penthouse Barceloneta Long stay +1month", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2019-06-26", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 13, + "availability_365": 313 + }, + { + "index": 5742, + "id": 13853834, + "name": "CHARMING STUDIO IN DOWNTOWN", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-04-23", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 46, + "availability_365": 43 + }, + { + "index": 5743, + "id": 13854127, + "name": "CHARMING LOFT IN GOTHIC DISTRICT", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 29, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-03-31", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 46, + "availability_365": 103 + }, + { + "index": 5744, + "id": 13855933, + "name": "CHARMING 2BDR APARTMENT IN GREAT LOCATION", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-06-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 46, + "availability_365": 90 + }, + { + "index": 5745, + "id": 13856102, + "name": "Gracia 2 Bedrooms Apartment next to Plaza del Sol", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 69, + "last_review": "2019-06-26", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 1, + "availability_365": 150 + }, + { + "index": 5746, + "id": 13858043, + "name": "3 PRIVATE TERRACES ATTIC BARCELONA CITY VIEWS", + "host_name": "Borja", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-06-21", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 1, + "availability_365": 65 + }, + { + "index": 5747, + "id": 13872487, + "name": "Single room in a cozy flat", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-11-13", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5748, + "id": 13872506, + "name": "Lovely room in beautiful, vibrant El Born + Wi-Fi", + "host_name": "Melanie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 39, + "minimum_nights": 6, + "number_of_reviews": 1, + "last_review": "2016-07-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5749, + "id": 13873341, + "name": "Central, clean & good room", + "host_name": "Guido", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 9, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-08-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5750, + "id": 13873506, + "name": "CARMEN SUNNY BEACHFRONT POOL", + "host_name": "Carmen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2016-10-28", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 5751, + "id": 13874646, + "name": "Diagonal Studio in Sagrada Familia-22", + "host_name": "Ellie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 90, + "number_of_reviews": 1, + "last_review": "2017-10-03", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 15, + "availability_365": 365 + }, + { + "index": 5752, + "id": 13876396, + "name": "DOUBLE BIG ROOM WINDOW & BALCONY / WI-FI / HEATING", + "host_name": "Guillermo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-10", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 233 + }, + { + "index": 5753, + "id": 13876657, + "name": "Habitacion sensilla confortable en casa familiar", + "host_name": "Laura", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 140, + "last_review": "2019-07-03", + "reviews_per_month": 3.83, + "calculated_host_listings_count": 1, + "availability_365": 72 + }, + { + "index": 5754, + "id": 13877186, + "name": "Habitacion cerca a Sants Estacio", + "host_name": "Jonny", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5755, + "id": 13877468, + "name": "Two person room in Unique Old Town Apartment.(131)", + "host_name": "Moe & Sunny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 241, + "last_review": "2019-06-17", + "reviews_per_month": 6.88, + "calculated_host_listings_count": 3, + "availability_365": 36 + }, + { + "index": 5756, + "id": 13878397, + "name": "Room for 2 in the Heart of Born w/ Balcony (133)", + "host_name": "Moe & Sunny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 251, + "last_review": "2019-06-26", + "reviews_per_month": 7.19, + "calculated_host_listings_count": 3, + "availability_365": 49 + }, + { + "index": 5757, + "id": 13878767, + "name": "Habitaci\u00f3n en G\u00f3tico", + "host_name": "Zenaida", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-09-24", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5758, + "id": 13878831, + "name": "Super Loft next to Paseo de Gracia", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-02", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 33, + "availability_365": 319 + }, + { + "index": 5759, + "id": 13879473, + "name": "double room with a balcony, awesome views!", + "host_name": "Alejandro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5760, + "id": 13887370, + "name": "shik barcelona eixample 11 HUTB 008473", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2018-07-21", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 6, + "availability_365": 138 + }, + { + "index": 5761, + "id": 13888140, + "name": "STUDIO NEXT TO LAS RAMBLAS IIII", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-05-28", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 46, + "availability_365": 52 + }, + { + "index": 5762, + "id": 13888351, + "name": "STUDIO NEXT TO THE CATHEDRAL IV", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-03-27", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 46, + "availability_365": 104 + }, + { + "index": 5763, + "id": 13888593, + "name": "Excellence for your stay :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-07-09", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 33, + "availability_365": 317 + }, + { + "index": 5764, + "id": 13888891, + "name": "YH5/4-Berna | Cozy Minimal Apartament Design", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-01-26", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 11, + "availability_365": 31 + }, + { + "index": 5765, + "id": 13892114, + "name": "THE PENTHOUSE - Unique in Eixample near Camp Nou", + "host_name": "Jaume", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 30, + "number_of_reviews": 4, + "last_review": "2019-06-03", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 20, + "availability_365": 0 + }, + { + "index": 5766, + "id": 13893057, + "name": "Style and Relax in Gracia District :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-07-06", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 33, + "availability_365": 329 + }, + { + "index": 5767, + "id": 13893522, + "name": "Comfort at your disposal", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-28", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 33, + "availability_365": 351 + }, + { + "index": 5768, + "id": 13894687, + "name": "Relax and comfort at your disposal !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-07-07", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 33, + "availability_365": 344 + }, + { + "index": 5769, + "id": 13894945, + "name": "Comfort and relax at your disposal !", + "host_name": "Marta+Paul", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 113, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-28", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 33, + "availability_365": 343 + }, + { + "index": 5770, + "id": 13898845, + "name": "Cool room in Gracia Room No.2", + "host_name": "Roy", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-03-31", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 3, + "availability_365": 346 + }, + { + "index": 5771, + "id": 13901555, + "name": "1 Habitaci\u00f3n indibidual WC y cocina", + "host_name": "Maribel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-25", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 2, + "availability_365": 26 + }, + { + "index": 5772, + "id": 13904318, + "name": "Room near the city center in the cool district", + "host_name": "Gemma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5773, + "id": 13904621, + "name": "Nice little room", + "host_name": "Zo\u00eb", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-07-30", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5774, + "id": 13905258, + "name": "Amazing double room in a flat with terrace", + "host_name": "Virginia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 67, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2017-03-02", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5775, + "id": 13905424, + "name": "Habitaci\u00f3n doble Hospital San Pau Sagrada Familia", + "host_name": "Antonella", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 15, + "number_of_reviews": 44, + "last_review": "2018-09-08", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 5776, + "id": 13911601, + "name": "Be My Guest", + "host_name": "Viviane", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-09-22", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 5777, + "id": 13922846, + "name": "Stylish double room in the heart of El Born", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-27", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 5778, + "id": 13926967, + "name": "2 single beds in private cabin", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2016-10-30", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 177 + }, + { + "index": 5779, + "id": 13927060, + "name": "Private Room Sagrada Familia", + "host_name": "Gabriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 118, + "last_review": "2019-07-06", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 347 + }, + { + "index": 5780, + "id": 13931534, + "name": "room close from Bar\u00e7a stadium", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 41, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-04-28", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 5781, + "id": 13932921, + "name": "Centric & charming room for 1 or 2", + "host_name": "Olivia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5782, + "id": 13945034, + "name": "R4D Apartment in front the Sagrada Familia, Proven\u00e7a", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 15, + "availability_365": 124 + }, + { + "index": 5783, + "id": 13946811, + "name": "Poblenou: Double Bedroom Available", + "host_name": "Mila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-25", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 307 + }, + { + "index": 5784, + "id": 13946929, + "name": "\" Habitaci\u00f3n Privada ( CCIB ) \" DIAGONAL MAR.", + "host_name": "Tania", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-05-15", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 3, + "availability_365": 345 + }, + { + "index": 5785, + "id": 13948483, + "name": "Attic with terrace in gracia", + "host_name": "Ale", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2018-11-23", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5786, + "id": 13948849, + "name": "Lovely and very centric DBL. room!!", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-26", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 4, + "availability_365": 131 + }, + { + "index": 5787, + "id": 13949490, + "name": "Room in an apartment in BCN", + "host_name": "Fabio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5788, + "id": 13954865, + "name": "Private bedroom with private bathroom in Eixample", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-24", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 5789, + "id": 13955993, + "name": "Luxury sunny bedroom at Ramblas with silence", + "host_name": "Andre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 63, + "minimum_nights": 4, + "number_of_reviews": 68, + "last_review": "2019-06-24", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 5, + "availability_365": 77 + }, + { + "index": 5790, + "id": 13956069, + "name": "Luxury sunny bedroom at Ramblas with silence - Mon", + "host_name": "Andre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-05-04", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 5, + "availability_365": 36 + }, + { + "index": 5791, + "id": 13959848, + "name": "Centro de Barcelona habitaci\u00f3n con peque\u00f1a terrasa", + "host_name": "Juan Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-07-01", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 348 + }, + { + "index": 5792, + "id": 13962988, + "name": null, + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-05-22", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5793, + "id": 13966456, + "name": "Double room in Gracia", + "host_name": "Alex", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-08-22", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5794, + "id": 13966494, + "name": "Room and bright and cosy flat in RAVAL", + "host_name": "Typhanie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-06-01", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5795, + "id": 13968803, + "name": "A | Spacious room in the city center!", + "host_name": "Nadejda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-06-28", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 4, + "availability_365": 333 + }, + { + "index": 5796, + "id": 13969432, + "name": "Acogedor apartamento. Luminoso y soleado.", + "host_name": "Rosandra", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2016-11-20", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 339 + }, + { + "index": 5797, + "id": 13969878, + "name": "Quiet & cozy room", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 66, + "last_review": "2019-05-13", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 3, + "availability_365": 349 + }, + { + "index": 5798, + "id": 13972535, + "name": "M | Nice and bright room in center", + "host_name": "Nadejda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-30", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 4, + "availability_365": 338 + }, + { + "index": 5799, + "id": 13972983, + "name": "Double room", + "host_name": "Adria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 49, + "minimum_nights": 900, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 5800, + "id": 13973159, + "name": "XL Bedroom, Quiet and Cosy & Lounge Corner", + "host_name": "Anthony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 178, + "last_review": "2019-06-24", + "reviews_per_month": 4.91, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 5801, + "id": 13974030, + "name": "Lovely room in Sant Antoni", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-08-22", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5802, + "id": 13977576, + "name": "Habitaci\u00f3n individual es Barcelona", + "host_name": "Carolina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 12, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-07-13", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5803, + "id": 13978395, + "name": "Habitaci\u00f3n doble con escritorio", + "host_name": "Eder", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 6, + "last_review": "2019-06-01", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 355 + }, + { + "index": 5804, + "id": 13978622, + "name": "Cute private double room and bath", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-10-28", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5805, + "id": 13982517, + "name": "Central and beautiful doble room in Eixample", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 213, + "last_review": "2019-07-03", + "reviews_per_month": 5.98, + "calculated_host_listings_count": 5, + "availability_365": 151 + }, + { + "index": 5806, + "id": 13982658, + "name": "Amazing double room with sunny balcony in Eixample", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 56, + "minimum_nights": 1, + "number_of_reviews": 230, + "last_review": "2019-07-05", + "reviews_per_month": 6.68, + "calculated_host_listings_count": 5, + "availability_365": 196 + }, + { + "index": 5807, + "id": 13982721, + "name": "Room with private bathroom", + "host_name": "Jurek", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 23, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5808, + "id": 13983890, + "name": "Great room in the city centre with a nice balcony", + "host_name": "Felix", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5809, + "id": 13984949, + "name": "Double Room in the heart of Barcelona", + "host_name": "Natalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 58, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-05-16", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5810, + "id": 13986464, + "name": "Diputaci\u00f3n Central Eixample Left", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-23", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 95, + "availability_365": 251 + }, + { + "index": 5811, + "id": 13987960, + "name": "2 Lovely Rooms 4 person in the centre of Barcelona", + "host_name": "Josep", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-03", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 5812, + "id": 13988785, + "name": "1993 - AB Pla\u00e7a Espanya XI - Stylish 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-20", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 193, + "availability_365": 9 + }, + { + "index": 5813, + "id": 13990336, + "name": "1987 - AB Pla\u00e7a Espanya VII - Amazing 3-Bedroom Eixample Apartment near Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-03", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 193, + "availability_365": 32 + }, + { + "index": 5814, + "id": 13991325, + "name": "Double Bedroom in centric apartment in Barcelona", + "host_name": "Vanesa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2016-09-29", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5815, + "id": 13991865, + "name": "R4D Apartment Near Passeig de Gracia/Diagonal", + "host_name": "Ruben", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-06-18", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 15, + "availability_365": 143 + }, + { + "index": 5816, + "id": 13992866, + "name": "Sant Antoni apartment", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2018-10-02", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 5817, + "id": 13993253, + "name": "Confortable and vintage room", + "host_name": "Luz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-30", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 2, + "availability_365": 268 + }, + { + "index": 5818, + "id": 13993569, + "name": "Habitaci\u00f3n en L'Eixample Esquerra", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 189, + "last_review": "2019-07-06", + "reviews_per_month": 5.21, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 5819, + "id": 13995903, + "name": "Habitaci\u00f3n doble abuardillada", + "host_name": "Norfa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 84, + "last_review": "2019-06-23", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 5820, + "id": 13996842, + "name": "Nice room in students apartment, very central", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2016-08-24", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5821, + "id": 14000125, + "name": "O | Simple and bright room in center!", + "host_name": "Nadejda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-06-13", + "reviews_per_month": 3.68, + "calculated_host_listings_count": 4, + "availability_365": 336 + }, + { + "index": 5822, + "id": 14003023, + "name": "Pretty double bed room with sharing bathroom", + "host_name": "Jhon", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2017-10-02", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5823, + "id": 14003687, + "name": "Central, elegant, bright, AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-04-25", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 54, + "availability_365": 312 + }, + { + "index": 5824, + "id": 14004632, + "name": "Stylish, spacious, central, shared rooftop terrace", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 85, + "last_review": "2019-06-08", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 54, + "availability_365": 274 + }, + { + "index": 5825, + "id": 14005224, + "name": "New Cozy terrace apartment in downtown", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-25", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 38, + "availability_365": 126 + }, + { + "index": 5826, + "id": 14006090, + "name": "Studio for 3 people with a kitchen", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-20", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 20, + "availability_365": 210 + }, + { + "index": 5827, + "id": 14006318, + "name": "HABITACI\u00d3 DOBLE \u00c0TIC TERRA\u00c7A C\u00c9NTRIC- APROP PLATJA", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-04-07", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 5828, + "id": 14006736, + "name": "Chic, very central, bright. Rambla Catalunya, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-05-30", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 54, + "availability_365": 236 + }, + { + "index": 5829, + "id": 14008527, + "name": "Small room in the gothic", + "host_name": "Javi & Pepa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-08-20", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 3, + "availability_365": 346 + }, + { + "index": 5830, + "id": 14009841, + "name": "Central and cozy room in Gotic 100mt from Ramblas!", + "host_name": "Ivonne", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-02-28", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 5831, + "id": 14009966, + "name": "apartamento sagrada familia", + "host_name": "Muljer", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 5832, + "id": 14012052, + "name": "Designer 2bed ap@central BCN,next2 Passeig St Joan", + "host_name": "Marzena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 243, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2017-08-24", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 259 + }, + { + "index": 5833, + "id": 14018281, + "name": "ESTUDIO CON TERRAZA EN EL ENSANCHE", + "host_name": "Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2016-08-20", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 342 + }, + { + "index": 5834, + "id": 14020724, + "name": "Standard studio in Paral Lel", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-06-23", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 20, + "availability_365": 275 + }, + { + "index": 5835, + "id": 14021579, + "name": "Comfortable 4 rooms 2Bath w balcony", + "host_name": "Lore", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 188, + "minimum_nights": 1, + "number_of_reviews": 182, + "last_review": "2019-07-02", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 2, + "availability_365": 138 + }, + { + "index": 5836, + "id": 14023003, + "name": "Single room is the Gothic", + "host_name": "Javi & Pepa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 31, + "minimum_nights": 7, + "number_of_reviews": 7, + "last_review": "2019-06-26", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 3, + "availability_365": 55 + }, + { + "index": 5837, + "id": 14023463, + "name": "Quiet & cozy room 1", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-17", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 3, + "availability_365": 305 + }, + { + "index": 5838, + "id": 14023464, + "name": "Bright room in the heart of Barcelona", + "host_name": "Stephen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-07-03", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 5839, + "id": 14024800, + "name": "Cozy room in great location!", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5840, + "id": 14025950, + "name": "Single Room BCN Center in Eixample (Double Bed)", + "host_name": "Francis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 54, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-21", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 3, + "availability_365": 180 + }, + { + "index": 5841, + "id": 14029021, + "name": "Room with beach view - Habitaci\u00f3n con vista mar", + "host_name": "Sabine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-22", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 5842, + "id": 14033305, + "name": "Habitaci\u00f3n en Barrio de Gracia", + "host_name": "Carles", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5843, + "id": 14034017, + "name": "Nice room with a private bathroom", + "host_name": "Jhon", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-07-09", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 2, + "availability_365": 194 + }, + { + "index": 5844, + "id": 14036933, + "name": "City Centre: Beautiful room with private bathroom", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 206, + "last_review": "2019-07-07", + "reviews_per_month": 5.78, + "calculated_host_listings_count": 1, + "availability_365": 62 + }, + { + "index": 5845, + "id": 14038167, + "name": "Quiet & cozy room 2", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 80, + "last_review": "2019-06-01", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 3, + "availability_365": 320 + }, + { + "index": 5846, + "id": 14040825, + "name": "Bonita habitaci\u00f3n doble centro Gracia", + "host_name": "Mar\u00eda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-05-13", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 5847, + "id": 14041469, + "name": "Aut\u00e8ntic Monumental 41", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 330, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-20", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 19, + "availability_365": 328 + }, + { + "index": 5848, + "id": 14044201, + "name": "Yun's Apartment in Center of Barcelona", + "host_name": "Yun", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2018-04-29", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 5849, + "id": 14044480, + "name": "Yun's Apartment (center of Barcelona)", + "host_name": "Yun", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2017-09-15", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 3, + "availability_365": 337 + }, + { + "index": 5850, + "id": 14048192, + "name": "CLASSIC MODERNIST FLAT IN THE HEART OF BARCELONA!", + "host_name": "Bibi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-08-16", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5851, + "id": 14049763, + "name": "Habitaci\u00f3n Soleada", + "host_name": "Marina", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Private room", + "price": 18, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2016-09-10", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5852, + "id": 14052769, + "name": "Your second home in Barcelona!", + "host_name": "Marisol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 35, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5853, + "id": 14052904, + "name": "RENT DOUBLE ROOM FOR DAYS", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-08-22", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 5854, + "id": 14052915, + "name": "Beautiful new loft in the heart of el BORN", + "host_name": "Silvia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-06-28", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 5855, + "id": 14054589, + "name": "Luxury sunny bedroom with silence at Ramblas - Big", + "host_name": "Andre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 63, + "minimum_nights": 4, + "number_of_reviews": 91, + "last_review": "2019-07-02", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 5, + "availability_365": 165 + }, + { + "index": 5856, + "id": 14054870, + "name": "SMALL INTERIOR ROOM INDIVIDUAL BED /WI-FI/ HEATING", + "host_name": "Guillermo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-05-21", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 336 + }, + { + "index": 5857, + "id": 14056551, + "name": "AFFORDABLE ROOM \u2764 NEAR BEACHES", + "host_name": "Roberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-25", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 7, + "availability_365": 47 + }, + { + "index": 5858, + "id": 14063204, + "name": "Budy Apartments - Carrer del Pi 2.1", + "host_name": "Cristina Y Onix", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-01-10", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 23, + "availability_365": 354 + }, + { + "index": 5859, + "id": 14066153, + "name": "R | Convenient room in city centre with bunk bed!", + "host_name": "Nadejda", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-05", + "reviews_per_month": 3.55, + "calculated_host_listings_count": 4, + "availability_365": 321 + }, + { + "index": 5860, + "id": 14073807, + "name": "AMAZING NEW CENTRAL ROOMS, NEAR PLAZA CATALUNYA", + "host_name": "Vincenzo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 110, + "last_review": "2019-06-17", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 5861, + "id": 14074772, + "name": "Habitaci\u00f3n doble en Gr\u00e0cia", + "host_name": "Raquel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-08-14", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5862, + "id": 14078469, + "name": "Ensuite Room-B&B with 400m2 Terrace_1", + "host_name": "J\u00fcrgen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2018-08-29", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 5, + "availability_365": 295 + }, + { + "index": 5863, + "id": 14080842, + "name": "Ciutadella - Luxury flat near the Born", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 325 + }, + { + "index": 5864, + "id": 14082296, + "name": "A gem on Barcelona's sea shore", + "host_name": "Alexandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-06-29", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 5865, + "id": 14084784, + "name": "Apartment with 4 bedrooms - 7 people, w. balcony~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 44, + "last_review": "2019-06-26", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 84, + "availability_365": 170 + }, + { + "index": 5866, + "id": 14091198, + "name": "single room in a nice flat", + "host_name": "Miriam", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-20", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 5867, + "id": 14098489, + "name": "Double room, private balcony in Sants", + "host_name": "Cecilia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2016-09-29", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5868, + "id": 14099454, + "name": "Spacious room in Arc de Triomf area", + "host_name": "Vanesa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 38, + "minimum_nights": 10, + "number_of_reviews": 8, + "last_review": "2018-09-29", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 5869, + "id": 14099561, + "name": "Friendly, central room, with private bathroom", + "host_name": "Simon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 122, + "last_review": "2018-06-08", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5870, + "id": 14099568, + "name": "Bright flat right in the heart of Barcelona", + "host_name": "Adolfo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5871, + "id": 14099815, + "name": "Alquilo habitaci\u00f3n en zona gay Bcn", + "host_name": "Jose Gregorio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2017-08-13", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5872, + "id": 14103583, + "name": "Apt perfect for big groups! Eixample~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 101, + "last_review": "2019-06-28", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 84, + "availability_365": 56 + }, + { + "index": 5873, + "id": 14104582, + "name": "BED IN NICE MIXED DORMITORY 6PERS BARCELONA CENTER", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 42, + "last_review": "2019-05-23", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 12, + "availability_365": 360 + }, + { + "index": 5874, + "id": 14105020, + "name": "BED IN NICE MIXED DORM BARCELONA CENTER 4 PERSONS", + "host_name": "Casa-Barcelo-Hostel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-24", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 12, + "availability_365": 362 + }, + { + "index": 5875, + "id": 14105222, + "name": "Great and central apartment in Eixample", + "host_name": "Michelle", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5876, + "id": 14107150, + "name": "3 bedrooms cosy apartment Gothic Quarter", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-03-31", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 13, + "availability_365": 338 + }, + { + "index": 5877, + "id": 14107507, + "name": "\u00c1tico acogedor en Gracia", + "host_name": "Selene", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-06-08", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5878, + "id": 14112955, + "name": "Charming apartment in Barcelona's heart", + "host_name": "Dalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2016-10-30", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5879, + "id": 14113634, + "name": "Dali - Historical flat with Sea Views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 247 + }, + { + "index": 5880, + "id": 14115832, + "name": "2 bedrooms Rambla Catalunya", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-06-20", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 5881, + "id": 14119361, + "name": "The room of 8 Windows", + "host_name": "Sarah", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2016-09-17", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5882, + "id": 14119569, + "name": "Modern Design and Bright Interiors in Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-12", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 76, + "availability_365": 134 + }, + { + "index": 5883, + "id": 14119865, + "name": "Studio with terrace - 100 mt from Sagrada Familia", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2018-08-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 19, + "availability_365": 135 + }, + { + "index": 5884, + "id": 14121260, + "name": "Attic Oasis - Homecelona Apartments", + "host_name": "Torsten", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-07-06", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 1, + "availability_365": 317 + }, + { + "index": 5885, + "id": 14121353, + "name": "Amazing apartment in Pla\u00e7a Catalunya", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 223, + "minimum_nights": 31, + "number_of_reviews": 109, + "last_review": "2019-02-28", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 208 + }, + { + "index": 5886, + "id": 14121778, + "name": "Designer's three bedroom apartment with terrace", + "host_name": "Victoria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-02-28", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5887, + "id": 14124137, + "name": "SMALL ROOM IN CENTER OF BARCELONA ONLY FOR 2", + "host_name": "Sunny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 196, + "last_review": "2019-07-03", + "reviews_per_month": 5.44, + "calculated_host_listings_count": 3, + "availability_365": 244 + }, + { + "index": 5888, + "id": 14124608, + "name": "Cozy room for 2 girls/coupl. Next Sagrada Familia.", + "host_name": "Elena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2018-01-01", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 5889, + "id": 14124717, + "name": "Sunny double room with balcony", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-05-21", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5890, + "id": 14130306, + "name": "Family apartment, near plaza Catalunya", + "host_name": "Jean Marie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2017-10-15", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 5891, + "id": 14132336, + "name": "alquilo habitacion centro de barcelona", + "host_name": "Luis Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2019-06-28", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 294 + }, + { + "index": 5892, + "id": 14134387, + "name": "\u2764\ufe0fBarcelona design Loft, city center,A/C,WIFI.", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 4, + "number_of_reviews": 119, + "last_review": "2019-07-09", + "reviews_per_month": 3.36, + "calculated_host_listings_count": 3, + "availability_365": 193 + }, + { + "index": 5893, + "id": 14138762, + "name": "Cozy Room @EixampleBarcelona", + "host_name": "Ileana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-05-03", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 5894, + "id": 14143302, + "name": "PRIVATE ROOM", + "host_name": "Teresa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 125, + "last_review": "2019-07-06", + "reviews_per_month": 4.44, + "calculated_host_listings_count": 1, + "availability_365": 94 + }, + { + "index": 5895, + "id": 14144283, + "name": "The apartment is big ,bright,cheap", + "host_name": "Yun", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2017-09-21", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 3, + "availability_365": 319 + }, + { + "index": 5896, + "id": 14144459, + "name": "Apartment in Gr\u00e0cia PS", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-06-09", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 7, + "availability_365": 250 + }, + { + "index": 5897, + "id": 14144545, + "name": "Penthouse in Passeig Sant Joan, Gracia", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2017-04-05", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 5898, + "id": 14145796, + "name": "Smart stay@ lasramblas\nOnly girls", + "host_name": "Jabar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Shared room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 5899, + "id": 14152120, + "name": "Cool loft in the center of the city", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 31, + "number_of_reviews": 109, + "last_review": "2019-06-02", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 15, + "availability_365": 282 + }, + { + "index": 5900, + "id": 14157571, + "name": "Double Room next to the Beach in a shared Duplex!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2016-08-07", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 5901, + "id": 14161445, + "name": "Double room in heart of Barcelona", + "host_name": "\u0418\u043b\u044c\u044f", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-02-25", + "reviews_per_month": 3.8, + "calculated_host_listings_count": 1, + "availability_365": 94 + }, + { + "index": 5902, + "id": 14161550, + "name": "2. Downtown Barcelona double room", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 210, + "last_review": "2019-06-23", + "reviews_per_month": 5.86, + "calculated_host_listings_count": 2, + "availability_365": 255 + }, + { + "index": 5903, + "id": 14161568, + "name": "Acogedora Habitaci\u00f3n en el Centro Barcelona", + "host_name": "Henry", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2019-06-11", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 138 + }, + { + "index": 5904, + "id": 14161732, + "name": "habitacion en Barcelona", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 7, + "number_of_reviews": 4, + "last_review": "2019-06-15", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 2, + "availability_365": 289 + }, + { + "index": 5905, + "id": 14162757, + "name": "Habitaci\u00f3n amplia tipo mini loft. Solo para chicas", + "host_name": "Elisa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-11-09", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5906, + "id": 14164414, + "name": "Sunny Atic, super well connected ; )", + "host_name": "Carlota", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 114, + "last_review": "2019-07-05", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 1, + "availability_365": 276 + }, + { + "index": 5907, + "id": 14166187, + "name": "BARCELONA Private Room, near metro and the beach", + "host_name": "Arleni", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-24", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 5908, + "id": 14171072, + "name": "Sleeps 24 off Paseo de Gracia with sunny terrace", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 999, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-16", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 24, + "availability_365": 293 + }, + { + "index": 5909, + "id": 14171877, + "name": "Double Room in Sagrada Familia", + "host_name": "Lorenza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2017-09-09", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 246 + }, + { + "index": 5910, + "id": 14172205, + "name": "Double room w/ private bathroom by Poblenou beach", + "host_name": "Inaki", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-18", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5911, + "id": 14173646, + "name": "We're back Hosting!-Sagrada Familia-Spacious Room", + "host_name": "D & Jc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-29", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 2, + "availability_365": 247 + }, + { + "index": 5912, + "id": 14176427, + "name": "BEACH LOFT IN POBLE NOU DISTRICT", + "host_name": "Pedro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2016-11-02", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 8, + "availability_365": 299 + }, + { + "index": 5913, + "id": 14178152, + "name": "Cozy and sunny double room in Arc de Triomf area", + "host_name": "Vanesa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 46, + "minimum_nights": 6, + "number_of_reviews": 3, + "last_review": "2017-08-25", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 5914, + "id": 14178223, + "name": "Modern and stylish 3 bedroom apart (HUTB012080)", + "host_name": "Yuri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2018-07-29", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5915, + "id": 14178375, + "name": "Historical center - Barrio G\u00f3tico district", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 116, + "last_review": "2019-06-23", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 15, + "availability_365": 279 + }, + { + "index": 5916, + "id": 14181634, + "name": "Beautiful room with a balcony near Sagrada Familia", + "host_name": "Flor Y Germ\u00e1n", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 63, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-28", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 5917, + "id": 14183401, + "name": "Habitaci\u00f3 en pis compartit", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 30, + "number_of_reviews": 31, + "last_review": "2019-06-30", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 2, + "availability_365": 197 + }, + { + "index": 5918, + "id": 14183545, + "name": "Bright double room with big window (2)", + "host_name": "Marcus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2019-07-08", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 5919, + "id": 14188599, + "name": "COZY ROOM WITH HAMMOCK IN THE OLD TOWN", + "host_name": "Viviana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-03", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 191 + }, + { + "index": 5920, + "id": 14190211, + "name": "Apartment Barcelona Glorias", + "host_name": "Sebastian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 21, + "last_review": "2018-03-02", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 5921, + "id": 14192229, + "name": "This place centr Of Brc near rambla", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-05-18", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5922, + "id": 14194381, + "name": "Habitaci\u00f3n doble, en acogedor \u00e1tico!!", + "host_name": "Xiomary", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-04-29", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 5923, + "id": 14194391, + "name": "Principal B&Bcn - Beautiful room 6", + "host_name": "Edu", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-03-22", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 184 + }, + { + "index": 5924, + "id": 14194509, + "name": "Principal B&Bcn - Single room 7", + "host_name": "Edu", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-04-21", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 3, + "availability_365": 176 + }, + { + "index": 5925, + "id": 14194756, + "name": "Principal B&Bcn - Beautiful room with balcony 9", + "host_name": "Edu", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 116, + "last_review": "2019-07-08", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 3, + "availability_365": 181 + }, + { + "index": 5926, + "id": 14201155, + "name": "Amplia habitaci\u00f3n con ba\u00f1o privado", + "host_name": "Adelaida", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 114, + "last_review": "2019-06-28", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 2, + "availability_365": 295 + }, + { + "index": 5927, + "id": 14208381, + "name": "****Cute Room 10 minutes from La Rambla ****", + "host_name": "Inna", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-02", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5928, + "id": 14209613, + "name": "Gaudi - Historical flat with Port Vell Views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-08-06", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 28, + "availability_365": 277 + }, + { + "index": 5929, + "id": 14216618, + "name": "Sunny double room with private bathroom P.Gracia", + "host_name": "Carme", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 125, + "last_review": "2019-06-30", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 5930, + "id": 14220224, + "name": "Cozy room, Stairway to heaven, Sagrada Familia", + "host_name": "Philip", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-07-08", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 41 + }, + { + "index": 5931, + "id": 14223457, + "name": "Big room @barcelona center EIXAMPLE", + "host_name": "Ricard", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 2, + "availability_365": 33 + }, + { + "index": 5932, + "id": 14226114, + "name": "Enjoy city, nature park, tranquility & Sea view", + "host_name": "Tobias", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-07-03", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 2, + "availability_365": 301 + }, + { + "index": 5933, + "id": 14226740, + "name": "Small room in center", + "host_name": "Lizardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-25", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 1, + "availability_365": 43 + }, + { + "index": 5934, + "id": 14228057, + "name": "THE PERFECT ROOM FOR BAR\u00c7A FANS!!!", + "host_name": "Javier", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 47, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2018-05-21", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5935, + "id": 14231432, + "name": "STUDIO NEXT TO THE CATHEDRAL II", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-12-18", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 46, + "availability_365": 47 + }, + { + "index": 5936, + "id": 14232761, + "name": "Confortable Rom and terraza", + "host_name": "Luz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-07-10", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 2, + "availability_365": 334 + }, + { + "index": 5937, + "id": 14233148, + "name": "habitacion tranquila con ambiente familiar", + "host_name": "Ana Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-07-06", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 5938, + "id": 14233283, + "name": "Beach Apartment", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 326 + }, + { + "index": 5939, + "id": 14235583, + "name": "Apartamento Margarit en Poble Sec", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 32, + "minimum_nights": 64, + "number_of_reviews": 2, + "last_review": "2017-01-06", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 31, + "availability_365": 99 + }, + { + "index": 5940, + "id": 14242218, + "name": "CHARMING LOFT IN THE CENTER OF BARCELONA", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-06-29", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 46, + "availability_365": 81 + }, + { + "index": 5941, + "id": 14242979, + "name": "COZY LOFT IN GRACIA", + "host_name": "Manuel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-28", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 5942, + "id": 14243238, + "name": "habitacion doble en barcelona", + "host_name": "Eugenia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2016-09-13", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5943, + "id": 14246799, + "name": "Ciutadella Pool Apartment", + "host_name": "Aline", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-06-08", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 95, + "availability_365": 229 + }, + { + "index": 5944, + "id": 14249095, + "name": "Small room for relax in the city center", + "host_name": "V\u00edctor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2017-11-29", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5945, + "id": 14257497, + "name": "Cozy double room in city centre!", + "host_name": "Hazel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-07-03", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 5946, + "id": 14257995, + "name": "Cozy room near Pla\u00e7a Espanya", + "host_name": "Carlos & Jenny", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-07-03", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 2, + "availability_365": 338 + }, + { + "index": 5947, + "id": 14258824, + "name": "Lovely & clean room with Breakfast included", + "host_name": "Jose", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2018-11-06", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5948, + "id": 14258912, + "name": "Cozy apartment 2 rooms", + "host_name": "Iker & Volga", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-24", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 5949, + "id": 14262764, + "name": "Alquilo habitaci\u00f3n en el paseo de Sant Joan.Gracia", + "host_name": "Vicente", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5950, + "id": 14271769, + "name": "Newly renewed big flat with 2 bedrooms", + "host_name": "Jorge & Steward", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-07-10", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 1, + "availability_365": 144 + }, + { + "index": 5951, + "id": 14275656, + "name": "Double Room in the beautiful Guinard\u00f3 neighborhood", + "host_name": "Alessandro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-08-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5952, + "id": 14276058, + "name": "Spacious and well-lit room", + "host_name": "Andres", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 158, + "last_review": "2019-06-21", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 2, + "availability_365": 161 + }, + { + "index": 5953, + "id": 14279618, + "name": "Modern penthouse Sagrada Familia with terrace", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 217, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-24", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 18, + "availability_365": 3 + }, + { + "index": 5954, + "id": 14285064, + "name": "Awesome centric double room", + "host_name": "Lorenzo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 345 + }, + { + "index": 5955, + "id": 14286647, + "name": "Bonita habitaci\u00f3n cerca de la Sagrada Familia", + "host_name": "Georgina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-04-22", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5956, + "id": 14286761, + "name": "NICE ROOM NEXT TO BAR\u00c7A STADIUM, NEAR SANTS ST.", + "host_name": "Conxi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-06-28", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 5957, + "id": 14287138, + "name": "Cozy Parc Guell Can Baro 4", + "host_name": "Laia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 94, + "last_review": "2019-07-03", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 10, + "availability_365": 331 + }, + { + "index": 5958, + "id": 14287306, + "name": "Stylish Modern Gothic double room private bathroom", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-11", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 1, + "availability_365": 260 + }, + { + "index": 5959, + "id": 14287583, + "name": "SIMPATICO PISO MUY BIEN UBICADO, TRANQUILO Y SILEN", + "host_name": "Ana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 7, + "number_of_reviews": 10, + "last_review": "2019-04-16", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 29 + }, + { + "index": 5960, + "id": 14287666, + "name": "Spacious double room with balcony", + "host_name": "Yohan And", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2017-10-08", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5961, + "id": 14290867, + "name": "Big double room with private terrace, city center", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-06-28", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 5962, + "id": 14291928, + "name": "APARTAMENTO EN EL CENTRO DE BARCELONA", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2019-05-31", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 5, + "availability_365": 288 + }, + { + "index": 5963, + "id": 14299088, + "name": "Cozy room, for 1 girl. Near Sagrada Familia.", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2017-09-09", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 2, + "availability_365": 220 + }, + { + "index": 5964, + "id": 14299102, + "name": "Lovely doble room with private bathroom!", + "host_name": "Karuna", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-05-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 5965, + "id": 14299410, + "name": "Luminosa habitaci\u00f3n en Barcelona", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2016-10-03", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5966, + "id": 14302642, + "name": "Room near metro and beach station", + "host_name": "Erika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-26", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 5967, + "id": 14308198, + "name": "Luxury LOFT EXECUTIVE_ City Center", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2019-05-23", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 5968, + "id": 14308548, + "name": "Light cozy room 10 min from CCIB", + "host_name": "Valentina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-07-02", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 2, + "availability_365": 59 + }, + { + "index": 5969, + "id": 14312366, + "name": "Apartment at Gotico, city centre of Barcelona", + "host_name": "Demetris", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-06-09", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 5970, + "id": 14312931, + "name": "Great room with beautiful views. Quiet and cozy.", + "host_name": "Alessandro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-25", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 5971, + "id": 14314750, + "name": "Charming 3bed apartment in Les Corts", + "host_name": "Lourdes", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 8, + "last_review": "2018-05-30", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 5972, + "id": 14315039, + "name": "Beach design apartment", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 5973, + "id": 14315544, + "name": "Grand apartment next to plaza Real", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-02-22", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 3, + "availability_365": 343 + }, + { + "index": 5974, + "id": 14326061, + "name": "Spectacular and cozy apartment in Sagrada Familia", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-21", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 5975, + "id": 14326895, + "name": "Alojamiento para estudiantes y viajeros", + "host_name": "Nuria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-08-30", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 5976, + "id": 14329127, + "name": "Cozy Room in center of Barcelona", + "host_name": "Orlando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2018-02-04", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5977, + "id": 14332530, + "name": "Cozy and central single room.", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 175, + "last_review": "2019-07-06", + "reviews_per_month": 4.93, + "calculated_host_listings_count": 5, + "availability_365": 168 + }, + { + "index": 5978, + "id": 14332869, + "name": "Bright Family Penthouse Sagrada Familia", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-06-27", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 3, + "availability_365": 193 + }, + { + "index": 5979, + "id": 14333059, + "name": "Sants Evenings.", + "host_name": "Fernando Y Kerlly", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 308, + "last_review": "2019-07-02", + "reviews_per_month": 8.66, + "calculated_host_listings_count": 1, + "availability_365": 258 + }, + { + "index": 5980, + "id": 14339528, + "name": "Double room in a lightly flat close to the beach!!", + "host_name": "Mark", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-11", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 2, + "availability_365": 164 + }, + { + "index": 5981, + "id": 14340824, + "name": "Cozy Attic with Terrace_Double Bedroom_City Center", + "host_name": "Francesca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2018-10-05", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 5982, + "id": 14346513, + "name": "Nice and centrical ap. Barcelona \u2764\ufe0f", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 97, + "minimum_nights": 1, + "number_of_reviews": 236, + "last_review": "2019-07-01", + "reviews_per_month": 6.92, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 5983, + "id": 14350142, + "name": "Aut\u00e8ntic Monumental con terraza", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-28", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 19, + "availability_365": 326 + }, + { + "index": 5984, + "id": 14350931, + "name": "MODERNIST BUILDING with charm (GRACIA-Fontana)", + "host_name": "Enric", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 56, + "last_review": "2019-06-20", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 5985, + "id": 14352069, + "name": "\u2764\ufe0fBarcelona Lifestyle new flat near the beach", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 4, + "number_of_reviews": 92, + "last_review": "2019-07-09", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 3, + "availability_365": 130 + }, + { + "index": 5986, + "id": 14352270, + "name": "Comfortable room Perfect location", + "host_name": "\u771f\u73cd", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 5987, + "id": 14358585, + "name": "Cosy room near Plaza Espanya BCN", + "host_name": "Mia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-04-21", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 2, + "availability_365": 288 + }, + { + "index": 5988, + "id": 14363385, + "name": "Habitaci\u00f3n privada \nPor la rambla teatro liceu", + "host_name": "Benny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-06-24", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 5989, + "id": 14364594, + "name": "Sagrada Familia 2 bedroom 2 Baths", + "host_name": "Eric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 152, + "last_review": "2019-07-08", + "reviews_per_month": 4.31, + "calculated_host_listings_count": 1, + "availability_365": 63 + }, + { + "index": 5990, + "id": 14365234, + "name": "Great bright room, with double bed!!!!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 5991, + "id": 14365279, + "name": "Charming & Bright apartment in center of Barcelona", + "host_name": "Easystaybcn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-30", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 5992, + "id": 14365617, + "name": "Shiny Room near the beach and the center of BCN!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 5993, + "id": 14366214, + "name": "Cozy room close to Sagrada familia", + "host_name": "Roberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-26", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 5994, + "id": 14366973, + "name": "Beachside Double room close to Rambla Poblenou", + "host_name": "Luke", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-25", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 5995, + "id": 14368083, + "name": "Charming room in the center", + "host_name": "Maria Antonietta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-24", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 5996, + "id": 14368910, + "name": "BARCELONA CITY CENTER PLA\u00c7A CATALUNYA AREA", + "host_name": "Pedro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 288 + }, + { + "index": 5997, + "id": 14369495, + "name": "BARCELONA CITY CENTER - AREA MONUMENTAL", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 320 + }, + { + "index": 5998, + "id": 14371490, + "name": "Great Views, Near Beach, design 4 people", + "host_name": "Sabrina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-04-25", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 13, + "availability_365": 358 + }, + { + "index": 5999, + "id": 14377703, + "name": "Ideal pareja", + "host_name": "Antonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 34, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 15 + }, + { + "index": 6000, + "id": 14378795, + "name": "Downtown Barcelona! Ramblas, Plaza Catalu\u00f1a!", + "host_name": "Flor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-06-24", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 6001, + "id": 14379651, + "name": "Central Gotico (private bathroom)", + "host_name": "Kelly", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 68, + "minimum_nights": 4, + "number_of_reviews": 112, + "last_review": "2019-07-06", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 2, + "availability_365": 124 + }, + { + "index": 6002, + "id": 14379840, + "name": "Stunning views to the beach in non-touristy area.", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6003, + "id": 14386285, + "name": "Cool & Quiet room in \"El G\u00f2tic\" Heart of Barcelona", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 30, + "number_of_reviews": 27, + "last_review": "2019-07-04", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 3, + "availability_365": 58 + }, + { + "index": 6004, + "id": 14396540, + "name": "Single room for woman in front Sagrada Familia", + "host_name": "Marcela Y Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 326, + "last_review": "2019-07-05", + "reviews_per_month": 9.18, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 6005, + "id": 14396580, + "name": "Double room with good views to Ciutadella Parc!!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 6006, + "id": 14397132, + "name": "Barcelona, La Boquer\u00eda, Plaza Catalu\u00f1a", + "host_name": "Flor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-06-02", + "reviews_per_month": 4.2, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 6007, + "id": 14399845, + "name": "BORN, BEST LOCATION, 4 BALCONIES, STYLISH, UNIQUE!", + "host_name": "Michael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 32, + "number_of_reviews": 13, + "last_review": "2019-05-16", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 256 + }, + { + "index": 6008, + "id": 14400360, + "name": "EIXAMPLE Left 2 (near/ferm Paseo de Gracia)", + "host_name": "J. R", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 5, + "number_of_reviews": 89, + "last_review": "2019-07-02", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 3, + "availability_365": 204 + }, + { + "index": 6009, + "id": 14401365, + "name": "Stay in the trees@2bed ap. next to Arco de Triunfo", + "host_name": "Marzena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 440, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2019-06-24", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 173 + }, + { + "index": 6010, + "id": 14402621, + "name": "Discover the Old City from Bright & Airy Bedroom in El Born", + "host_name": "Anthony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 151, + "last_review": "2019-07-08", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 6011, + "id": 14403984, + "name": "The Solo Traveller. Martina Room", + "host_name": "Ruben Gonzalez", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-06-25", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6012, + "id": 14408281, + "name": "Habitaci\u00f3n privada en Gracia", + "host_name": "Elizabeth", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-09", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 6013, + "id": 14408791, + "name": "Habitaci\u00f3n privada en plena de Barcelona", + "host_name": "Natalia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-07-08", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 6014, + "id": 14408848, + "name": "Gran de Gracia Apartment", + "host_name": "Cens Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-06-27", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 7, + "availability_365": 324 + }, + { + "index": 6015, + "id": 14411878, + "name": "Habitaci\u00f3n privada en sants.", + "host_name": "Alexis Ricardo.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 6016, + "id": 14412379, + "name": "Award winning design loft in the heart of Born", + "host_name": "John", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 6017, + "id": 14412773, + "name": "Comfortable room in sants station for 2 solo mujer", + "host_name": "Damian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-04-30", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6018, + "id": 14413992, + "name": "Double room & balcony - near Sagrada Familia", + "host_name": "Marc", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-07-06", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 140 + }, + { + "index": 6019, + "id": 14417199, + "name": "The Remarkable Bauhaus City Center HUTB-005147", + "host_name": "Erich", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-26", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 6020, + "id": 14418516, + "name": "HEART OF GOTICO. Double room w/ en suite bathroom", + "host_name": "Florie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6021, + "id": 14419445, + "name": "Room with 2 Big Beds/Habitacion 2 camas Dobles", + "host_name": "Ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 96, + "last_review": "2019-06-29", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 6022, + "id": 14420104, + "name": "Big Double Room 2 double beds", + "host_name": "Isa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-16", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 3, + "availability_365": 250 + }, + { + "index": 6023, + "id": 14420556, + "name": "Double Room Big Bed2", + "host_name": "Isa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-07-02", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 3, + "availability_365": 263 + }, + { + "index": 6024, + "id": 14420790, + "name": "Room Double Bed3", + "host_name": "Isa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 120, + "last_review": "2019-06-29", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 3, + "availability_365": 210 + }, + { + "index": 6025, + "id": 14422065, + "name": "Arc de Triomf Studio", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 46, + "last_review": "2019-06-14", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 3, + "availability_365": 281 + }, + { + "index": 6026, + "id": 14422444, + "name": "Big & Bright Room (Barrio de Gracia)", + "host_name": "Marcos", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2018-06-24", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 6027, + "id": 14425781, + "name": "Stylish Loft + 1 bedroom/BCN Center", + "host_name": "Benjamin", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 139, + "last_review": "2019-06-21", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 5, + "availability_365": 138 + }, + { + "index": 6028, + "id": 14432242, + "name": "Double room + private bathroom in the city center", + "host_name": "Raffella & Borja", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 75, + "last_review": "2019-07-08", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 6029, + "id": 14434464, + "name": "Family-Friendly, 2 minutes from Passeig de Gracia", + "host_name": "Nina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 119, + "last_review": "2019-07-05", + "reviews_per_month": 3.94, + "calculated_host_listings_count": 3, + "availability_365": 236 + }, + { + "index": 6030, + "id": 14434534, + "name": "Luxurious, bright, spacious Plaza Catalunya", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 89, + "last_review": "2019-06-22", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 42, + "availability_365": 75 + }, + { + "index": 6031, + "id": 14435096, + "name": "Great room (#3) 1 minute far from Arc de Triomf", + "host_name": "Xavier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-06-28", + "reviews_per_month": 3.51, + "calculated_host_listings_count": 3, + "availability_365": 70 + }, + { + "index": 6032, + "id": 14435455, + "name": "Encantador Chillout, excelente ubicaci\u00f3n...", + "host_name": "Mayte", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6033, + "id": 14435728, + "name": "APARTMENT CLOSE TO LA RAMBLA BARCELONA", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 76, + "minimum_nights": 20, + "number_of_reviews": 25, + "last_review": "2017-09-07", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 6034, + "id": 14435940, + "name": "Spacious Eixample, balcony, 3 bdrm for 6 - ATU6", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 81, + "last_review": "2019-07-07", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 28, + "availability_365": 64 + }, + { + "index": 6035, + "id": 14436579, + "name": "Great Room (#2) 1 minute far from Arc de Triomf", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-06-30", + "reviews_per_month": 3.66, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6036, + "id": 14439285, + "name": "Beautiful Room in Historical Monument Building", + "host_name": "Tanya", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-07-01", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 6037, + "id": 14439632, + "name": "Great room (#1) with views to Arc del Triomf", + "host_name": "Xavier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-07-05", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 3, + "availability_365": 69 + }, + { + "index": 6038, + "id": 14444683, + "name": "Flat next to Arc de Triomf", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-08-29", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 41, + "availability_365": 365 + }, + { + "index": 6039, + "id": 14445127, + "name": "Appartment near Sagrada Familia", + "host_name": "Emily", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-21", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 6040, + "id": 14448762, + "name": "Nice Room with balcony in the area Las Ramblas", + "host_name": "Liliana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 144, + "last_review": "2019-07-09", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 6041, + "id": 14449146, + "name": "Nice apartment in Barcelona close to the beach", + "host_name": "Sara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2018-10-23", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 6042, + "id": 14461129, + "name": "Double room with private terrace in Gotic", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-02-04", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6043, + "id": 14462759, + "name": "SM71 - 1 minute from beach - 2-bedroom - balcony", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-04-28", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 10, + "availability_365": 239 + }, + { + "index": 6044, + "id": 14463163, + "name": "Central & Sunny apartment near Passeig de Gracia", + "host_name": "Maria Consolacion", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-03-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 6045, + "id": 14464474, + "name": "My Address in Barcelona Attic", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-23", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 11, + "availability_365": 257 + }, + { + "index": 6046, + "id": 14466788, + "name": "Doble room close sagrada familia/ habitaci\u00f3n doble", + "host_name": "Maria Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-04-29", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 6047, + "id": 14470889, + "name": "Central and Cozy Double Bedroom U4", + "host_name": "Lion & Feran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 135, + "last_review": "2019-06-20", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 8, + "availability_365": 184 + }, + { + "index": 6048, + "id": 14477264, + "name": "Habitaci\u00f3n en \u00e1tico (sants)", + "host_name": "Alexis Ricardo.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2017-05-28", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6049, + "id": 14480689, + "name": "Habitacion Cama Doble en Vila Olimpica .", + "host_name": "Katia N\u00fa\u00f1ez Herrera", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-12-16", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6050, + "id": 14482262, + "name": "Beautiful and Charming.", + "host_name": "Adriana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 6051, + "id": 14483412, + "name": "Cozy private room for couples in historic centre", + "host_name": "Rodrigo E.", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-07-07", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 6052, + "id": 14484042, + "name": "Habitacion enorme muy bien situada", + "host_name": "Alvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-09-20", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6053, + "id": 14484391, + "name": "AMAZING VIEW Bedroom+AC (U2)", + "host_name": "Lion & Feran", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 147, + "last_review": "2019-06-28", + "reviews_per_month": 4.17, + "calculated_host_listings_count": 8, + "availability_365": 91 + }, + { + "index": 6054, + "id": 14487200, + "name": "Private room in a sunny flat in Gracia district", + "host_name": "Mireia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-25", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 6055, + "id": 14488204, + "name": "Comfortable Room in an Amazing Location", + "host_name": "Enrique", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 196, + "last_review": "2019-06-22", + "reviews_per_month": 5.55, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 6056, + "id": 14494755, + "name": "Spatious room & amazing views in BCN center", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 54, + "minimum_nights": 7, + "number_of_reviews": 58, + "last_review": "2019-06-26", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 2, + "availability_365": 19 + }, + { + "index": 6057, + "id": 14495480, + "name": "small apartment like with balcony", + "host_name": "Jimbo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-07", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 6058, + "id": 14495526, + "name": "Diagonal elegante, terraza & Wifi *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-03-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 54, + "availability_365": 299 + }, + { + "index": 6059, + "id": 14497988, + "name": "Alquiler habitaci\u00f2n individual.B", + "host_name": "Francisco", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 21, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-07-07", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 2, + "availability_365": 100 + }, + { + "index": 6060, + "id": 14498019, + "name": "Spacious room with amazing views in BCN center", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2017-10-27", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6061, + "id": 14498705, + "name": "Ultra modern 2bed ap.@Arco de Triunfo/Hotel Podium", + "host_name": "Zane", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 5, + "number_of_reviews": 3, + "last_review": "2018-06-18", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 3, + "availability_365": 358 + }, + { + "index": 6062, + "id": 14501163, + "name": "Habitaci\u00f3n doble c\u00e9ntrica con balc\u00f3n exterior", + "host_name": "Gabi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-07-07", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 356 + }, + { + "index": 6063, + "id": 14502755, + "name": "Barceloneta room beach", + "host_name": "Wilfredo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 25, + "number_of_reviews": 1, + "last_review": "2016-10-18", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 6064, + "id": 14510812, + "name": "Nice room with balcony", + "host_name": "Maxime", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-25", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6065, + "id": 14517799, + "name": "NICE ROOM IN SAGRADA FAMILIA", + "host_name": "A\u00efda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-06-22", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 6066, + "id": 14521168, + "name": "Room Double Bed/Habitaci\u00f3n Cama Doble", + "host_name": "Ed", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 83, + "last_review": "2019-06-10", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 6067, + "id": 14521589, + "name": "Cosy, sunny and quiet loft next to the metro", + "host_name": "Gonzalo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-21", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 6068, + "id": 14522249, + "name": "Alquiler habitaci\u00f2n individual.A", + "host_name": "Francisco", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 21, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-03", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 2, + "availability_365": 111 + }, + { + "index": 6069, + "id": 14532134, + "name": "A 10 min to sagrada familia, nice,shining and cozy", + "host_name": "Omar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-07-07", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 2, + "availability_365": 65 + }, + { + "index": 6070, + "id": 14536601, + "name": "Cheap double room near Plaza Espa\u00f1a and airport", + "host_name": "C\u00e9sar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6071, + "id": 14541937, + "name": "Artsy double room in quite and beautiful area", + "host_name": "Alessandro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-08-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6072, + "id": 14548291, + "name": "Central & Cozy DoubleBedroom (U1)", + "host_name": "Lion & Feran", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 153, + "last_review": "2019-06-17", + "reviews_per_month": 4.38, + "calculated_host_listings_count": 8, + "availability_365": 169 + }, + { + "index": 6073, + "id": 14554636, + "name": "Two private rooms next to Park G\u00fcell", + "host_name": "Nestor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-07-07", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 1, + "availability_365": 295 + }, + { + "index": 6074, + "id": 14560963, + "name": "Double bedroom in PobleSec Downtown", + "host_name": "Ra\u00fatl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-05-13", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 46 + }, + { + "index": 6075, + "id": 14563257, + "name": "C\u00e9ntrica Habitaci\u00f3n", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2016-09-27", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 113 + }, + { + "index": 6076, + "id": 14563563, + "name": "Double bedroom downtown", + "host_name": "Ra\u00fatl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2016-09-09", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 319 + }, + { + "index": 6077, + "id": 14565867, + "name": "Studio apartment next to the port", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-06-04", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 7, + "availability_365": 206 + }, + { + "index": 6078, + "id": 14573570, + "name": "Cosy room in the Born district", + "host_name": "Anne-Sophie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-22", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 196 + }, + { + "index": 6079, + "id": 14583158, + "name": "Charm Rambla Catalunya", + "host_name": "Charm Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-03-03", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 8, + "availability_365": 282 + }, + { + "index": 6080, + "id": 14585558, + "name": "Private room WIFI, near to Sagrada Familia", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 4, + "number_of_reviews": 54, + "last_review": "2019-07-06", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 6081, + "id": 14592604, + "name": "Central&PERFECT SINGLE Room in Heart of BCN", + "host_name": "Lion & Feran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 11, + "minimum_nights": 1, + "number_of_reviews": 165, + "last_review": "2019-06-29", + "reviews_per_month": 4.83, + "calculated_host_listings_count": 8, + "availability_365": 106 + }, + { + "index": 6082, + "id": 14593145, + "name": "Last call promotion room at peace full flat & area", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-29", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 9, + "availability_365": 357 + }, + { + "index": 6083, + "id": 14612203, + "name": "4 Bedroom apartment, perfect for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 4, + "number_of_reviews": 81, + "last_review": "2019-06-17", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 84, + "availability_365": 53 + }, + { + "index": 6084, + "id": 14612268, + "name": "Cozy central single room in quiet & hip St. Antoni", + "host_name": "Cozy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2018-10-14", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6085, + "id": 14618817, + "name": "Nice room with private bathroom inside.", + "host_name": "Assumpcio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-08", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 6086, + "id": 14621782, + "name": "Apartment 2x1, near Sants station", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-17", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 15, + "availability_365": 316 + }, + { + "index": 6087, + "id": 14623889, + "name": "2-BEDROOM NEAR LAS RAMBLAS", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 258, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-04-29", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 43, + "availability_365": 123 + }, + { + "index": 6088, + "id": 14624373, + "name": "Doble room in Raval with bathroom", + "host_name": "Glaub", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2018-09-28", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6089, + "id": 14625071, + "name": "FOUR-BEDROOM APARTMENT NEAR GRACIA", + "host_name": "Arina", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 330, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-07-02", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 43, + "availability_365": 333 + }, + { + "index": 6090, + "id": 14629297, + "name": "Twin room in new flat", + "host_name": "Imre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2017-01-31", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6091, + "id": 14629308, + "name": "habitaci\u00f3n doble privada", + "host_name": "Ligia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-24", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 2, + "availability_365": 109 + }, + { + "index": 6092, + "id": 14642651, + "name": "Magnific bedroom in the modern neighbourhood Born", + "host_name": "Anikyta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-09-04", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 6093, + "id": 14660773, + "name": "Double Bedroom+Private Bathroom, Confortable space", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 72, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-06-23", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 6094, + "id": 14661747, + "name": "Perfect double room with private bathroom ! !", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-06-29", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 3, + "availability_365": 80 + }, + { + "index": 6095, + "id": 14662418, + "name": "Nice room in the heart of Barcelona", + "host_name": "Veronica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2018-01-25", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6096, + "id": 14667676, + "name": "Art House Sep\u00falveda", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-07-06", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 11, + "availability_365": 306 + }, + { + "index": 6097, + "id": 14669223, + "name": "ONE MINUTE TO BARCELONA BEAH", + "host_name": "Pedro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-07-22", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 8, + "availability_365": 298 + }, + { + "index": 6098, + "id": 14671298, + "name": "Pour 6 personnes", + "host_name": "Leo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6099, + "id": 14676014, + "name": "pg LARGE 3 BEDROOM FLAT FOR MAX. 10 HAPPY PEOPLE!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-05-19", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 80, + "availability_365": 359 + }, + { + "index": 6100, + "id": 14677981, + "name": "Lovely terrace apartment in La Teixonera", + "host_name": "Anna", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2018-10-21", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6101, + "id": 14684040, + "name": "Habitaci\u00f3n suite en \u00e1tico con terraza. Sant Antoni", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-07-09", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 26 + }, + { + "index": 6102, + "id": 14689640, + "name": "*50\u20ac*NEAR BEACH*COZY DOUBLE BED* FRENTE AUDITORIUM", + "host_name": "Beatriz", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-30", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 3, + "availability_365": 336 + }, + { + "index": 6103, + "id": 14711942, + "name": "Sants station Duplex Apartment for 6-10 persons", + "host_name": "Hospitality Apartment Management Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 119, + "last_review": "2019-06-16", + "reviews_per_month": 3.48, + "calculated_host_listings_count": 9, + "availability_365": 259 + }, + { + "index": 6104, + "id": 14714522, + "name": "Sweet loft in the heart f Barcelona", + "host_name": "Barcelona Center", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 30, + "number_of_reviews": 2, + "last_review": "2018-05-06", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 6105, + "id": 14719647, + "name": "Artsy&Design Apartment in Center / Terrace", + "host_name": "Miky", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-27", + "reviews_per_month": 3.5, + "calculated_host_listings_count": 1, + "availability_365": 215 + }, + { + "index": 6106, + "id": 14723985, + "name": "DUPLEX FOR STUDENTS,TRAVELLERS,BUSINESSMEN PARKING", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2017-10-22", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 12, + "availability_365": 235 + }, + { + "index": 6107, + "id": 14729603, + "name": "Double Private Room Near to Plaza Espanya", + "host_name": "Paco Y Sanja", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-30", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 6108, + "id": 14734390, + "name": "Penthouse with terrace and seaviews in Gracia", + "host_name": "Sandra", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-11-13", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 161 + }, + { + "index": 6109, + "id": 14736188, + "name": "Luminous and comfy flat in the heart of Bcn!", + "host_name": "Jonathan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2017-10-30", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6110, + "id": 14737939, + "name": "Comfortable room for couples in historical area.", + "host_name": "Gustavo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 216, + "last_review": "2019-06-26", + "reviews_per_month": 6.28, + "calculated_host_listings_count": 1, + "availability_365": 139 + }, + { + "index": 6111, + "id": 14738467, + "name": "Lighted room with balcony", + "host_name": "Maite", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 239, + "last_review": "2019-06-24", + "reviews_per_month": 6.88, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6112, + "id": 14740246, + "name": "Art House Studio Mercat de Sant Antoni", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 122, + "last_review": "2019-07-08", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 11, + "availability_365": 244 + }, + { + "index": 6113, + "id": 14741033, + "name": "Spacious room, Cozy Apartment In el Borne (shared)", + "host_name": "Marvin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2018-10-13", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 48 + }, + { + "index": 6114, + "id": 14741950, + "name": "City Center Studio Gracia 3", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-26", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 95, + "availability_365": 298 + }, + { + "index": 6115, + "id": 14751508, + "name": "2124 - AB Poblenou Beach Comfort - Modern 3-Bedroom Apartment in Poblenou near Avinguda Diagonal", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 360, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-04-09", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 193, + "availability_365": 317 + }, + { + "index": 6116, + "id": 14756825, + "name": "Private room in the heart of BCN", + "host_name": "Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 24, + "minimum_nights": 200, + "number_of_reviews": 5, + "last_review": "2019-06-30", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 307 + }, + { + "index": 6117, + "id": 14756831, + "name": "City Center Studio Gracia 4", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-21", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 95, + "availability_365": 309 + }, + { + "index": 6118, + "id": 14765045, + "name": "BARCELONA A PIE DE PLAYA- *PARKING -MIN 4/5/6 PAX", + "host_name": "Ana Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-10", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 6119, + "id": 14766072, + "name": "Fantastic flat with nice view, near Plaza Espa\u00f1a", + "host_name": "Miguel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 40, + "number_of_reviews": 8, + "last_review": "2019-06-29", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 6120, + "id": 14777611, + "name": "Bright room with private bathroom. Beach&downtown", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-23", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 6121, + "id": 14778581, + "name": "Sagrada Familia View monthly rental, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-24", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 6122, + "id": 14784094, + "name": "Room in a cozy apartment", + "host_name": "Gabriela", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6123, + "id": 14792937, + "name": "Fantastic Attic 2 bedrooms amazing views", + "host_name": "Sabrina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 13, + "availability_365": 364 + }, + { + "index": 6124, + "id": 14794128, + "name": "City Center Studio Gracia 5", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-04-28", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 95, + "availability_365": 302 + }, + { + "index": 6125, + "id": 14797272, + "name": "Doble room in historic center city", + "host_name": "Francisco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 336, + "last_review": "2019-07-08", + "reviews_per_month": 9.7, + "calculated_host_listings_count": 1, + "availability_365": 195 + }, + { + "index": 6126, + "id": 14799774, + "name": "Double room on flat with amazing views", + "host_name": "Sergi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2018-05-31", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6127, + "id": 14800584, + "name": "H. individual ( sagrada familia)", + "host_name": "Nigel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-25", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 222 + }, + { + "index": 6128, + "id": 14800802, + "name": "Loft muy agradable en el Casco Antiguo", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 35, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 6129, + "id": 14804782, + "name": "The room with barthroom prive por one persone", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-01-08", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 8, + "availability_365": 49 + }, + { + "index": 6130, + "id": 14813836, + "name": "Centric apartment and a very quiet neighborhood an", + "host_name": "Juan Carlos Y Regina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 155, + "last_review": "2019-07-05", + "reviews_per_month": 4.5, + "calculated_host_listings_count": 2, + "availability_365": 290 + }, + { + "index": 6131, + "id": 14814872, + "name": "Comfortable double room in \u00a1Gothic center!", + "host_name": "Juan Facundo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-24", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 6132, + "id": 14817921, + "name": "Nice room for 4", + "host_name": "Ettore", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 51, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-06-29", + "reviews_per_month": 3.92, + "calculated_host_listings_count": 2, + "availability_365": 292 + }, + { + "index": 6133, + "id": 14819536, + "name": "Habitaci\u00f3n doble en el centro de Barcelona!", + "host_name": "Thiago", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-04-28", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 162 + }, + { + "index": 6134, + "id": 14819632, + "name": "Charming downtown apartment", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 1, + "number_of_reviews": 133, + "last_review": "2019-07-07", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 6135, + "id": 14831213, + "name": "Triple studio next to the port", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 57, + "last_review": "2019-06-18", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 7, + "availability_365": 199 + }, + { + "index": 6136, + "id": 14833952, + "name": "Nice big room in Gracia, Barcelona", + "host_name": "Gandom", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-19", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 2, + "availability_365": 184 + }, + { + "index": 6137, + "id": 14834228, + "name": "cute cozy room in a lovely spacious apartment", + "host_name": "Phoebe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 108, + "last_review": "2019-06-30", + "reviews_per_month": 3.32, + "calculated_host_listings_count": 1, + "availability_365": 99 + }, + { + "index": 6138, + "id": 14836082, + "name": "Best Location in the best neighborhood \u00a8EL BORNE\u00b4\u00b4", + "host_name": "Vicente", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 164, + "last_review": "2019-06-24", + "reviews_per_month": 4.86, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 6139, + "id": 14837165, + "name": "Grande habitaci\u00f3n con balc\u00f3n, escritorio y sof\u00e1", + "host_name": "Ivy & Javi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 15, + "last_review": "2019-07-04", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 3, + "availability_365": 27 + }, + { + "index": 6140, + "id": 14845453, + "name": "Big room IN THE heart BARCELONA", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-07-04", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 6141, + "id": 14845940, + "name": "Single room, private bathroom, lovely view of city", + "host_name": "Anne-Emmanuelle", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-07-09", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 113 + }, + { + "index": 6142, + "id": 14847034, + "name": "Sagrada Familia View for long stay, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-04-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 11, + "availability_365": 93 + }, + { + "index": 6143, + "id": 14848480, + "name": "Habitaci\u00f3n privada 1 pers. Sagrada Familia.", + "host_name": "Ana La\u00eds", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-25", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 354 + }, + { + "index": 6144, + "id": 14859062, + "name": "Cozy Single Bedroom in Barcelona Centre", + "host_name": "Veronica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-07-07", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 351 + }, + { + "index": 6145, + "id": 14863086, + "name": "Super Comfy Bright Room in Barcelona Center", + "host_name": "Jessica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2016-11-13", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6146, + "id": 14864163, + "name": "Big room Plaza Espa\u00f1a 5 (parking)", + "host_name": "Gustavo Hernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 89, + "last_review": "2019-06-17", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 5, + "availability_365": 328 + }, + { + "index": 6147, + "id": 14866305, + "name": "The Cosmopolitan City Center Apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-05-23", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 95, + "availability_365": 283 + }, + { + "index": 6148, + "id": 14871539, + "name": "Piso c\u00e9ntrico barcelon\u00e9s", + "host_name": "March", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-29", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 134 + }, + { + "index": 6149, + "id": 14885373, + "name": "Amazing apartment for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 40, + "last_review": "2019-04-10", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 84, + "availability_365": 71 + }, + { + "index": 6150, + "id": 14892082, + "name": "well located room really close to Poblenou Beach", + "host_name": "Sam", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-10-07", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 6151, + "id": 14896116, + "name": "Habitacion en el Park Guell", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-13", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 6152, + "id": 14896210, + "name": "Cozy apartment. Parking included in the price.", + "host_name": "Klonkis Sl", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-07-08", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 6153, + "id": 14896686, + "name": "CHARMING ROOMS IN THE CENTER OF BARCELONA", + "host_name": "Olga", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-04-05", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 6154, + "id": 14909696, + "name": "Fantastic Central Quiet DoubleBedroom- WiFi", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-07-04", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 6155, + "id": 14910097, + "name": "Private Room - Poble Sec, centre of Barcelona", + "host_name": "Valentina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-04-13", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 2, + "availability_365": 169 + }, + { + "index": 6156, + "id": 14910478, + "name": "Double room near Park Guell", + "host_name": "Ignasi", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-10-01", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6157, + "id": 14911941, + "name": "Habitaci\u00f3n Doble en Barcelona Centro -2-", + "host_name": "Pere", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-05", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6158, + "id": 14912116, + "name": "Habitaci\u00f3n Doble en Barcelona Centro -1-", + "host_name": "Pere", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-24", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 6159, + "id": 14915642, + "name": "LITTLE ROOM COZY", + "host_name": "Montserrat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-09-15", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 361 + }, + { + "index": 6160, + "id": 14918045, + "name": "Tibidabo mountain view apartment close to Metro", + "host_name": "Ana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 6161, + "id": 14918173, + "name": "bright room /habitacion muy luminosa", + "host_name": "Jeancarlo", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-10", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 345 + }, + { + "index": 6162, + "id": 14921978, + "name": "\u00a1Despl\u00e1zate caminando a los mejores lugares!.", + "host_name": "Henry", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-04", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 2, + "availability_365": 134 + }, + { + "index": 6163, + "id": 14923468, + "name": "3-BEDROOM NEAR GRACIA WITH TERRACE", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 347, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-25", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 43, + "availability_365": 124 + }, + { + "index": 6164, + "id": 14928200, + "name": "Nice spacious room in the heart of Barcelona", + "host_name": "Didi & Dani", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2017-10-10", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6165, + "id": 14930754, + "name": "Habitaci\u00f3n en el centro de Barcelona", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-09-14", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6166, + "id": 14931743, + "name": "Single room in a lightly flat close to te beach", + "host_name": "Mark", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 21, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-06-25", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 2, + "availability_365": 151 + }, + { + "index": 6167, + "id": 14939544, + "name": "The room with brathroom prive for two persones", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-05-04", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 8, + "availability_365": 125 + }, + { + "index": 6168, + "id": 14941403, + "name": "SM5 - Serenity Beach -2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-07-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 10, + "availability_365": 173 + }, + { + "index": 6169, + "id": 14944982, + "name": "Bright Apartment Over Plaza - Spain", + "host_name": "Emilio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 131, + "last_review": "2019-06-28", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6170, + "id": 14944987, + "name": "Nice apartment near Camp Nou", + "host_name": "Maria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-26", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6171, + "id": 14948919, + "name": "Double room in Barcelona center", + "host_name": "Alejandro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-15", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 6172, + "id": 14952782, + "name": "Beautiful Spacious Apartment, 4 bedrooms~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 4, + "number_of_reviews": 33, + "last_review": "2019-05-30", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 84, + "availability_365": 71 + }, + { + "index": 6173, + "id": 14964762, + "name": "HAB.ROJA-TRANQ. MUY BIEN COMUNIC, CON DESAYUNO", + "host_name": "Enrique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-07-08", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 2, + "availability_365": 157 + }, + { + "index": 6174, + "id": 14965028, + "name": "Best located apartment in Barcelona, the Born", + "host_name": "Montaber", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 30, + "number_of_reviews": 7, + "last_review": "2018-10-28", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 24, + "availability_365": 144 + }, + { + "index": 6175, + "id": 14965707, + "name": "ACOGEDOR APARTAMENTO CON HABITACI\u00d3N INDIVIDUAL BCN", + "host_name": "Richard", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-09-13", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6176, + "id": 14972130, + "name": "Mosaico - 2 Bedroom apartment in Born", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-25", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 28, + "availability_365": 209 + }, + { + "index": 6177, + "id": 14972406, + "name": "!CENTRAL, BEAUTIFUL With private barcony", + "host_name": "Juan Pablo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 111, + "last_review": "2019-07-01", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 3, + "availability_365": 161 + }, + { + "index": 6178, + "id": 14973389, + "name": "M49 - Serenity Beach - Design Flat with Sea View", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-01-31", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 10, + "availability_365": 131 + }, + { + "index": 6179, + "id": 14974687, + "name": "Soleada y rom\u00e1ntica habitaci\u00f3n con sal\u00f3n privado", + "host_name": "Daniela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-23", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 6180, + "id": 14976613, + "name": "Centro hist\u00f3rico apartamento r\u00fastico y original", + "host_name": "Remedios", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 300, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6181, + "id": 14981606, + "name": "Great apartment in the center with terrace", + "host_name": "Belen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-25", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 6182, + "id": 14990630, + "name": "Cozy Rooms In City Center Gracia & Sagrada Familia", + "host_name": "Eul\u00e0lia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 83, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-16", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 44 + }, + { + "index": 6183, + "id": 14999633, + "name": "AL30- Serenity Beach - 2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 218 + }, + { + "index": 6184, + "id": 15000259, + "name": "M125 - Serenity Beach - 2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 230 + }, + { + "index": 6185, + "id": 15011373, + "name": "You'll love this big room in Central apartment", + "host_name": "Nikte", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 90, + "last_review": "2019-06-16", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 6186, + "id": 15011733, + "name": "Magic view House in Plaza Espanya", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-06-25", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 2, + "availability_365": 31 + }, + { + "index": 6187, + "id": 15012036, + "name": "Big apartment perfect for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-06-05", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 84, + "availability_365": 50 + }, + { + "index": 6188, + "id": 15013369, + "name": "4 BED DORM IN AMAZING HOSTEL IN BARCELONA", + "host_name": "Hostel One Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Shared room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-03-20", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 205 + }, + { + "index": 6189, + "id": 15013842, + "name": "Simo&Horatio\u2019s home!", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-03-03", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6190, + "id": 15020931, + "name": "Lovely Two Bed Room in Sagrada Familia", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-28", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 2, + "availability_365": 88 + }, + { + "index": 6191, + "id": 15025611, + "name": "New Stylish apartment in the city's downtown", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 106, + "last_review": "2019-06-24", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 38, + "availability_365": 125 + }, + { + "index": 6192, + "id": 15027676, + "name": "AMAZING SUNNY WITH SWIMMING POOL RAMBLAS", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 124, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-08-02", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 18, + "availability_365": 356 + }, + { + "index": 6193, + "id": 15028152, + "name": "PRIVATE ROOM With Private bathroom & AIR Acond.", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-26", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 110 + }, + { + "index": 6194, + "id": 15033558, + "name": "Habitacion en centro de Barcelona con ba\u00f1o privado", + "host_name": "Becca", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 154, + "last_review": "2019-07-03", + "reviews_per_month": 5.83, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 6195, + "id": 15035431, + "name": "Double Room in Penthouse & Terrace & Views", + "host_name": "Gago", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-06-23", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 234 + }, + { + "index": 6196, + "id": 15035458, + "name": "ONE BEDROOM DIAGONAL", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 178, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-02-02", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 43, + "availability_365": 100 + }, + { + "index": 6197, + "id": 15037359, + "name": "Private Room with bathroom and studio", + "host_name": "Mar\u00eda Anna", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-05-25", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 6198, + "id": 15045446, + "name": "1902 - AB Vila i Vil\u00e1 Apartment 1-1 - Modern Apartment with a Communal Roof Terrace just 15 Minutes from Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-26", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 193, + "availability_365": 301 + }, + { + "index": 6199, + "id": 15045517, + "name": "PRIVATE TWIN IN AMAZING HOSTEL IN BARCELONA", + "host_name": "Hostel One Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 6200, + "id": 15045744, + "name": "6 BED DORM IN AMAZING HOSTEL IN BARCELONA", + "host_name": "Hostel One Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-02-27", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 196 + }, + { + "index": 6201, + "id": 15047298, + "name": "TWO BEDROOM APARTMENT NEAR CATHEDRAL", + "host_name": "Arina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 57 + }, + { + "index": 6202, + "id": 15047479, + "name": "CHARMING APARTMENT in PLA\u00c7A REIAL-HUTB (Phone number hidden by Airbnb)", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-06-26", + "reviews_per_month": 4.08, + "calculated_host_listings_count": 2, + "availability_365": 244 + }, + { + "index": 6203, + "id": 15049173, + "name": "Piso ideal para parejas o familias", + "host_name": "Xuefei", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 6204, + "id": 15049853, + "name": "1903 - AB Vila i Vil\u00e1 Apartment 1-2 - Delightful Apartment with a Communal Roof Terrace near Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-04-28", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 193, + "availability_365": 321 + }, + { + "index": 6205, + "id": 15050009, + "name": "1906 - AB Vila i Vil\u00e1 Apartment 3-1 - Contemporary Apartment with a Communal Roof Terrace near Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-06-04", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 193, + "availability_365": 323 + }, + { + "index": 6206, + "id": 15052687, + "name": "Habitaci\u00f3n doble", + "host_name": "Katherine", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 22, + "minimum_nights": 4, + "number_of_reviews": 40, + "last_review": "2019-07-06", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 2, + "availability_365": 296 + }, + { + "index": 6207, + "id": 15053800, + "name": "Lovely double room in the middle of the town", + "host_name": "Filippo", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-05-14", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 6208, + "id": 15054843, + "name": "The room with brathroom prive for two persones", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-06-03", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 8, + "availability_365": 123 + }, + { + "index": 6209, + "id": 15062959, + "name": "HAB..AZUL-TRANQ. Y MUY BIEN COMUNIC. CON DESAYUNO-", + "host_name": "Enrique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 158, + "last_review": "2019-07-07", + "reviews_per_month": 4.69, + "calculated_host_listings_count": 2, + "availability_365": 154 + }, + { + "index": 6210, + "id": 15063931, + "name": "RAMBLAS, SPACIOUS BOUTIQUE APT. DAILY CLEANING!", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-06-13", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 11, + "availability_365": 232 + }, + { + "index": 6211, + "id": 15066439, + "name": "1907 - AB Vila i Vil\u00e1 Apartment 3-2 - Central Apartment with a Communal Roof Terrace near Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-04-18", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 193, + "availability_365": 309 + }, + { + "index": 6212, + "id": 15066661, + "name": "1908 - AB Vila i Vil\u00e1 Apartment 4-1 - Lovely Apartment with a Communal Roof Terrace near Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-10", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 193, + "availability_365": 344 + }, + { + "index": 6213, + "id": 15066805, + "name": "1911 - AB Vila i Vil\u00e1 Apartment P-1 - Spacious Apartment with a Communal Roof Terrace near Las Ramblas", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-21", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 193, + "availability_365": 330 + }, + { + "index": 6214, + "id": 15071220, + "name": "sunny, large room in sagrada fam\u00edlia", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 243, + "last_review": "2019-06-21", + "reviews_per_month": 7.12, + "calculated_host_listings_count": 3, + "availability_365": 9 + }, + { + "index": 6215, + "id": 15072425, + "name": "1Double Sunny Room with balcony in Sagrada Familia", + "host_name": null, + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 31, + "number_of_reviews": 90, + "last_review": "2018-12-01", + "reviews_per_month": 2.64, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6216, + "id": 15081306, + "name": "Habitaci\u00f3n doble + Ba\u00f1o privado fuera de la hab.", + "host_name": "Dennise", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-03", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 6217, + "id": 15085509, + "name": "Sagrada familia Gaud\u00ed", + "host_name": "Wuguiqing", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-23", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 6218, + "id": 15095736, + "name": "Cozy Private Room&Bathroom for 1 or 2 guests", + "host_name": "\u00c1ngeles", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-06-26", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 6219, + "id": 15103148, + "name": "SM8 - Serenity Beach - 2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-02-17", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 10, + "availability_365": 177 + }, + { + "index": 6220, + "id": 15119850, + "name": "Apartment located near Guell park", + "host_name": "Manuela", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-07-08", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 1, + "availability_365": 155 + }, + { + "index": 6221, + "id": 15124297, + "name": "Palau de la M\u00fasica Apartments 3H #3", + "host_name": "Eduardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-05-09", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 9, + "availability_365": 132 + }, + { + "index": 6222, + "id": 15124886, + "name": "Private cabin", + "host_name": "Barcelona Yacht", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-26", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 345 + }, + { + "index": 6223, + "id": 15126198, + "name": "Dormitorio doble dulce en La Rambla", + "host_name": "Gan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Shared room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 6224, + "id": 15127147, + "name": "Piso compartido", + "host_name": "Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 11, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-01-11", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 69 + }, + { + "index": 6225, + "id": 15136909, + "name": "Mar Bella Apartment 1", + "host_name": "Xavi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-04-27", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 7, + "availability_365": 325 + }, + { + "index": 6226, + "id": 15139440, + "name": "Gracia 3 BR 2 BA Terrace", + "host_name": "Xavi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-09-03", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 18, + "availability_365": 190 + }, + { + "index": 6227, + "id": 15141115, + "name": "PLAZA CATALU\u00d1A-APARTAMENTO", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-07-15", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 6228, + "id": 15153134, + "name": "S47 -Serenity Beach - 2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-05-30", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 10, + "availability_365": 227 + }, + { + "index": 6229, + "id": 15153698, + "name": "GP27 - Serenity Beach - 2 Bedroom, Dressing Room", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-02-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 10, + "availability_365": 209 + }, + { + "index": 6230, + "id": 15157048, + "name": "Double Bedroom near de Beach in Poblenou", + "host_name": "Adolfo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-08-27", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6231, + "id": 15157600, + "name": "O,O Double Exterior Room w/Balcony veryBonita! O,O", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 15, + "minimum_nights": 90, + "number_of_reviews": 57, + "last_review": "2018-09-24", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6232, + "id": 15168718, + "name": "1 DUPLEX FOR STUDENTS, TRAVELLER, BUSINESSMEN", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-03-06", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 12, + "availability_365": 55 + }, + { + "index": 6233, + "id": 15168913, + "name": "Brand New 2bd flat - Sants Mercat Nou - ALQ 19", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 60, + "number_of_reviews": 6, + "last_review": "2018-11-10", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 18, + "availability_365": 93 + }, + { + "index": 6234, + "id": 15170544, + "name": "DUPLEX FOR STUDENTS,TRAVELLER,BUSINESSMEN-PARKING", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-11-24", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 12, + "availability_365": 55 + }, + { + "index": 6235, + "id": 15170980, + "name": "Amazing 3 bedrooms in Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-06-10", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 76, + "availability_365": 144 + }, + { + "index": 6236, + "id": 15171621, + "name": "1774 - AB Saint Joseph Apartment - Modern and Spacious 2-Bedroom Apartment in Eixample near Avinguda Diagonal", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-05-19", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 193, + "availability_365": 348 + }, + { + "index": 6237, + "id": 15175682, + "name": "A perfect step in Barcelona", + "host_name": "Fabienne", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 4, + "number_of_reviews": 97, + "last_review": "2019-06-29", + "reviews_per_month": 2.95, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 6238, + "id": 15179060, + "name": "Cozy Accommodation Barcelona", + "host_name": "Natalie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-12-16", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 5, + "availability_365": 330 + }, + { + "index": 6239, + "id": 15184384, + "name": "ROMANTIC APARTMENT near SAGRADA FAMILIA", + "host_name": "Oscar&Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 124, + "last_review": "2019-06-20", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 6240, + "id": 15187915, + "name": "1147 - AB Eixample Viladomat - Lovely 2-Bedroom Eixample Apartment with a Balcony next to Parc de Joan Mir\u00f3", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-19", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 193, + "availability_365": 296 + }, + { + "index": 6241, + "id": 15188266, + "name": "1897 - AB Clot Apartment - Beautiful 2-Bedroom Apartment just 15 Minutes from the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-09", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 193, + "availability_365": 319 + }, + { + "index": 6242, + "id": 15189920, + "name": "Brand new 2br apartment for monthly stays", + "host_name": "Fr\u00e9d\u00e9ric", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 45, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 11, + "availability_365": 190 + }, + { + "index": 6243, + "id": 15199272, + "name": "Habitacion Doble, Amplia c/mucha luz en piso comp.", + "host_name": "Enrique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2018-02-21", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 6244, + "id": 15200767, + "name": "Apartment for families, 4 bedrooms~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 68, + "last_review": "2019-06-20", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 84, + "availability_365": 152 + }, + { + "index": 6245, + "id": 15201036, + "name": "Brilliant apartment for up to 7 ~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 40, + "last_review": "2019-06-18", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 84, + "availability_365": 71 + }, + { + "index": 6246, + "id": 15201245, + "name": "Apartment close to Rambla de Catalunya 4 bedrooms~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 275, + "minimum_nights": 4, + "number_of_reviews": 58, + "last_review": "2019-05-29", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 84, + "availability_365": 55 + }, + { + "index": 6247, + "id": 15203376, + "name": "Room in GRACIA!! the coolest neighborhood in BCN!!", + "host_name": "Olis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 23, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2018-12-29", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6248, + "id": 15211235, + "name": "Shared apartment in downtown Barcelona.", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 157, + "last_review": "2019-01-22", + "reviews_per_month": 4.82, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 6249, + "id": 15212307, + "name": "Apt for 7, Diagonal metro and Rambla de Catalunya~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 30, + "last_review": "2019-04-07", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 84, + "availability_365": 57 + }, + { + "index": 6250, + "id": 15214445, + "name": "Hogar, dulce hogar. Sagrada Familia Naranja", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-15", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 4, + "availability_365": 349 + }, + { + "index": 6251, + "id": 15214905, + "name": "Espectacular vista a la Sagrada Familia, Verde :D", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 63, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-05-29", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 4, + "availability_365": 356 + }, + { + "index": 6252, + "id": 15217430, + "name": "SAGRERA BARCELONA QUIET 1 -1 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-20", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 49, + "availability_365": 73 + }, + { + "index": 6253, + "id": 15218797, + "name": "Home, sweet home, Sagrada Familia, Blue!", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 73, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-20", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 4, + "availability_365": 349 + }, + { + "index": 6254, + "id": 15232614, + "name": "Habitaci\u00f3n con balcon / Room with terrace", + "host_name": "Xavi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-07-06", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 1, + "availability_365": 52 + }, + { + "index": 6255, + "id": 15234209, + "name": "La mejor zona cerca Sagrada famili.", + "host_name": "Jose M", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 111, + "last_review": "2019-07-08", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 2, + "availability_365": 274 + }, + { + "index": 6256, + "id": 15244110, + "name": "Central and single room in Eixample", + "host_name": "Montse", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 147, + "last_review": "2019-07-06", + "reviews_per_month": 4.39, + "calculated_host_listings_count": 5, + "availability_365": 189 + }, + { + "index": 6257, + "id": 15244301, + "name": "Share a flat in a lovely penthouse with terrace", + "host_name": "Mireia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-07-06", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 6258, + "id": 15245627, + "name": "Sagrada Familia 3 Bedrooms II", + "host_name": "Apartime", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-03-10", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 31, + "availability_365": 145 + }, + { + "index": 6259, + "id": 15245838, + "name": "Habitaci\u00f3n individual en Sagrada Familia", + "host_name": "Mayte", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-01", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 6260, + "id": 15248430, + "name": "Double room/private bathroom", + "host_name": "Iza Y David", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 88, + "last_review": "2018-07-16", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6261, + "id": 15249362, + "name": "Apartment with balcony for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-06-27", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 84, + "availability_365": 72 + }, + { + "index": 6262, + "id": 15253506, + "name": "\u2665BeSweet Apartment\u2665 5Bedroom flat in Sants Station", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 1, + "number_of_reviews": 68, + "last_review": "2019-06-08", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 6263, + "id": 15259878, + "name": "Situaci\u00f3n inmejorable", + "host_name": "Jose M", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-28", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 2, + "availability_365": 284 + }, + { + "index": 6264, + "id": 15260634, + "name": "**Comfortable Bed Room In Barcelona**", + "host_name": "Jacopo", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-07-04", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 70 + }, + { + "index": 6265, + "id": 15262173, + "name": "Bonita Habitacion Sagrada Familia", + "host_name": "Elizabeth", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-02-17", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 65 + }, + { + "index": 6266, + "id": 15262802, + "name": "1554 - AB Passeig de Gr\u00e0cia Pelai - Modern City Centre Apartment with Balcony, Steps from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-05-22", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 193, + "availability_365": 297 + }, + { + "index": 6267, + "id": 15263886, + "name": "Double room 15 min metro from the center", + "host_name": "Loretta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-12-07", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6268, + "id": 15265238, + "name": "Habitacion Barcelona Plaza Espa\u00f1a", + "host_name": "Ppp", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 285 + }, + { + "index": 6269, + "id": 15270819, + "name": "Apartment 100 m from Camp Nou.", + "host_name": "Miyya", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-05-19", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 2, + "availability_365": 103 + }, + { + "index": 6270, + "id": 15284005, + "name": "MASTER'S AND CENTRICA,", + "host_name": "Juan Pablo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-07-03", + "reviews_per_month": 4.1, + "calculated_host_listings_count": 3, + "availability_365": 141 + }, + { + "index": 6271, + "id": 15284591, + "name": "COMFORTABLE AND IN THE CENTER.", + "host_name": "Juan Pablo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-07-04", + "reviews_per_month": 3.9, + "calculated_host_listings_count": 3, + "availability_365": 151 + }, + { + "index": 6272, + "id": 15287684, + "name": "Cozy single room in the city center close Montjuic", + "host_name": "Bernardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 19, + "minimum_nights": 10, + "number_of_reviews": 74, + "last_review": "2019-04-10", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 6273, + "id": 15310159, + "name": "Cozy room near Pla\u00e7a Espanya", + "host_name": "Carlos & Jenny", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-06-30", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 2, + "availability_365": 350 + }, + { + "index": 6274, + "id": 15320378, + "name": "Hab. individual en Barcelona / Single room in Bcn", + "host_name": "Mar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2016-10-02", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6275, + "id": 15321770, + "name": "Beautiful NEW room in a cozy flat", + "host_name": "Nando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 125, + "last_review": "2019-06-15", + "reviews_per_month": 3.77, + "calculated_host_listings_count": 2, + "availability_365": 63 + }, + { + "index": 6276, + "id": 15325670, + "name": "Casa m\u00e1gica de artista so\u00f1adora con mucho silencio", + "host_name": "Maria Rosa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-28", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 6277, + "id": 15326164, + "name": "Sagrada Familia Apartment", + "host_name": "Renato", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-07-03", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 2, + "availability_365": 52 + }, + { + "index": 6278, + "id": 15329706, + "name": "Sweet home La Rambla - Long term rental X students", + "host_name": "Enric & Packo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 39, + "minimum_nights": 60, + "number_of_reviews": 2, + "last_review": "2018-08-23", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 6, + "availability_365": 224 + }, + { + "index": 6279, + "id": 15335971, + "name": "Quiet Room in l'Eixample w/bath", + "host_name": "F\u00e1tima", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-05-14", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 6280, + "id": 15336016, + "name": "Habitaci\u00f3n cerca de CCIB - Diagonal Mar", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-06-19", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 3, + "availability_365": 240 + }, + { + "index": 6281, + "id": 15338191, + "name": "CHARMING 1BDR APARTMENT IN THE HEART OF THE GOTHIC", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-04-27", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 46, + "availability_365": 144 + }, + { + "index": 6282, + "id": 15341505, + "name": "Private Room in Renovated Library w/ Swimming Pool", + "host_name": "Martha", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-07-08", + "reviews_per_month": 4.05, + "calculated_host_listings_count": 2, + "availability_365": 119 + }, + { + "index": 6283, + "id": 15348170, + "name": "Beautiful room in a center flat", + "host_name": "Nando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-06-23", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 2, + "availability_365": 64 + }, + { + "index": 6284, + "id": 15352320, + "name": "Double room with balcony Pl Espanya", + "host_name": "Mia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-24", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 2, + "availability_365": 318 + }, + { + "index": 6285, + "id": 15353532, + "name": "Nice room in artistic apartment, very central", + "host_name": "Mary", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2017-05-27", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6286, + "id": 15353808, + "name": "STUDIO IN THE GOTHIC II", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-12-03", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 46, + "availability_365": 31 + }, + { + "index": 6287, + "id": 15354074, + "name": "CHARMING 1BDR APARTMENT IN OLD NEIGHBOURHOOD", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-11-01", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 46, + "availability_365": 102 + }, + { + "index": 6288, + "id": 15357450, + "name": "The Joyce HUTB001418", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-09-23", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 6289, + "id": 15367704, + "name": "Stunning Sagrada Familia views!", + "host_name": "Cristina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 143, + "last_review": "2019-07-07", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 2, + "availability_365": 260 + }, + { + "index": 6290, + "id": 15373892, + "name": "Lovely apartment in Sagrada Familia", + "host_name": "Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2019-06-29", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 3, + "availability_365": 313 + }, + { + "index": 6291, + "id": 15376167, + "name": "Charming, cozy & big apartment in the center!", + "host_name": "Agustin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 129, + "last_review": "2019-07-08", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 193 + }, + { + "index": 6292, + "id": 15387981, + "name": "Mar Beach Apartment", + "host_name": "Francisco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 74, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 219 + }, + { + "index": 6293, + "id": 15397588, + "name": "habitaci\u00f3n doble interior - Double room", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 36, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 6294, + "id": 15405943, + "name": "Gotico / Catedral - 3 hab luminoso y tranquilo 4B", + "host_name": "Weflating", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 207 + }, + { + "index": 6295, + "id": 15406272, + "name": "Gorgeous 3 bedroom apartment - Gran Via", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-04-03", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 71, + "availability_365": 39 + }, + { + "index": 6296, + "id": 15406538, + "name": "Centric, cozy double-room! 5min to Plaza Catalu\u00f1a!", + "host_name": "Rafael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 111, + "last_review": "2019-05-21", + "reviews_per_month": 3.32, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 6297, + "id": 15406539, + "name": "Confortable habitacion individual Sagrada Familia", + "host_name": "Gilbert", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 17, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 6298, + "id": 15406613, + "name": "Centric doubleroom near to Ramblas!", + "host_name": "Rafael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-25", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 2, + "availability_365": 258 + }, + { + "index": 6299, + "id": 15407081, + "name": "Casa Capella", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-06-15", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 95, + "availability_365": 296 + }, + { + "index": 6300, + "id": 15417009, + "name": "Comfy room with private bath in the center", + "host_name": "Joe", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 6, + "number_of_reviews": 61, + "last_review": "2019-07-08", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 1, + "availability_365": 81 + }, + { + "index": 6301, + "id": 15433891, + "name": "Double a/c room close to beach and metro", + "host_name": "Iv\u00e1n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-07-08", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 6302, + "id": 15435548, + "name": "Arty central location Born, private balcony", + "host_name": "Claire", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 47, + "last_review": "2019-06-20", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 6303, + "id": 15436697, + "name": "Alej's house", + "host_name": "Alejandra", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Shared room", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2017-04-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 6304, + "id": 15441217, + "name": "Spacious & Comfort - Paseo De Gracia, La Pedrera", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-06-08", + "reviews_per_month": 3.23, + "calculated_host_listings_count": 76, + "availability_365": 130 + }, + { + "index": 6305, + "id": 15445245, + "name": "Wide Private Suite in the heart of BCN / P.Bath", + "host_name": "Lucas", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-04", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 6306, + "id": 15451944, + "name": "Special room in workshop Barcelona Center.", + "host_name": "Guille", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 69, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-25", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 6307, + "id": 15457349, + "name": "Cosy 1 bedroom flat in Gotic - Wifi - ALQ 17", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2018-11-24", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 18, + "availability_365": 39 + }, + { + "index": 6308, + "id": 15457928, + "name": "Great Place in Large Studio in Central Barcelona", + "host_name": "John", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 79, + "last_review": "2019-07-08", + "reviews_per_month": 7.16, + "calculated_host_listings_count": 3, + "availability_365": 67 + }, + { + "index": 6309, + "id": 15458442, + "name": "SPACIOUS FLAT NEXT TO RAMBLAS! DAILY CLEANING!", + "host_name": "En Ville Apartments", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-03", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 11, + "availability_365": 246 + }, + { + "index": 6310, + "id": 15458452, + "name": "1212 - Olimpic Ciutadella Apartment", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 271, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-25", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 24, + "availability_365": 155 + }, + { + "index": 6311, + "id": 15462152, + "name": "Nice room close to Sagrada Familia", + "host_name": "Roberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-07-06", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 53 + }, + { + "index": 6312, + "id": 15466318, + "name": "Limpia y acogedora habitacion", + "host_name": "Teresa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-10-03", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 63 + }, + { + "index": 6313, + "id": 15467299, + "name": "Cozy room near main highlights of the City.", + "host_name": "Olya", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-23", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 6314, + "id": 15472647, + "name": "Double Superior room and sunny terrace", + "host_name": "J\u00fcrgen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-09-24", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 5, + "availability_365": 1 + }, + { + "index": 6315, + "id": 15479639, + "name": "WOW, Private 2-Bedroom, Bathroom Suite, YOURS", + "host_name": "Charles", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 76, + "minimum_nights": 4, + "number_of_reviews": 59, + "last_review": "2019-06-23", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 226 + }, + { + "index": 6316, + "id": 15480031, + "name": "PISO ENTERO ZONA SANTS", + "host_name": "Susana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6317, + "id": 15487828, + "name": "Double bedroom, terraced flat centre", + "host_name": "Joan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-07-02", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6318, + "id": 15487878, + "name": "Charming and cozy 2bed in GR\u00c0CIA", + "host_name": "Claudia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2018-11-05", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 344 + }, + { + "index": 6319, + "id": 15488638, + "name": "Apartment views of the Sagrada Familia SPB342388", + "host_name": "Albert", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 111, + "last_review": "2019-06-26", + "reviews_per_month": 3.53, + "calculated_host_listings_count": 20, + "availability_365": 275 + }, + { + "index": 6320, + "id": 15491386, + "name": "Apartment with Terrace", + "host_name": "Apartime", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-17", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 31, + "availability_365": 118 + }, + { + "index": 6321, + "id": 15504189, + "name": "Cozy Room near Center.2 l\u00ednes undenground.Eixample", + "host_name": "Salvador", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2017-08-05", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6322, + "id": 15507285, + "name": "Double Bedroom / Private bathroom, Sagrada Familia", + "host_name": "Lili & Jo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-04-01", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 72 + }, + { + "index": 6323, + "id": 15507737, + "name": "R4D Muntaner Plaza Universidad apartment", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 16, + "last_review": "2017-07-11", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 15, + "availability_365": 271 + }, + { + "index": 6324, + "id": 15514360, + "name": "ROOM & BALCON", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 10, + "number_of_reviews": 59, + "last_review": "2019-03-03", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 9, + "availability_365": 313 + }, + { + "index": 6325, + "id": 15522431, + "name": "Beautiful apartment close to the BEACH and CENTER", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-02", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 11, + "availability_365": 152 + }, + { + "index": 6326, + "id": 15530332, + "name": "Angeles Terraza", + "host_name": "Maria Angeles", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-05-31", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 6327, + "id": 15531084, + "name": "Habitaci\u00f3n individual privada", + "host_name": "Ligia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-01", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 2, + "availability_365": 357 + }, + { + "index": 6328, + "id": 15534219, + "name": "Aut\u00e8ntic Monumental Apartament P2", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-12-30", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 19, + "availability_365": 333 + }, + { + "index": 6329, + "id": 15546745, + "name": "COOL&SUNNY ATICO, 2 ROOM APT IN BARCELONETA!", + "host_name": "Spyridon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2018-12-17", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 217 + }, + { + "index": 6330, + "id": 15547369, + "name": "Double Room close to Sagrada Familia", + "host_name": "Dani", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-06-12", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 6331, + "id": 15547693, + "name": "Cheap room in downtown Barcelona", + "host_name": "Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2017-10-09", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6332, + "id": 15556812, + "name": "Sagrada Familia SPB322388", + "host_name": "Albert", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 144, + "last_review": "2019-06-15", + "reviews_per_month": 4.58, + "calculated_host_listings_count": 20, + "availability_365": 288 + }, + { + "index": 6333, + "id": 15557828, + "name": "\u2b50Vintage Flat in Trendy Borne BCN Gothic Area\u269c\ufe0f\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 209, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-06-22", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 84, + "availability_365": 305 + }, + { + "index": 6334, + "id": 15561742, + "name": "Big double room Eixample", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 51, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-07", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 6335, + "id": 15564002, + "name": "Private rooms close by plaza Espa\u00f1a", + "host_name": "Priscillia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-04-15", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 95 + }, + { + "index": 6336, + "id": 15579366, + "name": "Cozy and luminous bedroom near Las Ramblas", + "host_name": "Ugo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-07-05", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 1, + "availability_365": 115 + }, + { + "index": 6337, + "id": 15580108, + "name": "Modern Confortable Double Room Rambla Bcn Center", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-07-02", + "reviews_per_month": 4.53, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 6338, + "id": 15582843, + "name": "NICE PENTHOUSE IN SAGRADA FAMILIA", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 91, + "minimum_nights": 1, + "number_of_reviews": 223, + "last_review": "2019-07-09", + "reviews_per_month": 6.95, + "calculated_host_listings_count": 1, + "availability_365": 198 + }, + { + "index": 6339, + "id": 15582902, + "name": "Sunny and Bright Loft close to the Beach", + "host_name": "Otti", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-06-25", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 1, + "availability_365": 45 + }, + { + "index": 6340, + "id": 15585311, + "name": "Habitaci\u00f3n de dise\u00f1o en Barcelona", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-05-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6341, + "id": 15593934, + "name": "Nice cheap and centric room", + "host_name": "Cristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-21", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 3, + "availability_365": 38 + }, + { + "index": 6342, + "id": 15596883, + "name": "Penthouse with terrace By Miro EnjoyBCN Apartments", + "host_name": "Enjoybcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-07-07", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 5, + "availability_365": 61 + }, + { + "index": 6343, + "id": 15597495, + "name": "Metro Poblenou village'n beach charme", + "host_name": "Nu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2018-08-28", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 6, + "availability_365": 339 + }, + { + "index": 6344, + "id": 15607018, + "name": "Sagrada Familia on your hand", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-05-19", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 14, + "availability_365": 338 + }, + { + "index": 6345, + "id": 15607332, + "name": "Super central artsy bohemian aptm", + "host_name": "Dave", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2019-06-02", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 249 + }, + { + "index": 6346, + "id": 15608461, + "name": "\u2b50Vintage 2BR Flat in \u2764 of Famous Barrio Gotico\u269c\ufe0f\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 207, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-06-25", + "reviews_per_month": 2.67, + "calculated_host_listings_count": 84, + "availability_365": 290 + }, + { + "index": 6347, + "id": 15609036, + "name": "Habitaci\u00f3n con ba\u00f1o privado en piso", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 99, + "last_review": "2019-07-07", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 2, + "availability_365": 115 + }, + { + "index": 6348, + "id": 15615190, + "name": "COMFORTABLE AND PLEASANT ROOM IN PASEO DE GR\u00c0CIA", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-07-02", + "reviews_per_month": 4.25, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 6349, + "id": 15615547, + "name": "Beautiful double room in the Centre", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-11-03", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 3, + "availability_365": 105 + }, + { + "index": 6350, + "id": 15619144, + "name": "Beach Marine ( 2 Single Beds ) Gothico Quarter", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-25", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 4, + "availability_365": 325 + }, + { + "index": 6351, + "id": 15632990, + "name": "Beautiful Apartment El Born Pedestrian Street", + "host_name": "Ofer", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-06-22", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 6352, + "id": 15633301, + "name": "Mes que un apartament.", + "host_name": "Gustavo Ignacio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2018-12-17", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6353, + "id": 15636856, + "name": "Room near Diagonal Mar and the CCIB", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-06-26", + "reviews_per_month": 3.95, + "calculated_host_listings_count": 3, + "availability_365": 144 + }, + { + "index": 6354, + "id": 15638094, + "name": "Double room (+single) in the heart of Barcelona", + "host_name": "Charles", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 62, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-07-05", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 6355, + "id": 15639491, + "name": "Cama en habitaci\u00f3n compartida (2 personas)", + "host_name": "Arc House", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Shared room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-05-12", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 6356, + "id": 15653066, + "name": "Short Stay Group One bedroom Apartment Gothic 6max", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 7, + "availability_365": 309 + }, + { + "index": 6357, + "id": 15653338, + "name": "Ramblas Deluxe - One bedroom Apartment", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 35, + "number_of_reviews": 1, + "last_review": "2017-08-18", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 7, + "availability_365": 91 + }, + { + "index": 6358, + "id": 15653407, + "name": "Ramblas Deluxe - Two bedroom Apartment", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 7, + "availability_365": 79 + }, + { + "index": 6359, + "id": 15653467, + "name": "Ramblas Deluxe - Duplex Apartment", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 64, + "minimum_nights": 35, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 7, + "availability_365": 80 + }, + { + "index": 6360, + "id": 15653517, + "name": "Ramblas Deluxe - Studio", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 35, + "number_of_reviews": 1, + "last_review": "2017-03-13", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 7, + "availability_365": 73 + }, + { + "index": 6361, + "id": 15653601, + "name": "Ramblas Deluxe Duplex Apartment (4 persons)", + "host_name": "Short Stay Group", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 35, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 7, + "availability_365": 47 + }, + { + "index": 6362, + "id": 15654609, + "name": "MAR 401 Dos Habitaciones junto a la playa", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 328 + }, + { + "index": 6363, + "id": 15668556, + "name": "Best views just in front of Sagrada Familia", + "host_name": "Nuria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-22", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 6364, + "id": 15669585, + "name": "Casa Portell - Private Attic floor next to Parc Guell with sea views", + "host_name": "EasyFlat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Shared room", + "price": 64, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-20", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 22, + "availability_365": 71 + }, + { + "index": 6365, + "id": 15669795, + "name": "Lovely flat with views close to Parc G\u00fcell", + "host_name": "Jack & Ann", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 15, + "minimum_nights": 31, + "number_of_reviews": 21, + "last_review": "2018-03-16", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 6366, + "id": 15675966, + "name": "Cozy apartment with private terrace", + "host_name": "Maria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2016-11-01", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6367, + "id": 15710861, + "name": "Chic, bright and central, AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-19", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 54, + "availability_365": 301 + }, + { + "index": 6368, + "id": 15711104, + "name": "Bright, chic and central. AC, Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-04-27", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 54, + "availability_365": 285 + }, + { + "index": 6369, + "id": 15711280, + "name": "Bright, elegant & central. AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-12-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 54, + "availability_365": 290 + }, + { + "index": 6370, + "id": 15711522, + "name": "Bright, stylish, central, AC, Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-03-21", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 54, + "availability_365": 315 + }, + { + "index": 6371, + "id": 15711623, + "name": "Stylish, central, bright, AC, Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-05-24", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 54, + "availability_365": 298 + }, + { + "index": 6372, + "id": 15711695, + "name": "Spacious & chic, central, Rambla Catalunya, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-03", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 54, + "availability_365": 294 + }, + { + "index": 6373, + "id": 15712249, + "name": "327 - AB Central Villarroel - Trendy City Centre Apartment with a Balcony, 15 Minutes from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-17", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 193, + "availability_365": 304 + }, + { + "index": 6374, + "id": 15712934, + "name": "Nice room view La Sagrada Familia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 82, + "last_review": "2019-07-09", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 3, + "availability_365": 101 + }, + { + "index": 6375, + "id": 15713824, + "name": "SINGLE ROOM IN CENTRAL PENTHOUSE", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-06-24", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 3, + "availability_365": 310 + }, + { + "index": 6376, + "id": 15714424, + "name": "Bright, spacious and central. Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-20", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 54, + "availability_365": 300 + }, + { + "index": 6377, + "id": 15715991, + "name": "Near everything, with nice rest for every day.", + "host_name": "Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-09-10", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6378, + "id": 15723773, + "name": "Sunny Big Room InSuite Shower - 5 min Paseo Gracia", + "host_name": "Claudia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6379, + "id": 15726499, + "name": "Private terrace, chic & central. Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-06-19", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 54, + "availability_365": 245 + }, + { + "index": 6380, + "id": 15726949, + "name": "Great views, chic & central. Rambla Catalunya!", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-05-12", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 54, + "availability_365": 290 + }, + { + "index": 6381, + "id": 15727743, + "name": "Spacious, stylish, great views. Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-10", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 54, + "availability_365": 292 + }, + { + "index": 6382, + "id": 15733317, + "name": "Quiet, sunny and well connected", + "host_name": "Mireia&Dani", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-06-26", + "reviews_per_month": 2.87, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 6383, + "id": 15733398, + "name": "Cozy room in the sweet Gracia", + "host_name": "Nina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6384, + "id": 15737782, + "name": "BIG AND LUXURIOUS APARTMENT WITH TERRACE", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 1, + "number_of_reviews": 88, + "last_review": "2019-06-22", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 3, + "availability_365": 113 + }, + { + "index": 6385, + "id": 15738071, + "name": "Big room by the beach in the <3 of Poblenou", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2016-11-10", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6386, + "id": 15739023, + "name": "C\u00d3MODA Y AGRADABLE HABITACI\u00d3N (02) PASEO DE GR\u00c0CIA", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 107, + "last_review": "2019-07-09", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 2, + "availability_365": 50 + }, + { + "index": 6387, + "id": 15740354, + "name": "GOLDEN MEMORIES ( Double BedRoom ) Gothico Quarter", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2019-07-06", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 4, + "availability_365": 327 + }, + { + "index": 6388, + "id": 15748124, + "name": "habitacion en el born", + "host_name": "Mattis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Shared room", + "price": 92, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 6389, + "id": 15748534, + "name": "Beautiful Room in Gracia", + "host_name": "Lara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-09-04", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 6390, + "id": 15751910, + "name": "Big double room (Downtown - Ghotic)", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-07-04", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 6391, + "id": 15754354, + "name": "BEST location, luxurious flat by Paseo de Gr\u00e0cia", + "host_name": "Gabriela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 3, + "number_of_reviews": 129, + "last_review": "2019-07-05", + "reviews_per_month": 4.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6392, + "id": 15756495, + "name": "Sagrada Familia SPB232388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 129, + "last_review": "2019-06-09", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 20, + "availability_365": 91 + }, + { + "index": 6393, + "id": 15758351, + "name": "GORGEOUS COMFY DOUBLE ROOM IN THE BEST BORN CENTER", + "host_name": "Julia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 15, + "minimum_nights": 3, + "number_of_reviews": 140, + "last_review": "2019-06-25", + "reviews_per_month": 4.51, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 6394, + "id": 15762813, + "name": "Beautiful Apartment Sagrada Familia SPB332388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 102, + "last_review": "2019-05-31", + "reviews_per_month": 3.22, + "calculated_host_listings_count": 20, + "availability_365": 307 + }, + { + "index": 6395, + "id": 15762925, + "name": "Sunny double room in Gracia", + "host_name": "Marta", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 33, + "minimum_nights": 15, + "number_of_reviews": 3, + "last_review": "2016-11-23", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 225 + }, + { + "index": 6396, + "id": 15763812, + "name": "HABITACI\u00d3N PLAZA ESPA\u00d1A", + "host_name": "James", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-04", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 6397, + "id": 15767841, + "name": "Pretty room with balcony", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2018-08-31", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6398, + "id": 15768284, + "name": "Comfy Room La Sagrada Familia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 97, + "last_review": "2019-06-30", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 3, + "availability_365": 104 + }, + { + "index": 6399, + "id": 15769355, + "name": "Private and Confortable Room Close to Parc Guell", + "host_name": "Orlando", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2017-06-05", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6400, + "id": 15770386, + "name": "Calm neighbourhood. Close to Glories & Poble Nou", + "host_name": "Emilio", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2018-09-23", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 6401, + "id": 15777486, + "name": "Double bedroom with suite-style bathroom.", + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-06-26", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 5, + "availability_365": 44 + }, + { + "index": 6402, + "id": 15780938, + "name": "Habitaci\u00f3n en Barcelona muy calidad", + "host_name": "Andres", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-04-22", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 6403, + "id": 15784194, + "name": "BARCELONA OLYMPIC APARTMENT", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-07-02", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 107 + }, + { + "index": 6404, + "id": 15788346, + "name": "Habitacion con vestidor y cama King size", + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-23", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 5, + "availability_365": 89 + }, + { + "index": 6405, + "id": 15794719, + "name": "Quiet room in remodeled flat in raval.", + "host_name": "Germa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-07-05", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 6406, + "id": 15796640, + "name": "Cosy room with double bed", + "host_name": "Nancy", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-07-02", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 288 + }, + { + "index": 6407, + "id": 15800641, + "name": "The Paseo Colon Apartment", + "host_name": "Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-07-08", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 6408, + "id": 15800817, + "name": "Sunny room in the heart of born", + "host_name": "Hugo & Ioannis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-06-25", + "reviews_per_month": 4.27, + "calculated_host_listings_count": 2, + "availability_365": 87 + }, + { + "index": 6409, + "id": 15810822, + "name": "habitacion con balcon en hermosa torre", + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 109, + "last_review": "2019-06-19", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 5, + "availability_365": 44 + }, + { + "index": 6410, + "id": 15812034, + "name": "Superb apartment in city center; all mod cons", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-06-02", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 6411, + "id": 15812792, + "name": "Lovely doble room in the center of BCN", + "host_name": "Marina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-15", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6412, + "id": 15813808, + "name": "Habitaci\u00f3n individual, con ba\u00f1o y sal\u00f3n privados!!", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-03", + "reviews_per_month": 2.95, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 6413, + "id": 15815550, + "name": "Art House Sagrada Familia with Nice Terrace", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-06-27", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 11, + "availability_365": 114 + }, + { + "index": 6414, + "id": 15817189, + "name": "Comfortable room in the Clot area of Barcelona.", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2018-09-20", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6415, + "id": 15824132, + "name": "Acogedora habitacion individual muy centrica", + "host_name": "Gilbert", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-28", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 6416, + "id": 15826346, + "name": "CHARMING LOFT NEAR LAS RAMBLAS", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-10-08", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 46, + "availability_365": 32 + }, + { + "index": 6417, + "id": 15827477, + "name": "A ROOM IN GOTIC HEART-RAMBLAS,PRIVATE BALCONY", + "host_name": "Macarena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 78, + "minimum_nights": 2, + "number_of_reviews": 200, + "last_review": "2019-06-18", + "reviews_per_month": 6.13, + "calculated_host_listings_count": 8, + "availability_365": 43 + }, + { + "index": 6418, + "id": 15832798, + "name": "Fantastic apartment in the center -RAMBLAS", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-10-28", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 18, + "availability_365": 364 + }, + { + "index": 6419, + "id": 15836672, + "name": "Room in shared flat /// Gracia", + "host_name": "Janine", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 20, + "number_of_reviews": 2, + "last_review": "2016-12-04", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6420, + "id": 15842669, + "name": "Habitaci\u00f3n doble en el centro", + "host_name": "Hanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-03", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6421, + "id": 15847317, + "name": "2 Double Suite Room with private Wc -balcony each", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 6, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6422, + "id": 15850185, + "name": "Cozy and Bright by Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-23", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 76, + "availability_365": 147 + }, + { + "index": 6423, + "id": 15852476, + "name": "NICE ROOM in North Gracia.", + "host_name": "Clara", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-07-07", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 6424, + "id": 15852779, + "name": "Modern room in Barcelona", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-06-05", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6425, + "id": 15854496, + "name": "Triple Room with Balcony and Shared Bathroom", + "host_name": "Cristian", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2018-12-26", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 4, + "availability_365": 297 + }, + { + "index": 6426, + "id": 15855868, + "name": "Cozy bedroom near Arco de Triunfo", + "host_name": "Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-07-08", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 6427, + "id": 15863206, + "name": "Magnificent Penthouse *Sun Terrace *Sea View", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-26", + "reviews_per_month": 2.7, + "calculated_host_listings_count": 76, + "availability_365": 127 + }, + { + "index": 6428, + "id": 15864211, + "name": "Nice apartment for design lovers. Great terrace.", + "host_name": "Bernat Family Office, S.L.", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-05", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 6, + "availability_365": 348 + }, + { + "index": 6429, + "id": 15867231, + "name": "Private terrace, spacious & chic, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-03-12", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 54, + "availability_365": 300 + }, + { + "index": 6430, + "id": 15867365, + "name": "Very spacious, elegant, central, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-07", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 54, + "availability_365": 287 + }, + { + "index": 6431, + "id": 15867445, + "name": "Bright, comfortable & central. Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-03-15", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 54, + "availability_365": 290 + }, + { + "index": 6432, + "id": 15867578, + "name": "Bright, central, elegant, AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-12", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 54, + "availability_365": 307 + }, + { + "index": 6433, + "id": 15867971, + "name": "Casa Cosi - Marina I", + "host_name": "Casa Cosi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 42, + "last_review": "2019-06-26", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 15, + "availability_365": 90 + }, + { + "index": 6434, + "id": 15870466, + "name": "Lolita B and B - Double Room with Shared Bathroom", + "host_name": "Cristian", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 312 + }, + { + "index": 6435, + "id": 15870836, + "name": "Lolita B and B - Twin Room with Shared Bathroom", + "host_name": "Cristian", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 291 + }, + { + "index": 6436, + "id": 15871037, + "name": "Lolita B and B - Double Room with Private Bathroom", + "host_name": "Cristian", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-02-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 4, + "availability_365": 275 + }, + { + "index": 6437, + "id": 15881982, + "name": "Apartamento en Gran Via de les Corts Catalanes", + "host_name": "Viktoria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2019-06-24", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 6438, + "id": 15884864, + "name": "Hospedaje para 1 personas en piso tranquilo.", + "host_name": "Gabriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2018-06-22", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6439, + "id": 15891794, + "name": "STUDIO NEXT TO THE CATHEDRAL III", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-03-17", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 46, + "availability_365": 34 + }, + { + "index": 6440, + "id": 15893888, + "name": "Almodovar Apt", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 4, + "number_of_reviews": 82, + "last_review": "2019-06-17", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 27, + "availability_365": 0 + }, + { + "index": 6441, + "id": 15896233, + "name": "Sagrada Familia Apartment", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 100, + "last_review": "2019-06-25", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 27, + "availability_365": 160 + }, + { + "index": 6442, + "id": 15897898, + "name": "ESPARDENYA", + "host_name": "Cepunt", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-06-25", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 2, + "availability_365": 36 + }, + { + "index": 6443, + "id": 15901053, + "name": "PICASSO 5 SOLARIUM APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-07", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 49, + "availability_365": 96 + }, + { + "index": 6444, + "id": 15906143, + "name": "BIG DOUBLE ROOM WITH POOL AND VIEWS OVER PARAL-LEL", + "host_name": "Nicola", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6445, + "id": 15906878, + "name": "Casa Cosi - Marina II", + "host_name": "Casa Cosi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-20", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 15, + "availability_365": 85 + }, + { + "index": 6446, + "id": 15907271, + "name": "Penthouse with wonderful terrace *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 278 + }, + { + "index": 6447, + "id": 15907610, + "name": "Romantic and warm apartment", + "host_name": "Marc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-07-05", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 6448, + "id": 15908298, + "name": "1 bdr - Stylish Gran Via Suites", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-11-11", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 71, + "availability_365": 363 + }, + { + "index": 6449, + "id": 15909543, + "name": "Habitacion en el corazon de L`Eixample", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6450, + "id": 15912678, + "name": "Nice room with pr\u00edvate bath in Exterior house", + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-06-25", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 5, + "availability_365": 50 + }, + { + "index": 6451, + "id": 15922099, + "name": "Beautiful room in downtown BCN w/private bathroom", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 231, + "last_review": "2019-06-26", + "reviews_per_month": 7.22, + "calculated_host_listings_count": 3, + "availability_365": 130 + }, + { + "index": 6452, + "id": 15922469, + "name": "Cornelia Luxury Apartment 32 nights minimum stay", + "host_name": "Schwarz", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 218, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 7, + "availability_365": 324 + }, + { + "index": 6453, + "id": 15922895, + "name": "Private room in modern flat", + "host_name": "Elias", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2019-02-27", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 2, + "availability_365": 175 + }, + { + "index": 6454, + "id": 15928663, + "name": "What a place in Barcelona in the center", + "host_name": "Marcella Y Fabrizio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 31, + "number_of_reviews": 17, + "last_review": "2019-05-30", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 6455, + "id": 15935137, + "name": "LOFT II EN BARCELONA", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-07-07", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 5, + "availability_365": 70 + }, + { + "index": 6456, + "id": 15939147, + "name": "Exterior Double Room at CityCenter 1", + "host_name": "Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-06-12", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 2, + "availability_365": 48 + }, + { + "index": 6457, + "id": 15939194, + "name": "Cozy apartment in BARCELONA", + "host_name": "Otto", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-10", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6458, + "id": 15939484, + "name": "Luxury Apartment 3BR close to Passeig de Gracia", + "host_name": "Andr\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 375, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-02-28", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 55 + }, + { + "index": 6459, + "id": 15944795, + "name": "Apartment with a garden in Poble Sec", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 60, + "number_of_reviews": 5, + "last_review": "2018-11-01", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 344 + }, + { + "index": 6460, + "id": 15947390, + "name": "fnt4 ONLY 5 MINUTES ON FOOT RIGHT IN THE OLD TOWN!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-11-14", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 80, + "availability_365": 365 + }, + { + "index": 6461, + "id": 15953093, + "name": "\u2605 Sagrada Familia three double bedrooms \u2605", + "host_name": "M Angels", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-07-02", + "reviews_per_month": 4.73, + "calculated_host_listings_count": 1, + "availability_365": 125 + }, + { + "index": 6462, + "id": 15958416, + "name": "Gracia Travesera 2 Bedrooms Renovated Apartment", + "host_name": "Amira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-21", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 6463, + "id": 15962297, + "name": "Vintage - Sagrada Familia", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-01-02", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 47, + "availability_365": 132 + }, + { + "index": 6464, + "id": 15966108, + "name": "Fabra Terrace", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-02", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 41, + "availability_365": 312 + }, + { + "index": 6465, + "id": 15969502, + "name": "Room with private bathroom @Plaza Universitat", + "host_name": "Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-07-12", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6466, + "id": 15970599, + "name": "SWEET GR\u00c0CIA", + "host_name": "Anna Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-27", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 6467, + "id": 15978726, + "name": "Lovely design suite on the center Barcelona", + "host_name": "Jordi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 10, + "last_review": "2019-07-07", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 6468, + "id": 15981034, + "name": "Cuarto privado en el coraz\u00f3n de Barcelona", + "host_name": "Eder", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6469, + "id": 15981063, + "name": "Sagrada Familia Penthouse", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 4, + "number_of_reviews": 76, + "last_review": "2019-06-17", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 27, + "availability_365": 151 + }, + { + "index": 6470, + "id": 15984329, + "name": "Bed in a shared room ( 6 beds )", + "host_name": "Arc House", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Shared room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-04-13", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 4, + "availability_365": 157 + }, + { + "index": 6471, + "id": 15984393, + "name": "Bed in a female shared room ( 6 beds )", + "host_name": "Arc House", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Shared room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-05-29", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 4, + "availability_365": 153 + }, + { + "index": 6472, + "id": 15985599, + "name": "confortable habitaci\u00f3n doble", + "host_name": "Nuria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2018-06-29", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6473, + "id": 15989980, + "name": "Luxury Penthouse: beach-near but centric", + "host_name": "Ines", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 111, + "minimum_nights": 1, + "number_of_reviews": 140, + "last_review": "2019-06-05", + "reviews_per_month": 4.8, + "calculated_host_listings_count": 1, + "availability_365": 266 + }, + { + "index": 6474, + "id": 15996573, + "name": "PLAZA CATALUNYA COZY 2-BEDROOM", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 313, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-10-05", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 43, + "availability_365": 138 + }, + { + "index": 6475, + "id": 16001037, + "name": "Charming Gothic One-Bedroom Flat", + "host_name": "Amanda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-07-31", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 6476, + "id": 16009172, + "name": "2216 - AB Bail\u00e9n Apartment P-1 - Contemporary Apartment with a Private Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-24", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 193, + "availability_365": 324 + }, + { + "index": 6477, + "id": 16009455, + "name": "2217 - AB Bail\u00e9n Apartment 2-2 - Bright Apartment with a Balcony 15 Minutes from the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 440, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-05-20", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 193, + "availability_365": 325 + }, + { + "index": 6478, + "id": 16012052, + "name": "TYCHE Apartment", + "host_name": "Alain & Lana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 4, + "number_of_reviews": 75, + "last_review": "2019-06-17", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 27, + "availability_365": 147 + }, + { + "index": 6479, + "id": 16014846, + "name": "Double/Twin Room in Cozy Apartment Sagrada Familia", + "host_name": "Jimmy", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6480, + "id": 16022085, + "name": "Wellington", + "host_name": "Welington", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-05-05", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6481, + "id": 16023015, + "name": "139. Col\u00f3n 64 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 117, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 349 + }, + { + "index": 6482, + "id": 16025917, + "name": "Exiample C\u00f3moda Habitaci\u00f3n", + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6483, + "id": 16057576, + "name": "Modern bright apartment, with huge terrace !", + "host_name": "Vincent", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 74, + "last_review": "2019-05-06", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 11, + "availability_365": 42 + }, + { + "index": 6484, + "id": 16058891, + "name": "Quiet One Bedroom in Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-19", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 76, + "availability_365": 147 + }, + { + "index": 6485, + "id": 16059949, + "name": "Pool, garden, central, stylish, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-06-20", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 54, + "availability_365": 32 + }, + { + "index": 6486, + "id": 16060546, + "name": "Sagrada Familia Fabulous Terrace Attic - 1052", + "host_name": "BBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 140 + }, + { + "index": 6487, + "id": 16060688, + "name": "Confort & spacious place - 1024", + "host_name": "BBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 10, + "availability_365": 315 + }, + { + "index": 6488, + "id": 16065561, + "name": "Modernist Apartment in the Heart of Barcelona", + "host_name": "La Meva Llar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-06-16", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 15, + "availability_365": 143 + }, + { + "index": 6489, + "id": 16069667, + "name": "Nice room close to Camp Nou", + "host_name": "Gra\u00e7a", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-09", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 6490, + "id": 16076152, + "name": "Luxury Penthouses 1", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 420, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-29", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 11, + "availability_365": 313 + }, + { + "index": 6491, + "id": 16076627, + "name": "Luxury Penthouses 2", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 390, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-22", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 11, + "availability_365": 318 + }, + { + "index": 6492, + "id": 16077061, + "name": "Central, stylish, garden, pool, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-06-19", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 54, + "availability_365": 23 + }, + { + "index": 6493, + "id": 16079084, + "name": "Double Luxury Penthouses", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 810, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-04-05", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 11, + "availability_365": 300 + }, + { + "index": 6494, + "id": 16081368, + "name": "Nice doble room Sagrada Familia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-01-02", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6495, + "id": 16094598, + "name": "Standard 1 bedroom + 1 bathroom balcony", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 10, + "availability_365": 125 + }, + { + "index": 6496, + "id": 16095185, + "name": "VERDETE", + "host_name": "Cepunt", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-06-24", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 6497, + "id": 16095290, + "name": "070. Espaseria Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-10-12", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 97, + "availability_365": 350 + }, + { + "index": 6498, + "id": 16097230, + "name": "DUPLEX LOFT HOSPITAL SANT PAU-PARKING", + "host_name": "Sweet", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-08-08", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 11, + "availability_365": 330 + }, + { + "index": 6499, + "id": 16109137, + "name": "Bedroom with king bed and balcony.", + "host_name": "Mar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 131, + "last_review": "2019-06-21", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 5, + "availability_365": 42 + }, + { + "index": 6500, + "id": 16109519, + "name": "Silent and bright apartment in the city center", + "host_name": "Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2017-03-04", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 6501, + "id": 16115609, + "name": "Habitaci\u00f3n frente al metro vilapiscina.", + "host_name": "Oriol", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 6502, + "id": 16116125, + "name": "Penthouse 1 bedroom + 1 bathroom terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-09-14", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 10, + "availability_365": 136 + }, + { + "index": 6503, + "id": 16116126, + "name": "Standard 1 bedroom + 1 bathroom roof", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-04-17", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 10, + "availability_365": 118 + }, + { + "index": 6504, + "id": 16116128, + "name": "Standard 1 bedroom + 1 bathroom terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-05-31", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 10, + "availability_365": 143 + }, + { + "index": 6505, + "id": 16116129, + "name": "Standard 1 bedroom + 1 bathroom big terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2018-10-07", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 10, + "availability_365": 129 + }, + { + "index": 6506, + "id": 16116130, + "name": "Standard 2 bedroom + 2 bathroom balcony", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-05-06", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 10, + "availability_365": 125 + }, + { + "index": 6507, + "id": 16116131, + "name": "Standard 2 bedroom + 2 bathroom big terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-14", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 10, + "availability_365": 109 + }, + { + "index": 6508, + "id": 16116133, + "name": "Standard 2 bedroom + 2 bathroom terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 57, + "last_review": "2019-06-05", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 10, + "availability_365": 97 + }, + { + "index": 6509, + "id": 16116135, + "name": "Standard 1 bedroom + 1 bathroom balcony", + "host_name": "Charmsuites", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2018-10-14", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 10, + "availability_365": 136 + }, + { + "index": 6510, + "id": 16116136, + "name": "Penthouse 2 bedroom + 2 bathroom terrace", + "host_name": "Charmsuites", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-05-09", + "reviews_per_month": 0.95, + "calculated_host_listings_count": 10, + "availability_365": 99 + }, + { + "index": 6511, + "id": 16118266, + "name": "Huge Room cerca Plaza Catalunya w/private bathroom", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 237, + "last_review": "2019-06-26", + "reviews_per_month": 7.45, + "calculated_host_listings_count": 2, + "availability_365": 94 + }, + { + "index": 6512, + "id": 16119549, + "name": "Beautiful Room/Plaza Catalunya w/private bathroom", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 170, + "last_review": "2019-06-20", + "reviews_per_month": 5.4, + "calculated_host_listings_count": 2, + "availability_365": 86 + }, + { + "index": 6513, + "id": 16119804, + "name": "Independent Suite City Centre with Private balcony", + "host_name": "Kike", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-18", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 1, + "availability_365": 239 + }, + { + "index": 6514, + "id": 16121764, + "name": "Centrally-located Apartment SPB422388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-06-12", + "reviews_per_month": 3.35, + "calculated_host_listings_count": 20, + "availability_365": 281 + }, + { + "index": 6515, + "id": 16126731, + "name": "Sagrada Familia SPB312388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-06-07", + "reviews_per_month": 4.27, + "calculated_host_listings_count": 20, + "availability_365": 313 + }, + { + "index": 6516, + "id": 16128469, + "name": "Universitat/MACBA/Raval 1 Bedroom Loft", + "host_name": "Adam", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 31, + "number_of_reviews": 12, + "last_review": "2019-06-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 2, + "availability_365": 201 + }, + { + "index": 6517, + "id": 16130777, + "name": "Big room with double bed in the center of Eixample", + "host_name": "Sergio", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-05-02", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 6518, + "id": 16131537, + "name": "APARTMENT HOSPITAL SANT PAU-SAGRADA FAMILIA", + "host_name": "Sweet", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-05-15", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 11, + "availability_365": 190 + }, + { + "index": 6519, + "id": 16134881, + "name": "Big DoubleBed Room/ Congress Fair/FiraEuropa", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-05-02", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 51 + }, + { + "index": 6520, + "id": 16140386, + "name": "In front of Primavera Sound and 15 mins to center!", + "host_name": "Federica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 56, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2018-11-30", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6521, + "id": 16157618, + "name": "La Barceloneta (double room)", + "host_name": "Pam\u00e9la", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 46, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-06-24", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 1, + "availability_365": 136 + }, + { + "index": 6522, + "id": 16158564, + "name": "COZY AND SPACIOUS ROOM, 35MQ", + "host_name": "Olga", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-07-01", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 2, + "availability_365": 354 + }, + { + "index": 6523, + "id": 16159586, + "name": "Muy CERCA de la SAGRADA FAMILIA", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-07-06", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 255 + }, + { + "index": 6524, + "id": 16160788, + "name": "Charming room in Villa de Gracia", + "host_name": "Joey", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 15, + "last_review": "2017-10-10", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 6525, + "id": 16169111, + "name": "Bonita hab doble con balc\u00f3n en Duplex Pl. ESP.", + "host_name": "Cintia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2017-10-06", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 6526, + "id": 16170106, + "name": "2 bedroom apartment near Sagrada Familia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-06-27", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 108 + }, + { + "index": 6527, + "id": 16170808, + "name": "LIGHTFUL PENTHOUSE WITH TERRACE / PRIVATE ROOM", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-07-07", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 6528, + "id": 16171548, + "name": "Lovely room in downtown BCN w/private bathroom", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 181, + "last_review": "2019-06-22", + "reviews_per_month": 5.74, + "calculated_host_listings_count": 3, + "availability_365": 131 + }, + { + "index": 6529, + "id": 16172743, + "name": "MIR\u00d3 - Luxury and art with Sea Views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 277 + }, + { + "index": 6530, + "id": 16172744, + "name": "Vintage - Plaza Universidad", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-05-24", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 47, + "availability_365": 145 + }, + { + "index": 6531, + "id": 16176665, + "name": "Beautiful Apartment SPB432388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 149, + "last_review": "2019-05-28", + "reviews_per_month": 4.75, + "calculated_host_listings_count": 20, + "availability_365": 267 + }, + { + "index": 6532, + "id": 16176885, + "name": "Cozy Individual Room", + "host_name": "Pau", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-06-01", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6533, + "id": 16176916, + "name": "Sunny private room with Balcony next to Montjuic !", + "host_name": "Grecia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-06-22", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 6534, + "id": 16182647, + "name": "Cozy Split Level Home with Exposed Brick Walls", + "host_name": "Simona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-07-04", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 8, + "availability_365": 263 + }, + { + "index": 6535, + "id": 16185704, + "name": "Cozy Apartment close to Sagrada Familia", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-03-08", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 41, + "availability_365": 108 + }, + { + "index": 6536, + "id": 16186654, + "name": "MODERNIST AND LUXURIOUS APARTMENT IN EIXAMPLE", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 74, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-31", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 6537, + "id": 16201460, + "name": "Nice centric double room", + "host_name": "Angel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-24", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 6538, + "id": 16209983, + "name": "Bright, stylish, central, near the Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-02-12", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 54, + "availability_365": 336 + }, + { + "index": 6539, + "id": 16211549, + "name": "2 bedrooms apartment near Plaza Espa\u00f1a (5Pax) PE2", + "host_name": "Tendency", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-15", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 42, + "availability_365": 91 + }, + { + "index": 6540, + "id": 16212783, + "name": "ROOM ( PRIVATE BATHROOM) PLZ.ESPA\u00d1A 15'AIRPORT", + "host_name": "Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 53, + "minimum_nights": 6, + "number_of_reviews": 36, + "last_review": "2019-07-04", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 278 + }, + { + "index": 6541, + "id": 16214108, + "name": "cute three room with balcony apartment", + "host_name": "Pere", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-16", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 3, + "availability_365": 315 + }, + { + "index": 6542, + "id": 16216069, + "name": "Jolie chambre double lumineuse", + "host_name": "Soufian", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6543, + "id": 16223518, + "name": "SPACIOUS CLASSIC APARTMENT NEXT TO PLAZA CATALUNYA", + "host_name": "Akira", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-05", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 15, + "availability_365": 121 + }, + { + "index": 6544, + "id": 16224450, + "name": "Super tiny room in the center", + "host_name": "Lily", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 16, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-24", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 2, + "availability_365": 50 + }, + { + "index": 6545, + "id": 16233656, + "name": "Large double room - city center", + "host_name": "Jude", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-04-19", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 150 + }, + { + "index": 6546, + "id": 16234280, + "name": "EL MITO, G\u00f3tico-Arco del Triunfo", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 35, + "number_of_reviews": 6, + "last_review": "2019-04-24", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 12, + "availability_365": 322 + }, + { + "index": 6547, + "id": 16235648, + "name": "HABITACI\u00d3N DISPONIBLE PARA DOS PERSONAS SANT PAU", + "host_name": "Pao", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 23, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2016-12-07", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6548, + "id": 16238787, + "name": "LOFT DUPLEX HOSPITAL SANT PAU - PARKING", + "host_name": "Sweet", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-01-12", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 11, + "availability_365": 330 + }, + { + "index": 6549, + "id": 16240807, + "name": "3Pretty location to arrive and depart. Plaza Spain", + "host_name": "Rodrigo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 89, + "last_review": "2018-06-22", + "reviews_per_month": 3.23, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 6550, + "id": 16241051, + "name": "PRETTY DOUBLE ROOM A BARCELONETA CENTRO", + "host_name": "Sara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2018-08-28", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6551, + "id": 16241291, + "name": "Sweet double bedroom Parc G\u00fcell", + "host_name": "Laura", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 74, + "minimum_nights": 4, + "number_of_reviews": 56, + "last_review": "2019-06-30", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 6552, + "id": 16241593, + "name": "PRETTY DOUBLE ROOM A BARCELONETA CENTRO", + "host_name": "Sara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2017-08-25", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6553, + "id": 16242448, + "name": "El Arc , en el G\u00f3tico en el coraz\u00f3n de Barcelona", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 60, + "number_of_reviews": 9, + "last_review": "2019-07-05", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 12, + "availability_365": 301 + }, + { + "index": 6554, + "id": 16246702, + "name": "2Pretty location to arrive and depart. Plaza Spain", + "host_name": "Rodrigo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 160, + "last_review": "2019-06-26", + "reviews_per_month": 5.83, + "calculated_host_listings_count": 3, + "availability_365": 236 + }, + { + "index": 6555, + "id": 16246840, + "name": "Double Room w/toilet in a perfect spot @ Barcelona", + "host_name": "Edgardo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-06-26", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 6556, + "id": 16247065, + "name": "Sweet double room in la Sagrera", + "host_name": "Judith", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6557, + "id": 16247653, + "name": "Be Surrounded by History at a Romantic Flat in Barrio G\u00f3tico", + "host_name": "Sara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-03-18", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 347 + }, + { + "index": 6558, + "id": 16247733, + "name": "STYLISH PASSEIG DE GRACIA TWO-BEDROOM", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 285, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-11-19", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 43, + "availability_365": 301 + }, + { + "index": 6559, + "id": 16249380, + "name": "Spacious room with double bed and balcony!", + "host_name": "Igor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 6560, + "id": 16251145, + "name": "SEALONA CENTER IV", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-02-17", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 6561, + "id": 16251419, + "name": "Horace house", + "host_name": "Horacio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 85, + "last_review": "2019-06-28", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 2, + "availability_365": 339 + }, + { + "index": 6562, + "id": 16252727, + "name": "Family flat from 20 minutes to downtown", + "host_name": "Oriol", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-05-02", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 3, + "availability_365": 348 + }, + { + "index": 6563, + "id": 16253608, + "name": "Habitaci\u00f3n Individual en Sagrada Familia", + "host_name": "Lorenza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 17, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2017-09-02", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6564, + "id": 16255146, + "name": "Private Room, Hospital Clinic, Familiar Ambient", + "host_name": "Fredy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 13, + "minimum_nights": 30, + "number_of_reviews": 6, + "last_review": "2019-02-04", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 233 + }, + { + "index": 6565, + "id": 16255854, + "name": "AN ADVENTURE IN BARCELONA 1", + "host_name": "Eliana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 254, + "last_review": "2019-06-26", + "reviews_per_month": 8.27, + "calculated_host_listings_count": 2, + "availability_365": 39 + }, + { + "index": 6566, + "id": 16255969, + "name": "Single or couple room with large bed", + "host_name": "Awais", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 13, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6567, + "id": 16264473, + "name": "Single Room charming flat - Barcelona", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-06-27", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 6568, + "id": 16266383, + "name": "Cozy and Centric room with private bathroom", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 27, + "minimum_nights": 6, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6569, + "id": 16266513, + "name": "Shinny Eixample- Sagrada Familia Room", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 365 + }, + { + "index": 6570, + "id": 16266993, + "name": "Acogedora habitaci\u00f3n cerca de Sagrada Familia!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 361 + }, + { + "index": 6571, + "id": 16270229, + "name": "Lovely room with the best location ever!", + "host_name": "Victoria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2017-11-04", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6572, + "id": 16270398, + "name": "Nice dble bedroom to share next to the sea/center", + "host_name": "Garnier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 15, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6573, + "id": 16278781, + "name": "Kick Back on the Terrace of a Classic Home", + "host_name": "Andrea And Jesse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 2, + "number_of_reviews": 116, + "last_review": "2019-07-01", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 1, + "availability_365": 294 + }, + { + "index": 6574, + "id": 16279645, + "name": "Study in the center, in Gracia", + "host_name": "Jose", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-26", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 3, + "availability_365": 84 + }, + { + "index": 6575, + "id": 16287127, + "name": "YH7/3-Berna BJ2 | Cozy Apartment exclusive Design", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-05-29", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 11, + "availability_365": 190 + }, + { + "index": 6576, + "id": 16292600, + "name": "BCN Luxury", + "host_name": "Paco", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 195, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-07-07", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6577, + "id": 16294662, + "name": "Double room in Villa de Gracia", + "host_name": "Celia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-10-14", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6578, + "id": 16297576, + "name": "C\u00f3moda habitaci\u00f3n en la Sagrada Familia", + "host_name": "Susana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2016-12-21", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6579, + "id": 16298584, + "name": "Nice room! Very well connected", + "host_name": "Raul", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2017-09-16", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6580, + "id": 16306389, + "name": "Relaxing room in Sagrada Familia!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 365 + }, + { + "index": 6581, + "id": 16306731, + "name": "Beautiful & shinny room near to Sagrada Familia!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 350 + }, + { + "index": 6582, + "id": 16306813, + "name": "Habitaci\u00f3n Soleada en Sagrada Familia!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 6583, + "id": 16307165, + "name": "C\u00f3moda habitaci\u00f3n en luminoso piso!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 313 + }, + { + "index": 6584, + "id": 16307967, + "name": "Luminosa y moderna habitaci\u00f3n con cama doble!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 6585, + "id": 16308005, + "name": "Comfortable & Beautiful Room!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 342 + }, + { + "index": 6586, + "id": 16308030, + "name": "Nice Room in Sagrada Familia", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 6587, + "id": 16308292, + "name": "Room with a double bed close to Arc de Triomf", + "host_name": "Yolanda", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-02-27", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 6588, + "id": 16308789, + "name": "Amazing big room in Barcelona!!", + "host_name": "Igor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 6589, + "id": 16309630, + "name": "CITY CENTER FLAT WITH VIEW TERRACE", + "host_name": "Alberto", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 90, + "number_of_reviews": 11, + "last_review": "2019-03-15", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6590, + "id": 16310328, + "name": "Modern double bed room in Barcelona!", + "host_name": "Igor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 313 + }, + { + "index": 6591, + "id": 16310439, + "name": "\u00c1tico central, nuev\u00edsimo y con vistas despejadas!", + "host_name": "Augusta", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-08-29", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 6592, + "id": 16318599, + "name": "habitaci\u00f3n en les corts", + "host_name": "Jose", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-04-23", + "reviews_per_month": 1.52, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6593, + "id": 16319373, + "name": "\u2605Bright Double Room 5 Minute walk to sea\u2605", + "host_name": "Mila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-26", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 6594, + "id": 16322204, + "name": "Sunny bedroom at the heart of Barcelona!", + "host_name": "Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 20, + "number_of_reviews": 4, + "last_review": "2018-08-27", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 72 + }, + { + "index": 6595, + "id": 16331344, + "name": "Double room with private bathroom", + "host_name": "Alicia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6596, + "id": 16342064, + "name": "Reina Cristina New - Sea views- 2 Bedrooms", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-07-02", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 312 + }, + { + "index": 6597, + "id": 16343201, + "name": "The Green House Barcelona", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-02-23", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 3, + "availability_365": 283 + }, + { + "index": 6598, + "id": 16344869, + "name": "Music VII, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-06-08", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 148, + "availability_365": 297 + }, + { + "index": 6599, + "id": 16346711, + "name": "APARTMENT TERRAZA BARCELONA PARKING", + "host_name": "Sweet", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-03-07", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 11, + "availability_365": 248 + }, + { + "index": 6600, + "id": 16347842, + "name": "Private Room Between Barceloneta / Borne", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2018-10-28", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 45 + }, + { + "index": 6601, + "id": 16350839, + "name": "Double king size room close to Paseo de Gracia", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6602, + "id": 16351058, + "name": "Double cozy room in Barcelona centre", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6603, + "id": 16351351, + "name": "Single room with balcony", + "host_name": "Juan Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-05-19", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 3, + "availability_365": 43 + }, + { + "index": 6604, + "id": 16357633, + "name": "Room with a balcony in Gr\u00e0cia.", + "host_name": "Kasia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2017-09-02", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6605, + "id": 16358075, + "name": "Spacious flat well located for your holidays", + "host_name": "Marta+Paul", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-07-03", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 33, + "availability_365": 325 + }, + { + "index": 6606, + "id": 16358772, + "name": "Traditional flat in Poble Sec, near ramblas", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-07-06", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 15, + "availability_365": 321 + }, + { + "index": 6607, + "id": 16359822, + "name": "Centric comfortable double room next Arc de triomf", + "host_name": "Jean", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-19", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 3, + "availability_365": 188 + }, + { + "index": 6608, + "id": 16360244, + "name": "Doble Room near the center", + "host_name": "Lisandro", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-02-07", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 6609, + "id": 16372883, + "name": "HUGE SUITE AT GOTIC QUARTER", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 103, + "minimum_nights": 2, + "number_of_reviews": 105, + "last_review": "2019-07-03", + "reviews_per_month": 3.44, + "calculated_host_listings_count": 5, + "availability_365": 54 + }, + { + "index": 6610, + "id": 16373625, + "name": "Large room with city view close to the beach", + "host_name": "Olga", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6611, + "id": 16374861, + "name": "AN ADVENTURE IN BARCELONA 2", + "host_name": "Eliana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 188, + "last_review": "2019-06-25", + "reviews_per_month": 6.01, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6612, + "id": 16375323, + "name": "Nice Loft in Barcelona", + "host_name": "Erika", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 344 + }, + { + "index": 6613, + "id": 16375985, + "name": "Very central, bright, fun, AC, Rambla Catalunya", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 599, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-15", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 54, + "availability_365": 313 + }, + { + "index": 6614, + "id": 16377878, + "name": "Double bedroom in the heart of BCN", + "host_name": "Joseph", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2017-09-29", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6615, + "id": 16377944, + "name": "Fabulous Apartment close to Sagrada Familia", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 3, + "number_of_reviews": 79, + "last_review": "2019-06-25", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 1, + "availability_365": 186 + }, + { + "index": 6616, + "id": 16377991, + "name": "50m2 Studio in a sXVIII palace in Gothic quarter", + "host_name": "Alba", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-01-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6617, + "id": 16382795, + "name": "\u56de\u5bb6\u7684\u611f\u89c9", + "host_name": "\u7136", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6618, + "id": 16384420, + "name": "Modern Apartment Barcelona-Sants", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 4, + "number_of_reviews": 44, + "last_review": "2019-06-18", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 6, + "availability_365": 173 + }, + { + "index": 6619, + "id": 16384978, + "name": "Confort Apartment Barcelona-Sants.", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-06-26", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 6, + "availability_365": 189 + }, + { + "index": 6620, + "id": 16385573, + "name": "Vivienda a 100m de Sagrada Fam\u00edlia con todo", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 88 + }, + { + "index": 6621, + "id": 16385602, + "name": "Fancy Apartment Barcelona-Sants", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-08-12", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 6, + "availability_365": 181 + }, + { + "index": 6622, + "id": 16386312, + "name": "Upper Quiet Apartment Barcelona-Sants", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-01-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 6, + "availability_365": 142 + }, + { + "index": 6623, + "id": 16386645, + "name": "Charming Apartment Barcelona-Sants", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-07-16", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 6, + "availability_365": 198 + }, + { + "index": 6624, + "id": 16387031, + "name": "Awesome Apartment with city views", + "host_name": "Mariona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-05-03", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 9, + "availability_365": 361 + }, + { + "index": 6625, + "id": 16387129, + "name": "YH6/3-Berna BJ1|New Cozy Apartment Design", + "host_name": "General Estate", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-01-23", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 11, + "availability_365": 312 + }, + { + "index": 6626, + "id": 16387152, + "name": "Ravaletion", + "host_name": "Davis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-05-27", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 6627, + "id": 16387159, + "name": "Fantastic Duplex best located", + "host_name": "Erika", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 303 + }, + { + "index": 6628, + "id": 16388020, + "name": "En el centro de Barcelona", + "host_name": "Florentina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-07-24", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6629, + "id": 16390841, + "name": "Penthouse Apartment Barcelona-Sants", + "host_name": "Feel At Sants", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-10-16", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 6, + "availability_365": 215 + }, + { + "index": 6630, + "id": 16399245, + "name": "Mediterranean Apartment with Big Terrace", + "host_name": "Anima Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 91, + "last_review": "2019-06-14", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 13, + "availability_365": 89 + }, + { + "index": 6631, + "id": 16401572, + "name": "Brightly Familiar near Sagrada Familia", + "host_name": "Industria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 85, + "last_review": "2019-06-21", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 219 + }, + { + "index": 6632, + "id": 16401764, + "name": "MODERNIST AND LUXURIOUS APARTMENT IN CENTRAL AREA", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-13", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 6633, + "id": 16402671, + "name": "Eixample/ Espectacular apartamento HUTB-004824", + "host_name": "Tina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-06-22", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 1, + "availability_365": 305 + }, + { + "index": 6634, + "id": 16402682, + "name": "Welcoming double room in the heart of Born", + "host_name": "Eeva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 29, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-04-16", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6635, + "id": 16403800, + "name": "Dynamically Designed Apartment close to Central Shops", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 86, + "last_review": "2019-06-25", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 11, + "availability_365": 282 + }, + { + "index": 6636, + "id": 16405178, + "name": "Sunny & beautiful Eixample apartment :D", + "host_name": "Piia & Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-12", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 2, + "availability_365": 189 + }, + { + "index": 6637, + "id": 16409036, + "name": "Comfortable Bedroom in Bohemian Gracia", + "host_name": "Scott", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2018-07-29", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 6638, + "id": 16414675, + "name": "4 bedrooms for 7 people. Perfect for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 51, + "last_review": "2019-06-30", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 84, + "availability_365": 63 + }, + { + "index": 6639, + "id": 16420876, + "name": "Amplia y luminosa habitaci\u00f3n doble en Les Corts", + "host_name": "Maria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-16", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 6640, + "id": 16424669, + "name": "Double bedroom in Gracia, Room No. 3", + "host_name": "Roy", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-22", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 3, + "availability_365": 347 + }, + { + "index": 6641, + "id": 16424722, + "name": "Modern Apartment!", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 157, + "last_review": "2019-06-23", + "reviews_per_month": 5.1, + "calculated_host_listings_count": 4, + "availability_365": 309 + }, + { + "index": 6642, + "id": 16425293, + "name": "Duplex Blue in La Sagrera", + "host_name": "Joan", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-06-19", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 3, + "availability_365": 140 + }, + { + "index": 6643, + "id": 16425445, + "name": "Duplex Red in La Sagrera", + "host_name": "Joan", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 33, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-11-21", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 3, + "availability_365": 83 + }, + { + "index": 6644, + "id": 16425528, + "name": "Cozy apartment Diagonal Mar", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-06-20", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 13, + "availability_365": 120 + }, + { + "index": 6645, + "id": 16426122, + "name": "Classic Barcelona apartment with cozy balcony", + "host_name": "Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 4, + "number_of_reviews": 52, + "last_review": "2019-05-04", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6646, + "id": 16431898, + "name": "Paseo de Gracia Luxury Apartment", + "host_name": "Erika", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 365 + }, + { + "index": 6647, + "id": 16432228, + "name": "Exclusive Apartment Barcelona", + "host_name": "Erika", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 87, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 344 + }, + { + "index": 6648, + "id": 16433084, + "name": "Straight friendly quiet internal room EixAmple", + "host_name": "Alfonso", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 75, + "last_review": "2019-05-13", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6649, + "id": 16434117, + "name": "Habitaci\u00f3n cochombrosa en barrio de mierda", + "host_name": "Jos\u00e9 Carlos", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6650, + "id": 16437001, + "name": "Double room with exclusive private bathroom", + "host_name": "Judith", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 46, + "last_review": "2019-06-03", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 2 + }, + { + "index": 6651, + "id": 16438905, + "name": "STYLISH ROOM WITH LARGE BALCONY", + "host_name": "Susana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 84, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-11", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 52 + }, + { + "index": 6652, + "id": 16448315, + "name": "Private Suite Ramblas", + "host_name": "Ivan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 117, + "last_review": "2019-07-04", + "reviews_per_month": 3.92, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 6653, + "id": 16448983, + "name": "Habitacion Grande en el barrio gotico", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-23", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 6654, + "id": 16449540, + "name": "The Sagrada Familia Apartment", + "host_name": "Apart-Suites", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-02", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 5, + "availability_365": 332 + }, + { + "index": 6655, + "id": 16449601, + "name": "Bright Loft in Sagrada Familia!", + "host_name": "Apart-Suites", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 123, + "last_review": "2019-07-06", + "reviews_per_month": 4.1, + "calculated_host_listings_count": 5, + "availability_365": 351 + }, + { + "index": 6656, + "id": 16453250, + "name": "Habitaci\u00f3n en PLAZA ESPA\u00d1A.", + "host_name": "Gabriel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 14, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2019-06-27", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 3, + "availability_365": 26 + }, + { + "index": 6657, + "id": 16462603, + "name": "Elegant, bright, central, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-24", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 54, + "availability_365": 336 + }, + { + "index": 6658, + "id": 16463107, + "name": "Old District - Charming Apartment", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 344 + }, + { + "index": 6659, + "id": 16463167, + "name": "Elegant, bright, balcony, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-05-30", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 54, + "availability_365": 315 + }, + { + "index": 6660, + "id": 16464240, + "name": "sf32 NEW 2 BDR FLAT SAGRADA FAMILIA", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-08-16", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 80, + "availability_365": 348 + }, + { + "index": 6661, + "id": 16472592, + "name": "Bright, elegant, balcony, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-13", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 54, + "availability_365": 308 + }, + { + "index": 6662, + "id": 16474452, + "name": "Bright and elegant apartment in Plaza Molina", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 90, + "number_of_reviews": 1, + "last_review": "2018-10-20", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 47, + "availability_365": 282 + }, + { + "index": 6663, + "id": 16475404, + "name": "Big apartment in Eixample", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 180, + "number_of_reviews": 1, + "last_review": "2017-10-18", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 47, + "availability_365": 342 + }, + { + "index": 6664, + "id": 16476025, + "name": "Amazing Renovated Sunny Apartment In The Gothic !", + "host_name": "Margarita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 9, + "last_review": "2019-06-15", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 212 + }, + { + "index": 6665, + "id": 16478119, + "name": "Habitaci\u00f3n en Plaza Espa\u00f1a", + "host_name": "Arturo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-16", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 4, + "availability_365": 353 + }, + { + "index": 6666, + "id": 16479542, + "name": "PRIVATE ROOM WITH WIFI", + "host_name": "Esperanza And Astrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-10", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 1, + "availability_365": 76 + }, + { + "index": 6667, + "id": 16483920, + "name": "Duplex penthouse with terrace 10 min ramblas", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 113, + "last_review": "2019-06-05", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 38, + "availability_365": 118 + }, + { + "index": 6668, + "id": 16485345, + "name": "Stylish, bright, balcony, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-14", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 54, + "availability_365": 311 + }, + { + "index": 6669, + "id": 16485441, + "name": "GRACIA. SINGLE ROOM (BIG BED) EXTERIOR TO GARDEN", + "host_name": "Denise", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Private room", + "price": 23, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2018-07-31", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 6670, + "id": 16486504, + "name": "Bright, stylish, balcony, near the Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2018-06-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 54, + "availability_365": 315 + }, + { + "index": 6671, + "id": 16486723, + "name": "The nicest room near Plaza Espa\u00f1a!!", + "host_name": "Carmin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2017-10-19", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6672, + "id": 16486879, + "name": "Bright, elegant, central, near the Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 336 + }, + { + "index": 6673, + "id": 16494159, + "name": "Renovated apartment near Rambla with inner terrace", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 47, + "availability_365": 343 + }, + { + "index": 6674, + "id": 16494453, + "name": "APARTMENT WITH PRIVATE TERRACE CLOSE LICEU THEATER", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-12-01", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 47, + "availability_365": 85 + }, + { + "index": 6675, + "id": 16496029, + "name": "The Central Place VI", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-03-07", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 42, + "availability_365": 91 + }, + { + "index": 6676, + "id": 16496597, + "name": "Cosy and silent flat close to Plaza Espa\u00f1a", + "host_name": "Nadia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 32, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 41 + }, + { + "index": 6677, + "id": 16503468, + "name": "Habitaci\u00f3n individual cerca a la Sagrada Familia", + "host_name": "Mariajose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 18, + "last_review": "2019-06-30", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 6678, + "id": 16503978, + "name": "Sunny apartment in Sagrada Familia", + "host_name": "Rubiol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-06-27", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6679, + "id": 16511229, + "name": "Center - Amazing double room with balcony in Born", + "host_name": "Lidia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-29", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 87 + }, + { + "index": 6680, + "id": 16517564, + "name": "NICE ROOM / RELAJANTE APARTAMENTO", + "host_name": "Sarah", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-07-16", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 6681, + "id": 16529397, + "name": "Spectacular penthouse with terrace next to the sea", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-29", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 47, + "availability_365": 314 + }, + { + "index": 6682, + "id": 16532014, + "name": "Rooms in Old Town, Renewed-Charm Apartment", + "host_name": "Ricardo & Vivianne", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 162, + "last_review": "2019-06-23", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 6683, + "id": 16537876, + "name": "Full flat (2 dbm brooms: 1 w. bed, 1 w. sofabed)", + "host_name": "Genevi\u00e8ve", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6684, + "id": 16538380, + "name": "Big House in Barcelona", + "host_name": "Ferran", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 98 + }, + { + "index": 6685, + "id": 16543650, + "name": "cozy augustus barcelona for 3-4 guest", + "host_name": "Walter", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-06-26", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 30 + }, + { + "index": 6686, + "id": 16544516, + "name": "Spacious bright room in the city centre", + "host_name": "Sonia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-07-20", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 6687, + "id": 16551152, + "name": "Cozy Flat Gran Via", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-01", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 95, + "availability_365": 31 + }, + { + "index": 6688, + "id": 16552543, + "name": "Cama en dormitorio de 9 camas", + "host_name": "Mambo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-30", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 365 + }, + { + "index": 6689, + "id": 16554692, + "name": "Cuadruple apartment - Independencia ABAPART", + "host_name": "Lackanton", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-06-26", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 5, + "availability_365": 324 + }, + { + "index": 6690, + "id": 16556943, + "name": "City Center Trendy Loft", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 31, + "number_of_reviews": 90, + "last_review": "2019-06-19", + "reviews_per_month": 2.94, + "calculated_host_listings_count": 15, + "availability_365": 256 + }, + { + "index": 6691, + "id": 16557135, + "name": "Straight friendly quiet internal room Eixample. B", + "host_name": "Alfonso", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-07-01", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6692, + "id": 16563363, + "name": "Lovely double room in the center", + "host_name": "Aitor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 109, + "last_review": "2019-07-08", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 6693, + "id": 16566073, + "name": "Cozy apartment in the centre of Barcelona", + "host_name": "\u00c1lvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-10", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 4, + "availability_365": 83 + }, + { + "index": 6694, + "id": 16566571, + "name": "Wake up to the sea!", + "host_name": "Hussain", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 89, + "last_review": "2019-07-01", + "reviews_per_month": 3.1, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 6695, + "id": 16567865, + "name": "Habitaci\u00f3n para 2 personas c/ubicaci\u00f3n INSUPERABLE", + "host_name": "Susana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 90, + "last_review": "2019-06-30", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 109 + }, + { + "index": 6696, + "id": 16569315, + "name": "Gracioso studio de 40 m para compartir", + "host_name": "Andrea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Shared room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-03-03", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6697, + "id": 16576575, + "name": "In the center of Born Neighborhood", + "host_name": "Maite", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2019-02-16", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 235 + }, + { + "index": 6698, + "id": 16581398, + "name": "Room, Habitacion WC/AC Poblenou.", + "host_name": "Alyssa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-05-10", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6699, + "id": 16591362, + "name": "Cozy bedroom with private bathroom", + "host_name": "Mary", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-06-30", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 324 + }, + { + "index": 6700, + "id": 16591958, + "name": "41-Apartamento Sagrada Familia (NY)", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-03-29", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 14, + "availability_365": 190 + }, + { + "index": 6701, + "id": 16592088, + "name": "Fun, bright, balcony, close to Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-06-04", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 54, + "availability_365": 306 + }, + { + "index": 6702, + "id": 16592830, + "name": "Bright, fun, balcony, near the Sagrada Familia", + "host_name": "Yaiza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-21", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 54, + "availability_365": 262 + }, + { + "index": 6703, + "id": 16593337, + "name": "Dal\u00ed Residence 1", + "host_name": "Charm Apartments Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-02", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 8, + "availability_365": 304 + }, + { + "index": 6704, + "id": 16595058, + "name": "Experience Local Living in Well-Connected Beach Retreat", + "host_name": "Nu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-05-15", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 6, + "availability_365": 176 + }, + { + "index": 6705, + "id": 16599138, + "name": "Habitaci\u00f3n doble con ba\u00f1o, zona tranquila", + "host_name": "Pablo", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-06-19", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 6706, + "id": 16601337, + "name": "Private Room in Central Barcelona", + "host_name": "Norman", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 92, + "last_review": "2019-07-08", + "reviews_per_month": 3.83, + "calculated_host_listings_count": 2, + "availability_365": 116 + }, + { + "index": 6707, + "id": 16607759, + "name": "\"Stylish Calm Flat\" Quick way to center & airport", + "host_name": "Leo", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 3000, + "minimum_nights": 2, + "number_of_reviews": 150, + "last_review": "2019-06-23", + "reviews_per_month": 4.93, + "calculated_host_listings_count": 1, + "availability_365": 139 + }, + { + "index": 6708, + "id": 16607851, + "name": "Modern flat in Poblesec", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-01-01", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 95, + "availability_365": 313 + }, + { + "index": 6709, + "id": 16608358, + "name": "Apartamento Ramblas Barcelona", + "host_name": "Erika", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 22, + "availability_365": 190 + }, + { + "index": 6710, + "id": 16608538, + "name": "Habitaci\u00f3n confortable en la encantadora Gracia!", + "host_name": "Alessandro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-17", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 6711, + "id": 16627499, + "name": "HABITACION DOBLE", + "host_name": "Ri", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-06-12", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 3, + "availability_365": 197 + }, + { + "index": 6712, + "id": 16627818, + "name": "Room de besos. Un lugar maravilloso", + "host_name": "Anzhelika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-07-03", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 6713, + "id": 16634143, + "name": "HABITACION INDIVIDUAL!!!", + "host_name": "Ri", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 123, + "last_review": "2019-06-23", + "reviews_per_month": 4.46, + "calculated_host_listings_count": 3, + "availability_365": 203 + }, + { + "index": 6714, + "id": 16637179, + "name": "Habitacion muy bien ubicada cerca Sagrada Familia", + "host_name": "Norbert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-30", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6715, + "id": 16640608, + "name": "12-Apartamento Sagrada Familia (Bcn)", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2019-02-15", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 14, + "availability_365": 254 + }, + { + "index": 6716, + "id": 16641407, + "name": "Desing apartment in the center", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-05-14", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 15, + "availability_365": 329 + }, + { + "index": 6717, + "id": 16646369, + "name": "Double room with balcony in the heart of Gracia", + "host_name": "Loreto", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6718, + "id": 16647053, + "name": "Double room with private bathroom \"Arc del Triomf\"", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-07-09", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 6719, + "id": 16659882, + "name": "Brand new luxury apartment in the city center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-21", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 38, + "availability_365": 145 + }, + { + "index": 6720, + "id": 16668153, + "name": "7 MINUTES FROM LAS RAMBLAS LUXURY 3 BEDROOMS FLAT!", + "host_name": "Nicolas", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 4, + "number_of_reviews": 23, + "last_review": "2019-06-15", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 2, + "availability_365": 220 + }, + { + "index": 6721, + "id": 16671954, + "name": "Beautiful and relaxing private room in the beach", + "host_name": "Irene", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-07-08", + "reviews_per_month": 1.3, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 6722, + "id": 16672021, + "name": "Central & Sunny Apartment near Passeigde Gracia II", + "host_name": "Maria Consolacion", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-10-13", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 2, + "availability_365": 266 + }, + { + "index": 6723, + "id": 16672707, + "name": "QUIET AND BRIGHT APARTMENT. RENOV 2015", + "host_name": "Manuel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-05-24", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 31, + "availability_365": 331 + }, + { + "index": 6724, + "id": 16673362, + "name": "Apartment A- Barcelona Centre - Gothic Quarter", + "host_name": "Aptsbcn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-02-13", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 306 + }, + { + "index": 6725, + "id": 16677483, + "name": "single room - well located", + "host_name": "Aitor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 6726, + "id": 16681782, + "name": "Habitaci\u00f3n con ba\u00f1o privado en zona c\u00e9ntrica", + "host_name": "S\u00f2nia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-06-27", + "reviews_per_month": 4.44, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 6727, + "id": 16682362, + "name": "Piso en Les Corts - Barcelona", + "host_name": "Trize", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 14, + "availability_365": 342 + }, + { + "index": 6728, + "id": 16685927, + "name": "Beach&Barcelona I", + "host_name": "Mariabe Y Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-07-07", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 4, + "availability_365": 310 + }, + { + "index": 6729, + "id": 16686593, + "name": "Bcn-rentals Rambla 5, Just7-10 minutes fromramblas", + "host_name": "David And Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 6, + "number_of_reviews": 28, + "last_review": "2019-06-07", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 4, + "availability_365": 269 + }, + { + "index": 6730, + "id": 16690587, + "name": "Private room in Penthouse with terrace", + "host_name": "Ruben", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-07-08", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 6731, + "id": 16694720, + "name": "Comfortable flat in vibrant Raval!", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-19", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6732, + "id": 16704193, + "name": "Art House Viladomat\u2014A Bright Apartment that's a Visual Feast", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 112, + "last_review": "2019-07-06", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 11, + "availability_365": 298 + }, + { + "index": 6733, + "id": 16707571, + "name": "Heart Of Bcn", + "host_name": "Pietra", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 98, + "last_review": "2019-03-01", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 6734, + "id": 16713859, + "name": "Lovely Central Single Bedroom with Balcony-WIFI", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2018-06-26", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 6735, + "id": 16713877, + "name": "Piso en una zona destacada en bcn", + "host_name": "Tha", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 109, + "last_review": "2019-07-06", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 6736, + "id": 16714195, + "name": "Great flat. Feel as at home in center Barcelona.", + "host_name": "Jepis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 194, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-06-26", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 6737, + "id": 16715109, + "name": "Piso luminoso e impecable en super buena zona", + "host_name": "Joaquin", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6738, + "id": 16715630, + "name": "Cozy one-bedroom apartment in Sant Antoni", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-10-13", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 28, + "availability_365": 326 + }, + { + "index": 6739, + "id": 16716723, + "name": "Central, glamorous flat in Eixample", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 90, + "number_of_reviews": 2, + "last_review": "2018-05-25", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 10, + "availability_365": 11 + }, + { + "index": 6740, + "id": 16716808, + "name": "1-bedroom apartment with balcony", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-04-07", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 41, + "availability_365": 326 + }, + { + "index": 6741, + "id": 16719619, + "name": "HABITACION DOBLE CERCA MOBILE WORLD", + "host_name": "Fany", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-03-01", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6742, + "id": 16719714, + "name": "Double Bed in the very middle of Barcelona", + "host_name": "Vicente", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-06-06", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6743, + "id": 16721268, + "name": "CHARMING ROOM CLOSE TO PL.ESPA\u00d1A.", + "host_name": "Arturo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-06-28", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 4, + "availability_365": 300 + }, + { + "index": 6744, + "id": 16730670, + "name": "Elegant and spacious apartment in Paralel", + "host_name": "Mai & Maud", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 101, + "last_review": "2019-06-24", + "reviews_per_month": 3.45, + "calculated_host_listings_count": 3, + "availability_365": 217 + }, + { + "index": 6745, + "id": 16731592, + "name": "Huge double bedroom in the center of Barcelona.", + "host_name": "Jordi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 148, + "last_review": "2019-07-04", + "reviews_per_month": 4.95, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 6746, + "id": 16731925, + "name": "Big room, amazing location and roomates!", + "host_name": "Pierre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2018-08-16", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 6747, + "id": 16732821, + "name": "Brunch on the Sunny, Plant-Filled Terrace in Lively Gracia", + "host_name": "Jacques", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 387, + "minimum_nights": 4, + "number_of_reviews": 67, + "last_review": "2019-06-25", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 1, + "availability_365": 108 + }, + { + "index": 6748, + "id": 16733143, + "name": "Habitaci\u00f3n doble.Piso compartido a 60m de la playa", + "host_name": "Jen", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-21", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 6749, + "id": 16733926, + "name": "Sunny and beautiful apartment near Pz. Espa\u00f1a", + "host_name": "Ser", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-05-19", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 6750, + "id": 16737061, + "name": "Double room near Plaza Espa\u00f1a", + "host_name": "Pepi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 101, + "last_review": "2019-07-07", + "reviews_per_month": 3.51, + "calculated_host_listings_count": 1, + "availability_365": 275 + }, + { + "index": 6751, + "id": 16742086, + "name": "Comfortable three independent homes", + "host_name": "Yi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-23", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 64 + }, + { + "index": 6752, + "id": 16747888, + "name": "Sunny Tibidado Private Double Room!", + "host_name": "Susanna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-06-14", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 148 + }, + { + "index": 6753, + "id": 16748294, + "name": "Spacious room, nearby Aerobus and Plaza Catalunya", + "host_name": "Liza", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-05-31", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 145 + }, + { + "index": 6754, + "id": 16749058, + "name": "Luxury suite with private terrace Placa Catalunya", + "host_name": "Unique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-07-01", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 31, + "availability_365": 335 + }, + { + "index": 6755, + "id": 16750114, + "name": "Stylishly decorated apartment in Sants", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 33, + "minimum_nights": 40, + "number_of_reviews": 1, + "last_review": "2019-03-31", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 31, + "availability_365": 141 + }, + { + "index": 6756, + "id": 16751082, + "name": "2 bedroom apartment in Gothic for monthly rent", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-09-29", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 31, + "availability_365": 190 + }, + { + "index": 6757, + "id": 16751577, + "name": "Habitaci\u00f3n amplia zona plaza Espa\u00f1a.", + "host_name": "Jesus", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 91, + "last_review": "2019-07-01", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 6758, + "id": 16752317, + "name": "Book an it for a month. It's cheaper! /Las Ramblas", + "host_name": "Alfredo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 6759, + "id": 16752419, + "name": "Comfortable 5 persons apartment, city center!", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6760, + "id": 16762460, + "name": "G", + "host_name": "Jon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 169, + "last_review": "2019-07-09", + "reviews_per_month": 5.65, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 6761, + "id": 16762608, + "name": "Private Room Classy Apartment Central Barcelona Plaza Espa\u00f1a", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 87, + "minimum_nights": 2, + "number_of_reviews": 124, + "last_review": "2019-07-04", + "reviews_per_month": 4.11, + "calculated_host_listings_count": 1, + "availability_365": 210 + }, + { + "index": 6762, + "id": 16767690, + "name": "COZY DOBLE ROOM WITH TOILET- Barcelona center", + "host_name": "Rita", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-04-26", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6763, + "id": 16772799, + "name": "Best district \"Gracia\" oficial apartment", + "host_name": "Vincent", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 5, + "number_of_reviews": 79, + "last_review": "2019-06-25", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 11, + "availability_365": 44 + }, + { + "index": 6764, + "id": 16773390, + "name": "Recently renovated flat next to Sagrada Familia!", + "host_name": "Montserrat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-25", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 5, + "availability_365": 294 + }, + { + "index": 6765, + "id": 16773747, + "name": "Rooms with p/bathroom in a exceptional building", + "host_name": "Arola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 240, + "minimum_nights": 2, + "number_of_reviews": 152, + "last_review": "2019-06-29", + "reviews_per_month": 5.15, + "calculated_host_listings_count": 2, + "availability_365": 193 + }, + { + "index": 6766, + "id": 16780481, + "name": "Mundi Room", + "host_name": "Teo, Kiko Y Jhon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 100, + "last_review": "2019-06-23", + "reviews_per_month": 3.52, + "calculated_host_listings_count": 2, + "availability_365": 33 + }, + { + "index": 6767, + "id": 16780794, + "name": "\"Music\" Room", + "host_name": "Teo, Kiko Y Jhon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-15", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 2, + "availability_365": 120 + }, + { + "index": 6768, + "id": 16781511, + "name": "Amazing Accommodation Barcelona", + "host_name": "Natalie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-17", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 5, + "availability_365": 272 + }, + { + "index": 6769, + "id": 16786316, + "name": "Double room with terrace in the heart of Gracia", + "host_name": "Marija", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 115, + "last_review": "2019-07-05", + "reviews_per_month": 3.96, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 6770, + "id": 16787266, + "name": "Habitaci\u00f3n centro de Barcelona", + "host_name": "Pablo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-07-09", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 6771, + "id": 16788998, + "name": "Single room in the heart of Gracia", + "host_name": "Marija", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 107, + "last_review": "2019-06-26", + "reviews_per_month": 3.69, + "calculated_host_listings_count": 2, + "availability_365": 78 + }, + { + "index": 6772, + "id": 16789407, + "name": "Individual room + private bathroom in penthouse", + "host_name": "Bernat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-22", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6773, + "id": 16790093, + "name": "Volkswagen T4 California with westfalia", + "host_name": "Roger", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2018-10-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 350 + }, + { + "index": 6774, + "id": 16790826, + "name": "DUPLEX: STUDENTS, TRAVELLER, BUSINESSMEN-PARKING", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-10-15", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 12, + "availability_365": 332 + }, + { + "index": 6775, + "id": 16794153, + "name": "Habitaci\u00f3n junto Mobile World", + "host_name": "Fany", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-03-03", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 3, + "availability_365": 181 + }, + { + "index": 6776, + "id": 16802462, + "name": "Beach & Quiet apartment, 2 Bedroom, Dressing Room", + "host_name": "Jos\u00e9 Manuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-05-02", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 212 + }, + { + "index": 6777, + "id": 16805125, + "name": "Habitaci\u00f2n privada, exterior. (Plaza Espa\u00f1a)", + "host_name": "Garby", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 70, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2017-07-01", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6778, + "id": 16806128, + "name": "Holy Family Flat SPB242388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 99, + "last_review": "2019-06-26", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 20, + "availability_365": 295 + }, + { + "index": 6779, + "id": 16807793, + "name": "Near the center and the airport. Single Room", + "host_name": "Gigi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 101, + "last_review": "2019-06-08", + "reviews_per_month": 3.47, + "calculated_host_listings_count": 2, + "availability_365": 84 + }, + { + "index": 6780, + "id": 16808341, + "name": "Quiet place in the Borne", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 6781, + "id": 16809321, + "name": "Cozy apartment in the Borne", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 192 + }, + { + "index": 6782, + "id": 16810008, + "name": "Bright&Modernist in the city center.", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 3, + "number_of_reviews": 118, + "last_review": "2019-06-25", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 12, + "availability_365": 110 + }, + { + "index": 6783, + "id": 16812225, + "name": "\u041e\u0442\u0434\u044b\u0445 \u0432 \u043f\u0440\u0435\u0441\u0442\u0438\u0436\u043d\u043e\u0439 \u0437\u043e\u043d\u0435 \u0411\u0430\u0440\u0441\u0435\u043b\u043e\u043d\u044b 3", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-05-31", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 9, + "availability_365": 86 + }, + { + "index": 6784, + "id": 16812583, + "name": "Nice room in Barcelona 3", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-26", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 9, + "availability_365": 86 + }, + { + "index": 6785, + "id": 16823031, + "name": "Sagrada Familia Duplex Modern Apt", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-07-06", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 19, + "availability_365": 215 + }, + { + "index": 6786, + "id": 16833172, + "name": "RAMBLAS [ROOM 4-PAX] in terrace apartment", + "host_name": "Alberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-07-08", + "reviews_per_month": 4.49, + "calculated_host_listings_count": 2, + "availability_365": 105 + }, + { + "index": 6787, + "id": 16833197, + "name": "Gracia apartment Renovated 2016", + "host_name": "Manuel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 89, + "number_of_reviews": 7, + "last_review": "2017-09-02", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 31, + "availability_365": 349 + }, + { + "index": 6788, + "id": 16834807, + "name": "Single Room close to Paseo de Gracia!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 31, + "number_of_reviews": 47, + "last_review": "2018-08-07", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 14, + "availability_365": 154 + }, + { + "index": 6789, + "id": 16842844, + "name": "BBarcelona Gaud\u00ed Apartment 4743", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2018-08-09", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 6790, + "id": 16851200, + "name": "Linda habitaci\u00f3n doble en el centro de Barcelona", + "host_name": "Francesca", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6791, + "id": 16851456, + "name": "PRIVATE SINGLE NICE and QUIET ROOM", + "host_name": "\u00c0ngels", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-01", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 6792, + "id": 16869002, + "name": "Casa Cosi - Letamendi", + "host_name": "Casa Cosi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 193, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-22", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 15, + "availability_365": 179 + }, + { + "index": 6793, + "id": 16870852, + "name": "cc23 LARGE FLAT BY PASSEIG GRACIA!", + "host_name": "Acomodis Apartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 80, + "availability_365": 172 + }, + { + "index": 6794, + "id": 16875405, + "name": "Beach&Barcelona II", + "host_name": "Mariabe Y Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-09", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 4, + "availability_365": 315 + }, + { + "index": 6795, + "id": 16879161, + "name": "Single room in La Sagrera for pet friendly people!", + "host_name": "Daniela", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 19, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2018-03-31", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6796, + "id": 16880366, + "name": "HABITACI\u00d3N USO DOBLE O INDIVIDUAL CENTRO BARCELONA", + "host_name": "M.Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 26, + "minimum_nights": 7, + "number_of_reviews": 61, + "last_review": "2019-07-04", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 1, + "availability_365": 234 + }, + { + "index": 6797, + "id": 16881832, + "name": "Sleeping BCN Apartments Premi\u00e0 PB", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-05", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 4, + "availability_365": 191 + }, + { + "index": 6798, + "id": 16884122, + "name": "Habitaci\u00f3n de matrimonio a 20 del centro", + "host_name": "Oriol", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "les Tres Torres", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-26", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 3, + "availability_365": 364 + }, + { + "index": 6799, + "id": 16887520, + "name": "APARTAMENT EXCELENT CENTRAL LOCATION BARCELONA", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2018-10-03", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 47, + "availability_365": 312 + }, + { + "index": 6800, + "id": 16890150, + "name": "Habitaci\u00f3n doble en el Raval", + "host_name": "Mechi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-02", + "reviews_per_month": 1.96, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 6801, + "id": 16891365, + "name": "Cozy apartment in the heart of Barcelona", + "host_name": "Oriol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-11-17", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 170 + }, + { + "index": 6802, + "id": 16892614, + "name": "Centric room for two", + "host_name": "Alice", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-07-01", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 6803, + "id": 16893987, + "name": "\u00c1tico acogedor con gran terraza en centro ciudad", + "host_name": "Maria Jesus", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-05-08", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 296 + }, + { + "index": 6804, + "id": 16894370, + "name": "COZY BEDROOM with private bathroom in CLOT", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 127, + "last_review": "2019-07-09", + "reviews_per_month": 4.27, + "calculated_host_listings_count": 6, + "availability_365": 17 + }, + { + "index": 6805, + "id": 16895531, + "name": "Piso amplio en el coraz\u00f3n de Gracia", + "host_name": "Montse", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 29, + "last_review": "2019-05-12", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 1, + "availability_365": 361 + }, + { + "index": 6806, + "id": 16905095, + "name": "Habitacion confortable para unos dias en Barcelona", + "host_name": "M Teresa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 21, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6807, + "id": 16905140, + "name": "Living Eixample IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-13", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 148, + "availability_365": 10 + }, + { + "index": 6808, + "id": 16905902, + "name": "Plaza Catalunya VI, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-12-26", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 148, + "availability_365": 307 + }, + { + "index": 6809, + "id": 16905909, + "name": "PTF Barri Gotic, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-17", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 148, + "availability_365": 234 + }, + { + "index": 6810, + "id": 16905962, + "name": "STA Anna V, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-22", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 148, + "availability_365": 240 + }, + { + "index": 6811, + "id": 16907397, + "name": "LOFT WITH TERRACE IN GR\u00c0CIA HUTB007818", + "host_name": "M\u00f2nica", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-27", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 15, + "availability_365": 302 + }, + { + "index": 6812, + "id": 16908176, + "name": "Brand new luxury apartment + terrace #4", + "host_name": "Jonathon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-02-23", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 4, + "availability_365": 100 + }, + { + "index": 6813, + "id": 16908604, + "name": "Recently renovated 1 Bed Apt w/ rooftop terrace #2", + "host_name": "Jonathon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-04-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 4, + "availability_365": 302 + }, + { + "index": 6814, + "id": 16913114, + "name": "Born-Arc del Triunfo", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2018-07-27", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 12, + "availability_365": 338 + }, + { + "index": 6815, + "id": 16919723, + "name": "CHARMING STUDIO A FEW STEPS FROM LAS RAMBLAS", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-05-05", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 46, + "availability_365": 76 + }, + { + "index": 6816, + "id": 16919949, + "name": "Chilling flat", + "host_name": "Simon", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6817, + "id": 16922226, + "name": "Luminous apartment 43", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-07-06", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 15, + "availability_365": 233 + }, + { + "index": 6818, + "id": 16923644, + "name": "Private Double Room with balcony! Best Location!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 32, + "number_of_reviews": 24, + "last_review": "2018-07-30", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 14, + "availability_365": 0 + }, + { + "index": 6819, + "id": 16924308, + "name": "Modern apartment in city center", + "host_name": "Rieret", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-01-18", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 6820, + "id": 16928256, + "name": "Nice 3BD Attic apartment with Terrace", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-07-27", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 141 + }, + { + "index": 6821, + "id": 16934317, + "name": "Cozy single room in Born Square", + "host_name": "Eeva", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-03-05", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6822, + "id": 16935429, + "name": "Charming apartment at the heart of Eixample", + "host_name": "Mai & Maud", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 240, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-06-27", + "reviews_per_month": 2.92, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 6823, + "id": 16935893, + "name": "My Address in Barcelona 21", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-26", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 11, + "availability_365": 230 + }, + { + "index": 6824, + "id": 16938522, + "name": "Big Eixample apartment", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 5, + "number_of_reviews": 14, + "last_review": "2019-05-24", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 6, + "availability_365": 12 + }, + { + "index": 6825, + "id": 16939790, + "name": "Rambla Poblenou Barcelonastuff", + "host_name": "Marc", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-12", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 13, + "availability_365": 281 + }, + { + "index": 6826, + "id": 16939915, + "name": "PRIVATE ROOM+PRIVATE BATHROOM + WIFI+ GAYFRIENDLY", + "host_name": "Pablo", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-23", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 6827, + "id": 16940179, + "name": "Private suite room with bathroom", + "host_name": "Sara", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2018-02-28", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6828, + "id": 16940946, + "name": "APARTAMENT-LOFT HOSPITAL SANT PAU - PARKING", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-03-18", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 12, + "availability_365": 348 + }, + { + "index": 6829, + "id": 16942408, + "name": "beautiful flat with natural light.", + "host_name": "Ingrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-05-05", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 170 + }, + { + "index": 6830, + "id": 16946111, + "name": "Chambre \u00e0 Rambla, au coeur de Barcelone", + "host_name": "May", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 15, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6831, + "id": 16950208, + "name": "My Address in Barcelona 22", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-06-26", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 11, + "availability_365": 240 + }, + { + "index": 6832, + "id": 16950747, + "name": "Lovely Apartment in Barcelona (21)", + "host_name": "Pedro-Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 4, + "number_of_reviews": 25, + "last_review": "2018-07-09", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 2, + "availability_365": 143 + }, + { + "index": 6833, + "id": 16951510, + "name": "Barcelona Design Apartment", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-21", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 95, + "availability_365": 293 + }, + { + "index": 6834, + "id": 16952176, + "name": "Charming room near downtown", + "host_name": "Oleksandra", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-17", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 2, + "availability_365": 128 + }, + { + "index": 6835, + "id": 16952591, + "name": "Barceloneta-Ramblas & SunSet", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-23", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 2, + "availability_365": 246 + }, + { + "index": 6836, + "id": 16954444, + "name": "Modernist apartment principal", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 268, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2019-07-01", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 6, + "availability_365": 9 + }, + { + "index": 6837, + "id": 16954647, + "name": "modernist apartment 31", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 268, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2018-08-25", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 6, + "availability_365": 284 + }, + { + "index": 6838, + "id": 16960372, + "name": "Walking distance from the Mobile World Congress!", + "host_name": "Manuela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-03-03", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6839, + "id": 16962221, + "name": "Chambre double au coeur de Barcelone", + "host_name": "May", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 14, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6840, + "id": 16962914, + "name": "Habitacion doble superior privada 1 bed queen TV", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 102, + "last_review": "2019-07-06", + "reviews_per_month": 3.47, + "calculated_host_listings_count": 3, + "availability_365": 310 + }, + { + "index": 6841, + "id": 16963983, + "name": "Lovely spacious room close to beach and center", + "host_name": "Pablo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 57, + "last_review": "2019-06-26", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 1, + "availability_365": 178 + }, + { + "index": 6842, + "id": 16966096, + "name": "INDIVIDUAL AND PRIVATE ROOM TV- SECURITY BOX", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 97, + "last_review": "2019-07-03", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 3, + "availability_365": 285 + }, + { + "index": 6843, + "id": 16966284, + "name": "Habitacion doble 2 camas twin con TV", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 112, + "last_review": "2019-06-30", + "reviews_per_month": 4.05, + "calculated_host_listings_count": 3, + "availability_365": 306 + }, + { + "index": 6844, + "id": 16967971, + "name": "DUPLEX BORN 6 PAX (M\u00ednimo 31 noches)", + "host_name": "Cristina Palou", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2019-06-15", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 4, + "availability_365": 135 + }, + { + "index": 6845, + "id": 16968205, + "name": "BORN 2 HAB. 4 PAX (M\u00ednimo 31 noches)", + "host_name": "Cristina Palou", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-06-01", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 4, + "availability_365": 312 + }, + { + "index": 6846, + "id": 16972072, + "name": "Comfortable Room # 3", + "host_name": "Valeria Y Matias", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-05-28", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 3, + "availability_365": 59 + }, + { + "index": 6847, + "id": 16973722, + "name": "APARTAMENT FOR STUDENTS, TRAVELLERS, BUSINESSMEN", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-01-01", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 12, + "availability_365": 122 + }, + { + "index": 6848, + "id": 16981926, + "name": "Chambre priv\u00e8 au coeur de Barcelone", + "host_name": "May", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 12, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 6849, + "id": 16982503, + "name": "Private room in a lovely flat in Rambla Gaud\u00ed", + "host_name": "Maucha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-26", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 70 + }, + { + "index": 6850, + "id": 16983255, + "name": "BCN CENTER!! Double Room with Private Bathroom!", + "host_name": "Gabriela", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-07-06", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 6851, + "id": 16986755, + "name": "Nace room close to RamblaCatalunya6", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-03-21", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 9, + "availability_365": 85 + }, + { + "index": 6852, + "id": 16988387, + "name": "LOVELY AMAZING BIG ROOM_ BARCELONA CENTER eixample", + "host_name": "Ricard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-06-23", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 2, + "availability_365": 114 + }, + { + "index": 6853, + "id": 16989407, + "name": "Private Bedroom in Gr\u00e0cia, 5 min from Park G\u00fcell", + "host_name": "Marta", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 150, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6854, + "id": 16989509, + "name": "SUNNY bedroom + priv. bathroom at 15' SagFamilia", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 117, + "last_review": "2019-02-28", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 6855, + "id": 16989958, + "name": "A 10 min. Plaza Espa\u00f1a, frente Fira de Barcelona", + "host_name": "Cecira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-05-24", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 2, + "availability_365": 77 + }, + { + "index": 6856, + "id": 16990689, + "name": "Apartamento \u00e1tico de lujo con piscina privada", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 6857, + "id": 16995657, + "name": "Luxury Double Room with Private Bath and Balcony", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-03-21", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6858, + "id": 16998905, + "name": "Double room in the middle of the Gothic district", + "host_name": "Luc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-03-04", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 61 + }, + { + "index": 6859, + "id": 17003207, + "name": "Habitaci\u00f3n doble en centro Barcelona", + "host_name": "Faby", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-07-02", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 2, + "availability_365": 118 + }, + { + "index": 6860, + "id": 17004743, + "name": "4 bedroom apt Barcelona centre: terrace, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-05-26", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 6861, + "id": 17007277, + "name": "Luminoso estudio reci\u00e9n reformado, Bernat Metge!", + "host_name": "Igor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-09-30", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 91, + "availability_365": 360 + }, + { + "index": 6862, + "id": 17009883, + "name": "Alquilo habitaci\u00f3n", + "host_name": "Rina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 6863, + "id": 17016924, + "name": "WITH PRIVATE BATHROOM-A/C-NEAR TO PLAZA ESPA\u00d1A", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 146, + "last_review": "2019-07-02", + "reviews_per_month": 5.07, + "calculated_host_listings_count": 2, + "availability_365": 99 + }, + { + "index": 6864, + "id": 17019265, + "name": "Stroll to Sagrada Familia from a Modern Pedestrian-Zone Flat", + "host_name": "Jesus", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-07-07", + "reviews_per_month": 4.88, + "calculated_host_listings_count": 3, + "availability_365": 32 + }, + { + "index": 6865, + "id": 17019876, + "name": "barcelona black&white", + "host_name": "Roberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-24", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 2, + "availability_365": 16 + }, + { + "index": 6866, + "id": 17021004, + "name": "IRLES EIXAMPLE", + "host_name": "Jose Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-18", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 6867, + "id": 17021973, + "name": "Vila Olimpica at the beach", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2018-08-14", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 2, + "availability_365": 21 + }, + { + "index": 6868, + "id": 17022152, + "name": "Single Room/ apartment next to Plaza Espa\u00f1a/Cerd\u00e0", + "host_name": "Edgar", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-10-06", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6869, + "id": 17023714, + "name": "Barcelona 15 min to Sagrada Familia (min 32 days)", + "host_name": "Jordi", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-05-14", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 5, + "availability_365": 302 + }, + { + "index": 6870, + "id": 17024314, + "name": "Cerca Fira Barcelona autobuses al centro, WIFI", + "host_name": "Cecira", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-18", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 2, + "availability_365": 60 + }, + { + "index": 6871, + "id": 17026117, + "name": "King's Place City Center", + "host_name": "Sergi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 116, + "last_review": "2019-06-26", + "reviews_per_month": 4.02, + "calculated_host_listings_count": 1, + "availability_365": 119 + }, + { + "index": 6872, + "id": 17029404, + "name": "Habitaci\u00f3n doble 4 BCN centro", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-03", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 17, + "availability_365": 90 + }, + { + "index": 6873, + "id": 17029726, + "name": "Habitaci\u00f3n 3 en zona prestigiosa", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-07", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 17, + "availability_365": 86 + }, + { + "index": 6874, + "id": 17033174, + "name": "Spectacular 3bed penthouse in Eixample", + "host_name": "Marti", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 174, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-07-07", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 1, + "availability_365": 344 + }, + { + "index": 6875, + "id": 17033769, + "name": "2-bedroom apartment with balcony near Arc Trionf", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 358 + }, + { + "index": 6876, + "id": 17034988, + "name": "2 bedroom apartment in the center", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 358 + }, + { + "index": 6877, + "id": 17036203, + "name": "Large room with private bathroom BCN center", + "host_name": "Leonardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 143, + "last_review": "2019-06-22", + "reviews_per_month": 4.97, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 6878, + "id": 17039201, + "name": "H52MPS22 Cute apartment close to P Gracia B", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 88, + "last_review": "2019-07-04", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 18, + "availability_365": 86 + }, + { + "index": 6879, + "id": 17039203, + "name": "H52MPSA1 TERRACE apartment II near P Gracia", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 4, + "number_of_reviews": 112, + "last_review": "2019-06-29", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 18, + "availability_365": 57 + }, + { + "index": 6880, + "id": 17039207, + "name": "H7YOG21 Wonderful TERRACE apartment in Gracia", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 143, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-06-29", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 18, + "availability_365": 330 + }, + { + "index": 6881, + "id": 17039209, + "name": "H52MPS32 Cute apartment close to P Gracia", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 4, + "number_of_reviews": 87, + "last_review": "2019-07-02", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 18, + "availability_365": 95 + }, + { + "index": 6882, + "id": 17039210, + "name": "H52MPS31 Cute apartment close to P Gracia", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 4, + "number_of_reviews": 88, + "last_review": "2019-06-21", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 18, + "availability_365": 89 + }, + { + "index": 6883, + "id": 17039211, + "name": "H52MPS11 Cute apartment close to P Gracia A", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-07-07", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 18, + "availability_365": 196 + }, + { + "index": 6884, + "id": 17039212, + "name": "H52MPS21 Cute apartment close to P Gracia C", + "host_name": "Joan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 101, + "last_review": "2019-07-03", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 18, + "availability_365": 89 + }, + { + "index": 6885, + "id": 17042853, + "name": "Comfortable double room with private bathroom", + "host_name": "Elias", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 95, + "minimum_nights": 4, + "number_of_reviews": 19, + "last_review": "2019-07-02", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 6886, + "id": 17049139, + "name": "Plaza Espa\u00f1a Spacious Apartment HUTB-7971-79", + "host_name": "Lourdes", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-10-08", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 4, + "availability_365": 57 + }, + { + "index": 6887, + "id": 17050247, + "name": "DOUBLE ROOM in City Center", + "host_name": "Salvatore", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-15", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 6888, + "id": 17051593, + "name": "Wonderful Old Style apart 52,4m2 -Great Terrace-", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 30, + "number_of_reviews": 20, + "last_review": "2019-05-19", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 9, + "availability_365": 168 + }, + { + "index": 6889, + "id": 17069931, + "name": "Cute flat,close to metro and beach,WIFI", + "host_name": "Julia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 146, + "minimum_nights": 5, + "number_of_reviews": 93, + "last_review": "2019-06-25", + "reviews_per_month": 3.29, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 6890, + "id": 17069939, + "name": "BIG ROOM WITH BALCONY, plaza espanya-camp nou", + "host_name": "Norah", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 56, + "minimum_nights": 3, + "number_of_reviews": 119, + "last_review": "2019-07-06", + "reviews_per_month": 4.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6891, + "id": 17070772, + "name": "Artistic Family-Friendly Apartment in a Trendy Neighborhood", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 320, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-07-07", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 11, + "availability_365": 295 + }, + { + "index": 6892, + "id": 17074729, + "name": "Centric room in a modernist building in Eixample", + "host_name": "Nicole", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-06-20", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 1, + "availability_365": 21 + }, + { + "index": 6893, + "id": 17076222, + "name": "Suit de 15mtros \nHasta tres adultos por la suplet", + "host_name": "Ramona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-06-24", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 3, + "availability_365": 351 + }, + { + "index": 6894, + "id": 17080863, + "name": "Fira(MWC) Single or double room private bathroom", + "host_name": "Pasquale", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-26", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 6895, + "id": 17081942, + "name": "Design apartment close to Sagrada familia_BCN", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 31, + "number_of_reviews": 10, + "last_review": "2019-01-30", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 15, + "availability_365": 225 + }, + { + "index": 6896, + "id": 17083350, + "name": "CHAMBRE PRIVEE penthouse ramblas", + "host_name": "Fabrizio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 96, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-25", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 162 + }, + { + "index": 6897, + "id": 17083946, + "name": "Arc del Triomf - Big double room in authentic flat", + "host_name": "Andrea & Agu", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-06-23", + "reviews_per_month": 5.22, + "calculated_host_listings_count": 2, + "availability_365": 59 + }, + { + "index": 6898, + "id": 17085048, + "name": "A Lovely Suite in \"El G\u00f2tic\" Heart of Barcelona!", + "host_name": "Carlos", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 84, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-08-23", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 3, + "availability_365": 63 + }, + { + "index": 6899, + "id": 17088245, + "name": "BEACH HOUSE: brigth triplex in Olympic Villlage", + "host_name": "Paola, Lina, Marcela & Ezequiel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-23", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 47, + "availability_365": 326 + }, + { + "index": 6900, + "id": 17093742, + "name": "Nice room in cozy apartment!", + "host_name": "Patricio", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-10-22", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6901, + "id": 17094886, + "name": "Cosy room with private bathroom and pool", + "host_name": "Marta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-27", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6902, + "id": 17095064, + "name": "Habitaci\u00f3n doble en Sagrada Familia", + "host_name": "Rub\u00e9n", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 128, + "last_review": "2019-07-02", + "reviews_per_month": 4.57, + "calculated_host_listings_count": 2, + "availability_365": 291 + }, + { + "index": 6903, + "id": 17096442, + "name": "Penthouse with Terrace close to Sagrada Familia", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-06-26", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 3, + "availability_365": 277 + }, + { + "index": 6904, + "id": 17100681, + "name": "\u0414\u043b\u044f \u041b\u044e\u0431\u043e\u0432\u0438 \u0438\u0437 \u041d\u0438\u0436\u043d\u0435\u0433\u043e \u041d\u043e\u0432\u0433\u043e\u0440\u043e\u0434\u0430", + "host_name": "Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 12, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6905, + "id": 17101095, + "name": "Comfortable flat w/ TERRACE & AC - Sagrada Familia", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 3, + "number_of_reviews": 95, + "last_review": "2019-06-26", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 2, + "availability_365": 125 + }, + { + "index": 6906, + "id": 17101836, + "name": "Cozy apartment in centre city", + "host_name": "\u00c1lvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-07", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 6907, + "id": 17102876, + "name": "Habitaci\u00f3n cerca del Park G\u00fcell", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-19", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 3, + "availability_365": 38 + }, + { + "index": 6908, + "id": 17107557, + "name": "Nice room close to downtown", + "host_name": "Oleksandra", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-24", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 2, + "availability_365": 110 + }, + { + "index": 6909, + "id": 17115118, + "name": "Central Twin Room Close to the beach", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-05-17", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 6910, + "id": 17115175, + "name": "Flat close to Plaza Espa\u00f1a - Eixample", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-03-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6911, + "id": 17116080, + "name": "Sunny room perfect located", + "host_name": "Ed\u00e9n & Vero", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 106, + "last_review": "2019-05-25", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6912, + "id": 17116982, + "name": "Habitaci\u00f3n grande y luminosa", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 144, + "last_review": "2019-06-23", + "reviews_per_month": 4.91, + "calculated_host_listings_count": 2, + "availability_365": 109 + }, + { + "index": 6913, + "id": 17120024, + "name": "Warm room perfect located", + "host_name": "Ed\u00e9n & Vero", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 19, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-05-25", + "reviews_per_month": 4.41, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6914, + "id": 17120895, + "name": "Ideal double room in Sants", + "host_name": "Rosangela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 31, + "minimum_nights": 4, + "number_of_reviews": 58, + "last_review": "2019-06-29", + "reviews_per_month": 2.1, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 6915, + "id": 17134457, + "name": "Habitaci\u00f3n bonita y confortable", + "host_name": "Sergi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 165, + "last_review": "2019-06-15", + "reviews_per_month": 5.63, + "calculated_host_listings_count": 2, + "availability_365": 113 + }, + { + "index": 6916, + "id": 17139659, + "name": "Amazing Green-Pallet house in Sagrada Familia", + "host_name": "Gustavo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-06-24", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 101 + }, + { + "index": 6917, + "id": 17139688, + "name": "Room in rooftop apartment in center of Barcelona", + "host_name": "Alexandre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-05-14", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6918, + "id": 17148874, + "name": "DOUBLE ROOM WITH PRIVATE BATHROOM", + "host_name": "Paola", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 94, + "last_review": "2019-07-08", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 50 + }, + { + "index": 6919, + "id": 17149006, + "name": "Cozy Room close to Paseo de Gracia.", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 31, + "number_of_reviews": 40, + "last_review": "2017-11-19", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 14, + "availability_365": 153 + }, + { + "index": 6920, + "id": 17149838, + "name": "056. Icaria Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 164, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-02", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 97, + "availability_365": 323 + }, + { + "index": 6921, + "id": 17151185, + "name": "077. Laforja Entr 2\u00aa Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-04-19", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 97, + "availability_365": 325 + }, + { + "index": 6922, + "id": 17151368, + "name": "H5ANEP2 Cozy studio with balcony next to Sagrada", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 4, + "number_of_reviews": 67, + "last_review": "2019-06-30", + "reviews_per_month": 2.33, + "calculated_host_listings_count": 18, + "availability_365": 95 + }, + { + "index": 6923, + "id": 17151374, + "name": "H5ANE22 Cozy studio with balcony se", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 4, + "number_of_reviews": 82, + "last_review": "2019-07-05", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 18, + "availability_365": 306 + }, + { + "index": 6924, + "id": 17151393, + "name": "H5ANEE1 Modern apartment next to Sagrada Familia", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 4, + "number_of_reviews": 73, + "last_review": "2019-07-07", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 18, + "availability_365": 332 + }, + { + "index": 6925, + "id": 17151406, + "name": "H5ANEE4 Cozy apartment near Sagrada Familia", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 4, + "number_of_reviews": 65, + "last_review": "2019-07-08", + "reviews_per_month": 2.26, + "calculated_host_listings_count": 18, + "availability_365": 349 + }, + { + "index": 6926, + "id": 17151410, + "name": "H5ANE12 Cozy studio with balcony", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 4, + "number_of_reviews": 63, + "last_review": "2019-07-05", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 18, + "availability_365": 327 + }, + { + "index": 6927, + "id": 17151411, + "name": "H5ANE34 Cozy apartment with Sagrada Familia views", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 4, + "number_of_reviews": 61, + "last_review": "2019-07-02", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 18, + "availability_365": 344 + }, + { + "index": 6928, + "id": 17151412, + "name": "H5ANE14 Cozy apartment near Sagrada Familia", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 4, + "number_of_reviews": 63, + "last_review": "2019-06-30", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 18, + "availability_365": 335 + }, + { + "index": 6929, + "id": 17151423, + "name": "H5ANE13 Stylish apartment with balconies", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 72, + "last_review": "2019-07-08", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 18, + "availability_365": 114 + }, + { + "index": 6930, + "id": 17151552, + "name": "H5ANEP1 Beautiful apartment next to Sagrada", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 4, + "number_of_reviews": 62, + "last_review": "2019-07-07", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 18, + "availability_365": 351 + }, + { + "index": 6931, + "id": 17151977, + "name": "H5ANE33 Stylish apartment with balconies Sagrada", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 4, + "number_of_reviews": 70, + "last_review": "2019-06-30", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 18, + "availability_365": 319 + }, + { + "index": 6932, + "id": 17151979, + "name": "H5ANE23 Stylish apartment with balconies Sagrada", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 119, + "minimum_nights": 4, + "number_of_reviews": 84, + "last_review": "2019-06-30", + "reviews_per_month": 3.01, + "calculated_host_listings_count": 18, + "availability_365": 324 + }, + { + "index": 6933, + "id": 17157863, + "name": "DOUBLE ROOM + PERFECT LOCATION", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-04-13", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 6934, + "id": 17163822, + "name": "Spacious and comfy double room in pla\u00e7a Espanya", + "host_name": "Carla", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-03-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 6935, + "id": 17164619, + "name": "Single room,habitacion individual", + "host_name": "Eder", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 25, + "minimum_nights": 6, + "number_of_reviews": 9, + "last_review": "2019-06-02", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 172 + }, + { + "index": 6936, + "id": 17172477, + "name": "Sunny and quiet apartment in Guinardo", + "host_name": "Fernando", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-12-03", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 9, + "availability_365": 249 + }, + { + "index": 6937, + "id": 17174754, + "name": "Lovely City Terrace - 2 bedroom SB4", + "host_name": "Ellie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 90, + "number_of_reviews": 4, + "last_review": "2018-11-01", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 15, + "availability_365": 194 + }, + { + "index": 6938, + "id": 17181270, + "name": "Luxury 3 bedroom apartment on Paseo de Gracia", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 499, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-07-07", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 2, + "availability_365": 304 + }, + { + "index": 6939, + "id": 17185341, + "name": "Family Apartment with Patio in Sants", + "host_name": "Anima Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 35, + "last_review": "2019-06-19", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 13, + "availability_365": 135 + }, + { + "index": 6940, + "id": 17187356, + "name": "Room in the centre of Bcn.", + "host_name": "Lola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 112, + "last_review": "2019-06-28", + "reviews_per_month": 3.88, + "calculated_host_listings_count": 3, + "availability_365": 327 + }, + { + "index": 6941, + "id": 17196974, + "name": "Charming, central,modernist,refurbished flat", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 202 + }, + { + "index": 6942, + "id": 17197324, + "name": "Para gente de mar - 31 pies", + "host_name": "Oriol Badia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-04-22", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 3, + "availability_365": 343 + }, + { + "index": 6943, + "id": 17206089, + "name": "Las Ramblas ORCHID 3 bedroom Family Apartment", + "host_name": "Silvia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-12", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 7, + "availability_365": 290 + }, + { + "index": 6944, + "id": 17209930, + "name": "Barcelona centre, near to the beach/touristic zone", + "host_name": "Angelica", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-04", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 361 + }, + { + "index": 6945, + "id": 17211611, + "name": "Luxury Motor Yacht in Port Vell", + "host_name": "Brian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Entire home/apt", + "price": 8000, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 6946, + "id": 17217709, + "name": "Habitacion a dos min de La Rambla", + "host_name": "Nadiya Faybisheva/Alex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-26", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 6947, + "id": 17218464, + "name": "Cosy apartment in Barri Gotic", + "host_name": "Wendy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-02", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 6948, + "id": 17219671, + "name": "Habitaci\u00f3n doble en el G\u00f3tico (Double room)", + "host_name": "Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-03-04", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6949, + "id": 17219896, + "name": "Exterior room private bath & breakf. Sagrada Fam.", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-01", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 6950, + "id": 17227280, + "name": "Sunny Centrical Apartment", + "host_name": "Jo-Lynn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 21, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-06-23", + "reviews_per_month": 4.44, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 6951, + "id": 17228046, + "name": "Sea and city views downtown", + "host_name": "Patricia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 99, + "last_review": "2019-07-01", + "reviews_per_month": 3.49, + "calculated_host_listings_count": 14, + "availability_365": 132 + }, + { + "index": 6952, + "id": 17228637, + "name": "NICE ROOM + MWC + WIFI", + "host_name": "Daniel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6953, + "id": 17233412, + "name": "Cozy double bedroom in El Born", + "host_name": "Chris Samuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-07-03", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 320 + }, + { + "index": 6954, + "id": 17234052, + "name": "Private room+bath in a cosy appartment", + "host_name": "Xavier", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 275, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-03-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6955, + "id": 17234736, + "name": "Habitaci\u00f3n con cama doble con bonitas vistas", + "host_name": "Pili", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-04-22", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 6956, + "id": 17234933, + "name": "Big Bedroom in Poble Sec", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-07-07", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6957, + "id": 17235173, + "name": "Penthouse room w/private terrace & bathroom", + "host_name": "Anabel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-05", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 265 + }, + { + "index": 6958, + "id": 17239788, + "name": "\u0423\u044e\u0442\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0434\u043b\u044f \u0434\u0432\u043e\u0438\u0445 6", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-03-18", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 17, + "availability_365": 84 + }, + { + "index": 6959, + "id": 17240161, + "name": "\u0423\u044e\u0442\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 5", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-04-30", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 17, + "availability_365": 79 + }, + { + "index": 6960, + "id": 17243296, + "name": "DOUBLE BED ROOM NEXT TO RAMBLAS", + "host_name": "Joel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-06-30", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 6961, + "id": 17244118, + "name": "Shik Barcelona modernist 3 2 hutb 008474", + "host_name": "Marc", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 5, + "number_of_reviews": 5, + "last_review": "2019-05-03", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 6, + "availability_365": 104 + }, + { + "index": 6962, + "id": 17244211, + "name": "Room in the heart of Gr\u00e1cia", + "host_name": "Drishya", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2018-09-10", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 6963, + "id": 17245611, + "name": "Barcelona at the beach", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2018-09-09", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 47 + }, + { + "index": 6964, + "id": 17249667, + "name": "New great white boutique apartment in the center", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 99, + "last_review": "2019-06-17", + "reviews_per_month": 3.45, + "calculated_host_listings_count": 38, + "availability_365": 174 + }, + { + "index": 6965, + "id": 17252894, + "name": "Plz ESPA\u00d1A LUJO CENTRO Arenas Apto Gran Terraza", + "host_name": "Isa Y Juan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 67, + "last_review": "2019-07-04", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 4, + "availability_365": 65 + }, + { + "index": 6966, + "id": 17259283, + "name": "Habitaci\u00f3n doble en el Clot", + "host_name": "Monica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 55, + "minimum_nights": 6, + "number_of_reviews": 2, + "last_review": "2017-07-25", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6967, + "id": 17262759, + "name": "Great location room, 10 minutes to the Ramblas.", + "host_name": "Brigitte", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2017-10-06", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6968, + "id": 17263801, + "name": "Barcelona welcoming&quiet apartment", + "host_name": "Mireia", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 133, + "last_review": "2019-06-27", + "reviews_per_month": 4.9, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 6969, + "id": 17267444, + "name": "Double room in the best location", + "host_name": "Gaby", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2018-03-11", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6970, + "id": 17270978, + "name": "Habitaci\u00f3n privada, buena situaci\u00f3n", + "host_name": "Nuria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-04-23", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6971, + "id": 17273358, + "name": "Spectacular Penthouse, 2terraces +Parking - ATU 9", + "host_name": "Jerome & Co", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-05-28", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 28, + "availability_365": 76 + }, + { + "index": 6972, + "id": 17273517, + "name": "CHARMING 2BDR APARTMENT IN GOTHIC DISTRICT", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2018-12-02", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 46, + "availability_365": 22 + }, + { + "index": 6973, + "id": 17280191, + "name": "Sagrada Familia Rooftop", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-02-12", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 95, + "availability_365": 12 + }, + { + "index": 6974, + "id": 17280302, + "name": "Habitaci\u00f3n doble en Poblenou centro zona playa", + "host_name": "Montse", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-05-03", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 1, + "availability_365": 169 + }, + { + "index": 6975, + "id": 17280390, + "name": "Barcelona Cathedral appartment", + "host_name": "Josep", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-04-15", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 3, + "availability_365": 2 + }, + { + "index": 6976, + "id": 17283444, + "name": "Two independent rooms+kitchen+bathroom - Centre", + "host_name": "Valentina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-09-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 6977, + "id": 17284994, + "name": "Best choice!Priv. room+priv.bathr.Barcelona center", + "host_name": "Leo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-03-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 6978, + "id": 17292045, + "name": "Bright Sants Apartment", + "host_name": "Aline", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-23", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 95, + "availability_365": 318 + }, + { + "index": 6979, + "id": 17294887, + "name": "Cute Apartment!", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 124, + "last_review": "2019-06-23", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 4, + "availability_365": 311 + }, + { + "index": 6980, + "id": 17296538, + "name": "Sagrada Familia Butterfly", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-07-02", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 47, + "availability_365": 210 + }, + { + "index": 6981, + "id": 17296719, + "name": "Habitaci\u00f3n centro de BCN", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 90, + "last_review": "2019-03-18", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 6982, + "id": 17296867, + "name": "BWH Princesa Born Duplex 1 2", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-30", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 29, + "availability_365": 339 + }, + { + "index": 6983, + "id": 17297614, + "name": "BWH Princesa Born Duplex 1 3", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2017-11-11", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 29, + "availability_365": 312 + }, + { + "index": 6984, + "id": 17300927, + "name": "Acogedora Habitaci\u00f3n En les Corts .", + "host_name": "Kriss", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-07-04", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 6985, + "id": 17301253, + "name": "Aut\u00e8ntic Eixample CLXV", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-09", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 19, + "availability_365": 317 + }, + { + "index": 6986, + "id": 17307013, + "name": "BWH Princesa Born 4 2", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 29, + "availability_365": 277 + }, + { + "index": 6987, + "id": 17307109, + "name": "Lovely Apartment in Barcelona (11) HUTB-008430", + "host_name": "Pedro-Eduardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 4, + "number_of_reviews": 17, + "last_review": "2018-09-24", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 2, + "availability_365": 123 + }, + { + "index": 6988, + "id": 17307195, + "name": "DOUBLE ROOM NEW 1,5M THE BETH", + "host_name": "Jose Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2018-06-09", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 204 + }, + { + "index": 6989, + "id": 17307598, + "name": "\u00c1tico exterior en Paseo de Gracia", + "host_name": "Llorens", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 4, + "number_of_reviews": 60, + "last_review": "2019-07-06", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 4, + "availability_365": 117 + }, + { + "index": 6990, + "id": 17307830, + "name": "Charming & clean room with private bathroom", + "host_name": "Carolina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-07-09", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 1, + "availability_365": 347 + }, + { + "index": 6991, + "id": 17309497, + "name": "Estudio en el centro ( junto a LA RAMBLA)", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 35, + "number_of_reviews": 4, + "last_review": "2018-11-09", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 12, + "availability_365": 236 + }, + { + "index": 6992, + "id": 17309504, + "name": "Beautiful room. 20'- centr, free Parking.", + "host_name": "Roman", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-02-19", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 6993, + "id": 17309699, + "name": "Habitaci\u00f3n privada para 2, near Sagrada Familia", + "host_name": "Nicolas George", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-07-02", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 2, + "availability_365": 332 + }, + { + "index": 6994, + "id": 17314782, + "name": "Cozy Apartment SPB132388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 118, + "last_review": "2019-06-19", + "reviews_per_month": 4.1, + "calculated_host_listings_count": 20, + "availability_365": 92 + }, + { + "index": 6995, + "id": 17315278, + "name": "Two bedroom apartment next to Sants Market", + "host_name": "Clickandflat", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-06-26", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 18, + "availability_365": 115 + }, + { + "index": 6996, + "id": 17316274, + "name": "HABITACION DOBLE CON BALCON Y MUY LUMINOSO", + "host_name": "Sissi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 97, + "last_review": "2019-07-07", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 6997, + "id": 17326005, + "name": "AACC & PRIVATE WC, SUPERHOST AT CITY CENTER", + "host_name": "Alba", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-06-27", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 6998, + "id": 17339583, + "name": "Sunny Penthouse,10 min Ramblas,3Bedr 2Bath - ATU3", + "host_name": "Jerome & Co", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-07-02", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 28, + "availability_365": 115 + }, + { + "index": 6999, + "id": 17339836, + "name": "Spacious well connected next to FC Barcelona!", + "host_name": "Akira", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-05-13", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 15, + "availability_365": 74 + }, + { + "index": 7000, + "id": 17342231, + "name": "Sunny room in Sagrada Familia!", + "host_name": "Raminta", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-24", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 7001, + "id": 17343121, + "name": "Big DoubleBed Room/Mobile World Congress", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-05-25", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 7002, + "id": 17343899, + "name": "Nice views & silence in center BCN", + "host_name": "Sof\u00eda", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-07-08", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 164 + }, + { + "index": 7003, + "id": 17344825, + "name": "Cozy Double Room in Sunny Apartment", + "host_name": "Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-06-30", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 7004, + "id": 17345073, + "name": "Bedroom with charm Vila de Gracia 1", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2018-12-28", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 4, + "availability_365": 168 + }, + { + "index": 7005, + "id": 17349884, + "name": "Poblenou Beach Rooms", + "host_name": "Mercedes", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-07-08", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 3, + "availability_365": 321 + }, + { + "index": 7006, + "id": 17350868, + "name": "Chambre calme proche Ramblas", + "host_name": "Augustin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-03-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7007, + "id": 17351872, + "name": "BEST II apartment, new and stylish with 2 bedrooms", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-05-13", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 7, + "availability_365": 129 + }, + { + "index": 7008, + "id": 17351875, + "name": "BEST Duplex apartment, Big and new with 3 bedrooms", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 7, + "availability_365": 95 + }, + { + "index": 7009, + "id": 17351876, + "name": "BEST III apartment, new and stylish with 1 bedroom", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 76, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-07-05", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 7, + "availability_365": 0 + }, + { + "index": 7010, + "id": 17351878, + "name": "BEST IV apartment, new and stylish with 2 bedrooms", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-16", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 7, + "availability_365": 141 + }, + { + "index": 7011, + "id": 17351879, + "name": "BEST PH apartment, new and with private terrace", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-05-27", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 7, + "availability_365": 111 + }, + { + "index": 7012, + "id": 17351881, + "name": "BEST I apartment, new and stylish with 1 bedroom", + "host_name": "Massimo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 76, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-13", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 7, + "availability_365": 83 + }, + { + "index": 7013, + "id": 17353092, + "name": "RAMBLA CATALU\u00d1A Executive 7.1 - BEST LOCALISATION", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-03-01", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 47, + "availability_365": 10 + }, + { + "index": 7014, + "id": 17354066, + "name": "MWC: ROOM WITH PERFECT UBICATION", + "host_name": "Agustin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 7015, + "id": 17354965, + "name": "Appartment in the Gothic center of Barcelona", + "host_name": "So\u0148a", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2018-08-22", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 7016, + "id": 17355163, + "name": "Nice & cosy bedroom in the heart of the city", + "host_name": "Roberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-29", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 7017, + "id": 17355359, + "name": "\u06e9 Cozy Sagrada Familia Center Balcony \u06e9", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-06", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 5, + "availability_365": 165 + }, + { + "index": 7018, + "id": 17357711, + "name": "SPACIOUS ROOM WHIT LIVING ROOM", + "host_name": "Eduardo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 55, + "minimum_nights": 5, + "number_of_reviews": 17, + "last_review": "2018-07-14", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 7019, + "id": 17358238, + "name": "MWC 10 minutes by walk", + "host_name": "Benjamin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 330, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 181 + }, + { + "index": 7020, + "id": 17359216, + "name": "Lovely room in design apartment in Plaza Espa\u00f1a", + "host_name": "Alena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-04", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 7021, + "id": 17359448, + "name": "Double bedroom w/ Private Bathroom - Centric", + "host_name": "Diego Y Andrea", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-06-12", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 7022, + "id": 17361082, + "name": "Gracia apartment ideal for families", + "host_name": "Fernando", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-07", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 9, + "availability_365": 235 + }, + { + "index": 7023, + "id": 17362847, + "name": "Independent space next to the beach", + "host_name": "N\u00faria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-07-08", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 7024, + "id": 17363018, + "name": "Private double room close to Plaza Espanya!", + "host_name": "Mariana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7025, + "id": 17363304, + "name": "Big room 10min to sagrada familia cozy and shining", + "host_name": "Omar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-07-07", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 2, + "availability_365": 61 + }, + { + "index": 7026, + "id": 17363332, + "name": "thesuites BARCELONA Sarri\u00e1", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 189, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2017-07-15", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 9, + "availability_365": 278 + }, + { + "index": 7027, + "id": 17365217, + "name": "Private room with charme in Vila de Gracia", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 14, + "last_review": "2019-06-27", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 4, + "availability_365": 161 + }, + { + "index": 7028, + "id": 17366408, + "name": "MWC cosy room in Barcelona center", + "host_name": "Vanessa", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7029, + "id": 17366556, + "name": "\u0423\u044e\u0442\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0443 \u043c\u043e\u0440\u044f", + "host_name": "Oxana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7030, + "id": 17367826, + "name": "Charming and cozy room in Gracia", + "host_name": "Fernando", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 31, + "number_of_reviews": 63, + "last_review": "2019-06-19", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 2, + "availability_365": 63 + }, + { + "index": 7031, + "id": 17369204, + "name": "5 star hotel room during MWC 2017", + "host_name": "Xin", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 848, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7032, + "id": 17373109, + "name": "Apartamento Bes\u00f3s-F\u00f3rum Mar, Barcelona", + "host_name": "Francesco E Isa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 96, + "last_review": "2019-07-07", + "reviews_per_month": 3.68, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 7033, + "id": 17375770, + "name": "1- An oasis in Barcelona Centre", + "host_name": "Toni", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 166, + "last_review": "2019-07-08", + "reviews_per_month": 5.91, + "calculated_host_listings_count": 2, + "availability_365": 270 + }, + { + "index": 7034, + "id": 17375977, + "name": "Art House City Centre Universitat", + "host_name": "Apartments Toni Space Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 3, + "number_of_reviews": 83, + "last_review": "2019-07-06", + "reviews_per_month": 3.15, + "calculated_host_listings_count": 11, + "availability_365": 316 + }, + { + "index": 7035, + "id": 17376679, + "name": "Serennia Deluxe 4 bedrooms", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 368, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-19", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 12, + "availability_365": 159 + }, + { + "index": 7036, + "id": 17377767, + "name": "Fabulous 3 bedroom 2 baths flat located in Ramblas", + "host_name": "Graciela Rodriguez", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 348 + }, + { + "index": 7037, + "id": 17379876, + "name": "QUIET AND COMFORTABLE PRIVATE ROOM & BATHROOM", + "host_name": "Meri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-03-02", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7038, + "id": 17380063, + "name": "Sunny apartment with view to Casa Batll\u00f3 up to 4\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 755, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-03", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 84, + "availability_365": 90 + }, + { + "index": 7039, + "id": 17380812, + "name": "4 bedroom Spacious Apartment~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 83, + "last_review": "2019-06-01", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 84, + "availability_365": 18 + }, + { + "index": 7040, + "id": 17381217, + "name": "Apartment 4 bedrooms w Balcony~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 66, + "last_review": "2019-06-11", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 84, + "availability_365": 30 + }, + { + "index": 7041, + "id": 17382304, + "name": "Luxurious double bedroom with ensuite bathroom", + "host_name": "Nico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 196, + "last_review": "2019-06-24", + "reviews_per_month": 6.81, + "calculated_host_listings_count": 3, + "availability_365": 158 + }, + { + "index": 7042, + "id": 17382701, + "name": "Atypical Loft in Sagrada Familia", + "host_name": "Aurely", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-07-16", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7043, + "id": 17384433, + "name": "Nice Apartment!", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-24", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 4, + "availability_365": 318 + }, + { + "index": 7044, + "id": 17384869, + "name": "Nice room in design building!!", + "host_name": "Juan Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7045, + "id": 17386784, + "name": "single and quiet room in Barcelona center", + "host_name": "Lola", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 19, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-03", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 7046, + "id": 17390030, + "name": "Penthouse with sea views and swimming pool", + "host_name": null, + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-07", + "reviews_per_month": 3.59, + "calculated_host_listings_count": 4, + "availability_365": 277 + }, + { + "index": 7047, + "id": 17392421, + "name": "Great Studio Room Private in the center of BCN", + "host_name": "Mateo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-10-23", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7048, + "id": 17394324, + "name": "Apartament very cool at Montjuic", + "host_name": "Eos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-06-27", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 7049, + "id": 17395410, + "name": "Large Double room, CITY CENTRE BCN. Luxury flat", + "host_name": "Andrew", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7050, + "id": 17398522, + "name": "RAVAL two bedroom apartment with terrace", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 35, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 20, + "availability_365": 179 + }, + { + "index": 7051, + "id": 17398623, + "name": "Near the center and the airport . Double room", + "host_name": "Gigi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 91, + "last_review": "2019-06-04", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 7052, + "id": 17399082, + "name": "Double room \u00b7 Centrical Loft (Optional Parking)", + "host_name": "Mar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-20", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 7053, + "id": 17400426, + "name": "2 BEDROOM BEACH APARTMENT 1216", + "host_name": "Barcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-05-25", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 6, + "availability_365": 334 + }, + { + "index": 7054, + "id": 17400650, + "name": "NEW LISTING 2bdrm near MontJuic, Calle Blai, MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 4, + "number_of_reviews": 94, + "last_review": "2019-07-09", + "reviews_per_month": 3.4, + "calculated_host_listings_count": 8, + "availability_365": 131 + }, + { + "index": 7055, + "id": 17403200, + "name": "Double Internal Room Plaza Espa\u00f1a", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-03-01", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7056, + "id": 17403686, + "name": "Confortable double room,great location (close MWC)", + "host_name": "Pascual", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 121, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-02-28", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7057, + "id": 17403875, + "name": "Room for rent in the city centre - Poble Sec", + "host_name": "Jo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-13", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 106 + }, + { + "index": 7058, + "id": 17409285, + "name": "Living Eixample II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-03-04", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 148, + "availability_365": 21 + }, + { + "index": 7059, + "id": 17411071, + "name": "Large bedroom with balcony close to the metro", + "host_name": "Sulamita Rachel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 128, + "last_review": "2019-07-03", + "reviews_per_month": 4.67, + "calculated_host_listings_count": 2, + "availability_365": 252 + }, + { + "index": 7060, + "id": 17413365, + "name": "Cozy room in a Great flat with a view", + "host_name": "Pant", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 7061, + "id": 17415768, + "name": "Habitaci\u00f3n privada con cama de matrimonio", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 98, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-02-28", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7062, + "id": 17417904, + "name": "Habitaci\u00f3n -Loft al lado Park G\u00fcell", + "host_name": "Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 90, + "last_review": "2019-06-27", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 3, + "availability_365": 259 + }, + { + "index": 7063, + "id": 17420510, + "name": "Comfortable and modern private room in Les Cort", + "host_name": "Manuel", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7064, + "id": 17420780, + "name": "Duplex with terrace", + "host_name": "Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-09-28", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 28, + "availability_365": 307 + }, + { + "index": 7065, + "id": 17420935, + "name": "Stroll to La Marbella Beach from a Stylish Duplex Loft", + "host_name": "Sharif", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 85, + "last_review": "2019-07-05", + "reviews_per_month": 3.07, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 7066, + "id": 17427243, + "name": "Exterior Single Room in Gotic Town (Center)", + "host_name": "Andy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-05-24", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 7067, + "id": 17428757, + "name": "Private Central Room in Quiet Area", + "host_name": "Max", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-02-28", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7068, + "id": 17429017, + "name": "HABITACION MUY CENTRICA", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 19 + }, + { + "index": 7069, + "id": 17430350, + "name": "Charm & Homely Bedroom in Gracia for 2 or 3 people", + "host_name": "Pere & Eva", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 66, + "last_review": "2019-06-24", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 7070, + "id": 17431597, + "name": "New Stylish designer 3Br Apt", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-12", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 19, + "availability_365": 36 + }, + { + "index": 7071, + "id": 17433751, + "name": "Bcn-rentals Rambla 4, Just7-10 minutes to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 6, + "number_of_reviews": 10, + "last_review": "2019-05-10", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 4, + "availability_365": 234 + }, + { + "index": 7072, + "id": 17439411, + "name": "Nice 4R apartment city center well communicated", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 20, + "number_of_reviews": 3, + "last_review": "2017-09-28", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 25 + }, + { + "index": 7073, + "id": 17439673, + "name": "Cosy flat in Born neighborhood !", + "host_name": "Rajat", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-11", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7074, + "id": 17440992, + "name": "Central, sunny terrace, private bathroom & kitchen", + "host_name": "Ana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 76, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-29", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 7075, + "id": 17442544, + "name": "Delightful double bedroom near the beach", + "host_name": "Nico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 57, + "minimum_nights": 1, + "number_of_reviews": 176, + "last_review": "2019-06-24", + "reviews_per_month": 6.22, + "calculated_host_listings_count": 3, + "availability_365": 146 + }, + { + "index": 7076, + "id": 17442647, + "name": "Bcn-rentals Rambla 5, Just7-10 minutes to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 290, + "minimum_nights": 6, + "number_of_reviews": 2, + "last_review": "2018-11-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 4, + "availability_365": 268 + }, + { + "index": 7077, + "id": 17445119, + "name": "Private bedroom", + "host_name": "Joan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7078, + "id": 17445731, + "name": "Room&Run. Apartment near Montjuic&Sants Station.", + "host_name": "Pau", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-07-06", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 262 + }, + { + "index": 7079, + "id": 17447286, + "name": "Cosi single room in the city centre", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 16, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2019-03-30", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 5, + "availability_365": 97 + }, + { + "index": 7080, + "id": 17447319, + "name": "Habitacion privada para 2 persona", + "host_name": "Kim Yan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-07-09", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 2, + "availability_365": 90 + }, + { + "index": 7081, + "id": 17447404, + "name": "Sufy", + "host_name": "Kim Yan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-07-19", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 2, + "availability_365": 1 + }, + { + "index": 7082, + "id": 17454985, + "name": "Double bed in luxurious flat (Barceloneta quarter)", + "host_name": "Nico", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 141, + "last_review": "2019-06-25", + "reviews_per_month": 4.99, + "calculated_host_listings_count": 3, + "availability_365": 152 + }, + { + "index": 7083, + "id": 17455051, + "name": "Comfy Room w/ Bathroom in Center of Barcelona", + "host_name": "Jess", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 168, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-03-02", + "reviews_per_month": 0.03, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 7084, + "id": 17455534, + "name": "Nice Room in Centre of Barcelona", + "host_name": "Jess", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 128, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 7085, + "id": 17457434, + "name": "Room for 2. Private bathroom in historic Gotico!", + "host_name": "Elena & Stevie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 77, + "minimum_nights": 1, + "number_of_reviews": 185, + "last_review": "2019-06-11", + "reviews_per_month": 6.45, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 7086, + "id": 17458927, + "name": "Nordik by StaYourWay (longstay apartment)", + "host_name": "Stayourway Bcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-06-14", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 6, + "availability_365": 135 + }, + { + "index": 7087, + "id": 17466637, + "name": "Bcn-rentals Rambla 3, Just 10 minutes to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 6, + "number_of_reviews": 4, + "last_review": "2018-11-05", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 4, + "availability_365": 226 + }, + { + "index": 7088, + "id": 17467216, + "name": "Perfect Location Apptment. Parc Guell & City Ctr!", + "host_name": "Santiago Miguel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 79, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 7089, + "id": 17468995, + "name": "Private little room", + "host_name": "Laura", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-06-01", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7090, + "id": 17469756, + "name": "Borbon I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-20", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 148, + "availability_365": 241 + }, + { + "index": 7091, + "id": 17469781, + "name": "Borbon II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-06", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 148, + "availability_365": 0 + }, + { + "index": 7092, + "id": 17471118, + "name": "Botero II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-04-19", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 148, + "availability_365": 261 + }, + { + "index": 7093, + "id": 17471121, + "name": "Broto, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-21", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 148, + "availability_365": 190 + }, + { + "index": 7094, + "id": 17471127, + "name": "Caliu, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-21", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 148, + "availability_365": 227 + }, + { + "index": 7095, + "id": 17471131, + "name": "Claris I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-03-14", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 148, + "availability_365": 261 + }, + { + "index": 7096, + "id": 17471136, + "name": "Dali II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-05-31", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 148, + "availability_365": 283 + }, + { + "index": 7097, + "id": 17471139, + "name": "Dali IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-01", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 148, + "availability_365": 208 + }, + { + "index": 7098, + "id": 17471142, + "name": "Esparteria II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-05", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 148, + "availability_365": 264 + }, + { + "index": 7099, + "id": 17471144, + "name": "Fontanella, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-01", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 148, + "availability_365": 254 + }, + { + "index": 7100, + "id": 17471145, + "name": "Gaderin Attic, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-25", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 148, + "availability_365": 244 + }, + { + "index": 7101, + "id": 17471149, + "name": "Gaderin I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-15", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 148, + "availability_365": 205 + }, + { + "index": 7102, + "id": 17471152, + "name": "Gaderin II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-01", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 148, + "availability_365": 280 + }, + { + "index": 7103, + "id": 17471155, + "name": "Gaderin IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-18", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 148, + "availability_365": 248 + }, + { + "index": 7104, + "id": 17471156, + "name": "Gaderin VII, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-06-17", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 148, + "availability_365": 216 + }, + { + "index": 7105, + "id": 17471164, + "name": "Gaudi, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-26", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 148, + "availability_365": 267 + }, + { + "index": 7106, + "id": 17471166, + "name": "Gaudi Dream, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-05-31", + "reviews_per_month": 1.78, + "calculated_host_listings_count": 148, + "availability_365": 252 + }, + { + "index": 7107, + "id": 17471169, + "name": "Gran Via Attic II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-08", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 148, + "availability_365": 256 + }, + { + "index": 7108, + "id": 17471171, + "name": "Gran Via Attic IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-19", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 148, + "availability_365": 268 + }, + { + "index": 7109, + "id": 17471173, + "name": "Gran Via Home I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 69, + "last_review": "2019-06-21", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 148, + "availability_365": 282 + }, + { + "index": 7110, + "id": 17471176, + "name": "Gran Via Home II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-25", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 148, + "availability_365": 297 + }, + { + "index": 7111, + "id": 17471178, + "name": "Gran Via Home III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2018-09-25", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 148, + "availability_365": 272 + }, + { + "index": 7112, + "id": 17471180, + "name": "Gran Via Home IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2019-06-24", + "reviews_per_month": 2.18, + "calculated_host_listings_count": 148, + "availability_365": 239 + }, + { + "index": 7113, + "id": 17471182, + "name": "Gran Via Palace II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-05-23", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 148, + "availability_365": 269 + }, + { + "index": 7114, + "id": 17471187, + "name": "Gran Via Terrace II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2019-06-19", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 148, + "availability_365": 258 + }, + { + "index": 7115, + "id": 17471188, + "name": "Gran Via Terrace III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-05-01", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 148, + "availability_365": 280 + }, + { + "index": 7116, + "id": 17471191, + "name": "Gran Via Terrace IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-22", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 148, + "availability_365": 223 + }, + { + "index": 7117, + "id": 17471207, + "name": "Jasmine Terrace, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-17", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 148, + "availability_365": 247 + }, + { + "index": 7118, + "id": 17471213, + "name": "Living Comfort 1-1, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-03", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 148, + "availability_365": 34 + }, + { + "index": 7119, + "id": 17471218, + "name": "Living Comfort 3-1, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-20", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 148, + "availability_365": 13 + }, + { + "index": 7120, + "id": 17471222, + "name": "Living Comfort 3-4, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-06-23", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 148, + "availability_365": 15 + }, + { + "index": 7121, + "id": 17471224, + "name": "Living Comfort 5-1, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-19", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 148, + "availability_365": 0 + }, + { + "index": 7122, + "id": 17471226, + "name": "Living Comfort 5-3, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-17", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 148, + "availability_365": 32 + }, + { + "index": 7123, + "id": 17471231, + "name": "Living Comfort E-2, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-19", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 148, + "availability_365": 20 + }, + { + "index": 7124, + "id": 17471234, + "name": "Living Eixample III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-14", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 148, + "availability_365": 15 + }, + { + "index": 7125, + "id": 17471236, + "name": "Living Eixample V, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-25", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 148, + "availability_365": 18 + }, + { + "index": 7126, + "id": 17471237, + "name": "Living Gracia, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-19", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 148, + "availability_365": 28 + }, + { + "index": 7127, + "id": 17471239, + "name": "Manel, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-13", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 148, + "availability_365": 235 + }, + { + "index": 7128, + "id": 17471241, + "name": "Manuela, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-07-07", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 148, + "availability_365": 253 + }, + { + "index": 7129, + "id": 17471252, + "name": "Michelangelo, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-21", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 148, + "availability_365": 255 + }, + { + "index": 7130, + "id": 17471255, + "name": "Monet I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-06", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 148, + "availability_365": 250 + }, + { + "index": 7131, + "id": 17471259, + "name": "Mozart, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-15", + "reviews_per_month": 1.32, + "calculated_host_listings_count": 148, + "availability_365": 235 + }, + { + "index": 7132, + "id": 17471260, + "name": "Mozart I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-16", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 148, + "availability_365": 248 + }, + { + "index": 7133, + "id": 17471262, + "name": "Mozart II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-05-06", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 148, + "availability_365": 243 + }, + { + "index": 7134, + "id": 17471263, + "name": "Mozart III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 23, + "last_review": "2019-06-04", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 148, + "availability_365": 262 + }, + { + "index": 7135, + "id": 17471264, + "name": "Mozart IV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-05-29", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 148, + "availability_365": 276 + }, + { + "index": 7136, + "id": 17471266, + "name": "Music I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-20", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 148, + "availability_365": 313 + }, + { + "index": 7137, + "id": 17471268, + "name": "Music II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-29", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 148, + "availability_365": 286 + }, + { + "index": 7138, + "id": 17471269, + "name": "Music III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-20", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 148, + "availability_365": 321 + }, + { + "index": 7139, + "id": 17471455, + "name": "single nice room to rent", + "host_name": "Angels", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 23, + "last_review": "2018-05-09", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 126 + }, + { + "index": 7140, + "id": 17471719, + "name": "Unique room for 2 with private balcony in Gotico!", + "host_name": "Elena & Stevie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 68, + "minimum_nights": 1, + "number_of_reviews": 202, + "last_review": "2019-06-29", + "reviews_per_month": 7.05, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 7141, + "id": 17472277, + "name": "Bright, Renovated Apartment near Sagrada Familia Cathedral", + "host_name": "Jose & Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 229, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-28", + "reviews_per_month": 4.58, + "calculated_host_listings_count": 4, + "availability_365": 245 + }, + { + "index": 7142, + "id": 17476424, + "name": "Habitaci\u00f3n en El Barrio de gracia", + "host_name": "Alex", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 46 + }, + { + "index": 7143, + "id": 17478236, + "name": "Small Loft apartment Pza Espa\u00f1a HUTB8660 LICENCIA", + "host_name": "Lourdes", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-04-14", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 4, + "availability_365": 58 + }, + { + "index": 7144, + "id": 17479019, + "name": "Habitacion cama doble.", + "host_name": "Rafael", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-07-01", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 7145, + "id": 17479556, + "name": "Cozy room", + "host_name": "Medi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-06-18", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 7146, + "id": 17485266, + "name": "One Bed in female - only Shared Room", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Shared room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-22", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 8, + "availability_365": 361 + }, + { + "index": 7147, + "id": 17486034, + "name": "RAMBLA CATALU\u00d1A Executive 7.4", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2019-02-02", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 47, + "availability_365": 1 + }, + { + "index": 7148, + "id": 17486763, + "name": "Cozy rooms in the city center", + "host_name": "Archie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-09", + "reviews_per_month": 3.64, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 7149, + "id": 17487836, + "name": "Relaxing Private Room with 6 + Beds", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-05-14", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 8, + "availability_365": 347 + }, + { + "index": 7150, + "id": 17489331, + "name": "Between Sagrada Familia and Hospital Sant Pau", + "host_name": "Montserrat", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-07-06", + "reviews_per_month": 1.36, + "calculated_host_listings_count": 1, + "availability_365": 55 + }, + { + "index": 7151, + "id": 17490561, + "name": "RAVAL 2 bedroom apartment", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 60, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 20, + "availability_365": 364 + }, + { + "index": 7152, + "id": 17493061, + "name": "MAR 402 Tres habitaciones junto a la Playa", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-19", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 12, + "availability_365": 329 + }, + { + "index": 7153, + "id": 17493843, + "name": "Nice room in Gr\u00e0cia. 15 min. walking from center", + "host_name": "Carlos", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-24", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 1, + "availability_365": 74 + }, + { + "index": 7154, + "id": 17495177, + "name": "DOUBLE BEDROOM IN THE CENTER", + "host_name": "Ismael", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 4, + "last_review": "2017-09-22", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 7155, + "id": 17504235, + "name": "BEST LOFT IN BARCELONA CENTER", + "host_name": "Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2019-05-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 282 + }, + { + "index": 7156, + "id": 17504672, + "name": "Friends Stay Together in Central Barcelona", + "host_name": "Sunny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-07-05", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 8, + "availability_365": 343 + }, + { + "index": 7157, + "id": 17505142, + "name": "Loft in Barcelona center with terrace", + "host_name": "Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 365 + }, + { + "index": 7158, + "id": 17505510, + "name": "Double Room next to Arc de Triomf", + "host_name": "John", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-07-04", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 7159, + "id": 17505545, + "name": "Room1 - Guest say : is a dream in Barcelona", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-16", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 3, + "availability_365": 349 + }, + { + "index": 7160, + "id": 17509317, + "name": "Lovable Double Room in Gothic close to the Beach", + "host_name": "Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 32, + "minimum_nights": 5, + "number_of_reviews": 15, + "last_review": "2019-06-23", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 1, + "availability_365": 79 + }, + { + "index": 7161, + "id": 17512675, + "name": "Luxurious Private Room in the Heart of Barcelona", + "host_name": "Jess", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 7162, + "id": 17513146, + "name": "Stunning Room w/ Bathroom in Centre of Barcelona", + "host_name": "Jess", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 7163, + "id": 17521506, + "name": "1602 - AB Bail\u00e9n Apartment 1-1A - Central Apartment with a Balcony 15 Minutes from the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-05-20", + "reviews_per_month": 1.15, + "calculated_host_listings_count": 193, + "availability_365": 313 + }, + { + "index": 7164, + "id": 17530875, + "name": "Sunny room in Barcelona city center", + "host_name": "Sofia", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-08-22", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7165, + "id": 17533086, + "name": "\u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0432 \u0446\u0435\u043d\u0442\u0440\u0435", + "host_name": "Diana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Private room", + "price": 50, + "minimum_nights": 6, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7166, + "id": 17537306, + "name": "Habitaci\u00f3n en residencia de estudiantes con balc\u00f3n", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 346 + }, + { + "index": 7167, + "id": 17539687, + "name": "Habitaci\u00f3n en residencia con terraza y servicios!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 330 + }, + { + "index": 7168, + "id": 17539873, + "name": "Enorme habitaci\u00f3n para 2 personas (incl servicios)", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 7169, + "id": 17540562, + "name": "QUIET DOUBLE ROOM IN FLAT NEAR SAGRADA FAMILIA", + "host_name": "Judith", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2018-11-02", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7170, + "id": 17546067, + "name": "quite double room close to Park Guell, metro 7min", + "host_name": "Michela", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 7171, + "id": 17556850, + "name": "Cozy single/tween room. Private bath.+breakfast.", + "host_name": "Anna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 162, + "last_review": "2019-07-01", + "reviews_per_month": 5.7, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 7172, + "id": 17565520, + "name": "Barcelona Relax", + "host_name": "Angel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 22, + "minimum_nights": 7, + "number_of_reviews": 5, + "last_review": "2019-07-09", + "reviews_per_month": 3.85, + "calculated_host_listings_count": 1, + "availability_365": 84 + }, + { + "index": 7173, + "id": 17565775, + "name": "Huge and centric modernist apartment Arc de Triomf", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 259, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-24", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 1, + "availability_365": 209 + }, + { + "index": 7174, + "id": 17568681, + "name": "Gorgeous BCN Center with Terrace!", + "host_name": "BcnBookings", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 375, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2018-10-14", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 5, + "availability_365": 331 + }, + { + "index": 7175, + "id": 17573054, + "name": "Central city double room with beautiful wiew", + "host_name": "Yara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-24", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7176, + "id": 17573977, + "name": "Bright room in sagrada familia", + "host_name": "Jeremy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 142, + "last_review": "2019-07-01", + "reviews_per_month": 5.06, + "calculated_host_listings_count": 2, + "availability_365": 55 + }, + { + "index": 7177, + "id": 17577404, + "name": "Habitacion individual a 1 calle del Camp Nou", + "host_name": "Andrea", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-04-11", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7178, + "id": 17578576, + "name": "Habitacion 2 personas", + "host_name": "Rosa", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 70, + "last_review": "2019-06-22", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 2, + "availability_365": 104 + }, + { + "index": 7179, + "id": 17578828, + "name": "Royal Aribau - Eixample Deluxe - 4 BR apt.", + "host_name": "Barcelona Nextdoor", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-05", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 4, + "availability_365": 88 + }, + { + "index": 7180, + "id": 17579772, + "name": "Habitacion con Terraza y Servicios Incluidos!!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 7181, + "id": 17580051, + "name": "New cozy Suite with private bathroom and closet", + "host_name": "Carlos", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 90, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2017-04-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7182, + "id": 17580139, + "name": "Music IX, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-19", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 148, + "availability_365": 315 + }, + { + "index": 7183, + "id": 17580211, + "name": "Habitaci\u00f3n Doble con terraza y servicios incluidos", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 330 + }, + { + "index": 7184, + "id": 17580320, + "name": "Music V, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-25", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 148, + "availability_365": 304 + }, + { + "index": 7185, + "id": 17580811, + "name": "Habitaci\u00f3n Espaciosa cerca de Paseo de Gracia!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 343 + }, + { + "index": 7186, + "id": 17581040, + "name": "Habitaci\u00f3n con cama doble y servicios incluidos!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-07-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 7187, + "id": 17581160, + "name": "All Included in a Residence in the City Centre", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 7188, + "id": 17581311, + "name": "Exterior room with double bed and terrace!!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 7189, + "id": 17581441, + "name": "Big Room All Included in the City Centre", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 7190, + "id": 17582798, + "name": "1920 - AB Paral\u00b7lel Apartment 3 - Incredible 6-Bedroom Apartment on Avinguda del Paral\u00b7lel", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 550, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-25", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 193, + "availability_365": 319 + }, + { + "index": 7191, + "id": 17583166, + "name": "Music VIII, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-01", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 148, + "availability_365": 279 + }, + { + "index": 7192, + "id": 17583195, + "name": "Music X, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-05-29", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 148, + "availability_365": 311 + }, + { + "index": 7193, + "id": 17583201, + "name": "Olimpic, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-25", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 148, + "availability_365": 253 + }, + { + "index": 7194, + "id": 17584297, + "name": "Habitacion doble en alquiler", + "host_name": "M.Francisca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 32, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2018-08-14", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 3, + "availability_365": 292 + }, + { + "index": 7195, + "id": 17584620, + "name": "Olimpic Beach, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-05-16", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 148, + "availability_365": 247 + }, + { + "index": 7196, + "id": 17584717, + "name": "Plaza Catalunya III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-03-29", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 148, + "availability_365": 268 + }, + { + "index": 7197, + "id": 17584727, + "name": "Plaza Catalunya IV Apart., Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-05", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 148, + "availability_365": 300 + }, + { + "index": 7198, + "id": 17584737, + "name": "Plaza Catalunya IX, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-06-25", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 148, + "availability_365": 264 + }, + { + "index": 7199, + "id": 17584746, + "name": "Plaza Catalunya V, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-04-20", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 148, + "availability_365": 283 + }, + { + "index": 7200, + "id": 17584751, + "name": "Plaza Catalunya VII, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-21", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 148, + "availability_365": 244 + }, + { + "index": 7201, + "id": 17584758, + "name": "Plaza Catalunya XIV, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-22", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 148, + "availability_365": 257 + }, + { + "index": 7202, + "id": 17584766, + "name": "Plaza Catalunya XIX, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-14", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 148, + "availability_365": 294 + }, + { + "index": 7203, + "id": 17584785, + "name": "PTF Boqueria, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-06-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 148, + "availability_365": 289 + }, + { + "index": 7204, + "id": 17584788, + "name": "PTF Sagrada Familia, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2018-12-13", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 148, + "availability_365": 256 + }, + { + "index": 7205, + "id": 17584799, + "name": "PTF Santa M\u00aa Del Mar, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2018-05-28", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 148, + "availability_365": 271 + }, + { + "index": 7206, + "id": 17584846, + "name": "STA Anna Atico, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-05-18", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 148, + "availability_365": 265 + }, + { + "index": 7207, + "id": 17584853, + "name": "STA Anna I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-06-20", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 148, + "availability_365": 225 + }, + { + "index": 7208, + "id": 17584858, + "name": "STA Anna II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-06-15", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 148, + "availability_365": 214 + }, + { + "index": 7209, + "id": 17584868, + "name": "STA Anna III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-10-10", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 148, + "availability_365": 0 + }, + { + "index": 7210, + "id": 17584884, + "name": "Style Terrace Green, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-05-27", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 148, + "availability_365": 275 + }, + { + "index": 7211, + "id": 17584899, + "name": "Timbaler, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-01-30", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 148, + "availability_365": 262 + }, + { + "index": 7212, + "id": 17584910, + "name": "Van Gogh, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-01-04", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 148, + "availability_365": 239 + }, + { + "index": 7213, + "id": 17584922, + "name": "Venezuela II, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-04-19", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 148, + "availability_365": 282 + }, + { + "index": 7214, + "id": 17585090, + "name": "COMFORTABLE 4-BEDROOM IN EIXAMPLE", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 319 + }, + { + "index": 7215, + "id": 17585709, + "name": "Libre habitaccion", + "host_name": "Patty", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-15", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 7216, + "id": 17590129, + "name": "Double comfortable bedroom in the center of BCN", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-30", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 7217, + "id": 17594647, + "name": "1919 - AB Paral\u00b7lel Apartment 2 - Stylish 4-Bedroom Apartment on Avinguda del Paral\u00b7lel", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 550, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-25", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 193, + "availability_365": 304 + }, + { + "index": 7218, + "id": 17595202, + "name": "////G\u00d3TICO RAMBLAS BARCELONA////", + "host_name": "M", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-26", + "reviews_per_month": 4.16, + "calculated_host_listings_count": 16, + "availability_365": 322 + }, + { + "index": 7219, + "id": 17596395, + "name": "Tranquilo apartamento 14", + "host_name": "Bellart", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-07-04", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 15, + "availability_365": 289 + }, + { + "index": 7220, + "id": 17596491, + "name": "Apartment in Las Ramblas", + "host_name": "Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 71, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 251 + }, + { + "index": 7221, + "id": 17597498, + "name": "Double bedroom with terrace in the heart of BCN", + "host_name": "M\u00f3nica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-07-09", + "reviews_per_month": 5.84, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 7222, + "id": 17599570, + "name": "Apartamento acogedor en el barrio G\u00f3tico", + "host_name": "Erkuden", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7223, + "id": 17607140, + "name": "'La stanza di Jordi\"", + "host_name": "Jordi", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2018-10-15", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7224, + "id": 17615527, + "name": "Sunny Born with Balcony", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-01-31", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 18, + "availability_365": 251 + }, + { + "index": 7225, + "id": 17615678, + "name": "Large sunny room BCN centre for whole of May", + "host_name": "Amy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 21, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7226, + "id": 17617313, + "name": "Apartment with Garden in Gracia", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-03-29", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 31, + "availability_365": 29 + }, + { + "index": 7227, + "id": 17628085, + "name": "Double room near the city center and the beach", + "host_name": "Tom\u2019s Team", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-24", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 11, + "availability_365": 0 + }, + { + "index": 7228, + "id": 17628425, + "name": "Dreamy&Bright Private Room in Poblenou", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 92, + "last_review": "2019-07-06", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 5, + "availability_365": 313 + }, + { + "index": 7229, + "id": 17628666, + "name": "1916 - AB Paral\u00b7lel Apartment E - Beautiful 5-Bedroom Apartment with a Private Terrace", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 650, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-04", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 193, + "availability_365": 330 + }, + { + "index": 7230, + "id": 17629484, + "name": "Double room in plaza Espa\u00f1a", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-26", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 7231, + "id": 17629786, + "name": "Cozy room in the center of the city", + "host_name": "Angelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2017-05-15", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7232, + "id": 17630417, + "name": "Apartamento de 3 habitaciones tranquilo", + "host_name": "Alguera Industria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-07-27", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 9, + "availability_365": 117 + }, + { + "index": 7233, + "id": 17632700, + "name": "Stylish & Bright 3BR New Catalan Flat 10m Ramblas", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 136, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-07-06", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 4, + "availability_365": 247 + }, + { + "index": 7234, + "id": 17633461, + "name": "2280 - AB Roma Apartment 1-A - Chic Eixample Apartment with Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-10", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 193, + "availability_365": 163 + }, + { + "index": 7235, + "id": 17634073, + "name": "2282 - AB Roma Apartment 2-A - Beautiful Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-17", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 193, + "availability_365": 149 + }, + { + "index": 7236, + "id": 17634402, + "name": "2284 - AB Roma Apartment 3-A - Modern Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-13", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 193, + "availability_365": 151 + }, + { + "index": 7237, + "id": 17634808, + "name": "2286 - AB Roma Apartment 4-A - Central Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-09", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 193, + "availability_365": 141 + }, + { + "index": 7238, + "id": 17635520, + "name": "2290 - AB Roma Apartment 6-A - Nice Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-03", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 193, + "availability_365": 144 + }, + { + "index": 7239, + "id": 17647165, + "name": "Big double bedroom with Balcony", + "host_name": "Lrb", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-26", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 2, + "availability_365": 268 + }, + { + "index": 7240, + "id": 17647478, + "name": "Private room, (URL HIDDEN) WiFi. Balcony", + "host_name": "Ariel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 173, + "last_review": "2019-07-04", + "reviews_per_month": 6.21, + "calculated_host_listings_count": 1, + "availability_365": 145 + }, + { + "index": 7241, + "id": 17654255, + "name": "Cozy Room in Center, 3 min from Ramblas", + "host_name": "Clara & Ricardo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2018-01-25", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7242, + "id": 17661226, + "name": "Luminoso \u00c1tico pr\u00f3ximo a la Sagrada Familia", + "host_name": "Miriam", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-23", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 112 + }, + { + "index": 7243, + "id": 17662877, + "name": "2 bdr - Gran Via Suites", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2017-04-04", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 71, + "availability_365": 364 + }, + { + "index": 7244, + "id": 17664135, + "name": "Luminosa Habitaci\u00f3n Matrimonio", + "host_name": "Renato", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2019-06-25", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 2, + "availability_365": 362 + }, + { + "index": 7245, + "id": 17672694, + "name": "Cozy and Bright in Ciutadella", + "host_name": "SweetInn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-30", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 76, + "availability_365": 156 + }, + { + "index": 7246, + "id": 17674015, + "name": "Oasis single budget cosy bedroom", + "host_name": "Mina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 18, + "minimum_nights": 31, + "number_of_reviews": 26, + "last_review": "2019-06-06", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 3, + "availability_365": 99 + }, + { + "index": 7247, + "id": 17677133, + "name": "NICE AND QUIET TERRACE \"M\u00ednimum stay 32 night\"", + "host_name": "Margarita", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 12, + "last_review": "2019-07-06", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 148 + }, + { + "index": 7248, + "id": 17689857, + "name": "PRIVATE ROOM IN THE CENTER OF BARCELONA", + "host_name": "Angelo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-06-26", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7249, + "id": 17690549, + "name": "Boutique apartment Paseo de Gracia", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-04-30", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 14, + "availability_365": 343 + }, + { + "index": 7250, + "id": 17690720, + "name": "Vacation in Style! 2bdr,pool,beach,free parking", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 107, + "last_review": "2019-06-23", + "reviews_per_month": 3.94, + "calculated_host_listings_count": 9, + "availability_365": 169 + }, + { + "index": 7251, + "id": 17690765, + "name": "BARCELONETA BEACH IV 3", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-20", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 49, + "availability_365": 91 + }, + { + "index": 7252, + "id": 17691490, + "name": "Barcelona apartment center", + "host_name": "Barbara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 6, + "number_of_reviews": 106, + "last_review": "2019-07-07", + "reviews_per_month": 3.86, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 7253, + "id": 17693680, + "name": "Cozy & Renovated 2BR |Balcony + Lift| 20m Rambla", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-29", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 4, + "availability_365": 109 + }, + { + "index": 7254, + "id": 17694567, + "name": "Paseo de Gracia. Single Room.", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 31, + "number_of_reviews": 26, + "last_review": "2018-10-30", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 14, + "availability_365": 123 + }, + { + "index": 7255, + "id": 17695675, + "name": "Sunny flat for your summer holiday!", + "host_name": "Echo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 6, + "number_of_reviews": 76, + "last_review": "2019-06-13", + "reviews_per_month": 3.18, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 7256, + "id": 17696080, + "name": "Mi Habitaci\u00f3n", + "host_name": "Gianluca", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 42, + "minimum_nights": 31, + "number_of_reviews": 46, + "last_review": "2018-08-26", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 7257, + "id": 17696888, + "name": "Very well located -Beautiful and sunny single room", + "host_name": "Marcia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 41, + "minimum_nights": 10, + "number_of_reviews": 19, + "last_review": "2019-06-30", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 3, + "availability_365": 26 + }, + { + "index": 7258, + "id": 17708361, + "name": "New Cosy 1bd flat in Raval - Wifi! - ALQ 16", + "host_name": "Dorothee & Jerome Team", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 36, + "minimum_nights": 60, + "number_of_reviews": 3, + "last_review": "2018-10-27", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 18, + "availability_365": 155 + }, + { + "index": 7259, + "id": 17711373, + "name": "BEAUTIFULL FLAT IN FRONT OF THE BEACH", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 1100, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 335 + }, + { + "index": 7260, + "id": 17713036, + "name": "Design & Renovated Apartment |Balcony|10m Ramblas", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-07-09", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 4, + "availability_365": 277 + }, + { + "index": 7261, + "id": 17713467, + "name": "Chic & Spacious Flat |Family-Friendly| 15m Ramblas", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-04", + "reviews_per_month": 2.68, + "calculated_host_listings_count": 4, + "availability_365": 291 + }, + { + "index": 7262, + "id": 17714088, + "name": "Plaza ESPA\u00d1A, BEAUTIFUL APARTMENT!", + "host_name": "Mihaela", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 159, + "last_review": "2019-07-07", + "reviews_per_month": 5.7, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 7263, + "id": 17724138, + "name": "Habitaci\u00f3n privada con excelente ubicaci\u00f3n", + "host_name": "Araceli", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-08-20", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7264, + "id": 17724311, + "name": "BauRentBarcelona 3h-2b Paseo de Gracia - Provenza", + "host_name": "Carles", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 16, + "availability_365": 88 + }, + { + "index": 7265, + "id": 17725108, + "name": "2425 - AB Pla\u00e7a Catalunya Apartment 3-1 - Luxury Apartment with a Balcony, Steps from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 490, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-09", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 193, + "availability_365": 317 + }, + { + "index": 7266, + "id": 17725664, + "name": "2426 - AB Pla\u00e7a Catalunya 5-1 - Trendy Apartment with a Balcony, Steps from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 450, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-05-19", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 193, + "availability_365": 308 + }, + { + "index": 7267, + "id": 17726001, + "name": "2427 - AB Pla\u00e7a Catalunya 3-4 - Luxury 2-Bedroom Apartment, Steps from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 410, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2019-06-06", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 193, + "availability_365": 328 + }, + { + "index": 7268, + "id": 17726179, + "name": "2428 - AB Pla\u00e7a Catalunya 1-2 - Modern Apartment with a Balcony, Steps from Pla\u00e7a de Catalunya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-05-02", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 193, + "availability_365": 303 + }, + { + "index": 7269, + "id": 17726717, + "name": "1917 - AB Paral\u00b7lel Apartment P - Modern and Spacious 6-Bedroom Apartment, Ideal for Groups", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-18", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 193, + "availability_365": 296 + }, + { + "index": 7270, + "id": 17727561, + "name": "Charming & small room in a cozy apt", + "host_name": "Fernando", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 31, + "number_of_reviews": 22, + "last_review": "2017-08-31", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 59 + }, + { + "index": 7271, + "id": 17729590, + "name": "1918 - AB Paral\u00b7lel Apartment 1 - Trendy and Spacious 6-Bedroom Apartment on Avinguda del Paral\u00b7lel", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-18", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 193, + "availability_365": 334 + }, + { + "index": 7272, + "id": 17733744, + "name": "Comfy&Quiet bedroom in Gothic quarter near Ramblas", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 164, + "last_review": "2019-06-29", + "reviews_per_month": 5.87, + "calculated_host_listings_count": 2, + "availability_365": 335 + }, + { + "index": 7273, + "id": 17734230, + "name": "Large room in Born Barcelona", + "host_name": "Joan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-04", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 2, + "availability_365": 97 + }, + { + "index": 7274, + "id": 17740159, + "name": "Luminoso y renovado apart. en Arco del Triunfo", + "host_name": "Michele", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-12-23", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 20, + "availability_365": 227 + }, + { + "index": 7275, + "id": 17741245, + "name": "BWH Princesa 1 1", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-10-05", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 29, + "availability_365": 347 + }, + { + "index": 7276, + "id": 17741453, + "name": "BWH Princesa 3 2", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 57, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-12-02", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 29, + "availability_365": 266 + }, + { + "index": 7277, + "id": 17741517, + "name": "2293 - AB Arag\u00f3 Apartment 1-D - Bright Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-05-25", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 193, + "availability_365": 26 + }, + { + "index": 7278, + "id": 17741885, + "name": "BWH Princesa 3 1", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 29, + "availability_365": 252 + }, + { + "index": 7279, + "id": 17742384, + "name": "2295 - AB Arag\u00f3 Apartment2-D - Sleek Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-06-16", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 193, + "availability_365": 13 + }, + { + "index": 7280, + "id": 17742519, + "name": "HABITACI\u00d3N PRIVADA (CCIB), DIAGONAL MAR Y PLAYA .", + "host_name": "Lali Y Patry", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-06-27", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 2, + "availability_365": 323 + }, + { + "index": 7281, + "id": 17743307, + "name": "2297 - AB Arag\u00f3 Apartment 3-D - Lovely Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-16", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 193, + "availability_365": 6 + }, + { + "index": 7282, + "id": 17744432, + "name": "2299 - AB Arag\u00f3 Apartment 4-D - Beautiful Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-16", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 193, + "availability_365": 22 + }, + { + "index": 7283, + "id": 17745729, + "name": "2301 - AB Arag\u00f3 Apartment 5-D - Nice Apartment with a Communal Terrace in Eixample Esquerra", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-05-11", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 193, + "availability_365": 17 + }, + { + "index": 7284, + "id": 17746983, + "name": "Loft Borne", + "host_name": "Ignacio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 29, + "number_of_reviews": 6, + "last_review": "2018-10-04", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 127 + }, + { + "index": 7285, + "id": 17751243, + "name": "Double \nRoom Hostal Barcelona Service Eixample..", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2017-08-22", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 6, + "availability_365": 334 + }, + { + "index": 7286, + "id": 17751454, + "name": "Double Room Hostal Barcelona Room Service Eixample", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 18, + "last_review": "2018-03-07", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 6, + "availability_365": 108 + }, + { + "index": 7287, + "id": 17753817, + "name": "Design Apartment c. close to Sagrada Familia", + "host_name": "Jesus", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 133, + "last_review": "2019-07-06", + "reviews_per_month": 4.85, + "calculated_host_listings_count": 3, + "availability_365": 46 + }, + { + "index": 7288, + "id": 17755018, + "name": "Serennia Comfort II 4 bedrooms apartment", + "host_name": "Serennia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-04-15", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 12, + "availability_365": 175 + }, + { + "index": 7289, + "id": 17755675, + "name": "2292 - AB Arag\u00f3 Apartment 1-C - Modern Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-24", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 193, + "availability_365": 20 + }, + { + "index": 7290, + "id": 17756979, + "name": "Cosy double bed in a charmig house & breakfast!", + "host_name": "Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-06-23", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 2, + "availability_365": 226 + }, + { + "index": 7291, + "id": 17757695, + "name": "2294 - AB Arag\u00f3 Apartment 2-C - Central Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-09", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 193, + "availability_365": 12 + }, + { + "index": 7292, + "id": 17759912, + "name": "Amazing quiet Double room", + "host_name": "Tito", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 138, + "last_review": "2019-06-26", + "reviews_per_month": 4.91, + "calculated_host_listings_count": 2, + "availability_365": 14 + }, + { + "index": 7293, + "id": 17760633, + "name": "BWH Montjuic Atico", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 165, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-07-31", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 29, + "availability_365": 81 + }, + { + "index": 7294, + "id": 17760822, + "name": "BWH Montjuic Terraza", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-10", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 29, + "availability_365": 65 + }, + { + "index": 7295, + "id": 17761142, + "name": "BWH Montjuic I", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-19", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 29, + "availability_365": 87 + }, + { + "index": 7296, + "id": 17770225, + "name": "Beautiful Double Room with excellent mattress!!!", + "host_name": "Pancheco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-06-22", + "reviews_per_month": 2.72, + "calculated_host_listings_count": 2, + "availability_365": 346 + }, + { + "index": 7297, + "id": 17773107, + "name": "Private Room Near Campnou/Sants", + "host_name": "Bruno", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 15, + "minimum_nights": 300, + "number_of_reviews": 27, + "last_review": "2019-05-14", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 72 + }, + { + "index": 7298, + "id": 17773935, + "name": "A 10 minutos de sagrada familia\u00a1", + "host_name": "Olivier Y Eliana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2018-11-04", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7299, + "id": 17774918, + "name": "Executive luxury floor, best price, beach, Rambla", + "host_name": "Johan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-27", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 7300, + "id": 17783917, + "name": "LOVELY PLACE AF near to Sagrada Familia", + "host_name": "Daniel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-02", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 191 + }, + { + "index": 7301, + "id": 17784677, + "name": "UNIQUEApartamentPerfect location+Incredible views!", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-03-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 293 + }, + { + "index": 7302, + "id": 17786640, + "name": "Nice Single room in Gran de Gr\u00e0cia", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2018-05-15", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7303, + "id": 17789197, + "name": "Habitaci\u00f3n tranquila desayuno y limpieza incluidos", + "host_name": "Yolanda", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 127, + "last_review": "2019-07-09", + "reviews_per_month": 4.52, + "calculated_host_listings_count": 1, + "availability_365": 131 + }, + { + "index": 7304, + "id": 17797460, + "name": "HABITACION DOBLE BA\u00d1O PRIVADO,CONFORTABLE,CENTRICA", + "host_name": "Tere", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2018-06-17", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 7305, + "id": 17798062, + "name": "Premium Double Room Hostal Barcelona RoQatarwebsal", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 4, + "number_of_reviews": 20, + "last_review": "2018-08-26", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 6, + "availability_365": 120 + }, + { + "index": 7306, + "id": 17799808, + "name": "Double private room:breakfast and air conditioner", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-27", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 7307, + "id": 17802106, + "name": "Great Apartment in El Born", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-01-28", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 7308, + "id": 17802290, + "name": "Double Room", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 70, + "minimum_nights": 4, + "number_of_reviews": 14, + "last_review": "2018-02-24", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 6, + "availability_365": 332 + }, + { + "index": 7309, + "id": 17803369, + "name": "037. Loft Grassot Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-03-15", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 97, + "availability_365": 325 + }, + { + "index": 7310, + "id": 17804478, + "name": "L\u00f3cul", + "host_name": "Mim & Eva Bones Vacances", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-06-04", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 2, + "availability_365": 160 + }, + { + "index": 7311, + "id": 17805549, + "name": "119. Futbol G12 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-06", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 97, + "availability_365": 353 + }, + { + "index": 7312, + "id": 17806078, + "name": "habitacion", + "host_name": "Sabrina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 7, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7313, + "id": 17808668, + "name": "ALGUERA Apartments - Studio 4 people LE", + "host_name": "Alguera Industria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 800, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 9, + "availability_365": 253 + }, + { + "index": 7314, + "id": 17817020, + "name": "Cozy Room In a Shanti Flat", + "host_name": "Kristina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2018-09-18", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7315, + "id": 17818035, + "name": "Old building very good location.", + "host_name": "David", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 50, + "last_review": "2019-05-17", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7316, + "id": 17818366, + "name": "40m2 private studio-room. Pedralbes area.", + "host_name": "Nuria", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Private room", + "price": 70, + "minimum_nights": 4, + "number_of_reviews": 13, + "last_review": "2018-01-02", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 7317, + "id": 17820681, + "name": "032. Laforja Entr 3\u00aa Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2018-05-05", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 97, + "availability_365": 331 + }, + { + "index": 7318, + "id": 17820980, + "name": "117. Futbol B11 Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-07-15", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 97, + "availability_365": 337 + }, + { + "index": 7319, + "id": 17821990, + "name": "Habitacion amplia y muy bien ubicada en Barcelona", + "host_name": "Nicolas", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7320, + "id": 17825682, + "name": "BigBedroom & ModernNewFlat!5m-Beach! 10m-Center", + "host_name": "Diana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 140, + "last_review": "2019-07-07", + "reviews_per_month": 5.06, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 7321, + "id": 17828666, + "name": "Convinient Location", + "host_name": "Jessie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-06-10", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7322, + "id": 17831961, + "name": "MODERN AND SPACIOUS APARTMENT / POBLE SEC", + "host_name": "Victoria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-07-08", + "reviews_per_month": 3.44, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 7323, + "id": 17835432, + "name": "2296 - AB Arag\u00f3 Apartment 3-C - Stylish Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-17", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 193, + "availability_365": 10 + }, + { + "index": 7324, + "id": 17836024, + "name": "EL CABALLERO DEL BORN", + "host_name": "SeLibre Es", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-30", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 8, + "availability_365": 180 + }, + { + "index": 7325, + "id": 17836417, + "name": "2298 - AB Arag\u00f3 Apartment 4-C - Trendy Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-11", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 193, + "availability_365": 14 + }, + { + "index": 7326, + "id": 17837255, + "name": "Soleado \u00e1tico triplex con terraza cerca del mar", + "host_name": "Natalia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 60, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7327, + "id": 17837619, + "name": "2300 - AB Arag\u00f3 Apartment 5-C - Chic Apartment with a Communal Terrace in Eixample", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-06", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 193, + "availability_365": 14 + }, + { + "index": 7328, + "id": 17838988, + "name": "078. Riera San Miguel Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 169, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-03-31", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 97, + "availability_365": 310 + }, + { + "index": 7329, + "id": 17839087, + "name": "City Terrace", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-07-01", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 7330, + "id": 17839286, + "name": "Beautiful Double Room with excellent mattress!", + "host_name": "Pancheco", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 86, + "last_review": "2019-06-14", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 2, + "availability_365": 342 + }, + { + "index": 7331, + "id": 17839592, + "name": "067. Molino Roser Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-03-20", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 97, + "availability_365": 297 + }, + { + "index": 7332, + "id": 17839767, + "name": "Piso con buen ambiente y bien situado.", + "host_name": "Nora", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-06-08", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 7333, + "id": 17840271, + "name": "033. L\u00e9rida Montjuic Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-05-03", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 97, + "availability_365": 318 + }, + { + "index": 7334, + "id": 17840774, + "name": "Luminous attic with private terrace. Great views", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 763, + "minimum_nights": 3, + "number_of_reviews": 55, + "last_review": "2019-06-12", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 84, + "availability_365": 92 + }, + { + "index": 7335, + "id": 17845102, + "name": "Comfy bedroom in the center of BCN", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-07", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 2, + "availability_365": 91 + }, + { + "index": 7336, + "id": 17854918, + "name": "Fantastic design apartment close to Las Ramblas", + "host_name": "Celi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 265, + "minimum_nights": 2, + "number_of_reviews": 70, + "last_review": "2019-07-06", + "reviews_per_month": 2.58, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 7337, + "id": 17855356, + "name": "BIG ROOM IN THE CENTRE for 2 persons", + "host_name": "Amalia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-25", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 7338, + "id": 17855518, + "name": "Cosy Big Double Room!! Paseo de Gracia.", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 31, + "number_of_reviews": 30, + "last_review": "2019-03-01", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 14, + "availability_365": 122 + }, + { + "index": 7339, + "id": 17857985, + "name": "JOLLIE - Amazing penthouse with private terrace", + "host_name": "Jaume", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 20, + "availability_365": 0 + }, + { + "index": 7340, + "id": 17872800, + "name": "Spacious & Elegant flat, located right on the spot", + "host_name": "Mai & Maud", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 310, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-07-02", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 3, + "availability_365": 274 + }, + { + "index": 7341, + "id": 17874878, + "name": "CITY CENTER. RAVAL Cozy room with private bathroom", + "host_name": "Ferran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-27", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7342, + "id": 17876182, + "name": "Bedroom + Private bathroom. Gothic Quarter", + "host_name": "Roger", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-22", + "reviews_per_month": 2.91, + "calculated_host_listings_count": 1, + "availability_365": 280 + }, + { + "index": 7343, + "id": 17891078, + "name": "CENTRICO APT EN BARCELONA", + "host_name": "Mireia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-22", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 7344, + "id": 17892212, + "name": "Exclusive and silent double room in city center !", + "host_name": "Nacho", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 109, + "last_review": "2019-06-27", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 7345, + "id": 17897143, + "name": "Very comfortable and Nice room in BCN.", + "host_name": "Claudio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 16, + "minimum_nights": 3, + "number_of_reviews": 27, + "last_review": "2019-07-01", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 7346, + "id": 17898254, + "name": "Habitaci\u00f3n doble c\u00f3moda y muy luminosa", + "host_name": "Magaly", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-04-18", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7347, + "id": 17902622, + "name": "Stroll to Sagrada Familia from a Design Loft-Style Apartment", + "host_name": "Jesus", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-06-30", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 3, + "availability_365": 18 + }, + { + "index": 7348, + "id": 17903578, + "name": "Habitaci\u00f3n con ba\u00f1o privado. Centro Barcelona.", + "host_name": "Juan Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 26, + "last_review": "2019-06-21", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 7349, + "id": 17905780, + "name": "Room2 - Guest say : is a dream in Barcelona", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-21", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 3, + "availability_365": 65 + }, + { + "index": 7350, + "id": 17915164, + "name": "El White del Born", + "host_name": "Mim & Eva Bones Vacances", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 7, + "number_of_reviews": 2, + "last_review": "2018-09-28", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 7351, + "id": 17915459, + "name": "Apartment next to Las Ramblas and Paral\u00b7lel", + "host_name": "Mireia And Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-06-22", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 31, + "availability_365": 146 + }, + { + "index": 7352, + "id": 17916039, + "name": "360\u00b0 Petit Penthouse Barcelona", + "host_name": "Noel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 89, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-04-08", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 302 + }, + { + "index": 7353, + "id": 17920207, + "name": "Design apartment close to sagrada familia", + "host_name": "Alberto", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 28, + "number_of_reviews": 3, + "last_review": "2017-10-03", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 15, + "availability_365": 345 + }, + { + "index": 7354, + "id": 17929979, + "name": "Apartment Ramblas/Plaza Catalunya - Wi-Fi 100 Mbps", + "host_name": "Mario", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2019-06-08", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 243 + }, + { + "index": 7355, + "id": 17932316, + "name": "Double room near Bar\u00e7a, wifi and mobile congress", + "host_name": "Eduardo", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 88, + "last_review": "2019-06-15", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 7356, + "id": 17932958, + "name": "\" HABITACI\u00d3N, ECON\u00d3MICO \" little.( CCIB ), playa.", + "host_name": "Lali Y Patry", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-08", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 2, + "availability_365": 338 + }, + { + "index": 7357, + "id": 17935219, + "name": "Piso con terraza muy centrico ( rambla) :-)", + "host_name": "Morgane", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-01", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7358, + "id": 17935561, + "name": "In the true heart of Barcelona!", + "host_name": "Mabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 72, + "last_review": "2019-06-26", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 7359, + "id": 17938666, + "name": "Habitaci\u00f3n super luminosa, a 5 min del park guell", + "host_name": "Flor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-28", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7360, + "id": 17939993, + "name": "Private rooms in a Quiet apartment", + "host_name": "Oriol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-24", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 7361, + "id": 17940637, + "name": "Well connected and super comfy", + "host_name": "Oriol", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-07-08", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 7362, + "id": 17941923, + "name": "Private room, Carrer de Verdi, Gr\u00e0cia, Barcelona", + "host_name": "Raphaella", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2018-09-02", + "reviews_per_month": 0.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7363, + "id": 17948598, + "name": "Private room next to Beach in Poblenou", + "host_name": "Claudio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-07-27", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 9 + }, + { + "index": 7364, + "id": 17950947, + "name": "Cosy house & cosy hosts", + "host_name": "Yelel", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-04-06", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7365, + "id": 17951038, + "name": "Cosy single room en el Raval", + "host_name": "Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-08", + "reviews_per_month": 4.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7366, + "id": 17954275, + "name": "Habitaci\u00f3n muy c\u00e9ntrica", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 91, + "last_review": "2019-06-08", + "reviews_per_month": 3.32, + "calculated_host_listings_count": 5, + "availability_365": 40 + }, + { + "index": 7367, + "id": 17959322, + "name": "Large Family Friendly Attic Apartment with Lift", + "host_name": "Simon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-08-27", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 22 + }, + { + "index": 7368, + "id": 17969324, + "name": "Terrace View Pedrera by Gaudi", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-24", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 76, + "availability_365": 142 + }, + { + "index": 7369, + "id": 17972197, + "name": "Eixample/ Diagonal Huge Apartment", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-23", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 76, + "availability_365": 147 + }, + { + "index": 7370, + "id": 17972978, + "name": "Arc de Triomf Barcelona with Parking", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-06-10", + "reviews_per_month": 2.78, + "calculated_host_listings_count": 76, + "availability_365": 122 + }, + { + "index": 7371, + "id": 17973400, + "name": "2 Single Bedrooms for 100 euros both or 55 one!", + "host_name": "Silvia", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-06-06", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7372, + "id": 17974912, + "name": "CLEAN ROOM PRIVATE", + "host_name": "Jose", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2018-07-26", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 3, + "availability_365": 259 + }, + { + "index": 7373, + "id": 17976171, + "name": "Nice and comfortable room in Sant Andreu", + "host_name": "Luna", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2018-09-10", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7374, + "id": 17984440, + "name": "LOVELY ROOM WITH DOUBLE BED CLOSE TO PLAZA ESPA\u00d1A", + "host_name": "Marcela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2017-06-18", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7375, + "id": 17985065, + "name": "Cosy poble sec", + "host_name": "Camille", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7376, + "id": 17985736, + "name": "Habitaci\u00f3n en Horta", + "host_name": "Joan", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-25", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 7377, + "id": 17987719, + "name": "Bcn-rentals Rambla 1, Just7-10 minutes to Ramblas", + "host_name": "David Y Maria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 6, + "number_of_reviews": 1, + "last_review": "2018-11-04", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 4, + "availability_365": 269 + }, + { + "index": 7378, + "id": 17989447, + "name": "Casa Cosi - Mallorca I", + "host_name": "Casa Cosi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-20", + "reviews_per_month": 2.49, + "calculated_host_listings_count": 15, + "availability_365": 287 + }, + { + "index": 7379, + "id": 17991104, + "name": "Cozy and luminous room with en suite toilet!!!", + "host_name": "Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-07-05", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7380, + "id": 17996490, + "name": "Barcelona Family room with private patio", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 180, + "minimum_nights": 4, + "number_of_reviews": 9, + "last_review": "2018-12-27", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 6, + "availability_365": 127 + }, + { + "index": 7381, + "id": 18001240, + "name": "Private DOUBLE room, Sunny & Spacious\"\"\"", + "host_name": "Christian", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-06-24", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 155 + }, + { + "index": 7382, + "id": 18004116, + "name": "Double room with balcony near Ramblas and seaside", + "host_name": "Raimon", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-07-07", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 7383, + "id": 18004679, + "name": "Charming double bedroom in the center of Barcelona", + "host_name": "Fari", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-03-01", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 2, + "availability_365": 33 + }, + { + "index": 7384, + "id": 18007528, + "name": "Barcelona&You 1Bed/12 Beds dorm.", + "host_name": "Merce", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Shared room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-09", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 228 + }, + { + "index": 7385, + "id": 18020678, + "name": "Cozy bedroom in bright apartment in the center", + "host_name": "Krista", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2018-06-05", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7386, + "id": 18024341, + "name": "Apartamento c\u00e9ntrico y bien situado", + "host_name": "Erika", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 51, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-08-20", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7387, + "id": 18027535, + "name": "Habitaci\u00f3n privada interna con cama individual", + "host_name": "Victoria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 16, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-07-09", + "reviews_per_month": 1.69, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 7388, + "id": 18028496, + "name": "Habitaci\u00f3n 2 +1 bien comunicado", + "host_name": "Mar", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-06-24", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7389, + "id": 18029085, + "name": "4-bedroom aptartment in Sant Antoni", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 268 + }, + { + "index": 7390, + "id": 18030645, + "name": "The Central Place Terrace", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-09", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 42, + "availability_365": 95 + }, + { + "index": 7391, + "id": 18032086, + "name": "Apartment in the Gothic for more than 31 days", + "host_name": "Carlotta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 77 + }, + { + "index": 7392, + "id": 18033581, + "name": "Bright, modern and cozy Plaza Catalunya (G15)", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-17", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 42, + "availability_365": 109 + }, + { + "index": 7393, + "id": 18038277, + "name": "\u8d85\u8c6a\u53cc\u4eba1.5\u7c73\u5927\u5e8a\u623f", + "host_name": "Mars", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7394, + "id": 18038313, + "name": "Sunny Terrace in Plaza Espa\u00f1a", + "host_name": "El\u00edas", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 7, + "number_of_reviews": 47, + "last_review": "2019-07-06", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 7395, + "id": 18039874, + "name": "Penthouse with Roof Pool & Stunning Barcelona View", + "host_name": "Maria Fernanda", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 369, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2018-03-31", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 213 + }, + { + "index": 7396, + "id": 18040680, + "name": "Two rooms with great view sagrada familia", + "host_name": "Romina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 4, + "availability_365": 349 + }, + { + "index": 7397, + "id": 18041850, + "name": "\u590d\u53e4\u4e3b\u9898\u5355/\u53cc\u4eba1.35\u7c73\u5927\u5e8a\u623f", + "host_name": "Mars", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-04-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7398, + "id": 18043684, + "name": "Central penthouse with terrace Placa Catalunya I", + "host_name": "Unique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-07-03", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 31, + "availability_365": 339 + }, + { + "index": 7399, + "id": 18046053, + "name": "Apartment in Sant Antoni", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-29", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 41, + "availability_365": 268 + }, + { + "index": 7400, + "id": 18049325, + "name": "Central penthouse with terrace Placa Catalunya II", + "host_name": "Unique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-05-10", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 31, + "availability_365": 318 + }, + { + "index": 7401, + "id": 18053047, + "name": "Confort Apartment near Sagrada Familia", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 5, + "number_of_reviews": 11, + "last_review": "2018-07-24", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 7402, + "id": 18053584, + "name": "NJoy classic and spacious apartment near the beach", + "host_name": "Massimo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-07-06", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 7, + "availability_365": 109 + }, + { + "index": 7403, + "id": 18056687, + "name": "Casa unifamiliar en Avenida Bosca", + "host_name": "Natasha", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Vallvidrera, el Tibidabo i les Planes", + "room_type": "Private room", + "price": 250, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7404, + "id": 18057062, + "name": "Double Comfy Room in Central Bcn", + "host_name": "Alison & Jeremy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 15, + "number_of_reviews": 5, + "last_review": "2017-12-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 79 + }, + { + "index": 7405, + "id": 18064885, + "name": "Central room in gothic", + "host_name": "Javier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-04-12", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7406, + "id": 18069045, + "name": "1604 - AB Bail\u00e9n Apartment 1-2A - Spacious Apartment with a Balcony 15 Minutes from the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-05-27", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 193, + "availability_365": 326 + }, + { + "index": 7407, + "id": 18069425, + "name": "Spacious City Center 4 BE 2BA. MONTHLY RENTAL", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-07-16", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 18, + "availability_365": 0 + }, + { + "index": 7408, + "id": 18072457, + "name": "DOUBLE ROOM WITH BALCONY IN THE CITY CENTER RAVAL", + "host_name": "Al & Milla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 123, + "last_review": "2019-06-30", + "reviews_per_month": 4.53, + "calculated_host_listings_count": 2, + "availability_365": 123 + }, + { + "index": 7409, + "id": 18073605, + "name": "BRIGHT DOUBLE ROOM, GORGEOUS APARTMENT CITY CENTER", + "host_name": "Al & Milla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-07-01", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 2, + "availability_365": 141 + }, + { + "index": 7410, + "id": 18074835, + "name": "Mucha luz solar en todo el piso", + "host_name": "Renato", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-09", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 359 + }, + { + "index": 7411, + "id": 18074894, + "name": "Habitaci\u00f3n peque\u00f1a privada - Area Sagrada Familia", + "host_name": "Marcelo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 97, + "last_review": "2019-05-22", + "reviews_per_month": 3.56, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7412, + "id": 18080572, + "name": "Central very spacious apt for 6 Pl.Catalunya(G14)", + "host_name": "Tendency", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 3, + "number_of_reviews": 44, + "last_review": "2019-06-17", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 42, + "availability_365": 61 + }, + { + "index": 7413, + "id": 18081500, + "name": "\u00a1Estudio de Dise\u00f1o en el Eixample!", + "host_name": "Igor", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 0 + }, + { + "index": 7414, + "id": 18082453, + "name": "Bright room+private bathroom+terrace in Barcelona", + "host_name": "Magdalena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-23", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 7415, + "id": 18086096, + "name": "Casa Jes\u00fas N", + "host_name": "Lorenzo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-02-03", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 2, + "availability_365": 106 + }, + { + "index": 7416, + "id": 18087776, + "name": "A Room in Holiday apartment near Park Guell", + "host_name": "Rizwan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 7417, + "id": 18089353, + "name": "Estudio acogedor cerca de playa", + "host_name": "Sergi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 100, + "minimum_nights": 10, + "number_of_reviews": 8, + "last_review": "2018-08-10", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 3, + "availability_365": 170 + }, + { + "index": 7418, + "id": 18092758, + "name": "Lovely 1Bed Apt w/Balcony in Eixample", + "host_name": "Mar\u00eda Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-07-02", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 7419, + "id": 18094862, + "name": "LUXURY FLAT TERRACE AND SEA VIEWS...", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 1100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 335 + }, + { + "index": 7420, + "id": 18098399, + "name": "Barcelona Center apartment with private terrace.", + "host_name": "Willem", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-08", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 26, + "availability_365": 139 + }, + { + "index": 7421, + "id": 18099570, + "name": "Habitaci\u00f3n doble vista Montjuic, zona inmejorable!", + "host_name": "Nicoletta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-07-22", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 7422, + "id": 18103650, + "name": "MARINA PALMS: Sunny&Central", + "host_name": "Daniela", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-26", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 7423, + "id": 18104363, + "name": "Bright and large room close to metro station", + "host_name": "Sulamita Rachel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-07-02", + "reviews_per_month": 4.89, + "calculated_host_listings_count": 2, + "availability_365": 250 + }, + { + "index": 7424, + "id": 18106995, + "name": "Tremendous great room,magnificent location+balcony", + "host_name": "Sami", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 99, + "last_review": "2019-06-25", + "reviews_per_month": 3.62, + "calculated_host_listings_count": 3, + "availability_365": 105 + }, + { + "index": 7425, + "id": 18107186, + "name": "Great tremendous room, city center with balcony", + "host_name": "Sami", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-12", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 3, + "availability_365": 77 + }, + { + "index": 7426, + "id": 18108637, + "name": "Central/Modern/Bright UP TO 5", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 127, + "last_review": "2019-07-03", + "reviews_per_month": 4.69, + "calculated_host_listings_count": 16, + "availability_365": 132 + }, + { + "index": 7427, + "id": 18108783, + "name": "Cozy room in the center of Barcelona", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 22, + "minimum_nights": 32, + "number_of_reviews": 15, + "last_review": "2019-05-25", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 4, + "availability_365": 179 + }, + { + "index": 7428, + "id": 18109707, + "name": "Big cozy room, city center", + "host_name": "Sami", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-06", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 3, + "availability_365": 133 + }, + { + "index": 7429, + "id": 18118797, + "name": "Habitaci\u00f3n privada en el Born", + "host_name": "F", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-10", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 1, + "availability_365": 146 + }, + { + "index": 7430, + "id": 18121859, + "name": "Cosi single room with private toilet in the center", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 17, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2019-06-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 5, + "availability_365": 224 + }, + { + "index": 7431, + "id": 18124601, + "name": "Large and comfortable room in Vila de Gracia", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-03-30", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 4, + "availability_365": 159 + }, + { + "index": 7432, + "id": 18129838, + "name": "Leafy, Light-Filled Eixample Home with Minimalist Style", + "host_name": "Nil", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 82, + "minimum_nights": 2, + "number_of_reviews": 131, + "last_review": "2019-07-03", + "reviews_per_month": 4.99, + "calculated_host_listings_count": 1, + "availability_365": 138 + }, + { + "index": 7433, + "id": 18132625, + "name": "Sagrada Familia, long stay, Wifi, A/C", + "host_name": "Inobooking", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-01-07", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 11, + "availability_365": 48 + }, + { + "index": 7434, + "id": 18132962, + "name": "Nice room in Gracia !", + "host_name": "Mariano", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 22, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-05-23", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 1, + "availability_365": 309 + }, + { + "index": 7435, + "id": 18137096, + "name": "Room Near the Beach - UPF", + "host_name": "Gustavo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 20, + "number_of_reviews": 1, + "last_review": "2018-07-07", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 7436, + "id": 18146433, + "name": "Charming loft in Gracia - near Paseo de Gracia", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 67, + "last_review": "2019-06-30", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 10, + "availability_365": 173 + }, + { + "index": 7437, + "id": 18147006, + "name": "Single Room, Best Location!!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 31, + "number_of_reviews": 36, + "last_review": "2019-02-28", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 14, + "availability_365": 134 + }, + { + "index": 7438, + "id": 18147097, + "name": "PRIVATE DOUBLE ROOM in Plaza Catalunya", + "host_name": "Arnau", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-07-09", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7439, + "id": 18147216, + "name": "Apartamento soleado en Vila de Gracia", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 35, + "number_of_reviews": 5, + "last_review": "2019-07-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 12, + "availability_365": 131 + }, + { + "index": 7440, + "id": 18147514, + "name": "Private Room in the heart of Poble Sec with WIFI", + "host_name": "Alba", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2018-09-22", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7441, + "id": 18147554, + "name": "Cosy Ensuite Single Room! Paseo de Gracia.", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 28, + "minimum_nights": 31, + "number_of_reviews": 13, + "last_review": "2018-12-29", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 14, + "availability_365": 63 + }, + { + "index": 7442, + "id": 18147910, + "name": "Bright and cozy room in Barceloneta", + "host_name": "Luisa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 31, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 7443, + "id": 18153634, + "name": "Apartamento en el centro de Barcelona", + "host_name": "Sergi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 180, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2018-05-21", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 7444, + "id": 18154978, + "name": "Barcelona Beach Penthouse", + "host_name": "Ahmed", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 62, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-10-19", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 7445, + "id": 18155598, + "name": "CHARMING ROOM,30QM IN THE GOTICO NEIGHBORHOOD", + "host_name": "Olga", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-05-29", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 338 + }, + { + "index": 7446, + "id": 18156862, + "name": "Private room with balcony close to Sagrada Familia", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-07-03", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 7447, + "id": 18166839, + "name": "1 double room right in the city centre (Gotico)", + "host_name": "Raquel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 15, + "number_of_reviews": 3, + "last_review": "2017-08-24", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7448, + "id": 18169478, + "name": "Nordic style quiet new apt. Private toilet, Gracia", + "host_name": "Olga", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-06-30", + "reviews_per_month": 1.83, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 7449, + "id": 18169676, + "name": "Double room + balcony in a centric quiet apartment", + "host_name": "Peter", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 69, + "last_review": "2019-06-26", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7450, + "id": 18170160, + "name": "Habitaci\u00f3n doble. centro de barcelona", + "host_name": "Charly", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2018-03-22", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7451, + "id": 18170878, + "name": "Sagrada Familia Apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-07-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 95, + "availability_365": 42 + }, + { + "index": 7452, + "id": 18171621, + "name": "Digital Nomad house - ensuite bedroom + Terrace", + "host_name": "Stevie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-05-23", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 3, + "availability_365": 82 + }, + { + "index": 7453, + "id": 18175074, + "name": "Cozy and modern room near the beach", + "host_name": "Osmeli", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2017-09-26", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7454, + "id": 18175522, + "name": "Born Turistic Room", + "host_name": "Micaela", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 96, + "last_review": "2019-07-04", + "reviews_per_month": 3.53, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 7455, + "id": 18185332, + "name": "Elegant bright 5bed in Vila Olimpica", + "host_name": "Sergio + Carla", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2018-10-04", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 299 + }, + { + "index": 7456, + "id": 18185603, + "name": "ROOM BCN CENTER!!!", + "host_name": "F\u00e1tima", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-05-12", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 5, + "availability_365": 81 + }, + { + "index": 7457, + "id": 18187316, + "name": "Barcelona Cosmopolitan Apartment", + "host_name": "Aline", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-05-19", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 95, + "availability_365": 311 + }, + { + "index": 7458, + "id": 18187460, + "name": "Vistas a la Torre Agbar", + "host_name": "Carmen", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7459, + "id": 18190996, + "name": "Apartamento acogedor SPB222388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 85, + "last_review": "2019-05-13", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 20, + "availability_365": 128 + }, + { + "index": 7460, + "id": 18192388, + "name": "HABITACI\u00d3N DOBLE / DOUBLE ROOM", + "host_name": "Julian", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-06-29", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 1, + "availability_365": 82 + }, + { + "index": 7461, + "id": 18192785, + "name": "Beautiful apartment Paseo de Gracia with terrace", + "host_name": "Carla", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 365 + }, + { + "index": 7462, + "id": 18192944, + "name": "Room in Vila de Gr\u00e0cia", + "host_name": "Gerard", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-05-07", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7463, + "id": 18193219, + "name": "Double Bed Room..", + "host_name": "Celio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 13, + "number_of_reviews": 13, + "last_review": "2018-02-26", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 6, + "availability_365": 111 + }, + { + "index": 7464, + "id": 18194383, + "name": "**Stylish Room in Gothic Quarter** The Very Center", + "host_name": "Tiana & Andres", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 56, + "last_review": "2019-06-25", + "reviews_per_month": 2.06, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 7465, + "id": 18196081, + "name": "Seafront luxe with terrace and pool I", + "host_name": "Unique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-07-01", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 31, + "availability_365": 320 + }, + { + "index": 7466, + "id": 18197251, + "name": "Factory by StaYourWay (longstay apartment)", + "host_name": "Stayourway Bcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-05-03", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 6, + "availability_365": 60 + }, + { + "index": 7467, + "id": 18199255, + "name": "COM A CASA - 30m\u00b2 de RAVAL BARCELONA", + "host_name": "Salvador", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-07-03", + "reviews_per_month": 4.27, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 7468, + "id": 18203404, + "name": "LONG STAY COSY APARTMENT 1-5 PAX CENTRE BARCELONA", + "host_name": "John", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-29", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 7469, + "id": 18208218, + "name": "Room in flat Sant Antoni", + "host_name": "Ha\u00efssa", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-04-23", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7470, + "id": 18211765, + "name": "3 room appartment near the sea", + "host_name": "Aliaksei", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2018-09-25", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 2, + "availability_365": 6 + }, + { + "index": 7471, + "id": 18212084, + "name": "DOUBLE SOFA-BED in sunny Barcelona", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Shared room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2017-06-20", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7472, + "id": 18212277, + "name": "perfect imperfections", + "host_name": "Douglas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 115, + "last_review": "2019-06-21", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 7473, + "id": 18217017, + "name": "A doble room near the sea #2", + "host_name": "Natalia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7474, + "id": 18217447, + "name": "Private room for couples, Gotic center", + "host_name": "Camille", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2017-11-01", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7475, + "id": 18217921, + "name": "Couple Room in Barcelona", + "host_name": "Cesar", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-06-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7476, + "id": 18219254, + "name": "Cozy room in Sagrada Familia", + "host_name": "Jeremy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 120, + "last_review": "2019-07-09", + "reviews_per_month": 4.42, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 7477, + "id": 18220498, + "name": "Large and bright room near the beach - Poblenou", + "host_name": "Sofia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 52, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-27", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 7478, + "id": 18222497, + "name": "Private Room in \u00c1tico Barcelona", + "host_name": "Mariana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-02-27", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 7479, + "id": 18224937, + "name": "Barcelona One", + "host_name": "Baleska", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 117, + "last_review": "2019-06-25", + "reviews_per_month": 4.31, + "calculated_host_listings_count": 3, + "availability_365": 41 + }, + { + "index": 7480, + "id": 18231716, + "name": "BWH Princesa Born 4 1", + "host_name": "Isabel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 29, + "availability_365": 312 + }, + { + "index": 7481, + "id": 18231920, + "name": "BWH Montjuic III", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-04-27", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 29, + "availability_365": 83 + }, + { + "index": 7482, + "id": 18232129, + "name": "BWH Montjuic IV", + "host_name": "Isabel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-16", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 29, + "availability_365": 79 + }, + { + "index": 7483, + "id": 18235880, + "name": "PRETTY DOUBLE ROOM CENTER BARCELONA", + "host_name": "Katherine", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 18, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2019-06-10", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 181 + }, + { + "index": 7484, + "id": 18239557, + "name": "Duplex 4BR + Terrace |Family-Friendly| 20m Ramblas", + "host_name": "Galobarna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 211, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-07-07", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 4, + "availability_365": 280 + }, + { + "index": 7485, + "id": 18246047, + "name": "\u2605 COME TOGETHER \u2605 Gothic Quarter (Best Location)", + "host_name": "Lu & Edu", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-06-26", + "reviews_per_month": 3.33, + "calculated_host_listings_count": 2, + "availability_365": 10 + }, + { + "index": 7486, + "id": 18249861, + "name": "NEW!! \u00c1tico con terraza en Eixample", + "host_name": "Gemma", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2018-10-22", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7487, + "id": 18256727, + "name": "Doble room with private Bathroom in Glories", + "host_name": "Xavi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7488, + "id": 18259912, + "name": "BCN center / ensuite bathroom - king bed", + "host_name": "Olivier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 124, + "last_review": "2019-07-03", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 3, + "availability_365": 50 + }, + { + "index": 7489, + "id": 18259934, + "name": "Private studio in Eixample close to plaza catalu\u00f1a", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-07-06", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 7490, + "id": 18260887, + "name": "BCN center / private bathroom - king bed", + "host_name": "Olivier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 5, + "number_of_reviews": 128, + "last_review": "2019-07-08", + "reviews_per_month": 4.86, + "calculated_host_listings_count": 3, + "availability_365": 34 + }, + { + "index": 7491, + "id": 18262581, + "name": "Double room with private bathroom in good location", + "host_name": "Nas & Nick", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2017-11-05", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7492, + "id": 18262777, + "name": "typical catalan apartment reformed sunny apartment", + "host_name": "Sam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-06-04", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7493, + "id": 18264167, + "name": "Comfortable room in Beautiful Historic Flat", + "host_name": "Alice", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 5, + "number_of_reviews": 48, + "last_review": "2019-01-05", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 7494, + "id": 18264927, + "name": "Sof\u00e1 cama para 1 persona y cama auxiliar para otra", + "host_name": "Ramona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-03-02", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 3, + "availability_365": 342 + }, + { + "index": 7495, + "id": 18269758, + "name": "Charming & Modern 2BR Loft in Gracia 30m Ramblas", + "host_name": "Galobarna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-07-07", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 4, + "availability_365": 322 + }, + { + "index": 7496, + "id": 18269799, + "name": "HABITACI\u00d3N EN BARCELONA", + "host_name": "Nata", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 37, + "minimum_nights": 5, + "number_of_reviews": 25, + "last_review": "2019-06-25", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 2, + "availability_365": 318 + }, + { + "index": 7497, + "id": 18270309, + "name": "Room private with bathroom in rambla poble nou", + "host_name": "Marcela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 11 + }, + { + "index": 7498, + "id": 18272085, + "name": "A room in sunny apartment at the beach", + "host_name": "Valeri", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-08-27", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7499, + "id": 18273509, + "name": "Muy bien comunicado (3 l\u00edneas de metro, AVE, tren)", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 24, + "last_review": "2019-06-03", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 1, + "availability_365": 2 + }, + { + "index": 7500, + "id": 18278374, + "name": "Lovely Double Room with access to Balcony", + "host_name": "Chris", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7501, + "id": 18280255, + "name": "Gracia Terrace 2rooms", + "host_name": "Anna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-06-30", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 7502, + "id": 18280818, + "name": "*Cu\u00e1druple Ensuite*Ba\u00f1o privado. Cerca del Aerob\u00fas", + "host_name": "Yasmina", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-07-07", + "reviews_per_month": 1.98, + "calculated_host_listings_count": 3, + "availability_365": 86 + }, + { + "index": 7503, + "id": 18283499, + "name": "Private Room close to Glorias Square with Air AC.", + "host_name": "Marcel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-07-09", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 1, + "availability_365": 122 + }, + { + "index": 7504, + "id": 18287536, + "name": "Lovely single room!!", + "host_name": "Valentina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-06-18", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7505, + "id": 18289307, + "name": "Terrace 2 bedroom, 2 bathroom in Ramblas-BJS", + "host_name": "Ellie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 230, + "minimum_nights": 60, + "number_of_reviews": 1, + "last_review": "2017-08-01", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 15, + "availability_365": 251 + }, + { + "index": 7506, + "id": 18289524, + "name": "Habitaci\u00f3n doble con terraza.Barrio de Gr\u00e0cia.", + "host_name": "Lorena Elizabeth", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 111 + }, + { + "index": 7507, + "id": 18290516, + "name": "Habitaci\u00f3n Sagrada Familia, San Pau, Park Guell", + "host_name": "Consuelo", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 84, + "last_review": "2019-07-08", + "reviews_per_month": 3.16, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 7508, + "id": 18298011, + "name": "Estudio con jard\u00edn", + "host_name": "Rosanna I Marc", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 76, + "last_review": "2019-07-08", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 7509, + "id": 18304359, + "name": "Pittoresk Room in Gothic Quarter", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 61, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-07-08", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 2, + "availability_365": 123 + }, + { + "index": 7510, + "id": 18305719, + "name": "Habitacion grande c\u00e9ntrica cerca de la playa", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 68, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-03", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 5, + "availability_365": 152 + }, + { + "index": 7511, + "id": 18306756, + "name": "Habitaci\u00f3n privada con balc\u00f3n cerca de la playa", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-27", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 5, + "availability_365": 73 + }, + { + "index": 7512, + "id": 18307439, + "name": "Cozy and quiet room in Born", + "host_name": "Astrid", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 60, + "minimum_nights": 5, + "number_of_reviews": 32, + "last_review": "2019-07-07", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 2, + "availability_365": 2 + }, + { + "index": 7513, + "id": 18307694, + "name": "Habitaci\u00f3n c\u00e9ntrica cerca de la playa", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-07-03", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 5, + "availability_365": 168 + }, + { + "index": 7514, + "id": 18309933, + "name": "Unique House in Poble Nou, Near The Beach!", + "host_name": "Janice", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 96, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-07-07", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 7515, + "id": 18316889, + "name": "NEW Central Barcelona City Center 6 pax. apartment", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 26, + "availability_365": 364 + }, + { + "index": 7516, + "id": 18320177, + "name": "BWH Gracia 1 3", + "host_name": "Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-06-20", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 29, + "availability_365": 98 + }, + { + "index": 7517, + "id": 18322249, + "name": "Elegant Apartment near Sagrada Familia", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-26", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 6, + "availability_365": 343 + }, + { + "index": 7518, + "id": 18326280, + "name": "Double bright room. Welcome to Barcelona", + "host_name": "Fabio", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 44, + "last_review": "2019-07-07", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 7519, + "id": 18328964, + "name": "Habitaci\u00f3n c\u00f3moda y tranquila", + "host_name": "Ilva Patricia", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-08", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 7520, + "id": 18329044, + "name": "BCN CENTRAL , 10 MIN LA RAMBLA,SEA 11min", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-20", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 7521, + "id": 18338221, + "name": "SUNNY PENTHOUSE WITH MONTJUIC VIEWS NEAR FIRA", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-18", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 6, + "availability_365": 359 + }, + { + "index": 7522, + "id": 18338597, + "name": "Eixample Left Studio", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-08-29", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 95, + "availability_365": 168 + }, + { + "index": 7523, + "id": 18339600, + "name": "Nice room in Barcelona G\u00f2tic (4)", + "host_name": "Laia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 23, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 214 + }, + { + "index": 7524, + "id": 18339909, + "name": "Nice room with double bed in Gran de Gr\u00e0cia (2)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 216 + }, + { + "index": 7525, + "id": 18340164, + "name": "Ensuite room in Gr\u00e0cia, Pr\u00edncep d\u2019Ast\u00faries (1)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 0 + }, + { + "index": 7526, + "id": 18340411, + "name": "Double room in Barcelona Pr\u00edncep d\u2019Ast\u00faries (2)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 335 + }, + { + "index": 7527, + "id": 18340552, + "name": "Double room in Pr\u00edncep d\u2019Ast\u00faries Barcelona (3)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 0 + }, + { + "index": 7528, + "id": 18340702, + "name": "Double room in Pr\u00edncep d\u2019Ast\u00faries Barcelona (4)", + "host_name": "Laia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 364 + }, + { + "index": 7529, + "id": 18340823, + "name": "Double room in Eixample - Consell de Cent 4.1 (1)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 75 + }, + { + "index": 7530, + "id": 18341059, + "name": "Double room in Eixample - Consell de Cent 4.1 (2)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 170 + }, + { + "index": 7531, + "id": 18341183, + "name": "Con vistas al tibidabo\nCon terraza", + "host_name": "Lizeth", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-24", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 3, + "availability_365": 330 + }, + { + "index": 7532, + "id": 18341236, + "name": "Double room in Eixample - Consell de Cent 4.1 (3)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 211 + }, + { + "index": 7533, + "id": 18341380, + "name": "Double room in Eixample - Consell de Cent 5.1 (1)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 364 + }, + { + "index": 7534, + "id": 18341577, + "name": "Double room in Eixample - Consell de Cent 5.1 (2)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 364 + }, + { + "index": 7535, + "id": 18341627, + "name": "Double room in Eixample - Consell de Cent 5.1 (3)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 215 + }, + { + "index": 7536, + "id": 18341676, + "name": "Double room in Eixample - Consell de Cent 6.1 (1)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 187 + }, + { + "index": 7537, + "id": 18341874, + "name": "Double room in Eixample - Consell de Cent 6.1 (2)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 282 + }, + { + "index": 7538, + "id": 18341920, + "name": "Double room in Eixample - Consell de Cent 6.1 (3)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 354 + }, + { + "index": 7539, + "id": 18345954, + "name": "Comfortable room in Barcelona close to beach", + "host_name": "Liudmila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-10", + "reviews_per_month": 2.15, + "calculated_host_listings_count": 3, + "availability_365": 86 + }, + { + "index": 7540, + "id": 18346759, + "name": "\u5df4\u585e\u7f57\u90a3\u5170\u5e03\u62c9\u5927\u8857\u5355\u4eba\u5e8a", + "host_name": "Joy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Shared room", + "price": 13, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7541, + "id": 18349012, + "name": "Habitaci\u00f3n de matrimonio luminosa y amplia", + "host_name": "David", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-05-20", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 1, + "availability_365": 264 + }, + { + "index": 7542, + "id": 18352966, + "name": "Private & Spacious room in cozy apartment.", + "host_name": "Grace", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-05-31", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 7543, + "id": 18353108, + "name": "Great Apartment in El Born", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-25", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 7544, + "id": 18353682, + "name": "Intero attico con terrazza - pressi Pl. Espa\u00f1a", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2018-06-03", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7545, + "id": 18353952, + "name": "Acogedor alojamiento en SAGRADA FAMILIA", + "host_name": "Sergio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-06-24", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7546, + "id": 18355882, + "name": "La casa de Marta", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 7, + "number_of_reviews": 7, + "last_review": "2017-05-30", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 7547, + "id": 18358244, + "name": "Rooftop flat at 750m from the beach", + "host_name": "Liesbeth", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2019-06-25", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 1, + "availability_365": 144 + }, + { + "index": 7548, + "id": 18358462, + "name": "Double room in a cosy apartment", + "host_name": "Babi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-09-16", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 7549, + "id": 18368192, + "name": "NICE SINGLE ROOM SUITABLE FOR GIRLS", + "host_name": "Romy", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 34, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-08-16", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 7550, + "id": 18376336, + "name": "Bright and cosy room in Barcelona, 10 min to beach", + "host_name": "Liudmila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-23", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 3, + "availability_365": 90 + }, + { + "index": 7551, + "id": 18380254, + "name": "Double room, clean and cozy.Hospital Sant Pau.", + "host_name": "Mer", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 10, + "number_of_reviews": 2, + "last_review": "2017-05-28", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 2, + "availability_365": 364 + }, + { + "index": 7552, + "id": 18384611, + "name": "Spacious double room in city center", + "host_name": "Ivan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 27, + "minimum_nights": 30, + "number_of_reviews": 54, + "last_review": "2019-04-27", + "reviews_per_month": 2.04, + "calculated_host_listings_count": 2, + "availability_365": 32 + }, + { + "index": 7553, + "id": 18387024, + "name": "Small cosy room", + "host_name": "Lidia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 16, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2017-10-19", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7554, + "id": 18388556, + "name": "Apartamento alto, luminoso y c\u00e9ntrico.", + "host_name": "Dorbegar, Sl", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 35, + "number_of_reviews": 2, + "last_review": "2018-11-03", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 12, + "availability_365": 210 + }, + { + "index": 7555, + "id": 18388848, + "name": "Sicilia Superior Studio", + "host_name": "EasySleep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 700, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-01-27", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 13, + "availability_365": 142 + }, + { + "index": 7556, + "id": 18389616, + "name": "Aut\u00e8ntic Eixample amb terrassa", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2018-06-04", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 19, + "availability_365": 305 + }, + { + "index": 7557, + "id": 18390325, + "name": "Nice room close to beach and city center", + "host_name": "Liudmila", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-22", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 3, + "availability_365": 77 + }, + { + "index": 7558, + "id": 18400525, + "name": "NEW! Family Apartment in the upper area", + "host_name": "Apkeys", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-10", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 7, + "availability_365": 318 + }, + { + "index": 7559, + "id": 18401693, + "name": "Modern and sunny apartment near Sagrada Familia.", + "host_name": "David Florencio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-07-02", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 1, + "availability_365": 27 + }, + { + "index": 7560, + "id": 18402021, + "name": "Barcelona Coliving - Nomad Ensuite Double Bedroom", + "host_name": "Stevie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2019-03-01", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 364 + }, + { + "index": 7561, + "id": 18405804, + "name": "Sagrada Familia, Acogedor Apartamento HOMEnFUN", + "host_name": "HOMEnFUN", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-09", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 11, + "availability_365": 77 + }, + { + "index": 7562, + "id": 18405897, + "name": "Habitaci\u00f3n a dos minutos del hospital San Paul", + "host_name": "Mario", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2017-12-28", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 159 + }, + { + "index": 7563, + "id": 18412198, + "name": "COMBO COLOURS ROOMS in ( Gothico Quarter )", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 67, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-04-21", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 4, + "availability_365": 254 + }, + { + "index": 7564, + "id": 18418085, + "name": "Sobre\u00e1tico en Sep\u00falveda", + "host_name": "Llorens", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 4, + "number_of_reviews": 50, + "last_review": "2019-06-27", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 4, + "availability_365": 138 + }, + { + "index": 7565, + "id": 18418904, + "name": "MODERN ART APT CENTRAL MODERNIST 5* AC/ NETFLIX", + "host_name": "Vicky Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-07-02", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 6, + "availability_365": 340 + }, + { + "index": 7566, + "id": 18420101, + "name": "\u0421\u0434\u0430\u0435\u0442\u0441\u044f \u0443\u044e\u0442\u043d\u0430\u044f \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u043d\u0430 \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u0441\u0440\u043e\u043a", + "host_name": "Julia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-05-20", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 7567, + "id": 18420309, + "name": "1 private small doublebedroom, a flat to share", + "host_name": "Laura", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 12, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2017-07-05", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7568, + "id": 18420379, + "name": "New Apartment Sagrada Familia 2-1", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-05-05", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 7569, + "id": 18420426, + "name": "2011 - AB Marina Apartment 1-1 - Modern 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-26", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 193, + "availability_365": 298 + }, + { + "index": 7570, + "id": 18421113, + "name": "Habitaci\u00f3n exterior con cama doble", + "host_name": "Elisabetta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-09-30", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7571, + "id": 18424082, + "name": "2012 - AB Marina Apartment 1-2 - Delightful 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-04-24", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 193, + "availability_365": 330 + }, + { + "index": 7572, + "id": 18424324, + "name": "2013 - AB Marina Apartment 1-3 - Elegant 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-19", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 193, + "availability_365": 301 + }, + { + "index": 7573, + "id": 18424456, + "name": "2014 - AB Marina Apartment 1-4 - Lovely 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-25", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 193, + "availability_365": 312 + }, + { + "index": 7574, + "id": 18426638, + "name": "Cosy flat in the Gothic", + "host_name": "Marie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7575, + "id": 18426853, + "name": "Sunny double room near placa Espanya", + "host_name": "Lidia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 24, + "last_review": "2017-09-25", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7576, + "id": 18429066, + "name": "Amazing sunny born 4,2!", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-06-22", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 18, + "availability_365": 344 + }, + { + "index": 7577, + "id": 18429737, + "name": "Habitacion muy grande y luminosa. Rambla del Raval", + "host_name": "Alis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-09-30", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7578, + "id": 18436222, + "name": "Genuine Loft - medium term rental for students", + "host_name": "Packo & Enric", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-11-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 282 + }, + { + "index": 7579, + "id": 18438898, + "name": "New Apartment Sagrada Familia 2-2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-10", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 7580, + "id": 18439011, + "name": "Atico en Paseo de Gracia", + "host_name": "Llorens", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 106, + "minimum_nights": 4, + "number_of_reviews": 48, + "last_review": "2019-07-04", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 4, + "availability_365": 107 + }, + { + "index": 7581, + "id": 18439708, + "name": "2016 - AB Marina Apartment 2-2 - Nice 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-04-19", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 193, + "availability_365": 328 + }, + { + "index": 7582, + "id": 18441272, + "name": "Las Ramblas Sweet Home - Long Term RentalxStudents", + "host_name": "Packo & Enric", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 32, + "minimum_nights": 60, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 224 + }, + { + "index": 7583, + "id": 18441602, + "name": "2019 - AB Marina Apartment 3-1 - Stylish 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-26", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 193, + "availability_365": 254 + }, + { + "index": 7584, + "id": 18441918, + "name": "Encantador y confortable", + "host_name": "Javier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2018-09-08", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 241 + }, + { + "index": 7585, + "id": 18442224, + "name": "Room 8 min La Rambla ,10min Sea , private bathroom", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-26", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 3, + "availability_365": 53 + }, + { + "index": 7586, + "id": 18442226, + "name": "2020 - AB Marina Apartment 3-2 - Charming 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-06-07", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 193, + "availability_365": 321 + }, + { + "index": 7587, + "id": 18442906, + "name": "2021 - AB Marina Apartment 3-3 - 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-07", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 193, + "availability_365": 310 + }, + { + "index": 7588, + "id": 18443060, + "name": "Suite w Terrace & its own Bathroom in BCN\u00b4s Heart!", + "host_name": "El\u00edas", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 75, + "minimum_nights": 5, + "number_of_reviews": 67, + "last_review": "2019-07-03", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 75 + }, + { + "index": 7589, + "id": 18443366, + "name": "2023 - AB Marina Apartment 4-1 - Trendy 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-05-04", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 193, + "availability_365": 304 + }, + { + "index": 7590, + "id": 18443653, + "name": "2029 - AB Marina Apartment 5-3 - Central 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-06-08", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 193, + "availability_365": 301 + }, + { + "index": 7591, + "id": 18444651, + "name": "Well lit Double bedroom at the Ramblas", + "host_name": "Abdel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-05-27", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7592, + "id": 18445568, + "name": "CityCenter&Beach. Confortable and Sunny/SAL", + "host_name": "Euge", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-05-06", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 250 + }, + { + "index": 7593, + "id": 18445621, + "name": "Bright & jolly flat next to fantastic sagrada", + "host_name": "Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2018-06-17", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7594, + "id": 18447216, + "name": "BEAUTIFUL. D. ROOM BEACH, AC&Heating", + "host_name": "In\u00e9s", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 53, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-06-29", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 184 + }, + { + "index": 7595, + "id": 18452412, + "name": "Nice apartment for design lovers II", + "host_name": "Bernat Family Office, S.L.", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-06-05", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 6, + "availability_365": 347 + }, + { + "index": 7596, + "id": 18454432, + "name": "2030 - AB Marina Apartment 5-4 - Bright 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-03", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 193, + "availability_365": 332 + }, + { + "index": 7597, + "id": 18454652, + "name": "Amazing Double Bedroom", + "host_name": "Bruno", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 34, + "last_review": "2019-06-23", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 7598, + "id": 18454724, + "name": "Cozy room in Barceloneta beach :)", + "host_name": "Amy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-06-30", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 7599, + "id": 18454771, + "name": "2031 - AB Marina Apartment 6-1 - Contemporary 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-16", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 193, + "availability_365": 312 + }, + { + "index": 7600, + "id": 18455159, + "name": "Double room in Eixample - Consell de Cent 5.5 (1)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 282 + }, + { + "index": 7601, + "id": 18455270, + "name": "Double room in Eixample - Consell de Cent 5.5 (2)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 282 + }, + { + "index": 7602, + "id": 18455343, + "name": "Double room in Eixample - Consell de Cent 5.5 (3)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 221 + }, + { + "index": 7603, + "id": 18455424, + "name": "Double room in Eixample - Consell de Cent 5.5 (4)", + "host_name": "Laia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 79, + "availability_365": 60 + }, + { + "index": 7604, + "id": 18456957, + "name": "Sagrada Familia - Habitaci\u00f3n luminosa y alegre", + "host_name": "Gustavo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 148, + "last_review": "2019-06-26", + "reviews_per_month": 6.12, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 7605, + "id": 18457389, + "name": "ROOM in the center of Barcelona 5 mn to Catalunya", + "host_name": "Badrane", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7606, + "id": 18458713, + "name": "2034 - AB Marina Apartment 6-4 - Sleek 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-05-26", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 193, + "availability_365": 300 + }, + { + "index": 7607, + "id": 18458853, + "name": "2038 - AB Marina Apartment P-4 - Homely 3-Bedroom Apartment with a Communal Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-06-16", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 193, + "availability_365": 341 + }, + { + "index": 7608, + "id": 18459019, + "name": "2037 - AB Marina Apartment P-3 - Luminous 4-Bedroom Apartment with a Private Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-19", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 193, + "availability_365": 321 + }, + { + "index": 7609, + "id": 18462635, + "name": "PERFECT Cool&Comfy BunkBed Room (E2)", + "host_name": "Lion", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 13, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-17", + "reviews_per_month": 2.41, + "calculated_host_listings_count": 4, + "availability_365": 146 + }, + { + "index": 7610, + "id": 18462875, + "name": "Private balcony with BunkBeds (E4-2)", + "host_name": "Lion", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-06-08", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 4, + "availability_365": 144 + }, + { + "index": 7611, + "id": 18463326, + "name": "Lovely and very centric DBL. room!!!", + "host_name": "Diego", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-05", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 4, + "availability_365": 353 + }, + { + "index": 7612, + "id": 18463492, + "name": "TOUCH of ART room, in the heart of City Center", + "host_name": "Ciro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 66, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-06-26", + "reviews_per_month": 2.96, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 7613, + "id": 18467729, + "name": "Sleeping corner near Arc de Triumph", + "host_name": "Sophia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Shared room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7614, + "id": 18468447, + "name": "Beautiful Sunny Double room in Barcelona", + "host_name": "Mary", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-07-03", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 2, + "availability_365": 176 + }, + { + "index": 7615, + "id": 18471771, + "name": "C\u00e9ntrico, amplio y luminoso", + "host_name": "Monica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 67, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2018-06-22", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 292 + }, + { + "index": 7616, + "id": 18471832, + "name": "Perfect double room , new bed and new bathroom", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-06-28", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 3, + "availability_365": 275 + }, + { + "index": 7617, + "id": 18472851, + "name": "Habitaci\u00f3n doble en el Born", + "host_name": "Carme", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 65, + "last_review": "2019-07-05", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 1, + "availability_365": 109 + }, + { + "index": 7618, + "id": 18474014, + "name": "GO TO ALL PLACES YOU LOVE'D VISIT. CITY CENTER", + "host_name": "Ariella", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 45, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2019-06-26", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 7619, + "id": 18474526, + "name": "BELLE CHAMBRE A GRACIA TR", + "host_name": "Johanna", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 82, + "last_review": "2019-07-04", + "reviews_per_month": 3.09, + "calculated_host_listings_count": 1, + "availability_365": 184 + }, + { + "index": 7620, + "id": 18478148, + "name": "ALL YOU NEED CITY CENTER (ONLY FEMALES )CHICAS", + "host_name": "Ariella", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 8, + "last_review": "2019-06-23", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 346 + }, + { + "index": 7621, + "id": 18480840, + "name": "Room in typical Barcelona neighborhood", + "host_name": "Mari Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-06-27", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 1, + "availability_365": 287 + }, + { + "index": 7622, + "id": 18481400, + "name": "Habitaci\u00f3n para hasta 2personas", + "host_name": "Ramona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-27", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 3, + "availability_365": 352 + }, + { + "index": 7623, + "id": 18483347, + "name": "PERFECT DOUBL ROOM NEAR RAMBLAS,BEACH AND THE PORT", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-29", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 2, + "availability_365": 271 + }, + { + "index": 7624, + "id": 18483416, + "name": "Small Cosy double bed in a charmig house&breakfast", + "host_name": "Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-06-24", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 265 + }, + { + "index": 7625, + "id": 18483865, + "name": "SEAVIEW (CCIB).", + "host_name": "Mikhel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-06-02", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 346 + }, + { + "index": 7626, + "id": 18483980, + "name": "Comfy double bedroom with balcony & best location", + "host_name": "Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 45, + "minimum_nights": 4, + "number_of_reviews": 44, + "last_review": "2019-04-28", + "reviews_per_month": 1.67, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 7627, + "id": 18484155, + "name": "VILADOMAT 5", + "host_name": "Isabel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-09-23", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 8, + "availability_365": 364 + }, + { + "index": 7628, + "id": 18485009, + "name": "\u041a\u0432\u0430\u0440\u0442\u0438\u0440\u0430 \u0434\u043b\u044f \u0432\u0430\u0448\u0435\u0439 \u0441\u0435\u043c\u044c\u0438", + "host_name": "Julia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 44, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 7629, + "id": 18486910, + "name": "Cozy double room near S. Familia+private bathroom", + "host_name": "Mar\u00eda F.", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-07-05", + "reviews_per_month": 4.42, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 7630, + "id": 18488264, + "name": "\" SEAVIEW \" ( CCIB), Beach.", + "host_name": "Mikhel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-22", + "reviews_per_month": 2.53, + "calculated_host_listings_count": 3, + "availability_365": 332 + }, + { + "index": 7631, + "id": 18488302, + "name": "2 rooms with private bathroom in a 200sqm house", + "host_name": "Raynald", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-06-25", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 3, + "availability_365": 4 + }, + { + "index": 7632, + "id": 18488457, + "name": "habitaci\u00f3n en sagrada familia", + "host_name": "Rocio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-04-22", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 7633, + "id": 18488543, + "name": "Exclusive Ciutat Vella apartment w balcony", + "host_name": "Cloud5 Barcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 78, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2019-05-13", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 9, + "availability_365": 135 + }, + { + "index": 7634, + "id": 18494489, + "name": "B&B Habitaci\u00f3n privada. Cerca Plaza Espa\u00f1a", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 145, + "last_review": "2019-07-07", + "reviews_per_month": 5.63, + "calculated_host_listings_count": 1, + "availability_365": 122 + }, + { + "index": 7635, + "id": 18497454, + "name": "Small bedroom", + "host_name": "Sergio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 80, + "last_review": "2019-06-27", + "reviews_per_month": 3.42, + "calculated_host_listings_count": 2, + "availability_365": 21 + }, + { + "index": 7636, + "id": 18497538, + "name": "Cozy single room near plaza Espanya.", + "host_name": "Didier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 24, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2017-10-01", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7637, + "id": 18497740, + "name": "Dto. Luminoso Muy cerca de la playa", + "host_name": "Maty", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-02-27", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 1, + "availability_365": 360 + }, + { + "index": 7638, + "id": 18499256, + "name": "Lovely room near Sagrada Familia", + "host_name": "Inma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-07-07", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 2, + "availability_365": 3 + }, + { + "index": 7639, + "id": 18499289, + "name": "2 bright bedrooms in Sagrada Family WIFI", + "host_name": "Surya", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2019-06-23", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 7640, + "id": 18500822, + "name": "Cozy double bedroom, steps from Sagrada Familia!", + "host_name": "Aleksandra", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 100, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7641, + "id": 18504505, + "name": "\" SUN AND SEA \", Room near the (CCIB) and beach.", + "host_name": "Mikhel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-25", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 7642, + "id": 18508649, + "name": "Cozy studio in quiet central area", + "host_name": "Maryanna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-07-29", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7643, + "id": 18512156, + "name": "MODERNIST AND LUXURIOUS FLAT IN IDYLLIC LOCATION", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 74, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 7644, + "id": 18512386, + "name": "MODERNIST AND LUXURIOUS FLAT IN THE EIXAMPLE", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-01-23", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 7645, + "id": 18513302, + "name": "Room in loft with seaview 15 min from heart of BCN", + "host_name": "Jennifer", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "les Roquetes", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 177, + "last_review": "2019-06-25", + "reviews_per_month": 7.76, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 7646, + "id": 18514467, + "name": "Casa Jes\u00fas S", + "host_name": "Lorenzo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2018-12-27", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 10 + }, + { + "index": 7647, + "id": 18515704, + "name": "R4D CHARMING APARTMENT NEAR SAGRADA FAMILIA", + "host_name": "Ruben", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-24", + "reviews_per_month": 2.38, + "calculated_host_listings_count": 15, + "availability_365": 133 + }, + { + "index": 7648, + "id": 18520280, + "name": "Very peaceful and cozy place in a center of Gothic", + "host_name": "Paulina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 110, + "last_review": "2019-06-26", + "reviews_per_month": 4.26, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 7649, + "id": 18521609, + "name": "Hidden house, Park Guell habitaci\u00f3n doble", + "host_name": "Val", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-07-06", + "reviews_per_month": 3.9, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7650, + "id": 18530629, + "name": "New Apartment Sagrada Familia 1-2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 20, + "last_review": "2019-07-01", + "reviews_per_month": 0.77, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 7651, + "id": 18531095, + "name": "Cosy room near Sagrada Familia", + "host_name": "Natasha", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 14, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-29", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 10, + "availability_365": 146 + }, + { + "index": 7652, + "id": 18531279, + "name": "New Apartment Sagrada Familia E-2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2018-07-19", + "reviews_per_month": 0.57, + "calculated_host_listings_count": 8, + "availability_365": 35 + }, + { + "index": 7653, + "id": 18531720, + "name": "New Apartment beside Sagrada Familia 3-2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2019-06-18", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 8, + "availability_365": 47 + }, + { + "index": 7654, + "id": 18531999, + "name": "BARCELONETA BEACH IV 4", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-19", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 49, + "availability_365": 102 + }, + { + "index": 7655, + "id": 18532548, + "name": "GOTHIC PICASSO 4 APARTMENT", + "host_name": "Barcelona Bedroom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-06", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 49, + "availability_365": 71 + }, + { + "index": 7656, + "id": 18534416, + "name": "Bright Room in Quiet Local Area", + "host_name": "Ona", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-05-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7657, + "id": 18535412, + "name": "DOUBLE ROOM ONLY 20 MINUTES FROM THE BEACH", + "host_name": "Fernanda E Ingrid", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2018-04-22", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 7658, + "id": 18540745, + "name": "Room with private bathroom.", + "host_name": "Galyna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 112, + "last_review": "2019-06-29", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 7659, + "id": 18541272, + "name": "Para gente de mar - 45 pies", + "host_name": "Oriol Badia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-02-28", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 3, + "availability_365": 339 + }, + { + "index": 7660, + "id": 18541547, + "name": "sunny room in Sagrada Familia with large rooftop", + "host_name": "Paolo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2017-08-31", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7661, + "id": 18542083, + "name": "PENTHOUSE IN THE GOTHIC III", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-06-29", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 46, + "availability_365": 123 + }, + { + "index": 7662, + "id": 18542614, + "name": "Room with bunk bed", + "host_name": "Khalina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-08-14", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7663, + "id": 18546655, + "name": "PRETTY ROOM IN ATTIC NEAR PLZ ESPA\u00d1A", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-10", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 3, + "availability_365": 355 + }, + { + "index": 7664, + "id": 18549740, + "name": "Modern 3-br apartment in city centre, w/elevtr, AC", + "host_name": "Leo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 52, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-17", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 228 + }, + { + "index": 7665, + "id": 18554412, + "name": "Cozy room close to the beach", + "host_name": "Olga", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 12, + "last_review": "2017-09-01", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 7666, + "id": 18555876, + "name": "Double bedroom close to the sea", + "host_name": "Mathilde", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-09-02", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 7667, + "id": 18556234, + "name": "Gracia Joanic Apartment", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-26", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 95, + "availability_365": 174 + }, + { + "index": 7668, + "id": 18556473, + "name": "Huge and greatly located room!", + "host_name": "Victoria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2017-09-16", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7669, + "id": 18556994, + "name": "Central & spacious studio terrace, Rambla, AC", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-03-04", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 3, + "availability_365": 260 + }, + { + "index": 7670, + "id": 18557074, + "name": "3 Bed/2 Bath apartment w/balcony in Las Ramblas", + "host_name": "Mercedes", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 10, + "last_review": "2017-08-14", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 1, + "availability_365": 329 + }, + { + "index": 7671, + "id": 18558551, + "name": "Double room in adorable Raval apartment", + "host_name": "Jolly", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-06-05", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7672, + "id": 18558963, + "name": "Luxury 1BR+terrace by L'Illa Diagonal - Dandelion", + "host_name": "Jaume", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 20, + "availability_365": 251 + }, + { + "index": 7673, + "id": 18559064, + "name": "Central & lovely studio near Rambla, AC, Wi-Fi", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-11", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 3, + "availability_365": 279 + }, + { + "index": 7674, + "id": 18559623, + "name": "Comfy Room perfect for couples - Excelent location", + "host_name": "Diana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7675, + "id": 18562759, + "name": "Suite in historical flat vith private bathroom", + "host_name": "Celia", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-07-06", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 1, + "availability_365": 322 + }, + { + "index": 7676, + "id": 18564914, + "name": "Fantastic big Apartment with Balcony!", + "host_name": "Francisco", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 495, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-06-19", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 4, + "availability_365": 55 + }, + { + "index": 7677, + "id": 18568466, + "name": "Basic double room en suite", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 95, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2019-05-12", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 9, + "availability_365": 314 + }, + { + "index": 7678, + "id": 18572961, + "name": "Bright, central & spacious studio, Rambla, AC", + "host_name": "Paola", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 159, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-06-23", + "reviews_per_month": 2.99, + "calculated_host_listings_count": 3, + "availability_365": 332 + }, + { + "index": 7679, + "id": 18573859, + "name": "Deluxe 3Br 5 pax Apt", + "host_name": "Elio / Wilken", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-04", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 19, + "availability_365": 48 + }, + { + "index": 7680, + "id": 18580058, + "name": "Grande chambre en plein coeur de Barcelone Gracia", + "host_name": "Yoann", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2018-10-25", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7681, + "id": 18580179, + "name": "The Central Place VII", + "host_name": "Jaireh & Uriel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 186, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-07-17", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 42, + "availability_365": 119 + }, + { + "index": 7682, + "id": 18580775, + "name": "Olala Les Corts Exclusive 3BR Flat w/ terrace", + "host_name": "Olala Homes", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 146, + "minimum_nights": 1, + "number_of_reviews": 65, + "last_review": "2019-06-16", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 10, + "availability_365": 348 + }, + { + "index": 7683, + "id": 18580791, + "name": "Olala Les Corts Exclusive 1BR Flat w/ balcony", + "host_name": "Olala Homes", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-03", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 10, + "availability_365": 353 + }, + { + "index": 7684, + "id": 18581078, + "name": "Direct train from/to airport & 2 private rooms :-)", + "host_name": "Manuel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 170, + "last_review": "2019-07-06", + "reviews_per_month": 6.42, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 7685, + "id": 18581118, + "name": "NEEDING A HOME AWAY HOME?", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 125, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-07-02", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 9, + "availability_365": 360 + }, + { + "index": 7686, + "id": 18582369, + "name": "Barceloneta ROOM", + "host_name": "James", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-07-07", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 2, + "availability_365": 351 + }, + { + "index": 7687, + "id": 18583380, + "name": "DOUBLE ROOM EN SUITE + VERANDA + KITCHENETTE", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 150, + "minimum_nights": 30, + "number_of_reviews": 15, + "last_review": "2019-05-06", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 9, + "availability_365": 349 + }, + { + "index": 7688, + "id": 18584205, + "name": "Twin/Double room private bathroom (not suite)", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-01-03", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 9, + "availability_365": 278 + }, + { + "index": 7689, + "id": 18590075, + "name": "Sagrada familia a10 minutos a la playa 25 y centro", + "host_name": "Lizeth", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 47, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2018-07-09", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 3, + "availability_365": 360 + }, + { + "index": 7690, + "id": 18591884, + "name": "Cozy Bedroom with Private Balcony", + "host_name": "Pi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-26", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 7691, + "id": 18594078, + "name": "Private room in a big terrace apart", + "host_name": "Ramon", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 35, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 4, + "availability_365": 178 + }, + { + "index": 7692, + "id": 18594606, + "name": "Double room in a charming neighbourhood, downtown!", + "host_name": "Carmen", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2017-10-08", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7693, + "id": 18595114, + "name": "Situated close to Fira de Barcelona and Camp Nou", + "host_name": "Bel\u00e9n", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7694, + "id": 18595982, + "name": "Habitaci\u00f3n Matrimonial Privada", + "host_name": "Diego", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-06-12", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 7695, + "id": 18596808, + "name": "Very Sunny close to the beach room", + "host_name": "Hector", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2018-09-24", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 1, + "availability_365": 252 + }, + { + "index": 7696, + "id": 18603175, + "name": "Private cozy bedroom in Barceloneta", + "host_name": "Sorhy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2019-06-22", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 133 + }, + { + "index": 7697, + "id": 18604118, + "name": "Sunny room in Sant Gervasi", + "host_name": "Luciano", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 64, + "last_review": "2019-07-08", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 2, + "availability_365": 337 + }, + { + "index": 7698, + "id": 18607066, + "name": "Born Loft Barcelona", + "host_name": "Maria&Marilyn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-06-23", + "reviews_per_month": 4.19, + "calculated_host_listings_count": 2, + "availability_365": 21 + }, + { + "index": 7699, + "id": 18609272, + "name": "Sunny private room, 10 min. away from Plaza Spain", + "host_name": "Mariano Y Vero", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2018-04-24", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7700, + "id": 18610257, + "name": "Modern 4 Bedroom with Balcony~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 55, + "last_review": "2019-06-17", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 84, + "availability_365": 18 + }, + { + "index": 7701, + "id": 18610785, + "name": "Barcelona great energy", + "host_name": "L. Felipe", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 55, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-24", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 3, + "availability_365": 356 + }, + { + "index": 7702, + "id": 18611175, + "name": "Our friendly hippy home in Bar\u00e7a", + "host_name": "Aspazia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 37, + "last_review": "2019-02-09", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 263 + }, + { + "index": 7703, + "id": 18611535, + "name": "Big 4 Bedroom~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 4, + "number_of_reviews": 37, + "last_review": "2019-06-02", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 84, + "availability_365": 35 + }, + { + "index": 7704, + "id": 18614267, + "name": "Habitaci\u00f3n grande y luminosa", + "host_name": "Mikhail", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2018-09-02", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 1, + "availability_365": 236 + }, + { + "index": 7705, + "id": 18614711, + "name": "NEW LOFT private Triple Room with bathroom&terrace", + "host_name": "Guillaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-04", + "reviews_per_month": 1.76, + "calculated_host_listings_count": 3, + "availability_365": 323 + }, + { + "index": 7706, + "id": 18615356, + "name": "LOFT Room + Mezzanine 4 beds & private bathroom", + "host_name": "Guillaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-07-07", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 3, + "availability_365": 337 + }, + { + "index": 7707, + "id": 18620403, + "name": "Habitaci\u00f3n / ba\u00f1o privado, confortable y c\u00e9ntrica", + "host_name": "Gloria", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 45, + "last_review": "2019-06-25", + "reviews_per_month": 1.72, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 7708, + "id": 18621483, + "name": "Illuminated & calm 1 Bed in the Heart of the Born", + "host_name": "Victoria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2018-01-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7709, + "id": 18622003, + "name": "Stylish flat, 1 bed near La Sagrada Familia", + "host_name": "Milena", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 2, + "number_of_reviews": 73, + "last_review": "2019-06-28", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 2, + "availability_365": 335 + }, + { + "index": 7710, + "id": 18622136, + "name": "Classy Cozy Charming Apartment", + "host_name": "Berard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 7711, + "id": 18622658, + "name": "Big room + private bathroom in Barcelona", + "host_name": "Van", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-07-07", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 3, + "availability_365": 103 + }, + { + "index": 7712, + "id": 18623841, + "name": "Outdoors room near by Plaza Espa\u00f1a", + "host_name": "Andy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2017-10-05", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7713, + "id": 18624555, + "name": "C\u00e1lida espaciosa Habitaci\u00f3n con vistas al Tibidabo", + "host_name": "Pau", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-22", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 7714, + "id": 18628592, + "name": "Best Location for exploring Barcelona", + "host_name": "Yaara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 260, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 178 + }, + { + "index": 7715, + "id": 18632823, + "name": "Comfortable and bright room near Sagrada Familia", + "host_name": "Jorge Ricardo", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-04", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 7716, + "id": 18635538, + "name": "Big room, good vibes & art", + "host_name": "Emilio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7717, + "id": 18641460, + "name": "PRIVATE AND COMFORTABLE ROOM 15M FROM S. FAMILIA", + "host_name": "Fernanda E Ingrid", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2018-07-23", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 2, + "availability_365": 221 + }, + { + "index": 7718, + "id": 18642578, + "name": "Double-room in Gracia", + "host_name": "Mart\u00edn", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2018-07-30", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 7719, + "id": 18643014, + "name": "Lovely modern and refurbished for families & work", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-07-07", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 217 + }, + { + "index": 7720, + "id": 18647730, + "name": "Letsgo Spacious Eixample Aprtm. + private terrace!", + "host_name": "Willem", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-10-31", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 26, + "availability_365": 165 + }, + { + "index": 7721, + "id": 18649323, + "name": "Central room with outside terrace", + "host_name": "Javier & Rik", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 78, + "last_review": "2018-11-07", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7722, + "id": 18649642, + "name": "Amazing house w/pool and garden-Barcelona center!", + "host_name": "Mercedes", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-23", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 7723, + "id": 18652878, + "name": "Spacious room in the heart of the old town", + "host_name": "Anna", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2018-10-17", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7724, + "id": 18661985, + "name": "Single room near Park G\u00fcell", + "host_name": "Lali, Robert, Cl\u00e0udia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Private room", + "price": 27, + "minimum_nights": 10, + "number_of_reviews": 29, + "last_review": "2019-06-21", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 2, + "availability_365": 141 + }, + { + "index": 7725, + "id": 18665298, + "name": "Private single room in Gracia,new and quiet flat.", + "host_name": "Antonio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-24", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 68 + }, + { + "index": 7726, + "id": 18666265, + "name": "Precioso apartamento en el Borne", + "host_name": "Real Estate Barcelona Grup", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-10-24", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 10, + "availability_365": 68 + }, + { + "index": 7727, + "id": 18666420, + "name": "Lovely room\u2022Quiet place\u2022Next to the beach", + "host_name": "Lauren", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-06-02", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 7728, + "id": 18666614, + "name": "Pla\u00e7a Catalu\u00f1a Apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-06-13", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 95, + "availability_365": 265 + }, + { + "index": 7729, + "id": 18667060, + "name": "City Center Quiet 2BR", + "host_name": "Valeria Y Gaston", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 34, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 17 + }, + { + "index": 7730, + "id": 18668194, + "name": "Rest as at home! Bcn...", + "host_name": "Andrew", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 13, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-24", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 1, + "availability_365": 14 + }, + { + "index": 7731, + "id": 18670144, + "name": "Charming and Sunny Gracia", + "host_name": "Carmen", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 142, + "minimum_nights": 3, + "number_of_reviews": 130, + "last_review": "2019-07-07", + "reviews_per_month": 5.03, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 7732, + "id": 18672411, + "name": "Poblenou PENTHOUSE* terrace and private balcony", + "host_name": "Susana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-17", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 2, + "availability_365": 333 + }, + { + "index": 7733, + "id": 18672570, + "name": "Have Breakfast on the Balcony of a Chic City Home", + "host_name": "Florenza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-25", + "reviews_per_month": 3.41, + "calculated_host_listings_count": 4, + "availability_365": 312 + }, + { + "index": 7734, + "id": 18675862, + "name": "Big private room DOUBLE BED near La Fira / Espana", + "host_name": "Patricia Cooper", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-02-28", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7735, + "id": 18677755, + "name": "Private double bedroom in cosy apartment in Gracia", + "host_name": "Paulina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-10-22", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7736, + "id": 18678273, + "name": "CENTRAL STYLISH & SPACIOUS BALCONY NetFlix WIFI AC", + "host_name": "Vicky Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 69, + "last_review": "2019-06-27", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 6, + "availability_365": 347 + }, + { + "index": 7737, + "id": 18679493, + "name": "Attic Boqueria", + "host_name": "Antonio", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-23", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 1, + "availability_365": 150 + }, + { + "index": 7738, + "id": 18679582, + "name": "Big Attic penthouse, 2 private terrace, great view", + "host_name": "Victor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2019-06-25", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 5, + "availability_365": 196 + }, + { + "index": 7739, + "id": 18680455, + "name": "The Perfect Place for your Barcelona stay.", + "host_name": "Jane", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7740, + "id": 18682101, + "name": "Two bedrooms near Metro, perfect for friends!", + "host_name": "Melanie", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-07-23", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7741, + "id": 18682366, + "name": "ALQUILO HABITACI\u00d3N CON CAMA DOBLE PARA UNA PERSONA", + "host_name": "Paula", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 5, + "last_review": "2019-04-07", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 7742, + "id": 18684497, + "name": "PRIVATE ROOM IN BARCELONETA", + "host_name": "Mili", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-30", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 1, + "availability_365": 72 + }, + { + "index": 7743, + "id": 18690060, + "name": "Habitacion exterior con cama de dos plazas", + "host_name": "Jimmye Y Ross", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 201, + "last_review": "2019-07-06", + "reviews_per_month": 7.66, + "calculated_host_listings_count": 1, + "availability_365": 298 + }, + { + "index": 7744, + "id": 18690318, + "name": "Huge room in Gothic hood.", + "host_name": "Fran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2017-10-19", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7745, + "id": 18697011, + "name": "Comfortable living", + "host_name": "Mahnoor", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-05-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7746, + "id": 18697776, + "name": "Unique dwelling with large garden in Bcn center", + "host_name": "Cloud5 Barcelona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-06-12", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 9, + "availability_365": 52 + }, + { + "index": 7747, + "id": 18698700, + "name": "Habitaci\u00f3n sencilla , para una persona .", + "host_name": "Rosa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 41, + "last_review": "2019-07-09", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 3, + "availability_365": 65 + }, + { + "index": 7748, + "id": 18700569, + "name": "2511 - AB Eixample Suite - Elegant 2-Bedroom City Centre Apartment with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 38, + "last_review": "2019-05-31", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 193, + "availability_365": 301 + }, + { + "index": 7749, + "id": 18701263, + "name": "Distinguido piso con inmejorable ubicaci\u00f3n enfrente del Mercado Galvany", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-03-26", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 9, + "availability_365": 323 + }, + { + "index": 7750, + "id": 18703222, + "name": "Gracia Travesera 2 Bedrooms Charming Apartment", + "host_name": "Amira&Emilia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-10", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 201 + }, + { + "index": 7751, + "id": 18704517, + "name": "Double Room: Centre Barcelona", + "host_name": "Sam", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 19, + "minimum_nights": 4, + "number_of_reviews": 40, + "last_review": "2019-06-26", + "reviews_per_month": 1.53, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 7752, + "id": 18711519, + "name": "UNIQUE LOCATION in Gotico(pvte bathroom & balcony)", + "host_name": "Kelly", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 87, + "last_review": "2019-07-05", + "reviews_per_month": 3.6, + "calculated_host_listings_count": 2, + "availability_365": 88 + }, + { + "index": 7753, + "id": 18712102, + "name": "Cozy, Quiet & Centric Room Next to Sagrada Familia", + "host_name": "Gabriel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-02", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 7754, + "id": 18719491, + "name": "Hab.Muy buena en \u00f3tima localizaci\u00f3n", + "host_name": "Poliane", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2018-08-10", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 1, + "availability_365": 359 + }, + { + "index": 7755, + "id": 18719729, + "name": "BcN Center", + "host_name": "Giuseppe", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2018-09-28", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7756, + "id": 18720328, + "name": "\" SEA BREEZE\" PRIVATE ROOM (CCIB).", + "host_name": "Tania", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-27", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 3, + "availability_365": 353 + }, + { + "index": 7757, + "id": 18725178, + "name": "Amazing apartment with terrace", + "host_name": "Daiga", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2018-05-21", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 308 + }, + { + "index": 7758, + "id": 18730346, + "name": "Double room in Poble sec", + "host_name": "Dino", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-06-26", + "reviews_per_month": 2.21, + "calculated_host_listings_count": 3, + "availability_365": 313 + }, + { + "index": 7759, + "id": 18732521, + "name": "Sunny and peaceful rooms", + "host_name": "Dulce", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 53, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2018-10-22", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 4, + "availability_365": 320 + }, + { + "index": 7760, + "id": 18740765, + "name": "Quiet family apartment in Gr\u00e0cia.", + "host_name": "Oriol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 112, + "last_review": "2019-07-05", + "reviews_per_month": 4.32, + "calculated_host_listings_count": 4, + "availability_365": 112 + }, + { + "index": 7761, + "id": 18741609, + "name": "Beach&Barcelona III", + "host_name": "Mariabe Y Juan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-28", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 4, + "availability_365": 190 + }, + { + "index": 7762, + "id": 18742191, + "name": "Appartement in the heart of Barcelona", + "host_name": "Dani", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2018-01-31", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 313 + }, + { + "index": 7763, + "id": 18742578, + "name": "Cozy Double Bedroom", + "host_name": "Eliana", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-03-11", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 7764, + "id": 18743976, + "name": "Bed&BCN Glories apartment", + "host_name": "Ferran", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 4, + "number_of_reviews": 13, + "last_review": "2019-06-26", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 16, + "availability_365": 92 + }, + { + "index": 7765, + "id": 18747430, + "name": "New & modern apartment close to the beach", + "host_name": "Eberhard&Aur\u00e9lie@Es-Flats", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 65, + "last_review": "2019-06-25", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 15, + "availability_365": 291 + }, + { + "index": 7766, + "id": 18748070, + "name": "Three Bedroom Apartment with Balcony", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-04-08", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 23, + "availability_365": 54 + }, + { + "index": 7767, + "id": 18748074, + "name": "Three-Bedroom Apartment with Balcony", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-03-04", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 23, + "availability_365": 68 + }, + { + "index": 7768, + "id": 18748075, + "name": "Three-Bedroom Apartment with Balcony", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-05-31", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 23, + "availability_365": 83 + }, + { + "index": 7769, + "id": 18748076, + "name": "Three-Bedroom Superior Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 52, + "last_review": "2019-06-24", + "reviews_per_month": 2.05, + "calculated_host_listings_count": 23, + "availability_365": 78 + }, + { + "index": 7770, + "id": 18748079, + "name": "Superior three bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-05-07", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 23, + "availability_365": 79 + }, + { + "index": 7771, + "id": 18748081, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-01-27", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 23, + "availability_365": 88 + }, + { + "index": 7772, + "id": 18748082, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-04-23", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 23, + "availability_365": 87 + }, + { + "index": 7773, + "id": 18748083, + "name": "Superior three bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-06-24", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 23, + "availability_365": 71 + }, + { + "index": 7774, + "id": 18748088, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-09", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 23, + "availability_365": 73 + }, + { + "index": 7775, + "id": 18748091, + "name": "Four-Bedroom Apartment with Terrace", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-03-10", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 23, + "availability_365": 81 + }, + { + "index": 7776, + "id": 18748092, + "name": "Four-Bedroom Apartment with Terrace", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 1, + "number_of_reviews": 42, + "last_review": "2019-06-12", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 23, + "availability_365": 76 + }, + { + "index": 7777, + "id": 18748095, + "name": "Four-Bedroom Apartment with Terrace", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 82, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-03-02", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 23, + "availability_365": 49 + }, + { + "index": 7778, + "id": 18748096, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2019-01-06", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 23, + "availability_365": 0 + }, + { + "index": 7779, + "id": 18748097, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2018-11-18", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 23, + "availability_365": 81 + }, + { + "index": 7780, + "id": 18748099, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-03-13", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 23, + "availability_365": 110 + }, + { + "index": 7781, + "id": 18748100, + "name": "Three-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2019-03-11", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 23, + "availability_365": 111 + }, + { + "index": 7782, + "id": 18748102, + "name": "Deluxe Apartment with terrace", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-05-12", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 23, + "availability_365": 106 + }, + { + "index": 7783, + "id": 18748103, + "name": "Superior Two-Bedroom Apartment", + "host_name": "Javier", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-05-09", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 23, + "availability_365": 82 + }, + { + "index": 7784, + "id": 18748104, + "name": "One-Bedroom Apartment with Balcony", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-19", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 23, + "availability_365": 46 + }, + { + "index": 7785, + "id": 18748105, + "name": "One-Bedroom Apartment with Balcony", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-02-19", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 23, + "availability_365": 83 + }, + { + "index": 7786, + "id": 18750489, + "name": "Can Gran Via", + "host_name": "Guillermo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 6, + "number_of_reviews": 1, + "last_review": "2017-08-22", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7787, + "id": 18751085, + "name": "Double room in the center", + "host_name": "Paula", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-08-01", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7788, + "id": 18752257, + "name": "COMFORTABLE APARTMENT NEAR PLAZA ESPA\u00d1A", + "host_name": "Samanta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 1, + "number_of_reviews": 133, + "last_review": "2019-06-27", + "reviews_per_month": 5.43, + "calculated_host_listings_count": 2, + "availability_365": 307 + }, + { + "index": 7789, + "id": 18754604, + "name": "Charming apartment in the city center", + "host_name": "Angel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-26", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 38, + "availability_365": 204 + }, + { + "index": 7790, + "id": 18762580, + "name": "Pretty Apartament!", + "host_name": "Francisco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-24", + "reviews_per_month": 3.99, + "calculated_host_listings_count": 4, + "availability_365": 283 + }, + { + "index": 7791, + "id": 18762844, + "name": "Sunny terrace in Poblenou PENTHOUSE*", + "host_name": "Susana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-22", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 2, + "availability_365": 155 + }, + { + "index": 7792, + "id": 18765714, + "name": "COQUETO PISO ACABADO DE REFORMAR EN BARCELONA", + "host_name": "Silvana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-29", + "reviews_per_month": 2.32, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 7793, + "id": 18766588, + "name": "FANTASTIC DOUBLE EXTERIOR ROOM-BARCELONA CENTER", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 19, + "last_review": "2019-06-28", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 7794, + "id": 18766954, + "name": "PRIVATE ROOM FOR A PET FRIENDS", + "host_name": "Engr\u00e0cia", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-06-30", + "reviews_per_month": 1.92, + "calculated_host_listings_count": 1, + "availability_365": 79 + }, + { + "index": 7795, + "id": 18768307, + "name": "Cosy Room :)", + "host_name": "Ronald Michael", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2017-11-07", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7796, + "id": 18779649, + "name": "894 - AB Eixample Viladomat - Bright and Modern Apartment with a Balcony, 15 Minutes from Pla\u00e7a d\u00b4Espanya", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-05-31", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 193, + "availability_365": 309 + }, + { + "index": 7797, + "id": 18782153, + "name": "Relax in the Garden Room at a Bright City Retreat", + "host_name": "Florenza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-26", + "reviews_per_month": 3.79, + "calculated_host_listings_count": 4, + "availability_365": 289 + }, + { + "index": 7798, + "id": 18782971, + "name": "Sunny and peaceful double room", + "host_name": "Dulce", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2018-10-05", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 4, + "availability_365": 320 + }, + { + "index": 7799, + "id": 18783168, + "name": "Sunny and peaceful single room, private bathroom", + "host_name": "Dulce", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-10-21", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 4, + "availability_365": 318 + }, + { + "index": 7800, + "id": 18785667, + "name": "Habitaci\u00f3n en el Coraz\u00f3n del Barrio de Gracia", + "host_name": "Sebastian", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-10", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 2, + "availability_365": 15 + }, + { + "index": 7801, + "id": 18787319, + "name": "Comfortable power yacht with 3 cabins", + "host_name": "Ona Set Maritime Tours", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 1, + "number_of_reviews": 67, + "last_review": "2019-07-08", + "reviews_per_month": 2.69, + "calculated_host_listings_count": 1, + "availability_365": 316 + }, + { + "index": 7802, + "id": 18787543, + "name": "Luxury apartment per months in the city center", + "host_name": "Clickandflat", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 116, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 185 + }, + { + "index": 7803, + "id": 18788620, + "name": "PISO II CERCA PL. ESPA\u00d1A /FIRA BARCELONA", + "host_name": "Josep", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2019-07-06", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 5, + "availability_365": 73 + }, + { + "index": 7804, + "id": 18791554, + "name": "Habitaci\u00f3n en el centro de Gracia", + "host_name": "Manel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 24, + "minimum_nights": 5, + "number_of_reviews": 45, + "last_review": "2018-11-07", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7805, + "id": 18793876, + "name": "Cozy room with private bathroom in a house", + "host_name": "Ilona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2017-08-25", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7806, + "id": 18797930, + "name": "Trendy apartment in BCN old town", + "host_name": "Madness", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2017-12-11", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 7807, + "id": 18799316, + "name": "Charming apartment with a large terrace", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 283 + }, + { + "index": 7808, + "id": 18799724, + "name": "Apartment with a large terrace in Gracia", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 283 + }, + { + "index": 7809, + "id": 18800050, + "name": "Sagrada Familia Apartment SPB212388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-08", + "reviews_per_month": 2.98, + "calculated_host_listings_count": 20, + "availability_365": 113 + }, + { + "index": 7810, + "id": 18801663, + "name": "Great double room in Plaza Espa\u00f1a!!", + "host_name": "Guille", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 68, + "last_review": "2019-06-23", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 4, + "availability_365": 348 + }, + { + "index": 7811, + "id": 18801690, + "name": "Deluxe 30 Apartment with Private Terrace & Balcony", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-29", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 7, + "availability_365": 258 + }, + { + "index": 7812, + "id": 18801691, + "name": "Beautiful & Bright Apartment Near Ramblas", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-09-30", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 2, + "availability_365": 329 + }, + { + "index": 7813, + "id": 18804073, + "name": "PRIVATE SPACE: LIVING, 2 TERRACES, 1 DOUBLE ROOM", + "host_name": "Carlos", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-07-07", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 7814, + "id": 18809312, + "name": "Cosy Double Room in a bright flat!", + "host_name": "Milena", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-03", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 7815, + "id": 18816246, + "name": "LUXURY ROOM & PRIVATE BATHROOM IN PERFECT LOCATION", + "host_name": "Kira", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 59, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-07-03", + "reviews_per_month": 3.81, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 7816, + "id": 18816303, + "name": "Private terrace with awesome view Sagrada Familia", + "host_name": "Petit'SPlace", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 72, + "minimum_nights": 2, + "number_of_reviews": 72, + "last_review": "2019-07-09", + "reviews_per_month": 2.82, + "calculated_host_listings_count": 1, + "availability_365": 35 + }, + { + "index": 7817, + "id": 18819367, + "name": "Spectacular penthouse in the center", + "host_name": "Bel\u00e9n Y Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 215, + "minimum_nights": 1, + "number_of_reviews": 164, + "last_review": "2019-06-19", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 5, + "availability_365": 253 + }, + { + "index": 7818, + "id": 18819488, + "name": "Super centric cosy apartment in Barcelona (Suite clara)", + "host_name": "Bel\u00e9n Y Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 176, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-17", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 5, + "availability_365": 218 + }, + { + "index": 7819, + "id": 18819497, + "name": "Bohemian duplex penthouse in Barcelona", + "host_name": "Bel\u00e9n Y Pedro", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 132, + "minimum_nights": 1, + "number_of_reviews": 117, + "last_review": "2019-06-26", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 5, + "availability_365": 216 + }, + { + "index": 7820, + "id": 18819534, + "name": "Super centric quiet and comfortable apartment (Suite Alba)", + "host_name": "Bel\u00e9n Y Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 176, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-03-20", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 5, + "availability_365": 198 + }, + { + "index": 7821, + "id": 18821210, + "name": "UNIQUE - Fantastic views of the Sagrada Familia", + "host_name": "Jordi & Isa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-06-21", + "reviews_per_month": 3.02, + "calculated_host_listings_count": 1, + "availability_365": 239 + }, + { + "index": 7822, + "id": 18833149, + "name": "Cozy room in the heart of Barcelona", + "host_name": "Javier", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-07-02", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 281 + }, + { + "index": 7823, + "id": 18834278, + "name": "Sunny & cozy room for 1 close to Sants Station", + "host_name": "Toni", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2018-11-23", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 7824, + "id": 18836790, + "name": "Private sunny room +terrace+bath. Sagrada Familia.", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-09-13", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 7825, + "id": 18837718, + "name": "Double Sunny Bedroom near Sagrada Familia", + "host_name": "Maria & Avor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 57, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-22", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 81 + }, + { + "index": 7826, + "id": 18837728, + "name": "Bedroom in Gracia's heart with private bathroom", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-07-04", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 7827, + "id": 18838659, + "name": "Luxury 85m2 designer apartment at the very center", + "host_name": "Kim", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-10-02", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 7828, + "id": 18840749, + "name": "Confortable room near park guell", + "host_name": "Karol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 48, + "last_review": "2018-11-04", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 3, + "availability_365": 253 + }, + { + "index": 7829, + "id": 18843780, + "name": "LOFT EN GOTICO WIFI AND BEACHES", + "host_name": "Alexander", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-07-04", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 2, + "availability_365": 353 + }, + { + "index": 7830, + "id": 18848802, + "name": "Habitaci\u00f3n privada en Sant Antoni", + "host_name": "Ingrid", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-06-09", + "reviews_per_month": 1.89, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 7831, + "id": 18848932, + "name": "Barrio gotico ...CATREDRALE DE BARCELONA", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 84, + "last_review": "2019-07-05", + "reviews_per_month": 3.23, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 7832, + "id": 18849843, + "name": "Bright, modern and Spacious, 4 bedrooms~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-06-03", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 84, + "availability_365": 156 + }, + { + "index": 7833, + "id": 18853699, + "name": "Una habitaci\u00f3n c\u00f3moda", + "host_name": "Alexei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2017-06-30", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7834, + "id": 18859696, + "name": "Large and nice suite with private bathroom.", + "host_name": "Evaristo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-07-08", + "reviews_per_month": 2.13, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 7835, + "id": 18860031, + "name": "Cathedral View in Born", + "host_name": "Chad And Kori", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-06-23", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 271 + }, + { + "index": 7836, + "id": 18860191, + "name": "Huge room in creative industrial loft in Poblenou", + "host_name": "Ark, Julia And Stef", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-05-05", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 88 + }, + { + "index": 7837, + "id": 18860270, + "name": "Habitaci\u00f3n en la sagrada familia", + "host_name": "Cinthya", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-16", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 7838, + "id": 18860645, + "name": "BALCONY PRIVATE ROOM", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-06-25", + "reviews_per_month": 3.73, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 7839, + "id": 18865124, + "name": "Habitaci\u00f3n para 2/4 personas en el Barrio Gotico", + "host_name": "Laura", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-01-04", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 1, + "availability_365": 221 + }, + { + "index": 7840, + "id": 18865447, + "name": "Double room in Sagrada Familia", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 15, + "number_of_reviews": 3, + "last_review": "2017-06-10", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 22 + }, + { + "index": 7841, + "id": 18867574, + "name": "luminous Double room near holy family with balcony", + "host_name": "Fer", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 26, + "last_review": "2018-09-30", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 4, + "availability_365": 45 + }, + { + "index": 7842, + "id": 18869360, + "name": "228 Beach Apartment Sea view w/Pool", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 202, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-29", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 47, + "availability_365": 321 + }, + { + "index": 7843, + "id": 18869363, + "name": "236 - Music Palace Terrace Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-08", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 47, + "availability_365": 336 + }, + { + "index": 7844, + "id": 18869364, + "name": "237 - Las Ramblas Balcony", + "host_name": "Jordi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 213, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-07-07", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 47, + "availability_365": 340 + }, + { + "index": 7845, + "id": 18869678, + "name": "Bright double room with private bathroom & patio", + "host_name": "David Jer\u00f3nimo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-06-29", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 1, + "availability_365": 280 + }, + { + "index": 7846, + "id": 18871078, + "name": "Barcelona CASA VILARO an oasis in the city", + "host_name": "Conxita", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Entire home/apt", + "price": 600, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-02-28", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 7, + "availability_365": 251 + }, + { + "index": 7847, + "id": 18871156, + "name": "Very central: double bedroom + private bathroom", + "host_name": "Bart", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 60, + "last_review": "2019-07-03", + "reviews_per_month": 2.45, + "calculated_host_listings_count": 1, + "availability_365": 234 + }, + { + "index": 7848, + "id": 18871225, + "name": "257 - Beach Apartment w/Pool I", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-07-09", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 47, + "availability_365": 327 + }, + { + "index": 7849, + "id": 18871228, + "name": "274 - Beach Apartment w/Pool III", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-03-08", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 47, + "availability_365": 337 + }, + { + "index": 7850, + "id": 18871307, + "name": "Stunning room with en-suite bathroom AC (old town)", + "host_name": "Ana & Tony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 69, + "minimum_nights": 1, + "number_of_reviews": 224, + "last_review": "2019-07-08", + "reviews_per_month": 8.76, + "calculated_host_listings_count": 2, + "availability_365": 251 + }, + { + "index": 7851, + "id": 18873107, + "name": "Confortable single room for long term", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 16, + "minimum_nights": 60, + "number_of_reviews": 4, + "last_review": "2019-06-17", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 4, + "availability_365": 284 + }, + { + "index": 7852, + "id": 18873694, + "name": "AMAZING & BRIGHT IN EIXAMPLE", + "host_name": "Feli", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 3, + "number_of_reviews": 132, + "last_review": "2019-07-06", + "reviews_per_month": 5.1, + "calculated_host_listings_count": 3, + "availability_365": 96 + }, + { + "index": 7853, + "id": 18874540, + "name": "Cosi single room for long term rent", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 13, + "minimum_nights": 90, + "number_of_reviews": 3, + "last_review": "2019-04-15", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 5, + "availability_365": 315 + }, + { + "index": 7854, + "id": 18876522, + "name": "Sunny & Spacious , Stay in Born!!", + "host_name": "Jeff", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 71, + "last_review": "2019-07-08", + "reviews_per_month": 2.77, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7855, + "id": 18880774, + "name": "One bedroom apartment in Barceloneta", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 330 + }, + { + "index": 7856, + "id": 18881694, + "name": "EL GRAN CASANOVA", + "host_name": "SeLibre Es", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-11-17", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 7857, + "id": 18884784, + "name": "998 Diagonal Avenue Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-22", + "reviews_per_month": 1.1, + "calculated_host_listings_count": 47, + "availability_365": 335 + }, + { + "index": 7858, + "id": 18887269, + "name": "habitaci\u00f3n luminosa junto a sagrada familia", + "host_name": "Fer", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2018-10-04", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 4, + "availability_365": 276 + }, + { + "index": 7859, + "id": 18887616, + "name": "Bright, Spacious, and Modern Eixample Flat", + "host_name": "Leo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 185, + "minimum_nights": 3, + "number_of_reviews": 138, + "last_review": "2019-07-04", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 7860, + "id": 18889879, + "name": "LAS RAMBLAS 10 MIN WALK-WIFI FREE-MONTHLY RENTAL", + "host_name": "Sasa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 37, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-04-14", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 7861, + "id": 18891341, + "name": "Casa de la trinitat", + "host_name": "Mikael", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Trinitat Nova", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 6, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7862, + "id": 18895271, + "name": "Gran Habiracion doble privado, en el centro de BCN", + "host_name": "Charly", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2018-04-08", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7863, + "id": 18906173, + "name": "\u5df4\u585e\u6e29\u99a8\u5c0f\u5c4b", + "host_name": "Mitchell", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 172 + }, + { + "index": 7864, + "id": 18906211, + "name": "Big 2bed with terrace close to Sagrada Familia", + "host_name": "Milena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 2, + "number_of_reviews": 58, + "last_review": "2019-07-05", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 2, + "availability_365": 339 + }, + { + "index": 7865, + "id": 18909471, + "name": "Private Room Ciutadella for LADIES ONLY-Beach 5min", + "host_name": "Chloe", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 46, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2018-07-01", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 7866, + "id": 18911936, + "name": "Double bed room. Guest say:is a dream in Barcelona", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-02", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 7867, + "id": 18912000, + "name": "Superior 12 Apartment with Balcony", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-07-03", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 7, + "availability_365": 189 + }, + { + "index": 7868, + "id": 18913823, + "name": "design loft close to sagrada familia_Ber", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 31, + "number_of_reviews": 7, + "last_review": "2019-06-07", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 15, + "availability_365": 326 + }, + { + "index": 7869, + "id": 18913927, + "name": "Sunny Double Room 50mt by the Sea", + "host_name": "Miriam", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 4, + "number_of_reviews": 54, + "last_review": "2019-05-27", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 98 + }, + { + "index": 7870, + "id": 18918135, + "name": "885 Sunny Beach Apartment w/Pool II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 101, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-26", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 47, + "availability_365": 288 + }, + { + "index": 7871, + "id": 18918136, + "name": "273 - Beach Apartment w/Pool II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 126, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-02-16", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 47, + "availability_365": 347 + }, + { + "index": 7872, + "id": 18918142, + "name": "336 Beach Apartment w/Pool & Terrace", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 152, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-04-26", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 47, + "availability_365": 344 + }, + { + "index": 7873, + "id": 18918143, + "name": "252 Exclusive Beachfront Penthouse w/ Pool I", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 245, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-06-16", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 47, + "availability_365": 299 + }, + { + "index": 7874, + "id": 18918145, + "name": "569 - Beach Apartment w/Pool V", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 134, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-30", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 47, + "availability_365": 333 + }, + { + "index": 7875, + "id": 18918146, + "name": "292 - Beach Apartment w/Pool IV", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 134, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-11-17", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 47, + "availability_365": 321 + }, + { + "index": 7876, + "id": 18918147, + "name": "599 Exclusive Beachfront Penthouse w/Pool II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 245, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-29", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 47, + "availability_365": 319 + }, + { + "index": 7877, + "id": 18918149, + "name": "536 - Exclusive Pl. Catalunya Lux Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-06-29", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 47, + "availability_365": 344 + }, + { + "index": 7878, + "id": 18918151, + "name": "808 - Beachfront Apartment w/Pool", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 216, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-06-23", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 47, + "availability_365": 326 + }, + { + "index": 7879, + "id": 18918152, + "name": "376 - Plaza Catalunya Balcony Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-05-31", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 47, + "availability_365": 319 + }, + { + "index": 7880, + "id": 18918153, + "name": "342 Beach Apartment w/Pool & Terrace II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 162, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-07-09", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 47, + "availability_365": 328 + }, + { + "index": 7881, + "id": 18918154, + "name": "841 - Beach Apartment w/ Pool - Sea Views", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-04-01", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 47, + "availability_365": 303 + }, + { + "index": 7882, + "id": 18918155, + "name": "842 Las Ramblas Penthouse w/Terrace II", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2019-01-17", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 47, + "availability_365": 303 + }, + { + "index": 7883, + "id": 18918157, + "name": "943 Beach Apartment w/Pool & Terrace V", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-06-10", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 47, + "availability_365": 326 + }, + { + "index": 7884, + "id": 18918158, + "name": "888 Beachfront Apartment w/Pool & Terrace II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 216, + "minimum_nights": 1, + "number_of_reviews": 49, + "last_review": "2019-07-07", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 47, + "availability_365": 288 + }, + { + "index": 7885, + "id": 18918159, + "name": "517- Beachfront Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 162, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-07", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 47, + "availability_365": 315 + }, + { + "index": 7886, + "id": 18918161, + "name": "880 Beach Apartment w/Pool & Terrace IV", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-07-01", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 47, + "availability_365": 347 + }, + { + "index": 7887, + "id": 18918162, + "name": "939 - Las Ramblas Cozy Flat V", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 206, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-11-29", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 47, + "availability_365": 333 + }, + { + "index": 7888, + "id": 18918163, + "name": "940 La Ramblas Cozy Flat VI", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 206, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-19", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 47, + "availability_365": 317 + }, + { + "index": 7889, + "id": 18918164, + "name": "913 Beach Apartment w/Pool X", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-07-02", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 47, + "availability_365": 339 + }, + { + "index": 7890, + "id": 18918165, + "name": "886 - CCIB New Apartment II", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-17", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 47, + "availability_365": 298 + }, + { + "index": 7891, + "id": 18918166, + "name": "941 Las Ramblas Cozy Flat VII", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 184, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-04-20", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 47, + "availability_365": 306 + }, + { + "index": 7892, + "id": 18918168, + "name": "914 - Las Ramblas Cozy Flat III", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 47, + "availability_365": 304 + }, + { + "index": 7893, + "id": 18918169, + "name": "938 - Las Ramblas Cozy Flat IV", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-06-23", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 47, + "availability_365": 332 + }, + { + "index": 7894, + "id": 18918171, + "name": "975 Las Ramblas Penthouse I", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-19", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 47, + "availability_365": 341 + }, + { + "index": 7895, + "id": 18918172, + "name": "964 Las Ramblas Cozy Flat I", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-06-20", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 47, + "availability_365": 318 + }, + { + "index": 7896, + "id": 18918173, + "name": "982 New Beach Apartment w/Pool", + "host_name": "Jordi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-06-04", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 47, + "availability_365": 352 + }, + { + "index": 7897, + "id": 18918174, + "name": "993 Rambla Catalunya Cozy Flat", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-08-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 47, + "availability_365": 319 + }, + { + "index": 7898, + "id": 18918176, + "name": "963 Las Ramblas Cozy Flat IX", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 206, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-05-31", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 47, + "availability_365": 343 + }, + { + "index": 7899, + "id": 18918177, + "name": "978 Las Ramblas Penthouse w/Terrace II", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-07", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 47, + "availability_365": 298 + }, + { + "index": 7900, + "id": 18918178, + "name": "962 Las Ramblas Cozy Flat VIII", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 206, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-06-25", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 47, + "availability_365": 337 + }, + { + "index": 7901, + "id": 18918181, + "name": "965 Las Ramblas Cozy Flat II", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 144, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-04-21", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 47, + "availability_365": 313 + }, + { + "index": 7902, + "id": 18918183, + "name": "989 Plaza Catalunya Apartment w/Balcony", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-06", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 47, + "availability_365": 335 + }, + { + "index": 7903, + "id": 18918186, + "name": "977 Las Ramblas Penthouse w/Terrace I", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2019-05-17", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 47, + "availability_365": 304 + }, + { + "index": 7904, + "id": 18918187, + "name": "995 City Centre Apartment Av. Diagonal", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-05-02", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 47, + "availability_365": 347 + }, + { + "index": 7905, + "id": 18918190, + "name": "976 Las Ramblas Penthouse II", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 122, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-05-20", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 47, + "availability_365": 342 + }, + { + "index": 7906, + "id": 18918193, + "name": "996 Av. Diagonal City Centre Apartment", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-07-07", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 47, + "availability_365": 348 + }, + { + "index": 7907, + "id": 18918196, + "name": "994 Emblematic Building Diagonal Avenue", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 153, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 47, + "availability_365": 343 + }, + { + "index": 7908, + "id": 18919038, + "name": "Apartment Top Ramblas - Wi-Fi 100 Mbps", + "host_name": "Mario", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2019-01-14", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 138 + }, + { + "index": 7909, + "id": 18922140, + "name": "Down town calm and cozy", + "host_name": "Chris + Willie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 55, + "last_review": "2019-06-17", + "reviews_per_month": 2.29, + "calculated_host_listings_count": 1, + "availability_365": 330 + }, + { + "index": 7910, + "id": 18922636, + "name": "Habitaci\u00f3n Privada cerca park guell", + "host_name": "Karol", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Font d'en Fargues", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-04-22", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 252 + }, + { + "index": 7911, + "id": 18923376, + "name": "City Center Rambla Apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2017-09-02", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 95, + "availability_365": 222 + }, + { + "index": 7912, + "id": 18924855, + "name": "H MERIDIANA 2", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 19, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-09-05", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 28, + "availability_365": 8 + }, + { + "index": 7913, + "id": 18925556, + "name": "H MERIDIANA 1", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 19, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 8 + }, + { + "index": 7914, + "id": 18925701, + "name": "H MERIDIANA 3", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 22, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-08-08", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 28, + "availability_365": 8 + }, + { + "index": 7915, + "id": 18925881, + "name": "H MERIDIANA 4", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 20, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-06-30", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 28, + "availability_365": 8 + }, + { + "index": 7916, + "id": 18927649, + "name": "Convenient room close to everything", + "host_name": "Noem\u00ed", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 86, + "last_review": "2019-07-08", + "reviews_per_month": 3.39, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 7917, + "id": 18928037, + "name": "habitaci\u00f3n con salida a balc\u00f3n en Sagrada Familia", + "host_name": "Fer", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 17, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2018-09-30", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 4, + "availability_365": 17 + }, + { + "index": 7918, + "id": 18928771, + "name": "Pisinho de comte d'urgell", + "host_name": "Joel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 62, + "last_review": "2018-11-18", + "reviews_per_month": 2.42, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 7919, + "id": 18930805, + "name": "Playa y centros comerciales a 10 min. Andando.", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2019-07-09", + "reviews_per_month": 0.83, + "calculated_host_listings_count": 2, + "availability_365": 92 + }, + { + "index": 7920, + "id": 18930934, + "name": "Sagrada Familia Double Sunny Bedroom for two", + "host_name": "Maria & Avor", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 67, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-24", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 91 + }, + { + "index": 7921, + "id": 18930975, + "name": "Habitaci\u00f3n C\u00e9ntrica tranquila e independiente Bcn", + "host_name": "Philippe", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-27", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 7922, + "id": 18931503, + "name": "Nico House", + "host_name": "Nico", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-07-05", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 7923, + "id": 18931544, + "name": "Penthouse, (Nice double room) Atico en Poblenou.", + "host_name": "Nil", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-07-01", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 336 + }, + { + "index": 7924, + "id": 18939609, + "name": "Classy double bed for biz traveler or city escape!", + "host_name": "Alicia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 54, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2018-01-02", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7925, + "id": 18940022, + "name": "Sunny and peaceful attic near Park G\u00fcell", + "host_name": "Dulce", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2018-10-22", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 4, + "availability_365": 317 + }, + { + "index": 7926, + "id": 18941597, + "name": "Casa Familiar en poblenou", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 43, + "number_of_reviews": 4, + "last_review": "2019-04-01", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 201 + }, + { + "index": 7927, + "id": 18942359, + "name": "Impecable flat with Metro right in front :)", + "host_name": "Marta+Paul", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-09", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 33, + "availability_365": 327 + }, + { + "index": 7928, + "id": 18943543, + "name": "Comfortable room for family stay.", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-08-19", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7929, + "id": 18944367, + "name": "Old Style Beautiful Apartment-52 buenos m2", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2019-06-30", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 9, + "availability_365": 137 + }, + { + "index": 7930, + "id": 18945183, + "name": "Bright room w/private chill-out and amazing views", + "host_name": "David", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 54, + "minimum_nights": 7, + "number_of_reviews": 72, + "last_review": "2019-06-17", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 2, + "availability_365": 20 + }, + { + "index": 7931, + "id": 18950001, + "name": "AMAZING PENTHOUSE W/ VIEWS APARTMENT|", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 890, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 335 + }, + { + "index": 7932, + "id": 18952363, + "name": "Sunny Penthouse w balcony directly on beachfront", + "host_name": "Hans", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 33, + "number_of_reviews": 4, + "last_review": "2019-05-15", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 7933, + "id": 18956901, + "name": "Sants connection to Bcn", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2018-10-25", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7934, + "id": 18959981, + "name": "Central, big and cozy double room in Barcelona", + "host_name": "Roberta", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-24", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 1, + "availability_365": 58 + }, + { + "index": 7935, + "id": 18960463, + "name": "Perfect choice for (happy) single people!", + "host_name": "Alicia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2017-12-31", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7936, + "id": 18965133, + "name": "Habitaci\u00f3n con ba\u00f1o privado cerca de la playa!", + "host_name": "Marcela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 170 + }, + { + "index": 7937, + "id": 18966250, + "name": "Room Barcelona near Sagrada Familia", + "host_name": "Melissa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 87 + }, + { + "index": 7938, + "id": 18966468, + "name": "Private Toilet. Panoramic Balcony and Breakfast.", + "host_name": "Ana Y Juan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 184, + "last_review": "2019-07-07", + "reviews_per_month": 7.23, + "calculated_host_listings_count": 2, + "availability_365": 26 + }, + { + "index": 7939, + "id": 18970396, + "name": "\u0421omfortable room", + "host_name": "Alexei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7940, + "id": 18971689, + "name": "Nice room", + "host_name": "Alexei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 7941, + "id": 18972516, + "name": "Sunny room near Park Guell !", + "host_name": "Daniel", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 58, + "last_review": "2019-07-05", + "reviews_per_month": 2.27, + "calculated_host_listings_count": 1, + "availability_365": 129 + }, + { + "index": 7942, + "id": 18974635, + "name": "Habitaci\u00f3n individual para viajero solitario", + "host_name": "Edgar", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-08-14", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 218 + }, + { + "index": 7943, + "id": 18975870, + "name": "Luminous Double w/Private bathroom Sagrada Familia", + "host_name": "Robin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 10, + "number_of_reviews": 2, + "last_review": "2017-07-31", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7944, + "id": 18980901, + "name": "\"NEW\"Double room + bathroom + private kitchenette", + "host_name": "Carina", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-07-01", + "reviews_per_month": 5.39, + "calculated_host_listings_count": 1, + "availability_365": 95 + }, + { + "index": 7945, + "id": 18981414, + "name": "Gran Via Attic III, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-05-31", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 148, + "availability_365": 273 + }, + { + "index": 7946, + "id": 18981428, + "name": "Living Eixample I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-05-30", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 148, + "availability_365": 25 + }, + { + "index": 7947, + "id": 18983216, + "name": "Nice apartment, perfectly located, up to 8 people", + "host_name": "Mic", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 42, + "last_review": "2019-05-26", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 2, + "availability_365": 273 + }, + { + "index": 7948, + "id": 18984332, + "name": "Nice room in the center of bcn!", + "host_name": "Joanna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-07-05", + "reviews_per_month": 3.04, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 7949, + "id": 18989602, + "name": "CHARMING DOUBLE ROOM EN SUITE + KITCHENETTE", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2019-05-24", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 9, + "availability_365": 361 + }, + { + "index": 7950, + "id": 18991156, + "name": "Bright room with a Balcony close to everything", + "host_name": "Pavel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 19, + "minimum_nights": 4, + "number_of_reviews": 28, + "last_review": "2019-06-09", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 2, + "availability_365": 316 + }, + { + "index": 7951, + "id": 18991723, + "name": "Barceloneta ROOM BEACH", + "host_name": "James", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 44, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-07-07", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 2, + "availability_365": 356 + }, + { + "index": 7952, + "id": 18996959, + "name": "ROOM WITH TERRACE IN GRACIA NEIGHBOURGHOOD", + "host_name": "Nil", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 180, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-07-11", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 53 + }, + { + "index": 7953, + "id": 18998016, + "name": "Casa Miguela. Design in Paseo de Gracia", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2018-10-05", + "reviews_per_month": 0.99, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 7954, + "id": 19004755, + "name": "Modern and Spacious Apartment for families~", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 4, + "number_of_reviews": 26, + "last_review": "2019-07-07", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 84, + "availability_365": 172 + }, + { + "index": 7955, + "id": 19007780, + "name": "Cosy apartment in the heart of Poblenou", + "host_name": "Mariona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 35, + "number_of_reviews": 5, + "last_review": "2019-04-08", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 9, + "availability_365": 0 + }, + { + "index": 7956, + "id": 19009865, + "name": "Single Private room in poble sec", + "host_name": "Isham", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-06-27", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 358 + }, + { + "index": 7957, + "id": 19011241, + "name": "Olala Les Corts Exclusive 2BR Flat w/ balcony", + "host_name": "Olala Homes", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-08", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 10, + "availability_365": 351 + }, + { + "index": 7958, + "id": 19011437, + "name": "Cozy bedroom in Barcelona", + "host_name": "Nerea", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-07-07", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7959, + "id": 19012780, + "name": "\u2605BOHEMIAN RHAPSODY\u2605 Gothic Quarter (Best Location)", + "host_name": "Lu & Edu", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 51, + "last_review": "2019-06-22", + "reviews_per_month": 2.02, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 7960, + "id": 19014018, + "name": "Double room , with private bathroom", + "host_name": "Vicente", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-07-07", + "reviews_per_month": 1.87, + "calculated_host_listings_count": 2, + "availability_365": 30 + }, + { + "index": 7961, + "id": 19015707, + "name": "Central luxury apartment with terrace", + "host_name": "Unique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 180, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 31, + "availability_365": 365 + }, + { + "index": 7962, + "id": 19016321, + "name": "LUMINOSO Y CENTRICO STUDIO muy cerca Estaci\u00f3 de Sants, llegada tren aeropuerto, muy bien comunicado y rodeado de comercios y restaurants", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 102 + }, + { + "index": 7963, + "id": 19016322, + "name": "MIRALL,EN EL MEJOR BARRIO DE LA CIUDAD,", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 112, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2019-06-16", + "reviews_per_month": 1.21, + "calculated_host_listings_count": 3, + "availability_365": 101 + }, + { + "index": 7964, + "id": 19016323, + "name": "TARRADELLAS_A, PARA 10 PERSONAS, muy cerca Estaci\u00f3 de Sants, llegada tren aeropuerto, muy bien comunicado y rodeado de comercios y restaurants", + "host_name": "Jos\u00e9 Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-06-25", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 3, + "availability_365": 68 + }, + { + "index": 7965, + "id": 19016951, + "name": "Nice double room Sagrada Familia", + "host_name": "Tanguy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-06-12", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7966, + "id": 19017150, + "name": "Bright double room with big window (1)", + "host_name": "Marcus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2018-09-30", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 2, + "availability_365": 22 + }, + { + "index": 7967, + "id": 19028601, + "name": "Double room, livingroom and terrace", + "host_name": "Andrea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 15, + "number_of_reviews": 6, + "last_review": "2018-02-25", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7968, + "id": 19028693, + "name": "BCN -Forum- small cosy room", + "host_name": "Elena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-06-26", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7969, + "id": 19028982, + "name": "Luxury 4-bedroom 3-bathroom, pool, gym, sauna, AC", + "host_name": "Minerva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 580, + "minimum_nights": 2, + "number_of_reviews": 90, + "last_review": "2019-07-01", + "reviews_per_month": 3.67, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 7970, + "id": 19032399, + "name": "Habitaci\u00f3n doble con balc\u00f3n en piso art\u00edstico", + "host_name": "Be Local", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-26", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 2, + "availability_365": 104 + }, + { + "index": 7971, + "id": 19033335, + "name": "Apto. tipo LOFT - B\u00ba G\u00f3tico - C\u00e9ntrico y tranquilo", + "host_name": "Aptsbcn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 236 + }, + { + "index": 7972, + "id": 19034083, + "name": "We host the best djs", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 363 + }, + { + "index": 7973, + "id": 19034569, + "name": "Habitacion amplia, c\u00f3moda, amueblada", + "host_name": "Fanny", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 26, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-07-09", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 2, + "availability_365": 342 + }, + { + "index": 7974, + "id": 19035304, + "name": "Luxurious Bedroom with Private Bathroom + Balcony", + "host_name": "Valentin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7975, + "id": 19035493, + "name": "Casa Miguela. Design in Paseo de Gracia", + "host_name": "Miguel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2018-11-06", + "reviews_per_month": 0.74, + "calculated_host_listings_count": 2, + "availability_365": 68 + }, + { + "index": 7976, + "id": 19035997, + "name": "Cozy Double Room in Sagrada Familia", + "host_name": "Giuseppe&Mariaclaudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 5, + "number_of_reviews": 17, + "last_review": "2018-07-29", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7977, + "id": 19036802, + "name": "Luminous Vintage Room near Plaza Espa\u00f1a", + "host_name": "Stephanie & Edgardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-06-23", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 3, + "availability_365": 12 + }, + { + "index": 7978, + "id": 19038238, + "name": "Sunny room near Plaza de Espanya", + "host_name": "Stephanie & Edgardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 108, + "last_review": "2019-06-09", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 3, + "availability_365": 12 + }, + { + "index": 7979, + "id": 19043388, + "name": "CENTRIC PASSEIG DE GRACIA 2-BEDROOM", + "host_name": "Arina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 306, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-05", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 43, + "availability_365": 133 + }, + { + "index": 7980, + "id": 19043546, + "name": "Cozy single/doble room - view to Sagrada Familia!", + "host_name": "Bernarda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-06-08", + "reviews_per_month": 4.66, + "calculated_host_listings_count": 2, + "availability_365": 8 + }, + { + "index": 7981, + "id": 19044613, + "name": "Single room in new Apt. Excellent location!", + "host_name": "Bernarda", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-06-10", + "reviews_per_month": 5.11, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 7982, + "id": 19044638, + "name": "Single room in penthouse apartment. Metro Navas", + "host_name": "Andres", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-06-30", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 7983, + "id": 19044796, + "name": "Habitaci\u00f3n en Villa Ol\u00edmpica", + "host_name": "Inaki", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-07-07", + "reviews_per_month": 4.5, + "calculated_host_listings_count": 1, + "availability_365": 29 + }, + { + "index": 7984, + "id": 19046214, + "name": "Habitaci\u00f3n Individual Barata y C\u00e9ntrica", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 91, + "last_review": "2019-06-03", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 2, + "availability_365": 201 + }, + { + "index": 7985, + "id": 19048512, + "name": "Duplex Apartment with Private Courtyard & Terrace", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-07-06", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 7, + "availability_365": 260 + }, + { + "index": 7986, + "id": 19052836, + "name": "Nice rooms near Barcelona center (5 people=2 room)", + "host_name": "G. Carolina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-06-21", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 3, + "availability_365": 353 + }, + { + "index": 7987, + "id": 19053607, + "name": "NEW Loft w/Terrace & Balcony for Foodies, near MWC", + "host_name": "Kerrisdale Holdings SLU", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 102, + "last_review": "2019-06-24", + "reviews_per_month": 4.03, + "calculated_host_listings_count": 8, + "availability_365": 103 + }, + { + "index": 7988, + "id": 19053950, + "name": "Beautiful room 3 people Forum & center", + "host_name": "G. Carolina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-05-12", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 358 + }, + { + "index": 7989, + "id": 19060476, + "name": "Picasso Suites 3.3 Paseo de Gracia", + "host_name": "Damien", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-24", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 24, + "availability_365": 324 + }, + { + "index": 7990, + "id": 19061599, + "name": "Stunning vintage room with AC (old town)", + "host_name": "Ana & Tony", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 246, + "last_review": "2019-07-04", + "reviews_per_month": 9.62, + "calculated_host_listings_count": 2, + "availability_365": 286 + }, + { + "index": 7991, + "id": 19068026, + "name": "Sagrada Familia - Barrio Gotico", + "host_name": "Mel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 127, + "last_review": "2019-06-25", + "reviews_per_month": 5.0, + "calculated_host_listings_count": 3, + "availability_365": 214 + }, + { + "index": 7992, + "id": 19068736, + "name": "Basilica del Pi - Barrio Gotico", + "host_name": "Mel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 125, + "last_review": "2019-06-10", + "reviews_per_month": 4.95, + "calculated_host_listings_count": 3, + "availability_365": 219 + }, + { + "index": 7993, + "id": 19083756, + "name": "Cozy & lovely Room Certer Bcn.", + "host_name": "Chelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 14, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-03-03", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 176 + }, + { + "index": 7994, + "id": 19084504, + "name": "Sunny Room in Attic with terrace in Gr\u00e0cia", + "host_name": "\u00d2scar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-08-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 7995, + "id": 19085526, + "name": "Beautiful Double room in Barcelona with terrace!", + "host_name": "Albert", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 15, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-07-08", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 7996, + "id": 19086098, + "name": "Single room(Mujeres y hombres j\u00f3venes estudiantes)", + "host_name": "Esther", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 21, + "minimum_nights": 5, + "number_of_reviews": 25, + "last_review": "2019-07-01", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 1, + "availability_365": 20 + }, + { + "index": 7997, + "id": 19092003, + "name": "Huge bedroom city center", + "host_name": "Remy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 71, + "last_review": "2019-06-19", + "reviews_per_month": 2.85, + "calculated_host_listings_count": 5, + "availability_365": 12 + }, + { + "index": 7998, + "id": 19095287, + "name": "RAMBLA\u00b4S ROOM Independent Private bath Balcony", + "host_name": "Ricard", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 66, + "minimum_nights": 3, + "number_of_reviews": 134, + "last_review": "2019-07-09", + "reviews_per_month": 5.31, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 7999, + "id": 19095883, + "name": "HABITACI\u00d3N DOBLE EN EL RAVAL", + "host_name": "Pedro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8000, + "id": 19095980, + "name": "Homely & Minimalist apartment near Sagrada Familia", + "host_name": "Teresa", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-06-28", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 304 + }, + { + "index": 8001, + "id": 19096359, + "name": "Nice room in a very well located flat", + "host_name": "Montserrat", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 49, + "minimum_nights": 1, + "number_of_reviews": 171, + "last_review": "2019-07-08", + "reviews_per_month": 6.86, + "calculated_host_listings_count": 1, + "availability_365": 104 + }, + { + "index": 8002, + "id": 19098187, + "name": "Habitaci\u00f3n a Poblenou, cerca de la playa.", + "host_name": "Alessandro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-07-22", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8003, + "id": 19099815, + "name": "Piso", + "host_name": "Cris", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 35, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 179 + }, + { + "index": 8004, + "id": 19104683, + "name": "Little bedroom", + "host_name": "Remy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 10, + "minimum_nights": 5, + "number_of_reviews": 54, + "last_review": "2019-06-24", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 5, + "availability_365": 49 + }, + { + "index": 8005, + "id": 19106516, + "name": "Habitacion privada en \u00e1tico a 1,5 km de la playa", + "host_name": "Alexandre", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8006, + "id": 19107447, + "name": "Single room in Barcelona in clean, spacious flat", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-06-26", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8007, + "id": 19110094, + "name": "Lovely Single Bed Room in the heart of Barcelona", + "host_name": "St\u00e9phanie", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 32, + "last_review": "2019-07-01", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 1, + "availability_365": 38 + }, + { + "index": 8008, + "id": 19110473, + "name": "Private room near Sagrada Familia", + "host_name": "Natasha", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 14, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-07-05", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 10, + "availability_365": 114 + }, + { + "index": 8009, + "id": 19111040, + "name": "MAR 403 Cerca de la playa con terraza privada", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2019-03-07", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 351 + }, + { + "index": 8010, + "id": 19111245, + "name": "Nice Room special 3 persons Center Bcn.", + "host_name": "Chelo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-03", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8011, + "id": 19111247, + "name": "Comfortable double room in Sagrada Familia", + "host_name": "Stephanie", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-07-23", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8012, + "id": 19111414, + "name": "MAR 404 Tres habitaciones Junto al mar", + "host_name": "Ceci", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-05-06", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 12, + "availability_365": 332 + }, + { + "index": 8013, + "id": 19113069, + "name": "Private room in Super centric in Gotic town.", + "host_name": "Leandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-16", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 2, + "availability_365": 275 + }, + { + "index": 8014, + "id": 19114185, + "name": "Deluxe 40 Apartment with Private Terrace", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 18, + "last_review": "2019-07-07", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 7, + "availability_365": 277 + }, + { + "index": 8015, + "id": 19116382, + "name": "Brilliant Double room- The Born of Barcelona", + "host_name": "Junior", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 500, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2018-10-21", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 8016, + "id": 19118872, + "name": "Cosy room in El Born", + "host_name": "Zoran", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 135, + "last_review": "2019-07-05", + "reviews_per_month": 5.34, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 8017, + "id": 19121232, + "name": "Apartamento luminoso. Tradici\u00f3n y modernidad", + "host_name": "Carmen", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 70, + "last_review": "2019-07-02", + "reviews_per_month": 2.79, + "calculated_host_listings_count": 1, + "availability_365": 103 + }, + { + "index": 8018, + "id": 19133598, + "name": "Music VI, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-06", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 148, + "availability_365": 292 + }, + { + "index": 8019, + "id": 19133603, + "name": "PTF Palau De La Musica, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 13, + "last_review": "2019-06-02", + "reviews_per_month": 0.62, + "calculated_host_listings_count": 148, + "availability_365": 262 + }, + { + "index": 8020, + "id": 19133605, + "name": "PTF Ramblas, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-05-13", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 148, + "availability_365": 271 + }, + { + "index": 8021, + "id": 19133606, + "name": "Gran Via Palace I, Friendly Rentals", + "host_name": "Claudia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-19", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 148, + "availability_365": 254 + }, + { + "index": 8022, + "id": 19139267, + "name": "Sweet Double bedroom Beach& city center at 5min", + "host_name": "Chloe", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 67, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2017-08-21", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8023, + "id": 19139325, + "name": "Habitaci\u00f3n en Barrio de Gracia", + "host_name": "Agostina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-09-30", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8024, + "id": 19140312, + "name": "Eixample neighbourhood. Cozy double Room.", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2017-10-06", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8025, + "id": 19141237, + "name": "Gothic 2xBedrooms & 2xBathrooms", + "host_name": "Agustina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 199, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-06-21", + "reviews_per_month": 2.31, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 8026, + "id": 19145671, + "name": "Cozy double room for 2/natural light Barcelona", + "host_name": "G. Carolina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-10-07", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 8027, + "id": 19145900, + "name": "Refurbished 3-Bedroom apartment close to Metro", + "host_name": "Giulio", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-18", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 4, + "availability_365": 342 + }, + { + "index": 8028, + "id": 19146144, + "name": "Habitaci\u00f3n con piscina a 10' del centro", + "host_name": "Yolanda", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-06-26", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 1, + "availability_365": 102 + }, + { + "index": 8029, + "id": 19147659, + "name": "Luxury Villa with private pool, club and more !", + "host_name": "Santa Marta", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 1200, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-06-23", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 355 + }, + { + "index": 8030, + "id": 19153017, + "name": "2525 - AB Gr\u00e0cia Parc G\u00fcell GF - Incredible 3-Bedroom Apartment near Park G\u00fcell with a Large Private Terrace", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-10", + "reviews_per_month": 1.02, + "calculated_host_listings_count": 193, + "availability_365": 324 + }, + { + "index": 8031, + "id": 19153532, + "name": "2526 - AB Gr\u00e0cia Parc G\u00fcell 1-1 - Modern 2-Bedroom Apartment near Park G\u00fcell with Lots of Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-05-14", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 193, + "availability_365": 322 + }, + { + "index": 8032, + "id": 19153820, + "name": "2527 - AB Gr\u00e0cia Park G\u00fcell 2-1 - Beautiful 2-Bedroom Apartment near Park G\u00fcell with Lots of Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-04-09", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 193, + "availability_365": 315 + }, + { + "index": 8033, + "id": 19154124, + "name": "2528 - AB Gr\u00e0cia Park G\u00fcell 3-1 - Amazing 2-Bedroom Apartment near Park G\u00fcell with Lots of Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-09", + "reviews_per_month": 1.13, + "calculated_host_listings_count": 193, + "availability_365": 343 + }, + { + "index": 8034, + "id": 19154609, + "name": "2529 - AB Gr\u00e0cia Park G\u00fcell 4-1 - Luxury 2-Bedroom Apartment near Park G\u00fcell with Lots of Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-06-15", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 193, + "availability_365": 299 + }, + { + "index": 8035, + "id": 19154854, + "name": "estudio en el coraz\u00f3n de gracia", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 53, + "last_review": "2019-06-22", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 7, + "availability_365": 52 + }, + { + "index": 8036, + "id": 19161213, + "name": "Bcnaparts beach apartment wifi near metro poblenou", + "host_name": "Aurora", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 128, + "minimum_nights": 4, + "number_of_reviews": 39, + "last_review": "2019-06-23", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 7, + "availability_365": 113 + }, + { + "index": 8037, + "id": 19162394, + "name": "Charming double room 3min away from P. de Gracia", + "host_name": "Alba&JoanMarc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 54, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-19", + "reviews_per_month": 2.61, + "calculated_host_listings_count": 2, + "availability_365": 49 + }, + { + "index": 8038, + "id": 19162854, + "name": "Charming room 3min away from Passeig de Gr\u00e0cia", + "host_name": "Alba&JoanMarc", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 61, + "last_review": "2019-06-21", + "reviews_per_month": 2.6, + "calculated_host_listings_count": 2, + "availability_365": 45 + }, + { + "index": 8039, + "id": 19165386, + "name": "Stunning Central Barcelona Apartment", + "host_name": "Mimi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-11-07", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8040, + "id": 19165571, + "name": "2 habitaciones (1 doble y 1 indi) cerca Diagonal", + "host_name": "Aleix", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-08-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8041, + "id": 19167031, + "name": "Bcn Aparts Gracia Apartment 8", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-06-30", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 7, + "availability_365": 32 + }, + { + "index": 8042, + "id": 19168841, + "name": "Superior 22 Apartment Freser", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-15", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 7, + "availability_365": 221 + }, + { + "index": 8043, + "id": 19169392, + "name": "2531 - AB Gr\u00e0cia Park G\u00fcell 1-3 - Luxury 1-Bedroom Apartment near Park G\u00fcell with a Balcony and Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2019-05-28", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 193, + "availability_365": 0 + }, + { + "index": 8044, + "id": 19170398, + "name": "Standard 11 Apartment with Terrace", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-28", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 7, + "availability_365": 249 + }, + { + "index": 8045, + "id": 19171251, + "name": "Spectacular refurbished flat next to Montju\u00efc park", + "host_name": "Laura & Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-11-11", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 8, + "availability_365": 348 + }, + { + "index": 8046, + "id": 19171713, + "name": "2535 - AB Gr\u00e0cia Park G\u00fcell 3-3 - Stylish 1-Bedroom Apartment near Park G\u00fcell with a Balcony and Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-02-23", + "reviews_per_month": 0.59, + "calculated_host_listings_count": 193, + "availability_365": 331 + }, + { + "index": 8047, + "id": 19171885, + "name": "2530 - AB Gr\u00e0cia Park G\u00fcell 1-2 - Contemporary 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 12, + "last_review": "2019-06-17", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 193, + "availability_365": 361 + }, + { + "index": 8048, + "id": 19171987, + "name": "2534 - AB Gr\u00e0cia Parc G\u00fcell 3-2 - Amazing 1-Bedroom Apartment near Park G\u00fcell with a Balcony and Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-06-15", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 193, + "availability_365": 356 + }, + { + "index": 8049, + "id": 19172034, + "name": "2533 - AB Gr\u00e0cia Park G\u00fcell 2-3 - Beautiful 1-Bedroom Apartment near Park G\u00fcell with a Balcony and Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-16", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 193, + "availability_365": 358 + }, + { + "index": 8050, + "id": 19172082, + "name": "2532 - AB Gr\u00e0cia Park G\u00fcell 2-2 - Modern 1-Bedroom Apartment near Park G\u00fcell with a Balcony and Natural Light", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-05-02", + "reviews_per_month": 1.07, + "calculated_host_listings_count": 193, + "availability_365": 340 + }, + { + "index": 8051, + "id": 19172215, + "name": "Brand new Poble Sec design flat next to Montju\u00efc", + "host_name": "Laura & Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2018-07-01", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 8, + "availability_365": 342 + }, + { + "index": 8052, + "id": 19172569, + "name": "2524 - AB Parc Guell Luxury 4-2 - Luxury 2-Bedroom Apartment near Park G\u00fcell with Private Terrace", + "host_name": "Eva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-05-23", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 193, + "availability_365": 326 + }, + { + "index": 8053, + "id": 19174269, + "name": "Small room rent in BCN.", + "host_name": "Andrea", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2018-08-28", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 2, + "availability_365": 343 + }, + { + "index": 8054, + "id": 19174776, + "name": "Habitacion centrica confortable", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 93, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-07-23", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 8055, + "id": 19175006, + "name": "022. Alcam Augusta Apartment", + "host_name": "Oscar And Diego", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 97, + "availability_365": 240 + }, + { + "index": 8056, + "id": 19179820, + "name": "Habitaci\u00f3n x1 en piso compartido. Poble Sec", + "host_name": "Aida", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 42, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-06-23", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8057, + "id": 19184380, + "name": "Piso se\u00f1orial junto al mercado de Galvany", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2018-11-26", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 9, + "availability_365": 283 + }, + { + "index": 8058, + "id": 19186115, + "name": "Super Penthouse and sea views", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 1100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 336 + }, + { + "index": 8059, + "id": 19186324, + "name": "FLAT LUXE DIAGONAL MAR (BEACH)", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 850, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 179 + }, + { + "index": 8060, + "id": 19187734, + "name": "Beautiful and cosy flat near la Rambla", + "host_name": "Hugo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-15", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 8061, + "id": 19188690, + "name": "Magnifica habiatcion en Vila de Gracia", + "host_name": "Martina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2018-08-06", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8062, + "id": 19190113, + "name": "Spacious and bright apartment in city center", + "host_name": "Adeline", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 42 + }, + { + "index": 8063, + "id": 19190724, + "name": "P MERIDIANA", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 7 + }, + { + "index": 8064, + "id": 19191171, + "name": "Luxury penthouse, private terrace, pool, gym, AC", + "host_name": "Minerva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 280, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-10-28", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 237 + }, + { + "index": 8065, + "id": 19192134, + "name": "FLAT FOR TWO IN THE CENTER 5.2A", + "host_name": "Leyre", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-04-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 46, + "availability_365": 32 + }, + { + "index": 8066, + "id": 19192722, + "name": "Art Gallery Apartment 1B", + "host_name": "Maria Soledad", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-05-12", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 35, + "availability_365": 146 + }, + { + "index": 8067, + "id": 19193042, + "name": "Ideal apartment for families. With gorgeous views", + "host_name": "Fernando", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-04-30", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 9, + "availability_365": 191 + }, + { + "index": 8068, + "id": 19193802, + "name": "Cobi apartment. Disfruta de Barcelona desde este fant\u00e1stico apartamento.", + "host_name": "Antoni", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 220, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-07-07", + "reviews_per_month": 2.76, + "calculated_host_listings_count": 1, + "availability_365": 253 + }, + { + "index": 8069, + "id": 19193893, + "name": "Big and lovely room close Sagrada Familia,", + "host_name": "Sofiane", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8070, + "id": 19195515, + "name": "B1-Apartamento Sagrada Familia (Bn)", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-12-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 14, + "availability_365": 236 + }, + { + "index": 8071, + "id": 19200418, + "name": "Sagrada familia apartment 3bedroom", + "host_name": "Aurora", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 93, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-06-23", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 7, + "availability_365": 25 + }, + { + "index": 8072, + "id": 19201959, + "name": "Standard 21 Apartment Freser", + "host_name": "Apartments Freser 78", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2019-06-26", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 7, + "availability_365": 230 + }, + { + "index": 8073, + "id": 19202677, + "name": "Room in a Gracia artist house.", + "host_name": "Rafael", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 105, + "last_review": "2019-07-08", + "reviews_per_month": 4.16, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 8074, + "id": 19203160, + "name": "Habitaci\u00f3n privada Plaza Espa\u00f1a", + "host_name": "Jose", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-05-25", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 8075, + "id": 19203913, + "name": "Bcn aparts gracia apartment 9 (4pax, wifi, AC)", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-07-04", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 7, + "availability_365": 46 + }, + { + "index": 8076, + "id": 19204015, + "name": "LOVELY DOUBLE ROOM IN BARCELONA CENTER 2", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 104, + "last_review": "2019-06-28", + "reviews_per_month": 4.24, + "calculated_host_listings_count": 2, + "availability_365": 133 + }, + { + "index": 8077, + "id": 19204454, + "name": "Charming Loft whit a cozy courtyard", + "host_name": "Elsa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-06-02", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 18 + }, + { + "index": 8078, + "id": 19225624, + "name": "Double room with private bathroom in 90m2 flat", + "host_name": "Tess", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-07-02", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 8079, + "id": 19233700, + "name": "Room in big spacious flat next to Parc Guell", + "host_name": "Tilo", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8080, + "id": 19233855, + "name": "Bright double room - La Rambla & Pla\u00e7a Catalunya", + "host_name": "\u00c0lex", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 71, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2017-08-23", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8081, + "id": 19234380, + "name": "Amazing apartment near the sea", + "host_name": "Luca", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-06-10", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8082, + "id": 19236337, + "name": "Double Bedroom with Tourist license in Sarri\u00e0", + "host_name": "Luis & Anna", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-07-02", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 8083, + "id": 19236563, + "name": "Double Inspiring Room in an Artistic Home", + "host_name": "Mile", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 34, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2019-07-09", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 2, + "availability_365": 44 + }, + { + "index": 8084, + "id": 19239896, + "name": "Bright Apartment next to Sagrada Familia \u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 234, + "minimum_nights": 4, + "number_of_reviews": 52, + "last_review": "2019-07-03", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 84, + "availability_365": 315 + }, + { + "index": 8085, + "id": 19241182, + "name": "Room in Sants area", + "host_name": "Elena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 110, + "last_review": "2019-06-28", + "reviews_per_month": 4.4, + "calculated_host_listings_count": 2, + "availability_365": 35 + }, + { + "index": 8086, + "id": 19242960, + "name": "Double room in centric modernist building", + "host_name": "Victor", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-21", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 8087, + "id": 19244584, + "name": "Centric Sunny Double-Bedroom - Sagrada Familia", + "host_name": "Violetta", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 24, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-02-09", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8088, + "id": 19245979, + "name": "Nice room close to Parc G\u00fcell", + "host_name": "Inmaculada", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2017-10-17", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8089, + "id": 19248826, + "name": "Artistic place with balcony in center of city", + "host_name": "Gaya & Emma", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 66, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-07-03", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 1, + "availability_365": 2 + }, + { + "index": 8090, + "id": 19251379, + "name": "10 mn walking from plaza catalunya", + "host_name": "Cariss", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 4, + "number_of_reviews": 9, + "last_review": "2018-08-25", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 4, + "availability_365": 67 + }, + { + "index": 8091, + "id": 19253139, + "name": "Soleada y tranquila", + "host_name": "Meritxell", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8092, + "id": 19253926, + "name": "H MATHILDE 1", + "host_name": "Catherine", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 14, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-08-19", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 28, + "availability_365": 312 + }, + { + "index": 8093, + "id": 19253940, + "name": "H TRAV DALT 1", + "host_name": "Catherine", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 15, + "minimum_nights": 120, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 227 + }, + { + "index": 8094, + "id": 19259536, + "name": "Wonderfull room close to the beach", + "host_name": "Ana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 32, + "minimum_nights": 10, + "number_of_reviews": 29, + "last_review": "2019-07-01", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 8095, + "id": 19261701, + "name": "Nice apartmet in Barcelona room for rent.", + "host_name": "Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-07-08", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 3, + "availability_365": 173 + }, + { + "index": 8096, + "id": 19263265, + "name": "Mestral Mar Individual Hab.8", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-08-18", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8097, + "id": 19263271, + "name": "Habitaci\u00f3n tranquila cerca del Park G\u00fcell", + "host_name": "Isaac", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-07-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8098, + "id": 19265180, + "name": "Camp Nou Experience", + "host_name": "Maria Soledad", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-05-07", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 35, + "availability_365": 154 + }, + { + "index": 8099, + "id": 19265548, + "name": "LOVELY AND QUIET ROOM IN THE CENTRE OF BARCELONA", + "host_name": "Martin", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 131, + "last_review": "2019-07-08", + "reviews_per_month": 5.38, + "calculated_host_listings_count": 1, + "availability_365": 175 + }, + { + "index": 8100, + "id": 19269183, + "name": "Descansa Desconecta y Conoce BCN. City", + "host_name": "Tonny", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 29, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2018-09-28", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 3, + "availability_365": 38 + }, + { + "index": 8101, + "id": 19269722, + "name": "Green Bohemian Private Room AC opcional", + "host_name": "Malcom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-06-14", + "reviews_per_month": 2.24, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 8102, + "id": 19269849, + "name": "Bohemian Blue Private Room in our home AC opcional", + "host_name": "Evge", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 76, + "last_review": "2019-06-22", + "reviews_per_month": 3.03, + "calculated_host_listings_count": 1, + "availability_365": 340 + }, + { + "index": 8103, + "id": 19270009, + "name": "Habitaci\u00f3n doble estadio futbol club Barcelona", + "host_name": "Jose", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2017-11-06", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 162 + }, + { + "index": 8104, + "id": 19270956, + "name": "Bright Private Double Room in el Clot", + "host_name": "Marjolein", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8105, + "id": 19278621, + "name": "Mestral Mar Doble hab. 3", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 77, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2017-08-12", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8106, + "id": 19278720, + "name": "Sunny 4bedroom w/ Balcony view to Sagrada Familia\u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 264, + "minimum_nights": 4, + "number_of_reviews": 75, + "last_review": "2019-07-07", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 84, + "availability_365": 295 + }, + { + "index": 8107, + "id": 19279731, + "name": "Mestral Mar Individual hab. 5- 1", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 44, + "minimum_nights": 5, + "number_of_reviews": 1, + "last_review": "2017-08-10", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8108, + "id": 19280134, + "name": "Sunny Attic with Terrace and City Views! \u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 333, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-07-04", + "reviews_per_month": 3.22, + "calculated_host_listings_count": 84, + "availability_365": 275 + }, + { + "index": 8109, + "id": 19280939, + "name": "Sunny 4 Bedroom next to Gaudis Sagrada Familia \u00a4", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 270, + "minimum_nights": 4, + "number_of_reviews": 88, + "last_review": "2019-07-01", + "reviews_per_month": 3.7, + "calculated_host_listings_count": 84, + "availability_365": 302 + }, + { + "index": 8110, + "id": 19281257, + "name": "Bohemian Apartment", + "host_name": "Marta", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 6, + "last_review": "2019-07-08", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 8111, + "id": 19283917, + "name": "Bright room near Camp Nou/Habitaci\u00f3n luminosa BCN", + "host_name": "Eli", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-05-13", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8112, + "id": 19284742, + "name": "Double Private Rooms Barcelona Center", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-07-04", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8113, + "id": 19287282, + "name": "Central house with terrace in Barcelona", + "host_name": "Eugeni", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-06-14", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 7, + "availability_365": 228 + }, + { + "index": 8114, + "id": 19288117, + "name": "Oooolaaalaaa", + "host_name": "Oriol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 37, + "last_review": "2018-10-21", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8115, + "id": 19288657, + "name": "Barcelona central modernist architecture +terrace", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 118, + "last_review": "2019-07-09", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 4, + "availability_365": 19 + }, + { + "index": 8116, + "id": 19288867, + "name": "New Modern Studio in Gr\u00e0cia - Close to Everything!", + "host_name": "Log", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-06-24", + "reviews_per_month": 3.46, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 8117, + "id": 19289135, + "name": "Modern Apartment Sants w/ Swimming Pool", + "host_name": "Pam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-16", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8118, + "id": 19289884, + "name": "Double Room near to the Beach - Sunny and quiet", + "host_name": "Luciano", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-06-03", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 77 + }, + { + "index": 8119, + "id": 19290386, + "name": "Orange Bohemian Private Room in our home AC opcion", + "host_name": "Malcom", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-26", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 353 + }, + { + "index": 8120, + "id": 19295480, + "name": "TWO ROOMS LONGSTAY APARTMENT ON RESIDENTIAL AREA", + "host_name": "Arian Watermelon Barcelona!", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 33, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 365 + }, + { + "index": 8121, + "id": 19299952, + "name": "Centric, downtown, cozy bedroom.", + "host_name": "Dan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 52, + "minimum_nights": 7, + "number_of_reviews": 42, + "last_review": "2019-06-23", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 1, + "availability_365": 200 + }, + { + "index": 8122, + "id": 19301779, + "name": "Paseo de Gracia Apartment Duplex 2 2", + "host_name": "Sol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-05-21", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 39, + "availability_365": 158 + }, + { + "index": 8123, + "id": 19302014, + "name": "Confortable double room.", + "host_name": "Juan", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-17", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 8124, + "id": 19302367, + "name": "Exclusive, modern BCN Center 4pax. 2bedr +2bathr.", + "host_name": "Willem", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 26, + "availability_365": 0 + }, + { + "index": 8125, + "id": 19302989, + "name": "ATICO, LA RAMBLA, ASCENSOR, A/C, TERRAZA, METRO L3", + "host_name": "Edgar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 65, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8126, + "id": 19304849, + "name": "Beautiful Flat with Private Terrace in Barceloneta", + "host_name": "Raluca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 2, + "last_review": "2019-02-23", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 148 + }, + { + "index": 8127, + "id": 19305348, + "name": "Estupenda habitacion en ViIla de Gracia", + "host_name": "Martina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-08-26", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8128, + "id": 19305430, + "name": "Barcelona central Modernist architecture+balcony", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 6, + "number_of_reviews": 103, + "last_review": "2019-07-06", + "reviews_per_month": 4.14, + "calculated_host_listings_count": 4, + "availability_365": 87 + }, + { + "index": 8129, + "id": 19306107, + "name": "Sweethome in Gracia!\nDesayuno/Breakfast", + "host_name": "Yolanda", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 29, + "minimum_nights": 4, + "number_of_reviews": 69, + "last_review": "2019-07-01", + "reviews_per_month": 2.75, + "calculated_host_listings_count": 1, + "availability_365": 290 + }, + { + "index": 8130, + "id": 19306927, + "name": "Beautiful 1 bed house with Feng Shui Culture", + "host_name": "Angels & Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 15, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-06-13", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 8131, + "id": 19308050, + "name": "Room barcelona diamonds", + "host_name": "Roberto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-22", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 2, + "availability_365": 31 + }, + { + "index": 8132, + "id": 19308504, + "name": "Near the beach! Double ensuite room +A/C + parking", + "host_name": "Jesusa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 113, + "last_review": "2019-06-24", + "reviews_per_month": 4.57, + "calculated_host_listings_count": 1, + "availability_365": 24 + }, + { + "index": 8133, + "id": 19309210, + "name": "Cozy and confortable apartment with terrace", + "host_name": "Mon", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2019-05-12", + "reviews_per_month": 0.28, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 8134, + "id": 19314515, + "name": "The economic room in 20 minutes from the center", + "host_name": "Alexei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 20, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-25", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 8135, + "id": 19320230, + "name": "Single room in central Barcelona", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 8136, + "id": 19321199, + "name": "Spacious and bright apt for 8 near Sagrada Familia", + "host_name": "Tendency", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 108, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-23", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 42, + "availability_365": 59 + }, + { + "index": 8137, + "id": 19321540, + "name": "Luxury apartment in front of the sea..", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 1100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 336 + }, + { + "index": 8138, + "id": 19321967, + "name": "BSB Cherry Blossom El Born", + "host_name": "Ellie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 60, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 15, + "availability_365": 292 + }, + { + "index": 8139, + "id": 19321989, + "name": "Luxury apartment 3 min to the beach", + "host_name": "Silvia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 850, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 6, + "availability_365": 335 + }, + { + "index": 8140, + "id": 19322795, + "name": "Two double rooms in city center & private bathroom", + "host_name": "Beatriz", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-23", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 177 + }, + { + "index": 8141, + "id": 19324222, + "name": "Habitacion en Zona Franca", + "host_name": "Marlene", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-07-01", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8142, + "id": 19326561, + "name": "Double Room Short Walk to the Beach", + "host_name": "Andrea", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 5, + "number_of_reviews": 26, + "last_review": "2019-07-01", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 8143, + "id": 19329041, + "name": "Excelente ubicaci\u00f3n ambiente tranquilo", + "host_name": "Leydy", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-25", + "reviews_per_month": 0.63, + "calculated_host_listings_count": 1, + "availability_365": 330 + }, + { + "index": 8144, + "id": 19336825, + "name": "Cheap Room in Central & Chilled Flat", + "host_name": "Jonas Paul", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-07-29", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8145, + "id": 19342564, + "name": "Cozy double room close to Plaza Espa\u00f1a", + "host_name": "Vilma", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 51, + "minimum_nights": 4, + "number_of_reviews": 76, + "last_review": "2019-06-26", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8146, + "id": 19343794, + "name": "Cosy Double Room. Near City+Beach", + "host_name": "Selena", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-03-11", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 8147, + "id": 19343873, + "name": "Spacious apartment with private terrace", + "host_name": "Anastasia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-23", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 8148, + "id": 19344526, + "name": "JaviMiki", + "host_name": "Javier", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8149, + "id": 19345829, + "name": "Stylish Apartment Plaza Espa\u00f1a. Renovated 2017", + "host_name": "Manuel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 59, + "minimum_nights": 83, + "number_of_reviews": 24, + "last_review": "2018-09-26", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 31, + "availability_365": 349 + }, + { + "index": 8150, + "id": 19349295, + "name": "Nice apartmet in Barcelona room for rent.", + "host_name": "Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 8, + "last_review": "2019-06-28", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 165 + }, + { + "index": 8151, + "id": 19351508, + "name": "Beautiful Flat for 4 with AC near Sagrada Familia", + "host_name": "Duygu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 32, + "last_review": "2018-05-24", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 2, + "availability_365": 17 + }, + { + "index": 8152, + "id": 19354061, + "name": "Habitaci\u00f3n + ba\u00f1o privado + ubicaci\u00f3n privilegiada", + "host_name": "Jessica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 64, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2017-11-18", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8153, + "id": 19355007, + "name": "Delightful 2 bedroom apartment", + "host_name": "Daiga", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 48, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-04-12", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 12, + "availability_365": 299 + }, + { + "index": 8154, + "id": 19357639, + "name": "Holiday in Style Suite52 3bd Swimming Pool, Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-06-24", + "reviews_per_month": 3.24, + "calculated_host_listings_count": 9, + "availability_365": 322 + }, + { + "index": 8155, + "id": 19362632, + "name": "Comfortable doble room. Gayfriendly space.", + "host_name": "Marcel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-07-04", + "reviews_per_month": 4.47, + "calculated_host_listings_count": 1, + "availability_365": 53 + }, + { + "index": 8156, + "id": 19372080, + "name": "Large doubleroom close Park G\u00fcell/Sagrada Familia", + "host_name": "Irene", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-22", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8157, + "id": 19372282, + "name": "FANTASTICA HABITACION DOBLE EN BARCELONA CENTRO", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2017-12-26", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8158, + "id": 19373007, + "name": "Sunny & Central room with balcony (A)", + "host_name": "Clara", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 46, + "minimum_nights": 5, + "number_of_reviews": 76, + "last_review": "2019-06-24", + "reviews_per_month": 3.11, + "calculated_host_listings_count": 3, + "availability_365": 283 + }, + { + "index": 8159, + "id": 19373099, + "name": "Habitacion Individual en Zona Franca", + "host_name": "Marlene", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8160, + "id": 19373641, + "name": "Habitacion Doble en Zona Franca", + "host_name": "Marlene", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8161, + "id": 19373734, + "name": "Nice double bedroom in Born Barcelona", + "host_name": "Joan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2019-06-20", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 2, + "availability_365": 77 + }, + { + "index": 8162, + "id": 19373792, + "name": "Room in Gr\u00e0cia (Barcelona) close to Park G\u00fcell.", + "host_name": "David", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 132, + "last_review": "2019-07-03", + "reviews_per_month": 5.36, + "calculated_host_listings_count": 1, + "availability_365": 43 + }, + { + "index": 8163, + "id": 19380085, + "name": "Hermoso Apartamento SPBP22388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-25", + "reviews_per_month": 3.13, + "calculated_host_listings_count": 20, + "availability_365": 112 + }, + { + "index": 8164, + "id": 19380351, + "name": "SPACIOUS APARTMENT IN THE CITY CENTER", + "host_name": "Doyouapartments", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-05-01", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 2, + "availability_365": 49 + }, + { + "index": 8165, + "id": 19381671, + "name": "Room in Gracia / Habitaci\u00f3n en Gracia", + "host_name": "Odi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 27, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2019-06-25", + "reviews_per_month": 0.41, + "calculated_host_listings_count": 4, + "availability_365": 275 + }, + { + "index": 8166, + "id": 19381729, + "name": "Habitaci\u00f3n privada", + "host_name": "Viviana", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-09-13", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8167, + "id": 19383965, + "name": "Habitaci\u00f3n junto Park Guell. Tranquila, comunicada", + "host_name": "Xavi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 30, + "number_of_reviews": 3, + "last_review": "2017-09-16", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 1, + "availability_365": 242 + }, + { + "index": 8168, + "id": 19385792, + "name": "2rooms+mezzanine+2 private bathrooms for 7 guests", + "host_name": "Guillaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-28", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 3, + "availability_365": 318 + }, + { + "index": 8169, + "id": 19386220, + "name": "Bertha's ArtSpace", + "host_name": "Bertha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 34, + "minimum_nights": 3, + "number_of_reviews": 40, + "last_review": "2019-07-06", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 2, + "availability_365": 300 + }, + { + "index": 8170, + "id": 19387279, + "name": "Habitaci\u00f3n 2 Sagrada Familia", + "host_name": "Mercedes", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2019-07-02", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 8171, + "id": 19394386, + "name": "Habitaci\u00f3n doble en Horta", + "host_name": "Joan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 42, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-12-16", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8172, + "id": 19395233, + "name": "Cosy Studio with Patio in Sants", + "host_name": "Anima Apartments", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-15", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 13, + "availability_365": 101 + }, + { + "index": 8173, + "id": 19398656, + "name": "Bac de Roda flatmate", + "host_name": "Esteban", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-12", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 8174, + "id": 19402908, + "name": "Nico's ArtSpace", + "host_name": "Bertha", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 36, + "last_review": "2019-07-09", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 2, + "availability_365": 311 + }, + { + "index": 8175, + "id": 19404510, + "name": "Room Bcn Center", + "host_name": "Guillaume & Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 163, + "last_review": "2019-07-07", + "reviews_per_month": 6.54, + "calculated_host_listings_count": 1, + "availability_365": 274 + }, + { + "index": 8176, + "id": 19405798, + "name": "Mapi", + "host_name": "Manel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 8, + "last_review": "2019-06-22", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 8177, + "id": 19407188, + "name": "NICE DOUBLE ROOM", + "host_name": "Adrian", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 52, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-07-01", + "reviews_per_month": 5.01, + "calculated_host_listings_count": 1, + "availability_365": 158 + }, + { + "index": 8178, + "id": 19407295, + "name": "habitacion privada", + "host_name": "Patricia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-25", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 1, + "availability_365": 85 + }, + { + "index": 8179, + "id": 19409023, + "name": "Lovely room with balcony in Barcelona Sants", + "host_name": "J\u00f3se", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 8, + "last_review": "2019-06-28", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8180, + "id": 19409047, + "name": "Quiet Single Room (Poble Nou) near beach and shops", + "host_name": "Antonio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 101, + "last_review": "2019-07-07", + "reviews_per_month": 4.06, + "calculated_host_listings_count": 1, + "availability_365": 49 + }, + { + "index": 8181, + "id": 19409164, + "name": "GREAT DOUBLE ROOM IN A CENTRIC AND NICE APARTMENT", + "host_name": "Alexander", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2017-09-05", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8182, + "id": 19410032, + "name": "Alquilo habitaci\u00f3n c\u00e9ntrica. Raval. Parejas o uno", + "host_name": "Cami", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-06-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8183, + "id": 19418846, + "name": "Cozy Beutiful Bedroom", + "host_name": "Albert", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 6, + "number_of_reviews": 17, + "last_review": "2019-06-22", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 4, + "availability_365": 269 + }, + { + "index": 8184, + "id": 19420469, + "name": "STUDIO IN THE GOTHIC I", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 46, + "availability_365": 31 + }, + { + "index": 8185, + "id": 19421041, + "name": "Single room in renewed flat in Les Corts", + "host_name": "Xavier", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 17, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-12-26", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 8186, + "id": 19421804, + "name": "Centric Apartment near Sagrada Familia", + "host_name": "Luciana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2019-05-28", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 1, + "availability_365": 125 + }, + { + "index": 8187, + "id": 19421991, + "name": "\"Borne\" Suite with Private bathroom -best location", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 3, + "availability_365": 306 + }, + { + "index": 8188, + "id": 19422319, + "name": "Loft en gracia Barcelona", + "host_name": "Lola", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2017-08-18", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 3, + "availability_365": 250 + }, + { + "index": 8189, + "id": 19422997, + "name": "Gran Via /Coliseum EXECUTIVE - 2 pax (+ 1 kid)", + "host_name": "Key Inn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-05-17", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 47, + "availability_365": 1 + }, + { + "index": 8190, + "id": 19424216, + "name": "Cozy Double Room with Balcony in Borne area", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 36, + "last_review": "2019-06-25", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 3, + "availability_365": 335 + }, + { + "index": 8191, + "id": 19424985, + "name": "Priv Double Room+Living Room near Sagrada Familia", + "host_name": "Silvia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2017-09-25", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8192, + "id": 19425833, + "name": "Piso en la Sagrera", + "host_name": "Antonio", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8193, + "id": 19426207, + "name": "\"Borne Area\" Double Bedroom in best location", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-06-14", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 3, + "availability_365": 307 + }, + { + "index": 8194, + "id": 19426908, + "name": "Bed & Breakfast DOUBLE.Les Corts. SANTS ESTACI\u00d3", + "host_name": "Mart\u00ed", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 129, + "last_review": "2019-03-28", + "reviews_per_month": 5.25, + "calculated_host_listings_count": 3, + "availability_365": 6 + }, + { + "index": 8195, + "id": 19429056, + "name": "Renovated 3 bedroom in the historical Born", + "host_name": "Nicolas & Dunia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-11-03", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 341 + }, + { + "index": 8196, + "id": 19430431, + "name": "Bed&Breakfast single room. SANTS ESTACI\u00d3", + "host_name": "Mart\u00ed", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 129, + "last_review": "2019-03-28", + "reviews_per_month": 5.27, + "calculated_host_listings_count": 3, + "availability_365": 6 + }, + { + "index": 8197, + "id": 19432305, + "name": "The green suite", + "host_name": "Jude", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 35, + "number_of_reviews": 5, + "last_review": "2019-06-09", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 8198, + "id": 19432812, + "name": "*CHICA/GIRL* AL LADO DE -SAGRADA FAMILIA-( GAUDI).", + "host_name": "Carmen", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-06-26", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8199, + "id": 19434638, + "name": "Lovely beach apartment", + "host_name": "Hugo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 49, + "last_review": "2019-07-03", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 8200, + "id": 19434730, + "name": "PRIVATE ROOM IN THE CENTER OF BARCELONA!\u2764\ufe0f", + "host_name": "Yesi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-06-21", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 2, + "availability_365": 345 + }, + { + "index": 8201, + "id": 19435954, + "name": "BRIGHT AND SPACIOUS ROOM WITH SEA WIEVS", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8202, + "id": 19435986, + "name": "PRIVATE ROOM IN THE CENTER OF BARCELONA!! \u2764\ufe0f", + "host_name": "Yesi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-22", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 2, + "availability_365": 337 + }, + { + "index": 8203, + "id": 19436738, + "name": "Comfortable double room close to the city center", + "host_name": "Katy", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-06-04", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8204, + "id": 19444623, + "name": "Habitaci\u00f3n doble en piso art\u00edstico (El Borne)", + "host_name": "Francisca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 39, + "last_review": "2019-04-23", + "reviews_per_month": 1.59, + "calculated_host_listings_count": 1, + "availability_365": 34 + }, + { + "index": 8205, + "id": 19445324, + "name": "Habitaci\u00f3n 1 Sagrada Familia", + "host_name": "Mercedes", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-01", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 303 + }, + { + "index": 8206, + "id": 19445745, + "name": "Cozy private room , garden access near the beach", + "host_name": "Leo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-05-26", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 2, + "availability_365": 333 + }, + { + "index": 8207, + "id": 19445891, + "name": "Cool Bohemian Flat: Room to Rent", + "host_name": "Brandie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-10-01", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8208, + "id": 19446899, + "name": "Vista desde el balc\u00f3n", + "host_name": "Alvaro", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 145, + "minimum_nights": 1, + "number_of_reviews": 213, + "last_review": "2019-07-08", + "reviews_per_month": 8.71, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 8209, + "id": 19449109, + "name": "CHARMING 2BDR APARTMENT IN GREAT NEIGHBOURHOOD", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2019-06-01", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 46, + "availability_365": 94 + }, + { + "index": 8210, + "id": 19449719, + "name": "Bed&Breakfast x 3 guests.Les Corts. SANTS ESTACI\u00d3", + "host_name": "Mart\u00ed", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-07-05", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 3, + "availability_365": 10 + }, + { + "index": 8211, + "id": 19450897, + "name": "Mestral Mar Doble hab.2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 77, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-06-17", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8212, + "id": 19451647, + "name": "1 habitacion en piso familiar en Plaza Espa\u00f1a.", + "host_name": "Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 34, + "last_review": "2019-06-20", + "reviews_per_month": 1.44, + "calculated_host_listings_count": 3, + "availability_365": 27 + }, + { + "index": 8213, + "id": 19457160, + "name": "A cute room with a private bathroom and balcony", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-23", + "reviews_per_month": 1.63, + "calculated_host_listings_count": 3, + "availability_365": 260 + }, + { + "index": 8214, + "id": 19461379, + "name": "Cozy new flat next to Montju\u00efc", + "host_name": "Laura & Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 15, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2018-10-06", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 8, + "availability_365": 344 + }, + { + "index": 8215, + "id": 19465122, + "name": "Hab individual, 100 Mts de Paseo de Gracia!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 21, + "minimum_nights": 32, + "number_of_reviews": 31, + "last_review": "2018-11-20", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 14, + "availability_365": 122 + }, + { + "index": 8216, + "id": 19465905, + "name": "Double Room external Private bathroom!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 20, + "last_review": "2019-05-01", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 14, + "availability_365": 123 + }, + { + "index": 8217, + "id": 19465907, + "name": "Beutifull New cozy Bedrooms* SUM", + "host_name": "Albert", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 33, + "minimum_nights": 5, + "number_of_reviews": 11, + "last_review": "2019-06-22", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 4, + "availability_365": 179 + }, + { + "index": 8218, + "id": 19466167, + "name": "Double Room Ensuite Bathroom with Balcony!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 30, + "number_of_reviews": 20, + "last_review": "2018-08-19", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 14, + "availability_365": 153 + }, + { + "index": 8219, + "id": 19470717, + "name": "HABITACI\u00d3N PARA 3 EN PLAZA ESPA\u00d1A", + "host_name": "Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 49, + "last_review": "2019-06-20", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 3, + "availability_365": 23 + }, + { + "index": 8220, + "id": 19472751, + "name": "Magnifica habitacion doble en Sants.", + "host_name": "Tina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2017-08-30", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8221, + "id": 19477279, + "name": "c\u00e9ntrico y tranquilo.", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-08-27", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8222, + "id": 19480706, + "name": "BEAUTIFUL ROOM HERMOSA HABITACI\u00d3N-ESPECIAL MASTER", + "host_name": "Pablo", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 90, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2017-08-29", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 8223, + "id": 19482056, + "name": "XXL Room in the full center", + "host_name": "Katy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 5, + "last_review": "2017-08-28", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 5 + }, + { + "index": 8224, + "id": 19483565, + "name": "Awsome & staylish double room", + "host_name": "Linda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 45, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8225, + "id": 19486889, + "name": "Double room(close to airport and center)", + "host_name": "Fanny", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-08-31", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8226, + "id": 19488332, + "name": "HABITACION EXTERIOR (single) EN ALQUILER", + "host_name": "Maria Jose", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-06-27", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8227, + "id": 19494260, + "name": "Bedroom+private bathroom -next metro Barceloneta", + "host_name": "Luigi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 300, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 8228, + "id": 19495182, + "name": "NamasteHouse", + "host_name": "Andrea", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-08-24", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8229, + "id": 19495313, + "name": "Perfect New double room with new Bathroom ! !", + "host_name": "Esther", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 63, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 90 + }, + { + "index": 8230, + "id": 19495324, + "name": "Private room in an attic flat with terrace", + "host_name": "Victor", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Teixonera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-07-05", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 8231, + "id": 19496183, + "name": "Vila Olimpica Double Room close to the beach", + "host_name": "Omar", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-06-30", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 52 + }, + { + "index": 8232, + "id": 19496549, + "name": "Sagrada Familia - Cozy room for two", + "host_name": "Gustavo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 142, + "last_review": "2019-06-26", + "reviews_per_month": 5.78, + "calculated_host_listings_count": 2, + "availability_365": 27 + }, + { + "index": 8233, + "id": 19499049, + "name": "Nice and well-lit double room Poble Sec", + "host_name": "Saana", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-03-31", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8234, + "id": 19499999, + "name": "Habitaci\u00f3n privada en el coraz\u00f3n de Gracia", + "host_name": "Ines", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2018-07-22", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8235, + "id": 19501574, + "name": "Beautiful rom in the heart of barcelona", + "host_name": "Sol", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-21", + "reviews_per_month": 4.21, + "calculated_host_listings_count": 1, + "availability_365": 243 + }, + { + "index": 8236, + "id": 19501925, + "name": "Apartamento cerca Sagrada Familia", + "host_name": "Marta", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 4, + "number_of_reviews": 62, + "last_review": "2019-07-01", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 1, + "availability_365": 269 + }, + { + "index": 8237, + "id": 19503834, + "name": "HABITACION DOBLE.\u041a\u041e\u041c\u041d\u0410\u0422\u0410 .", + "host_name": "Zoryana", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Montbau", + "room_type": "Private room", + "price": 23, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-07-03", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 2, + "availability_365": 218 + }, + { + "index": 8238, + "id": 19503907, + "name": "Bonita habitaci\u00f3n , zona playa de la Marbella", + "host_name": "Jose Antonio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8239, + "id": 19505496, + "name": "Awesome Double Bedroom", + "host_name": "Camila", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-08-13", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8240, + "id": 19509048, + "name": "Double bedroom with a private bathroom", + "host_name": "Elica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-07-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8241, + "id": 19509384, + "name": "Barcelona Feeling Suite44 2bd Swimming Pool Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 210, + "minimum_nights": 2, + "number_of_reviews": 70, + "last_review": "2019-06-23", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 9, + "availability_365": 332 + }, + { + "index": 8242, + "id": 19511931, + "name": "2 Bedrooms close to Magic Fountains", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-05-22", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 76, + "availability_365": 90 + }, + { + "index": 8243, + "id": 19512090, + "name": "La casa \u00a8cozy\u00a8 in Sagrada Familia", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-21", + "reviews_per_month": 1.99, + "calculated_host_listings_count": 76, + "availability_365": 131 + }, + { + "index": 8244, + "id": 19513173, + "name": "Autentic Monumental P1", + "host_name": "Apartaments Turistics Barcelona S.L", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 11, + "last_review": "2019-06-24", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 19, + "availability_365": 351 + }, + { + "index": 8245, + "id": 19513397, + "name": "Nice apartment in Barcelona Sants.", + "host_name": "Fernando", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-06-08", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 3, + "availability_365": 169 + }, + { + "index": 8246, + "id": 19514645, + "name": "PENTHOUSE IN THE GOTHIC I", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-04-05", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 8247, + "id": 19514818, + "name": "Habitaci\u00f3n doble con balc\u00f3n y Ba\u00f1o Privado!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2017-10-20", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 14, + "availability_365": 91 + }, + { + "index": 8248, + "id": 19514886, + "name": "PENTHOUSE IN THE GOTHIC II", + "host_name": "Leyre", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-22", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 46, + "availability_365": 0 + }, + { + "index": 8249, + "id": 19515276, + "name": "Single Room, Paseo de Gracia!", + "host_name": "Amparo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 31, + "number_of_reviews": 39, + "last_review": "2019-01-31", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 14, + "availability_365": 149 + }, + { + "index": 8250, + "id": 19515377, + "name": "Lovely and big flat close to Pla\u00e7a Universitat", + "host_name": "Andreu", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8251, + "id": 19517262, + "name": "Appartments", + "host_name": "Yanita", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8252, + "id": 19517960, + "name": "Preciosa Habitaci\u00f3n en la propia Diagonal", + "host_name": "Silvia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-07-04", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 8253, + "id": 19518024, + "name": "HABITACI\u00d3N C\u00d3MODA, Y C\u00c9NTRICA", + "host_name": "Erika", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 54, + "minimum_nights": 2, + "number_of_reviews": 8, + "last_review": "2017-08-22", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8254, + "id": 19522765, + "name": "Room en el Born", + "host_name": "Dana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2017-08-29", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8255, + "id": 19528521, + "name": ".", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 69, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2019-02-23", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 241 + }, + { + "index": 8256, + "id": 19529939, + "name": "Adorable Double Room", + "host_name": "Camila", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-08-30", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8257, + "id": 19535792, + "name": "Delicioso piso de Fin de Siglo XIX-62 m3", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 51, + "minimum_nights": 30, + "number_of_reviews": 9, + "last_review": "2018-08-31", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 9, + "availability_365": 138 + }, + { + "index": 8258, + "id": 19536637, + "name": "Renovated 3bed flat close to Las Ramblas!", + "host_name": "Joel + Fran\u00e7oise", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 35, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2018-09-04", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 215 + }, + { + "index": 8259, + "id": 19536690, + "name": "CASANOVA ELEGANCE, stylish, 4 double bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 71, + "last_review": "2019-06-16", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 36, + "availability_365": 159 + }, + { + "index": 8260, + "id": 19536691, + "name": "PLAZA ESPA\u00d1A, comfy, 3 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-06-20", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 36, + "availability_365": 154 + }, + { + "index": 8261, + "id": 19536692, + "name": "PARLAMENT, balcony, Sant Antoni market.", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-20", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 36, + "availability_365": 132 + }, + { + "index": 8262, + "id": 19536695, + "name": "MARQUES - 4 bedrooms apartment", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 38, + "last_review": "2019-06-10", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 36, + "availability_365": 156 + }, + { + "index": 8263, + "id": 19536697, + "name": "DELUXE SUITE, central, boho chic, balcony", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-17", + "reviews_per_month": 0.67, + "calculated_host_listings_count": 36, + "availability_365": 117 + }, + { + "index": 8264, + "id": 19536698, + "name": "DELUXE, central, boho, views, 3 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 68, + "last_review": "2019-06-25", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 36, + "availability_365": 223 + }, + { + "index": 8265, + "id": 19536699, + "name": "PASSEIG DE GRACIA, large terrace-patio", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-06-19", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 36, + "availability_365": 99 + }, + { + "index": 8266, + "id": 19536700, + "name": "VILADOMAT, large, comfy, 4 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 107, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2019-06-08", + "reviews_per_month": 1.58, + "calculated_host_listings_count": 36, + "availability_365": 151 + }, + { + "index": 8267, + "id": 19536701, + "name": "ATIC SAGRADA FAMILIA", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 1, + "number_of_reviews": 41, + "last_review": "2019-06-10", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 36, + "availability_365": 128 + }, + { + "index": 8268, + "id": 19536702, + "name": "BORRELL, Sant Antoni market", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-06-17", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 36, + "availability_365": 159 + }, + { + "index": 8269, + "id": 19536703, + "name": "DELUXE, central, classy, balcony", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 28, + "last_review": "2019-05-13", + "reviews_per_month": 1.24, + "calculated_host_listings_count": 36, + "availability_365": 213 + }, + { + "index": 8270, + "id": 19536704, + "name": "GRACIA BONAVISTA, 3 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 94, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-17", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 36, + "availability_365": 57 + }, + { + "index": 8271, + "id": 19536705, + "name": "GRACIA DREAM", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 14, + "last_review": "2019-05-31", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 36, + "availability_365": 124 + }, + { + "index": 8272, + "id": 19536706, + "name": "CIUTADELLA PARK, 4 double bedrooms, green park", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 166, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-07-06", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 36, + "availability_365": 138 + }, + { + "index": 8273, + "id": 19536707, + "name": "ATIC CIUTADELLA PARK, 2 double bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-07-06", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 36, + "availability_365": 124 + }, + { + "index": 8274, + "id": 19536708, + "name": "GRACIA ROSE", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 103, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-05", + "reviews_per_month": 0.49, + "calculated_host_listings_count": 36, + "availability_365": 168 + }, + { + "index": 8275, + "id": 19536709, + "name": "CIUTADELLA PARK, 4 bedrooms, park views", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-07-01", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 36, + "availability_365": 159 + }, + { + "index": 8276, + "id": 19536710, + "name": "OLIVERA, balcony, Plaza Espa\u00f1a, La Fira", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-03", + "reviews_per_month": 1.29, + "calculated_host_listings_count": 36, + "availability_365": 148 + }, + { + "index": 8277, + "id": 19536711, + "name": "PORT I apartment", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-04-27", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 36, + "availability_365": 115 + }, + { + "index": 8278, + "id": 19536712, + "name": "CIUTADELLA PARK 5-2", + "host_name": "Luis", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 1, + "number_of_reviews": 34, + "last_review": "2019-07-02", + "reviews_per_month": 1.05, + "calculated_host_listings_count": 36, + "availability_365": 170 + }, + { + "index": 8279, + "id": 19536713, + "name": "PLAZA ESPA\u00d1A DELUXE, light, views.", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 114, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2019-05-26", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 36, + "availability_365": 118 + }, + { + "index": 8280, + "id": 19536714, + "name": "GRACIA cozy living", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-06-25", + "reviews_per_month": 1.18, + "calculated_host_listings_count": 36, + "availability_365": 121 + }, + { + "index": 8281, + "id": 19536715, + "name": "GRACIA SUITE comfort", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-05-29", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 36, + "availability_365": 123 + }, + { + "index": 8282, + "id": 19536716, + "name": "GRACIA SUITE, balcony", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-03", + "reviews_per_month": 0.52, + "calculated_host_listings_count": 36, + "availability_365": 124 + }, + { + "index": 8283, + "id": 19536717, + "name": "GRACIA chic style, balcony", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 35, + "last_review": "2019-06-21", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 36, + "availability_365": 113 + }, + { + "index": 8284, + "id": 19536719, + "name": "ATIC GRACIA, terrace, lightly, views", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-05-01", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 36, + "availability_365": 162 + }, + { + "index": 8285, + "id": 19536720, + "name": "GRACIA comfort, patio area", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-23", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 36, + "availability_365": 138 + }, + { + "index": 8286, + "id": 19536721, + "name": "GRACIA SANT AGUSTI, 3 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-06-25", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 36, + "availability_365": 66 + }, + { + "index": 8287, + "id": 19536727, + "name": "GRACIA, classy & sunny, 2 bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 46, + "last_review": "2019-06-19", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 36, + "availability_365": 110 + }, + { + "index": 8288, + "id": 19536728, + "name": "EIXAMPLE LOFT - 3 open bedrooms", + "host_name": "Luis", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 105, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2019-06-17", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 36, + "availability_365": 154 + }, + { + "index": 8289, + "id": 19538760, + "name": "Comfortable Room", + "host_name": "Camila", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-07-16", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8290, + "id": 19539067, + "name": "Double room near of sagrada familia", + "host_name": "Maria Andrea", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-02-20", + "reviews_per_month": 0.85, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8291, + "id": 19548232, + "name": "Nice double room in Raval!", + "host_name": "Luca", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-30", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 1, + "availability_365": 161 + }, + { + "index": 8292, + "id": 19548275, + "name": "Basic single room in the heart of Barcelona", + "host_name": "Gabriela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2018-12-09", + "reviews_per_month": 3.2, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8293, + "id": 19548554, + "name": "Modern room for 2 in Barcelona", + "host_name": "Alejandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8294, + "id": 19548671, + "name": "Habitaci\u00f3n cama dobl Centro Sants -JULY OFFER-", + "host_name": "Aisha", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 60, + "last_review": "2019-06-26", + "reviews_per_month": 2.52, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 8295, + "id": 19549629, + "name": "GORGEOUS ROOM EN SUITE + Veranda + Kitchenette", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-25", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 9, + "availability_365": 344 + }, + { + "index": 8296, + "id": 19549952, + "name": "#Beach #Sun #Downtown #DoubleRoom #BCN", + "host_name": "Samuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 134, + "last_review": "2019-07-09", + "reviews_per_month": 5.87, + "calculated_host_listings_count": 2, + "availability_365": 153 + }, + { + "index": 8297, + "id": 19550380, + "name": "DOUBLE room private bathroom (sleep up to 3 pl)", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 85, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2018-09-01", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 9, + "availability_365": 324 + }, + { + "index": 8298, + "id": 19552057, + "name": "Habitaci\u00f3n Sabrosona", + "host_name": "Kike Y Andres", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 141, + "last_review": "2019-07-08", + "reviews_per_month": 5.78, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8299, + "id": 19559005, + "name": "BRAND NEW APARTMENT NEAR SAGRADA FAMILIA 1", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 197, + "minimum_nights": 3, + "number_of_reviews": 52, + "last_review": "2019-06-22", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 6, + "availability_365": 345 + }, + { + "index": 8300, + "id": 19560672, + "name": "Habitaci\u00f3n bonita, cerca de playa y Forum/centro", + "host_name": "Dulce", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-07-09", + "reviews_per_month": 4.5, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 8301, + "id": 19562523, + "name": "Sant Gervasi,subway L7 \"PUTXET\",terrace -a/a,wi-fi", + "host_name": "Gonzalo", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2019-07-08", + "reviews_per_month": 3.81, + "calculated_host_listings_count": 1, + "availability_365": 37 + }, + { + "index": 8302, + "id": 19563158, + "name": "Walk to Paseo de Gracia from a Bright, Cheery Flat", + "host_name": "Eli&Agus", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-06-19", + "reviews_per_month": 3.82, + "calculated_host_listings_count": 12, + "availability_365": 89 + }, + { + "index": 8303, + "id": 19565272, + "name": "Duplex avec terrasse priv\u00e9e", + "host_name": "Ana\u00efs", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8304, + "id": 19567353, + "name": "LOFT Paseo de Gracia DON'T DOUBT YOU'LL LOVE IT!!", + "host_name": "Gemma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 118, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-04-21", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 7, + "availability_365": 100 + }, + { + "index": 8305, + "id": 19570491, + "name": "Big & Beautiful space in Raval w/ private Bathroom", + "host_name": "Alina Maia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-08-19", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8306, + "id": 19570865, + "name": "Vacation Breeze Suite54 2bd Swimming Pool Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 251, + "minimum_nights": 3, + "number_of_reviews": 49, + "last_review": "2019-06-02", + "reviews_per_month": 2.03, + "calculated_host_listings_count": 9, + "availability_365": 340 + }, + { + "index": 8307, + "id": 19570892, + "name": "2 bedrooms in a 3 bedroom apartment", + "host_name": "Mo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 38, + "last_review": "2018-06-18", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 2, + "availability_365": 31 + }, + { + "index": 8308, + "id": 19572717, + "name": "Delightful 2 bedroom apartment", + "host_name": "Daiga", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-02-20", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 12, + "availability_365": 292 + }, + { + "index": 8309, + "id": 19578433, + "name": "77sqm flat with balcony, 10 min to the beach", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 86, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 30 + }, + { + "index": 8310, + "id": 19579300, + "name": "Apartamento para 5 totalmente reformado Eixample", + "host_name": "Rosario/Diana", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2017-12-31", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 12, + "availability_365": 221 + }, + { + "index": 8311, + "id": 19580586, + "name": "Charming apartment in Born; city center", + "host_name": "Feli", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 8312, + "id": 19581191, + "name": "Nice apartment in city center", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 8313, + "id": 19581898, + "name": "Nice apartment in city center, in Born.", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 41, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-03-31", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 315 + }, + { + "index": 8314, + "id": 19582198, + "name": "Basic double room in the heart of Barcelona", + "host_name": "Gabriela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 92, + "last_review": "2018-12-14", + "reviews_per_month": 3.74, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8315, + "id": 19582286, + "name": "Beautiful apartment in city center", + "host_name": "Marc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 47, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 363 + }, + { + "index": 8316, + "id": 19582784, + "name": "Great Apartment in El Born", + "host_name": "Lucas", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 20, + "minimum_nights": 1, + "number_of_reviews": 110, + "last_review": "2019-06-12", + "reviews_per_month": 5.05, + "calculated_host_listings_count": 3, + "availability_365": 11 + }, + { + "index": 8317, + "id": 19583766, + "name": "2 bedroom design flat with terrace in Poble Sec", + "host_name": "Laura & Alex", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 31, + "number_of_reviews": 5, + "last_review": "2019-01-12", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 8, + "availability_365": 283 + }, + { + "index": 8318, + "id": 19585035, + "name": "Apartamento de 3 habitaciones en centro de ciudad", + "host_name": "Corder", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 58, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8319, + "id": 19585052, + "name": "Habitaci\u00f3n con jard\u00edn. Confortable&peacefull", + "host_name": "Nil", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8320, + "id": 19585190, + "name": "Sunny Barcelona Suite 43 2bd Swimming Pool, Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 251, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-26", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 9, + "availability_365": 334 + }, + { + "index": 8321, + "id": 19586510, + "name": "Perfect Vacation Suite34 2bd Swimming Pool, Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 251, + "minimum_nights": 3, + "number_of_reviews": 63, + "last_review": "2019-06-02", + "reviews_per_month": 2.62, + "calculated_host_listings_count": 9, + "availability_365": 332 + }, + { + "index": 8322, + "id": 19587043, + "name": "An Artist's Nest in the Heart of Barcelona", + "host_name": "Marcello", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-07-07", + "reviews_per_month": 2.08, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 8323, + "id": 19588060, + "name": "Private room in the center of the city", + "host_name": "Alice", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 46, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2018-08-23", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 8324, + "id": 19588161, + "name": "An Artist's Nest in Eixample", + "host_name": "Marcello", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 52, + "last_review": "2019-07-08", + "reviews_per_month": 2.14, + "calculated_host_listings_count": 2, + "availability_365": 28 + }, + { + "index": 8325, + "id": 19589294, + "name": "Cozy and sunny room with living room in Gracia", + "host_name": "Lucia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-16", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8326, + "id": 19591197, + "name": "Double room in Gracia", + "host_name": "Ibragim", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8327, + "id": 19591850, + "name": "habitacion en zona tranquila, cerca de la playa.", + "host_name": "Fede", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-24", + "reviews_per_month": 2.57, + "calculated_host_listings_count": 1, + "availability_365": 114 + }, + { + "index": 8328, + "id": 19599464, + "name": "Mestral Mar Individual hab. 9", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 44, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2017-08-28", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8329, + "id": 19599850, + "name": "NEW! Apartamento para vivir en el barrio de Sants", + "host_name": "Apkeys", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 42, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-12-15", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 7, + "availability_365": 342 + }, + { + "index": 8330, + "id": 19601653, + "name": "Modern Private Room in El Raval", + "host_name": "Simona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2017-09-26", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8331, + "id": 19603703, + "name": "Poblenou Golden Apartment", + "host_name": "Daniel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 3, + "number_of_reviews": 87, + "last_review": "2019-06-02", + "reviews_per_month": 3.58, + "calculated_host_listings_count": 1, + "availability_365": 25 + }, + { + "index": 8332, + "id": 19604360, + "name": "Apartment with balcony Barceloneta monthly rent", + "host_name": "Anny", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2019-05-24", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 3, + "availability_365": 27 + }, + { + "index": 8333, + "id": 19606651, + "name": "4 dormitorios y terraza en pleno centro *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 43 + }, + { + "index": 8334, + "id": 19608337, + "name": "Confortable double room perfect for couples", + "host_name": "Monica", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 59, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-07-03", + "reviews_per_month": 1.45, + "calculated_host_listings_count": 3, + "availability_365": 165 + }, + { + "index": 8335, + "id": 19609364, + "name": "A Cute Room with balcony in the center of the city", + "host_name": "Andrea", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 65, + "last_review": "2019-06-28", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 3, + "availability_365": 69 + }, + { + "index": 8336, + "id": 19609722, + "name": "Double room in Poble sec", + "host_name": "Dino", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-27", + "reviews_per_month": 3.84, + "calculated_host_listings_count": 3, + "availability_365": 319 + }, + { + "index": 8337, + "id": 19614005, + "name": "thesuites BARCELONA deluxe", + "host_name": "Paul", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 279, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 326 + }, + { + "index": 8338, + "id": 19614710, + "name": "Sunny, centric, equipped and brand new!", + "host_name": "Michele", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 92, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 283 + }, + { + "index": 8339, + "id": 19616417, + "name": "Luxury PRIVATE room on Gracia, 2min from everythng", + "host_name": "Renat", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 99, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8340, + "id": 19617909, + "name": "Single room next to Sagrada Familia.", + "host_name": "Paolo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-07-08", + "reviews_per_month": 2.44, + "calculated_host_listings_count": 1, + "availability_365": 28 + }, + { + "index": 8341, + "id": 19618742, + "name": "A natural and peaceful corner", + "host_name": "Alexandra", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Torre Bar\u00f3", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2017-10-22", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8342, + "id": 19628299, + "name": "Habitaci\u00f3n individual en el Eixample derecho", + "host_name": "Vanesa", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 90, + "number_of_reviews": 14, + "last_review": "2017-11-11", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 3, + "availability_365": 190 + }, + { + "index": 8343, + "id": 19629500, + "name": "Sleep tight in the coolest Barrio :)", + "host_name": "Ange", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 49, + "minimum_nights": 2, + "number_of_reviews": 83, + "last_review": "2019-07-07", + "reviews_per_month": 3.44, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 8344, + "id": 19629513, + "name": "Cozy room with private bathroom in Barcelona", + "host_name": "Cristina", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 89, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2019-06-24", + "reviews_per_month": 0.58, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8345, + "id": 19631362, + "name": "Cozy twin bedroom at Ramblas", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8346, + "id": 19633130, + "name": "Big Double bedroom at Ramblas", + "host_name": "Jose", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-07-17", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8347, + "id": 19635203, + "name": "Comfortable bedroom with private bathroom", + "host_name": "Joan", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 13, + "last_review": "2019-06-19", + "reviews_per_month": 2.93, + "calculated_host_listings_count": 1, + "availability_365": 10 + }, + { + "index": 8348, + "id": 19635359, + "name": "Colorful and cozy single room near Sagrada Familia", + "host_name": "Raquel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 21, + "minimum_nights": 80, + "number_of_reviews": 11, + "last_review": "2018-05-13", + "reviews_per_month": 0.46, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8349, + "id": 19636167, + "name": "Habitacion doble de uso individual / large room", + "host_name": "Martin", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8350, + "id": 19636967, + "name": "Habitaci\u00f3n en Loft en Barcelona", + "host_name": "Asunci\u00f3n", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8351, + "id": 19639159, + "name": "Sagrada Familia new luxurious apartment", + "host_name": "Milica", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 139, + "minimum_nights": 2, + "number_of_reviews": 134, + "last_review": "2019-06-21", + "reviews_per_month": 5.58, + "calculated_host_listings_count": 3, + "availability_365": 117 + }, + { + "index": 8352, + "id": 19640780, + "name": "Habitaci\u00f3n cerca de Paseo de Gracia", + "host_name": "Amarilys", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8353, + "id": 19645783, + "name": "Beautiful 2 bedroom apartment in downtown Barcelona per months", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 43, + "availability_365": 1 + }, + { + "index": 8354, + "id": 19648116, + "name": "CARME - RAMBLAS", + "host_name": "M\u00f3nica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-07-07", + "reviews_per_month": 3.08, + "calculated_host_listings_count": 1, + "availability_365": 137 + }, + { + "index": 8355, + "id": 19651719, + "name": "habitaci\u00f3n doble exterior", + "host_name": "Abraham", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-07-11", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8356, + "id": 19652184, + "name": "Cozy room near to the beach", + "host_name": "M\u00f4nica", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2018-07-20", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8357, + "id": 19652973, + "name": "Cozy New Duplex 100 Meters from Paseo de Gracia", + "host_name": "Llu\u00eds\u00acLali", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-05", + "reviews_per_month": 1.9, + "calculated_host_listings_count": 3, + "availability_365": 181 + }, + { + "index": 8358, + "id": 19653211, + "name": "alquiler habitaci\u00f3n peque\u00f1a a estudiantes", + "host_name": "Analy", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 14, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-10-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 3, + "availability_365": 41 + }, + { + "index": 8359, + "id": 19656773, + "name": "NICE & PRIVATE CENTRAL FLAT", + "host_name": "Jud", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-08-01", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 4, + "availability_365": 0 + }, + { + "index": 8360, + "id": 19658760, + "name": "GOTIC BOT/Small but friendly bedroom 1", + "host_name": "Masoud", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 5, + "number_of_reviews": 43, + "last_review": "2019-06-30", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 3, + "availability_365": 32 + }, + { + "index": 8361, + "id": 19658891, + "name": "Cozy room near plaza espa\u00f1a", + "host_name": "Carmen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 28, + "last_review": "2019-06-26", + "reviews_per_month": 1.16, + "calculated_host_listings_count": 1, + "availability_365": 81 + }, + { + "index": 8362, + "id": 19659876, + "name": "Quiet room", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2017-09-03", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 8363, + "id": 19660232, + "name": "GOTIC BOT/Small but friendly bedroom 2", + "host_name": "Masoud", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2018-08-15", + "reviews_per_month": 0.16, + "calculated_host_listings_count": 3, + "availability_365": 39 + }, + { + "index": 8364, + "id": 19660280, + "name": "Spacious and cozy violet room", + "host_name": "Stephanie & Edgardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2019-06-23", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 3, + "availability_365": 36 + }, + { + "index": 8365, + "id": 19660941, + "name": "Bedroom with a big terrace at a centric rooftop", + "host_name": "\u00dcmit", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 35, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 66 + }, + { + "index": 8366, + "id": 19667797, + "name": "Amazing Apartment with Private Rooftop Terrace", + "host_name": "Alain & Lana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 121, + "minimum_nights": 4, + "number_of_reviews": 54, + "last_review": "2019-06-19", + "reviews_per_month": 2.54, + "calculated_host_listings_count": 27, + "availability_365": 143 + }, + { + "index": 8367, + "id": 19667923, + "name": "BedRoom Borne", + "host_name": "Ekaterina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 6, + "last_review": "2018-04-17", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8368, + "id": 19668175, + "name": "Room Sagrada Familia + Rooftop", + "host_name": "Renato", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-07-03", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 2, + "availability_365": 73 + }, + { + "index": 8369, + "id": 19669046, + "name": "Private Room Barcelona", + "host_name": "Ricardo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2017-09-25", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8370, + "id": 19671654, + "name": "PobleNou Beach - 4 pax (3 bedroom/2bathroom)", + "host_name": "Key Inn", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 55, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 47, + "availability_365": 60 + }, + { + "index": 8371, + "id": 19671890, + "name": "Dulce vacaciones", + "host_name": "Carlos", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2019-06-24", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 116 + }, + { + "index": 8372, + "id": 19672861, + "name": "Double room with private balcony in downtown", + "host_name": "Orlando Y L\u00e9a", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-09-19", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8373, + "id": 19673387, + "name": "Cosy flat in the coolest borough of Barcelona", + "host_name": "Francesco", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 8, + "last_review": "2019-03-31", + "reviews_per_month": 0.35, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 8374, + "id": 19673868, + "name": "Spacious room and lots of natural light", + "host_name": "Hadria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 67, + "last_review": "2019-07-01", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 4, + "availability_365": 33 + }, + { + "index": 8375, + "id": 19673977, + "name": "Huge room with natural light in a big flat", + "host_name": "Alberto", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 100, + "minimum_nights": 5, + "number_of_reviews": 4, + "last_review": "2017-08-26", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8376, + "id": 19674922, + "name": "Paseo de Gracia Apartment 1-2", + "host_name": "Maria Soledad", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-10-03", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 35, + "availability_365": 161 + }, + { + "index": 8377, + "id": 19677006, + "name": "Comfortable room 5 minutes from the beach", + "host_name": "Luis", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-02", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 175 + }, + { + "index": 8378, + "id": 19678251, + "name": "Habitacion privada Plaza espa\u00f1a", + "host_name": "Nany", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-07-08", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 2, + "availability_365": 164 + }, + { + "index": 8379, + "id": 19678453, + "name": "Habitaci\u00f3n privada Plaza espa\u00f1a 2 AIRE ACONDICIOND", + "host_name": "Nany", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 72, + "last_review": "2019-02-26", + "reviews_per_month": 2.97, + "calculated_host_listings_count": 2, + "availability_365": 82 + }, + { + "index": 8380, + "id": 19678899, + "name": "Double room in Diagonal house", + "host_name": "Teresa & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-28", + "reviews_per_month": 4.35, + "calculated_host_listings_count": 2, + "availability_365": 103 + }, + { + "index": 8381, + "id": 19679799, + "name": "Room in amazing area of Barcelona", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 33, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-12-03", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8382, + "id": 19686032, + "name": "Typical Catalan Apartment, 3 bedrooms in Eixample", + "host_name": "SweetInn", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-06-01", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 76, + "availability_365": 162 + }, + { + "index": 8383, + "id": 19686633, + "name": "Mediterranean Room with AC, Super Central", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 67, + "last_review": "2019-06-09", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 2, + "availability_365": 37 + }, + { + "index": 8384, + "id": 19686811, + "name": "Habitaci\u00f3n grande con terraza y aire acondicionado", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 344 + }, + { + "index": 8385, + "id": 19687412, + "name": "Habitaci\u00f3n individual, en piso reci\u00e9n reformado!", + "host_name": "Igor", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 338 + }, + { + "index": 8386, + "id": 19687631, + "name": "Private room Super central", + "host_name": "Carlos", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 80, + "last_review": "2019-06-15", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 2, + "availability_365": 41 + }, + { + "index": 8387, + "id": 19687798, + "name": "Gran, bonita y reformada habitaci\u00f3n en Gracia!", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 8388, + "id": 19688249, + "name": "TRIPLEX HOUSE - 150sq. meters- renovated in 2018", + "host_name": "Alexandre", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 109, + "minimum_nights": 3, + "number_of_reviews": 92, + "last_review": "2019-07-05", + "reviews_per_month": 3.81, + "calculated_host_listings_count": 1, + "availability_365": 130 + }, + { + "index": 8389, + "id": 19689424, + "name": "Mestral Mar Doble Hab. 6", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-08-20", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8390, + "id": 19689758, + "name": "Apartment at the very center of Barcelona", + "host_name": "Eloi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 30, + "minimum_nights": 31, + "number_of_reviews": 9, + "last_review": "2019-02-11", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8391, + "id": 19690186, + "name": "Mestral Mar Doble hab. 7", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2018-06-17", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8392, + "id": 19690328, + "name": "Happy casa near the sea!!!", + "host_name": "Sofia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-07-05", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 7, + "availability_365": 13 + }, + { + "index": 8393, + "id": 19691042, + "name": "Wonderful apartment near the sea!!!", + "host_name": "Sofia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 37, + "last_review": "2019-07-06", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 7, + "availability_365": 7 + }, + { + "index": 8394, + "id": 19691269, + "name": "Small Individual Centric Room", + "host_name": "Andreu", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-25", + "reviews_per_month": 0.86, + "calculated_host_listings_count": 1, + "availability_365": 282 + }, + { + "index": 8395, + "id": 19691793, + "name": "Sunny exterior BedRoom", + "host_name": "Albert", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2019-06-07", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 4, + "availability_365": 119 + }, + { + "index": 8396, + "id": 19692150, + "name": "Sunny, spacious, comfy double bedroom with views!", + "host_name": "Joan & Nina", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Private room", + "price": 64, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-07-05", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 8397, + "id": 19692712, + "name": "Mestral Mar Doble hab. 5-6", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-08-14", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8398, + "id": 19693832, + "name": "Cosy double room in Sant Antoni, Barcelona", + "host_name": "Ezio", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2018-01-01", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8399, + "id": 19693847, + "name": "Sagrada Familia - Cosy and comfortable double room", + "host_name": "France", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-08-20", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8400, + "id": 19694143, + "name": "Sagrada Familia - Comfortable and cosy double room", + "host_name": "France", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 3, + "last_review": "2017-08-20", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8401, + "id": 19694387, + "name": "BRAND NEW APARTMENT NEAR SAGRADA FAMILIA 2", + "host_name": "Juan Carlos & Nina", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 245, + "minimum_nights": 3, + "number_of_reviews": 41, + "last_review": "2019-07-03", + "reviews_per_month": 1.7, + "calculated_host_listings_count": 6, + "availability_365": 345 + }, + { + "index": 8402, + "id": 19694964, + "name": "Lovely apartment, BALCONY, AC, WIFI", + "host_name": "Gemma", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 31, + "last_review": "2019-06-25", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 8403, + "id": 19695273, + "name": "VA21 - 1 minute from beach - 2 bedroom and balcony", + "host_name": "Jirka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 38, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-06-11", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 10, + "availability_365": 10 + }, + { + "index": 8404, + "id": 19695274, + "name": "alquilo habitaci\u00f3n a chica", + "host_name": "Maria Fonseca", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "el Tur\u00f3 de la Peira", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8405, + "id": 19695832, + "name": "Lovely room near the sea!!!", + "host_name": "Sofia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 25, + "minimum_nights": 4, + "number_of_reviews": 42, + "last_review": "2019-07-05", + "reviews_per_month": 1.73, + "calculated_host_listings_count": 7, + "availability_365": 9 + }, + { + "index": 8406, + "id": 19695963, + "name": "Piso muy c\u00e9ntrico en Gr\u00e0cia", + "host_name": "Guzman", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8407, + "id": 19695986, + "name": "Friends of the world.", + "host_name": "Javier", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-30", + "reviews_per_month": 1.49, + "calculated_host_listings_count": 1, + "availability_365": 342 + }, + { + "index": 8408, + "id": 19699701, + "name": "room luminous Barcelona", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 54, + "last_review": "2019-06-23", + "reviews_per_month": 2.23, + "calculated_host_listings_count": 1, + "availability_365": 334 + }, + { + "index": 8409, + "id": 19703940, + "name": "Mestral Mar Individual 5-5", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 44, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-29", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8410, + "id": 19704429, + "name": "Mestral Mar Doble hab. 1", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2017-08-28", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8411, + "id": 19704741, + "name": "Sunny Born with Balcony 3,1", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 333 + }, + { + "index": 8412, + "id": 19704903, + "name": "ROOM SWEET ROOM. only 25 min from the center.", + "host_name": "Maria Victoria", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 61, + "last_review": "2018-10-29", + "reviews_per_month": 2.5, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8413, + "id": 19705931, + "name": "HABITACION DOBLE CENTRO DE BARCELONA", + "host_name": "Joan", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 31, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-10-27", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8414, + "id": 19706093, + "name": "Habitaci\u00f3n doble muy tranquila", + "host_name": "Alicia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 50, + "number_of_reviews": 5, + "last_review": "2017-08-09", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 8415, + "id": 19708288, + "name": "Acogedora habitaci\u00f3n en bonito barrio de Barcelona", + "host_name": "Carlos", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-07-02", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 3, + "availability_365": 241 + }, + { + "index": 8416, + "id": 19708576, + "name": "Excelente apartamento a 50 metros de la playa.", + "host_name": "Rosa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 30, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 118 + }, + { + "index": 8417, + "id": 19711504, + "name": "Paseo de Gracia Apartments 2 1", + "host_name": "Sol", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 104, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2018-08-14", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 39, + "availability_365": 162 + }, + { + "index": 8418, + "id": 19711744, + "name": "3 Habitaciones privadas / 3 bedrooms / 3 chambres", + "host_name": "Mariacarmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2017-08-26", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8419, + "id": 19711893, + "name": "Plaza Espanya/ Sants Estaci\u00f3 apartment", + "host_name": "Xavi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2017-08-17", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 32 + }, + { + "index": 8420, + "id": 19714373, + "name": "Habitaci\u00f3n doble con litera en apartamento grande", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 12, + "last_review": "2019-06-24", + "reviews_per_month": 0.53, + "calculated_host_listings_count": 5, + "availability_365": 50 + }, + { + "index": 8421, + "id": 19715335, + "name": "Central Barcelona-Private Room", + "host_name": "Norman", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 43, + "minimum_nights": 4, + "number_of_reviews": 89, + "last_review": "2019-07-05", + "reviews_per_month": 3.72, + "calculated_host_listings_count": 2, + "availability_365": 118 + }, + { + "index": 8422, + "id": 19723732, + "name": "Mestral Mar doble 5-4", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 66, + "minimum_nights": 4, + "number_of_reviews": 1, + "last_review": "2017-08-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8423, + "id": 19724815, + "name": "B4 - Townhouse with Terrace near CCIB and Beach", + "host_name": "Alexey", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-05-19", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 11, + "availability_365": 111 + }, + { + "index": 8424, + "id": 19724848, + "name": "Barcelona in Style suite31 1bd rooftop pool center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 158, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2019-05-23", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 9, + "availability_365": 341 + }, + { + "index": 8425, + "id": 19725058, + "name": "El Pianista", + "host_name": "SeLibre Es", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 83, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2017-12-25", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 8, + "availability_365": 0 + }, + { + "index": 8426, + "id": 19725220, + "name": "Habitaci\u00f3n individual moderna con A/C en Gracia", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 21, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 8427, + "id": 19725978, + "name": "Habitaci\u00f3n doble muy amplia con terraza en Gracia!", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 29, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-04-06", + "reviews_per_month": 0.07, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 8428, + "id": 19726349, + "name": "Habitaci\u00f3n reformada con A/C en Gracia", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 31, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 364 + }, + { + "index": 8429, + "id": 19726433, + "name": "Habitaci\u00f3n individual con cama doble en Gracia", + "host_name": "Igor", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 91, + "availability_365": 313 + }, + { + "index": 8430, + "id": 19728226, + "name": "LA BELLAVISTA", + "host_name": "SeLibre Es", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-05", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 8, + "availability_365": 147 + }, + { + "index": 8431, + "id": 19732861, + "name": "Comparto piso", + "host_name": "Cecilio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 200, + "minimum_nights": 60, + "number_of_reviews": 17, + "last_review": "2018-06-08", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 8432, + "id": 19733253, + "name": "Spacious 3 bedroom apartment in heart of Gracia.", + "host_name": "Daiga", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 66, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 326 + }, + { + "index": 8433, + "id": 19733367, + "name": "Charming, comfy & central dbl room", + "host_name": "Luca", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-06-23", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 1, + "availability_365": 59 + }, + { + "index": 8434, + "id": 19733674, + "name": "A 1 min de la playa y a 10 min del centro andando", + "host_name": "Marina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-22", + "reviews_per_month": 1.61, + "calculated_host_listings_count": 1, + "availability_365": 338 + }, + { + "index": 8435, + "id": 19735227, + "name": "Stay with us next2 beach-Hab. cerk playa", + "host_name": "Wale", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 13, + "number_of_reviews": 3, + "last_review": "2017-08-27", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 8436, + "id": 19735426, + "name": "Shared StudioLoft Space", + "host_name": "Filippo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 40, + "last_review": "2019-07-04", + "reviews_per_month": 1.71, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 8437, + "id": 19735557, + "name": "Sunny and spacious two room appartment", + "host_name": "Noemi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2019-02-10", + "reviews_per_month": 0.2, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 8438, + "id": 19735909, + "name": "Double Room, BCN Center. Terrace (Wifi)", + "host_name": "Ricard", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 32, + "minimum_nights": 1, + "number_of_reviews": 63, + "last_review": "2019-06-17", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 2, + "availability_365": 157 + }, + { + "index": 8439, + "id": 19736828, + "name": "Habitaci\u00f3n doble con encanto Borne", + "host_name": "Habitaci\u00f3n Bonita", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-02-11", + "reviews_per_month": 1.81, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8440, + "id": 19741127, + "name": "3 beds room, nice clean flat, city center Ramblas", + "host_name": "Norah", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 39, + "last_review": "2019-07-08", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 2, + "availability_365": 324 + }, + { + "index": 8441, + "id": 19741944, + "name": "Habitaci\u00f3n individual.", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 14, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-24", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 5, + "availability_365": 261 + }, + { + "index": 8442, + "id": 19742719, + "name": "Centric apartment", + "host_name": "Lis", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-06-04", + "reviews_per_month": 0.84, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 8443, + "id": 19743672, + "name": "Huge suite/ private bathroom (Catalunya square)", + "host_name": "Cecilia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 149, + "last_review": "2019-06-25", + "reviews_per_month": 6.14, + "calculated_host_listings_count": 3, + "availability_365": 112 + }, + { + "index": 8444, + "id": 19744718, + "name": "Double bed near Las Ramblas", + "host_name": "Cecilia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 151, + "last_review": "2019-06-21", + "reviews_per_month": 6.21, + "calculated_host_listings_count": 3, + "availability_365": 138 + }, + { + "index": 8445, + "id": 19747971, + "name": "Spacious room, Air conditioning, Wifi, Breakfast", + "host_name": "Ana Y Juan", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 161, + "last_review": "2019-06-25", + "reviews_per_month": 6.66, + "calculated_host_listings_count": 2, + "availability_365": 42 + }, + { + "index": 8446, + "id": 19747988, + "name": "Mediterranean Style at Catalunya Square", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 31, + "number_of_reviews": 40, + "last_review": "2018-08-01", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 15, + "availability_365": 260 + }, + { + "index": 8447, + "id": 19748665, + "name": "\u00c1tico Luminoso planta 9 con terraza grande", + "host_name": "Dani", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Shared room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8448, + "id": 19748832, + "name": "FLOOR QUIET", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2018-03-03", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 8449, + "id": 19749462, + "name": "PISO LUMINOSO Y TRANQUILO", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-08-28", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 8450, + "id": 19751252, + "name": "Great Location. Private Bathroom", + "host_name": "Manuel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8451, + "id": 19753607, + "name": "Barcelona Center Suite22 3bd Swimming Pool, center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 243, + "minimum_nights": 3, + "number_of_reviews": 78, + "last_review": "2019-06-25", + "reviews_per_month": 3.31, + "calculated_host_listings_count": 9, + "availability_365": 209 + }, + { + "index": 8452, + "id": 19754039, + "name": "Mestral Mar Individual hab. 5-2", + "host_name": "Mestral", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 44, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 12, + "availability_365": 0 + }, + { + "index": 8453, + "id": 19754369, + "name": "Barcelona Holiday Suite51 1bd Swimming Pool Center", + "host_name": "Marta And Emanuele", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 235, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-17", + "reviews_per_month": 1.79, + "calculated_host_listings_count": 9, + "availability_365": 355 + }, + { + "index": 8454, + "id": 19755938, + "name": "Smart 2 bedroom flat in Barcelona", + "host_name": "Ellie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 68, + "minimum_nights": 60, + "number_of_reviews": 1, + "last_review": "2019-05-29", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 15, + "availability_365": 310 + }, + { + "index": 8455, + "id": 19757485, + "name": "Quite Room In Central Barcelona (Pl. Espanya Area)", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-05-04", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 8456, + "id": 19757876, + "name": "QUITE ROOM IN CENTRAL BARCELONA (TEATRE APOLO)", + "host_name": "Luis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-07-07", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 2, + "availability_365": 40 + }, + { + "index": 8457, + "id": 19760228, + "name": "Apartment Salva - 3 bedroom in Poble Sec", + "host_name": "Pia Hank\u00f6", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 96, + "number_of_reviews": 2, + "last_review": "2019-02-10", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 31, + "availability_365": 179 + }, + { + "index": 8458, + "id": 19761372, + "name": "Double bed in the coolest barrio :)", + "host_name": "Ange", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-26", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 2, + "availability_365": 72 + }, + { + "index": 8459, + "id": 19762760, + "name": "Vintage flat close to the beach", + "host_name": "Maria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 124 + }, + { + "index": 8460, + "id": 19763815, + "name": "Habitaci\u00f3n confortable. Barcelona. Centro 20'metro", + "host_name": "Maria Lluisa", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 42, + "last_review": "2019-06-21", + "reviews_per_month": 1.77, + "calculated_host_listings_count": 2, + "availability_365": 144 + }, + { + "index": 8461, + "id": 19764608, + "name": "LUXURY APARTMENT RIGHT NEXT TO THE SAGRADA FAMILIA", + "host_name": "Kladston", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 198, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-07-01", + "reviews_per_month": 2.65, + "calculated_host_listings_count": 1, + "availability_365": 25 + }, + { + "index": 8462, + "id": 19765455, + "name": "Charming, Central, Bright, 2bedroom Apartment\u00a4", + "host_name": "Ester", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 5, + "number_of_reviews": 24, + "last_review": "2019-06-24", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 2, + "availability_365": 187 + }, + { + "index": 8463, + "id": 19774715, + "name": "Lovely room...bright and big, with a nice view...", + "host_name": "Carla", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 115, + "last_review": "2019-06-22", + "reviews_per_month": 4.76, + "calculated_host_listings_count": 2, + "availability_365": 123 + }, + { + "index": 8464, + "id": 19776354, + "name": "1Pretty location to arrive and depart. Plaza Spain", + "host_name": "Rodrigo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 89, + "last_review": "2019-07-01", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 3, + "availability_365": 230 + }, + { + "index": 8465, + "id": 19776724, + "name": "Cozy 3bed flat with balcony close to Plaza Espa\u00f1a!", + "host_name": "Josep-Carles & Dunia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-07-03", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 328 + }, + { + "index": 8466, + "id": 19779264, + "name": "COZY STUDIO 2 PAX IN BORN", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 1, + "number_of_reviews": 132, + "last_review": "2019-07-05", + "reviews_per_month": 6.4, + "calculated_host_listings_count": 35, + "availability_365": 201 + }, + { + "index": 8467, + "id": 19779265, + "name": "COZY STUDIO WITH TERRACE IN BORN", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 111, + "last_review": "2019-07-09", + "reviews_per_month": 5.63, + "calculated_host_listings_count": 35, + "availability_365": 170 + }, + { + "index": 8468, + "id": 19779311, + "name": "SUPERIOR 1 BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-07-07", + "reviews_per_month": 0.32, + "calculated_host_listings_count": 35, + "availability_365": 263 + }, + { + "index": 8469, + "id": 19779316, + "name": "COZY ONE BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2019-05-30", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 35, + "availability_365": 253 + }, + { + "index": 8470, + "id": 19779318, + "name": "AMAZING TWO BEDROOM APARTMENT WITH PRIVATE TERRACE", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-07-06", + "reviews_per_month": 2.47, + "calculated_host_listings_count": 35, + "availability_365": 206 + }, + { + "index": 8471, + "id": 19779704, + "name": "Near the beach, 2 bedrooms, 2 bathrooms, pool, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 89, + "last_review": "2019-06-26", + "reviews_per_month": 4.65, + "calculated_host_listings_count": 54, + "availability_365": 300 + }, + { + "index": 8472, + "id": 19779916, + "name": "Pis Tranquil. Big and lovely bedroom", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-23", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 8473, + "id": 19780362, + "name": "Habitaci\u00f3n Individual muy bien ubicada.", + "host_name": "Heidi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-05-20", + "reviews_per_month": 1.38, + "calculated_host_listings_count": 2, + "availability_365": 82 + }, + { + "index": 8474, + "id": 19780565, + "name": "Near plaza Espa\u00f1a and the Prat aeroport", + "host_name": "Ricardo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 29, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-07-01", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 2, + "availability_365": 190 + }, + { + "index": 8475, + "id": 19780662, + "name": "Near the beach, 3 bedroom 2 bath, Pool, Terrace AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 81, + "last_review": "2019-06-20", + "reviews_per_month": 4.2, + "calculated_host_listings_count": 54, + "availability_365": 297 + }, + { + "index": 8476, + "id": 19780702, + "name": "Una habitaci\u00f3n bien ubicada para parejas 6", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-03-10", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 17, + "availability_365": 84 + }, + { + "index": 8477, + "id": 19780732, + "name": "WONDERFUL SPACIOUS DOBLE ROOM IN BARCELONA CENTER", + "host_name": "Martin", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 35, + "minimum_nights": 4, + "number_of_reviews": 19, + "last_review": "2019-07-03", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 2, + "availability_365": 297 + }, + { + "index": 8478, + "id": 19780966, + "name": "Habitaci\u00f3n individual en Eixample (BCN centro)", + "host_name": "Migue", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 37, + "minimum_nights": 4, + "number_of_reviews": 21, + "last_review": "2019-06-22", + "reviews_per_month": 1.74, + "calculated_host_listings_count": 2, + "availability_365": 127 + }, + { + "index": 8479, + "id": 19781115, + "name": "Private room in L'eixample", + "host_name": "Daisy", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-07-14", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8480, + "id": 19787019, + "name": "Cozy room in cosy house in the hearth of Gracia", + "host_name": "Jan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 26, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-07-19", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8481, + "id": 19797316, + "name": "Clean Bedroom in the Sagrada Familia Neighborhood", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-22", + "reviews_per_month": 2.37, + "calculated_host_listings_count": 2, + "availability_365": 248 + }, + { + "index": 8482, + "id": 19798793, + "name": "Barcelona Big private room La Rambla", + "host_name": "Linda", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-28", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 196 + }, + { + "index": 8483, + "id": 19799557, + "name": "Near the beach, pool, AC, 2 bedrooms, 2 bathrooms", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 54, + "last_review": "2019-06-12", + "reviews_per_month": 2.89, + "calculated_host_listings_count": 54, + "availability_365": 308 + }, + { + "index": 8484, + "id": 19800276, + "name": "Near the beach, pool, AC, 3 bedrooms, 2 bathrooms", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-06-13", + "reviews_per_month": 3.89, + "calculated_host_listings_count": 54, + "availability_365": 296 + }, + { + "index": 8485, + "id": 19801395, + "name": "Family house in Sagrera", + "host_name": "Victor", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 45, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2018-03-06", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 127 + }, + { + "index": 8486, + "id": 19801809, + "name": "Habitaci\u00f3n doble con balc\u00f3n lado Parque Ciudadela", + "host_name": "Ana &", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 19, + "last_review": "2019-06-26", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 8487, + "id": 19803251, + "name": "Apartamento angelito", + "host_name": "Emilie", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 25, + "last_review": "2018-08-23", + "reviews_per_month": 1.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8488, + "id": 19803430, + "name": "\u00c1tico Del Guinardo", + "host_name": "Dario", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-09-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8489, + "id": 19804582, + "name": "Econ\u00f3mico, c\u00f3modo y con mucha luz", + "host_name": "Albert", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-08-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8490, + "id": 19806893, + "name": "BEDROOM w/pvt Bathroom Port VIEW next to the BEACH", + "host_name": "Ric Andres", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 61, + "minimum_nights": 2, + "number_of_reviews": 44, + "last_review": "2019-06-17", + "reviews_per_month": 1.82, + "calculated_host_listings_count": 1, + "availability_365": 144 + }, + { + "index": 8491, + "id": 19817229, + "name": "Spacious 2bed/3bath design apartment in Eixample", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 3, + "number_of_reviews": 34, + "last_review": "2019-07-03", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 5, + "availability_365": 111 + }, + { + "index": 8492, + "id": 19817403, + "name": "Elegant 2bed/3bath close to Pg de Gracia", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 48, + "last_review": "2019-06-14", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 5, + "availability_365": 106 + }, + { + "index": 8493, + "id": 19817802, + "name": "Beautiful apartment next to Camp Nou", + "host_name": "Marta & Luis", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Entire home/apt", + "price": 49, + "minimum_nights": 4, + "number_of_reviews": 39, + "last_review": "2019-06-17", + "reviews_per_month": 2.66, + "calculated_host_listings_count": 2, + "availability_365": 226 + }, + { + "index": 8494, + "id": 19817853, + "name": "Lovely room in Gracia!", + "host_name": "Mariana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8495, + "id": 19820634, + "name": "2447 - AB Park G\u00fcell Apartment 1-1 - Elegant 4-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 530, + "minimum_nights": 3, + "number_of_reviews": 17, + "last_review": "2019-06-14", + "reviews_per_month": 0.76, + "calculated_host_listings_count": 193, + "availability_365": 322 + }, + { + "index": 8496, + "id": 19820978, + "name": "1 bedroom bright flat, in Gracia", + "host_name": "Javi & Pepa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2018-05-15", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 3, + "availability_365": 107 + }, + { + "index": 8497, + "id": 19821682, + "name": "Bright & Charming loft in the Gothic Quarter", + "host_name": "Davide", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Entire home/apt", + "price": 46, + "minimum_nights": 32, + "number_of_reviews": 6, + "last_review": "2018-12-19", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 272 + }, + { + "index": 8498, + "id": 19824859, + "name": "2448 - AB Park G\u00fcell Apartment 1-2 - Modern 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-08", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 193, + "availability_365": 306 + }, + { + "index": 8499, + "id": 19828593, + "name": "Habitaci\u00f3n en Ciutat Vella", + "host_name": "Gulnara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 64, + "last_review": "2018-10-09", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8500, + "id": 19828955, + "name": "Habitaci\u00f3n individual en loft compartido.", + "host_name": "Cristina", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 19, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2017-09-02", + "reviews_per_month": 0.33, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8501, + "id": 19832896, + "name": "Bedroom in beautiful apartment, Barcelona.", + "host_name": "Navil", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 30, + "last_review": "2018-10-08", + "reviews_per_month": 1.27, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 8502, + "id": 19835062, + "name": "Nice and quite bedroom near Plaza Espa\u00f1a", + "host_name": "Camilo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-08-12", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 41 + }, + { + "index": 8503, + "id": 19835746, + "name": "Casa Rosalia Loft very quiet 4 PAX", + "host_name": "Apartments Sagrada Familia & Gracia", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-05-29", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 19, + "availability_365": 240 + }, + { + "index": 8504, + "id": 19836362, + "name": "Habitaci\u00f3n Luminosa cerca de SANTS Estaci\u00f3n", + "host_name": "Ignasi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2018-08-26", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8505, + "id": 19838724, + "name": "Large and bright Apartment near Passeig de Gracia", + "host_name": "Maria Victoria", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-07-01", + "reviews_per_month": 2.4, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 8506, + "id": 19839429, + "name": "Olala L'illa Diagonal Apartment", + "host_name": "Olala Homes", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 79, + "minimum_nights": 1, + "number_of_reviews": 32, + "last_review": "2019-05-26", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 10, + "availability_365": 337 + }, + { + "index": 8507, + "id": 19840488, + "name": "Acogedora habitaci\u00f3n en Gracia", + "host_name": "Doriz", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-08-22", + "reviews_per_month": 0.12, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8508, + "id": 19840514, + "name": "Amazing room in the heart of Barcelona", + "host_name": "Oumaima", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8509, + "id": 19841315, + "name": "Luminosa habitacion doble cerca de las ramblas", + "host_name": "Angel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 55, + "last_review": "2019-06-26", + "reviews_per_month": 2.3, + "calculated_host_listings_count": 2, + "availability_365": 315 + }, + { + "index": 8510, + "id": 19841325, + "name": "Buen-Rollo", + "host_name": "Exequiel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Bordeta", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 53, + "last_review": "2019-07-01", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 71 + }, + { + "index": 8511, + "id": 19844526, + "name": "Habitaci\u00f3n ubicaci\u00f3n inmejorable centro Barcelona", + "host_name": "Rommy", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 49, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2018-09-12", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 61 + }, + { + "index": 8512, + "id": 19846038, + "name": "Brand new design apartment Passeig de Gracia", + "host_name": "Angel", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 3, + "number_of_reviews": 103, + "last_review": "2019-06-18", + "reviews_per_month": 4.39, + "calculated_host_listings_count": 38, + "availability_365": 134 + }, + { + "index": 8513, + "id": 19849434, + "name": "2449 - AB Park G\u00fcell Apartment 1-3 - Contemporary 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-23", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 193, + "availability_365": 311 + }, + { + "index": 8514, + "id": 19849859, + "name": "2450 - AB Park G\u00fcell Apartment 2-1 - Delightful 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-23", + "reviews_per_month": 0.89, + "calculated_host_listings_count": 193, + "availability_365": 267 + }, + { + "index": 8515, + "id": 19850674, + "name": "R\u00fastico y acogedor apartamento c\u00e9ntrico Barcelona", + "host_name": "Andaira", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8516, + "id": 19852681, + "name": "Les Corts / Sants - Executive Apartment (3 pax)", + "host_name": "Key Inn", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 31, + "number_of_reviews": 4, + "last_review": "2019-04-30", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 47, + "availability_365": 340 + }, + { + "index": 8517, + "id": 19854110, + "name": "2451 - AB Park G\u00fcell Apartment 2-2 - Trendy 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-05-10", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 193, + "availability_365": 286 + }, + { + "index": 8518, + "id": 19858319, + "name": "Private Room and sitting area in Barcelona's heart", + "host_name": "Zee", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-04-04", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8519, + "id": 19859424, + "name": "Comfy private room close to Sagrada Familia", + "host_name": "Nano", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-06-23", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 1, + "availability_365": 23 + }, + { + "index": 8520, + "id": 19860417, + "name": "Room Double Bed in Sagrada Familia and coffee free", + "host_name": "Kelly", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 98, + "last_review": "2019-06-26", + "reviews_per_month": 4.29, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 8521, + "id": 19864974, + "name": "2452 - AB Park G\u00fcell Apartment 2-3 - Luminous 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-06-17", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 193, + "availability_365": 326 + }, + { + "index": 8522, + "id": 19865003, + "name": "Single room Barcelona center", + "host_name": "Jon\u00e1s", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 44, + "last_review": "2019-07-05", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 1, + "availability_365": 148 + }, + { + "index": 8523, + "id": 19865313, + "name": "2453 - AB Park G\u00fcell Apartment 3-1 - Bright 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-19", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 193, + "availability_365": 314 + }, + { + "index": 8524, + "id": 19865470, + "name": "2454 - AB Park G\u00fcell Apartment 3-2 - Beautiful 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-20", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 193, + "availability_365": 315 + }, + { + "index": 8525, + "id": 19865607, + "name": "2455 - AB Park G\u00fcell Apartment 3-3 - Chic 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 14, + "last_review": "2019-04-25", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 193, + "availability_365": 334 + }, + { + "index": 8526, + "id": 19865779, + "name": "2456 - AB Park G\u00fcell Apartment 4-1 - Spacious 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 16, + "last_review": "2019-05-02", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 193, + "availability_365": 294 + }, + { + "index": 8527, + "id": 19865985, + "name": "2457 - AB Park G\u00fcell Apartment 4-2 - Stylish 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 21, + "last_review": "2019-06-19", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 193, + "availability_365": 285 + }, + { + "index": 8528, + "id": 19866204, + "name": "2458 - AB Park G\u00fcell Apartment 4-3 - Wonderful 3-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 3, + "number_of_reviews": 22, + "last_review": "2019-05-26", + "reviews_per_month": 1.2, + "calculated_host_listings_count": 193, + "availability_365": 255 + }, + { + "index": 8529, + "id": 19866423, + "name": "2459 - AB Park G\u00fcell Apartment 5-2 - Amazing 1-Bedroom Apartment near Park G\u00fcell with a Balcony", + "host_name": "Eva", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-05-31", + "reviews_per_month": 0.8, + "calculated_host_listings_count": 193, + "availability_365": 304 + }, + { + "index": 8530, + "id": 19867981, + "name": "Art Deco Meets Modern Minimalism at a Hip Eixample Home", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 32, + "number_of_reviews": 32, + "last_review": "2019-06-28", + "reviews_per_month": 1.56, + "calculated_host_listings_count": 3, + "availability_365": 245 + }, + { + "index": 8531, + "id": 19868128, + "name": "Triple room", + "host_name": "Alina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 115, + "minimum_nights": 1, + "number_of_reviews": 26, + "last_review": "2018-10-24", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 6, + "availability_365": 274 + }, + { + "index": 8532, + "id": 19868296, + "name": "Amplia y luminosa en pleno Pueblo Nuevo", + "host_name": "Luc\u00eda", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-07-28", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8533, + "id": 19868410, + "name": "Room for 4", + "host_name": "Alina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 140, + "minimum_nights": 1, + "number_of_reviews": 19, + "last_review": "2019-01-05", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 6, + "availability_365": 322 + }, + { + "index": 8534, + "id": 19868562, + "name": "HABITACI\u00d3N DOBLE EN APTO CENTRO CON GRANDE TERRAZA", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 5, + "availability_365": 365 + }, + { + "index": 8535, + "id": 19868695, + "name": "Room for 5", + "host_name": "Alina", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 185, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-10-07", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 6, + "availability_365": 316 + }, + { + "index": 8536, + "id": 19869508, + "name": "Big Double Room S", + "host_name": "Jill", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 31 + }, + { + "index": 8537, + "id": 19870196, + "name": "PRECIOSA HABITACI\u00d3N EN LA BARCELONETA BARCELONA", + "host_name": "Maria Dolores", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 48, + "minimum_nights": 7, + "number_of_reviews": 6, + "last_review": "2018-07-22", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8538, + "id": 19870598, + "name": "A Bed in a 6-Bed Mixed Dormitory", + "host_name": "Claudiu Nicolae", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Shared room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 77, + "last_review": "2019-06-21", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 15, + "availability_365": 100 + }, + { + "index": 8539, + "id": 19870936, + "name": "Nice room in big department on Ramblas", + "host_name": "Lionel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8540, + "id": 19872554, + "name": "Vivir en brcelona", + "host_name": "Sara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-01-18", + "reviews_per_month": 0.34, + "calculated_host_listings_count": 1, + "availability_365": 189 + }, + { + "index": 8541, + "id": 19873105, + "name": "1 - Alojamiento para largas estancias buena zona", + "host_name": "Jos\u00e9", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 33, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-06-18", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 2, + "availability_365": 70 + }, + { + "index": 8542, + "id": 19875642, + "name": "Habitaci\u00f3n privada en el Born", + "host_name": "Makka", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-30", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 2, + "availability_365": 356 + }, + { + "index": 8543, + "id": 19877856, + "name": "Double room in Poble sec", + "host_name": "Dino", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-03-25", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8544, + "id": 19880625, + "name": "Room with private bathroom in Sants area.", + "host_name": "Elena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-05-01", + "reviews_per_month": 4.0, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8545, + "id": 19881362, + "name": "cheap double room in a cozy flat with balcony", + "host_name": "Onur", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-07-07", + "reviews_per_month": 2.12, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 8546, + "id": 19881692, + "name": "Apartamento moderno, cerca del mar", + "host_name": "Cayetano", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8547, + "id": 19882372, + "name": "PRECIOSO APARTAMENTO", + "host_name": "Less", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-08-22", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8548, + "id": 19883768, + "name": "Cosy private room at 2 min. from Sagrada Familia", + "host_name": "Josias", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 39, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-08-20", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8549, + "id": 19884922, + "name": "HABITACIONES ACOGEDORAS EN PUEBLONUEVO, BARCELONA", + "host_name": "Toni", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 92, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-08-17", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 15 + }, + { + "index": 8550, + "id": 19887073, + "name": "Experiencia inolvidable !!!", + "host_name": "Uri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-23", + "reviews_per_month": 1.8, + "calculated_host_listings_count": 2, + "availability_365": 137 + }, + { + "index": 8551, + "id": 19889029, + "name": "Sunny private room with terrasse", + "host_name": "Maya", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Private room", + "price": 25, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2019-05-23", + "reviews_per_month": 0.61, + "calculated_host_listings_count": 2, + "availability_365": 130 + }, + { + "index": 8552, + "id": 19889858, + "name": "Habitaci\u00f3n acogedora en Barcelona", + "host_name": "Ambre", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 21, + "last_review": "2017-10-02", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8553, + "id": 19890172, + "name": "Disfruta de Barcelona aloj\u00e1ndote en un velero", + "host_name": "Noelia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-28", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 1, + "availability_365": 237 + }, + { + "index": 8554, + "id": 19890762, + "name": "Habitaci\u00f3n doble, luminosa y bien comunicada", + "host_name": "Larissa", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-01-02", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8555, + "id": 19891134, + "name": "HABITACION DOBLE EXTERIOR CON ARMARIO GRANDE", + "host_name": "I\u00f1igo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 20, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8556, + "id": 19891785, + "name": "Pintoresco habitaci\u00f3n en Poble Sec", + "host_name": "Lucy", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 85, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8557, + "id": 19901051, + "name": "P1 \u00b7 Cozy 2-bedroom Apartment for Monthly rentals", + "host_name": "Homes In Blue", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 5000, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-02-10", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 43, + "availability_365": 213 + }, + { + "index": 8558, + "id": 19901296, + "name": "Single room", + "host_name": "Katherine", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 24, + "minimum_nights": 5, + "number_of_reviews": 9, + "last_review": "2018-10-01", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 24 + }, + { + "index": 8559, + "id": 19902564, + "name": "Barcelona Fifteen 01", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-23", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 20, + "availability_365": 274 + }, + { + "index": 8560, + "id": 19905337, + "name": "Double room with balcony in Modernist District", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-06-03", + "reviews_per_month": 0.93, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 8561, + "id": 19908001, + "name": "Modern double room in the heart of the old town!", + "host_name": "Sonia & Andy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 89, + "minimum_nights": 1, + "number_of_reviews": 64, + "last_review": "2019-07-03", + "reviews_per_month": 2.71, + "calculated_host_listings_count": 1, + "availability_365": 57 + }, + { + "index": 8562, + "id": 19908443, + "name": "Private Room 10min from the beach/park /5min-Metro", + "host_name": "Lana", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 93, + "last_review": "2019-06-21", + "reviews_per_month": 3.89, + "calculated_host_listings_count": 1, + "availability_365": 4 + }, + { + "index": 8563, + "id": 19909684, + "name": "La mejor experiencia", + "host_name": "Ana", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8564, + "id": 19918686, + "name": "Sunny room in the center", + "host_name": "Natalia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-07", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 19 + }, + { + "index": 8565, + "id": 19920255, + "name": "Fantastic room in Modernist flat for nice people", + "host_name": "Alba", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 65, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-12", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 2, + "availability_365": 69 + }, + { + "index": 8566, + "id": 19921566, + "name": "Bedroom & private living-room in shared appartment", + "host_name": "Karim Kimo", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2017-08-20", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8567, + "id": 19922686, + "name": "SF11 - Sagrada Familia - 1hab", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 347 + }, + { + "index": 8568, + "id": 19923391, + "name": "SF21 - Sagrada Familia - 1hab", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 95, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 335 + }, + { + "index": 8569, + "id": 19923801, + "name": "GOOD VIBES & RELAXING ZEN ROOM Guinard\u00f3 Park", + "host_name": "Mario", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 21, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-06-24", + "reviews_per_month": 2.22, + "calculated_host_listings_count": 1, + "availability_365": 187 + }, + { + "index": 8570, + "id": 19926709, + "name": "ATTICO LUMINOSISSIMO, METRO FIRA, ZONA FRANCA", + "host_name": "Gabriele", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina del Prat Vermell", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-06-03", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 3, + "availability_365": 145 + }, + { + "index": 8571, + "id": 19928786, + "name": "New Holiday Master Suite with Balcony in Eixample", + "host_name": "Elia & Silvia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 84, + "minimum_nights": 3, + "number_of_reviews": 61, + "last_review": "2019-07-10", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 1, + "availability_365": 86 + }, + { + "index": 8572, + "id": 19930998, + "name": "Cerca del park guell", + "host_name": "Jade", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8573, + "id": 19935576, + "name": "Alquilo habitaci\u00f3n con derecho a todo el piso", + "host_name": "Silvia", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Canyelles", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-07", + "reviews_per_month": 0.92, + "calculated_host_listings_count": 1, + "availability_365": 173 + }, + { + "index": 8574, + "id": 19936494, + "name": "Cool 2 bed flat, 5 min from La Sagrada Familia", + "host_name": "Fernando", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 98, + "minimum_nights": 2, + "number_of_reviews": 62, + "last_review": "2019-06-09", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 8575, + "id": 19936784, + "name": "S12 - Sagrada Familia - 2habs", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-06-08", + "reviews_per_month": 0.91, + "calculated_host_listings_count": 71, + "availability_365": 224 + }, + { + "index": 8576, + "id": 19937525, + "name": "Doble!!!", + "host_name": "Zago/Pedro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 103, + "last_review": "2019-07-07", + "reviews_per_month": 4.3, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 8577, + "id": 19937592, + "name": "Apart centric w terrace in Gracia", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-06-19", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 8, + "availability_365": 17 + }, + { + "index": 8578, + "id": 19937852, + "name": "Habitaci\u00f3n doble Sagrada Familia", + "host_name": "Irene", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 21, + "number_of_reviews": 1, + "last_review": "2017-08-18", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 91 + }, + { + "index": 8579, + "id": 19939336, + "name": "C/mest18. Apartamento de alquiler en el del Borne", + "host_name": "Real Estate Barcelona Grup", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 153 + }, + { + "index": 8580, + "id": 19940130, + "name": "Little cosy double bedroom", + "host_name": "Aur\u00e9lie", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-07-26", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8581, + "id": 19943138, + "name": "Habitaci\u00f3n cama grande estadio f. club Barcelona", + "host_name": "Jose", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2019-01-05", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 3, + "availability_365": 160 + }, + { + "index": 8582, + "id": 19943346, + "name": "SF2 -Sagrada Familia - 2 habs / 2 ba\u00f1os", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2018-10-20", + "reviews_per_month": 0.11, + "calculated_host_listings_count": 71, + "availability_365": 340 + }, + { + "index": 8583, + "id": 19948595, + "name": "Habitacion privada a 15 min del centro barcelona", + "host_name": "Martha", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-07-06", + "reviews_per_month": 1.84, + "calculated_host_listings_count": 1, + "availability_365": 77 + }, + { + "index": 8584, + "id": 19955414, + "name": "Habitaci\u00f3n Doble Sagrada Familia", + "host_name": "Yut", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 32, + "minimum_nights": 4, + "number_of_reviews": 10, + "last_review": "2017-10-27", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8585, + "id": 19955807, + "name": "Double bed studio Paral lel", + "host_name": "Silvia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 88, + "minimum_nights": 1, + "number_of_reviews": 58, + "last_review": "2019-06-10", + "reviews_per_month": 3.33, + "calculated_host_listings_count": 7, + "availability_365": 264 + }, + { + "index": 8586, + "id": 19956058, + "name": "Room with work place and bedroom", + "host_name": "Yulia", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2017-09-14", + "reviews_per_month": 0.29, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8587, + "id": 19956381, + "name": "RAMBLA-BOQUERIA-DOUBLE ROOM WITH FAN", + "host_name": "Giuseppe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 105, + "last_review": "2019-07-09", + "reviews_per_month": 4.88, + "calculated_host_listings_count": 2, + "availability_365": 249 + }, + { + "index": 8588, + "id": 19956629, + "name": "Near the beach, 2-bedroom, 2-bathroom, pool, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2019-06-06", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 54, + "availability_365": 333 + }, + { + "index": 8589, + "id": 19956715, + "name": "Big apartment with Private Terrace for up to 8\u00a6", + "host_name": "Stay U-Nique", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 500, + "minimum_nights": 4, + "number_of_reviews": 79, + "last_review": "2019-06-19", + "reviews_per_month": 3.38, + "calculated_host_listings_count": 84, + "availability_365": 36 + }, + { + "index": 8590, + "id": 19957204, + "name": "Near the beach, pool, 2-bedroom, 2-bathroom, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-05-27", + "reviews_per_month": 1.62, + "calculated_host_listings_count": 54, + "availability_365": 320 + }, + { + "index": 8591, + "id": 19957515, + "name": "Near the beach, 2 bedrooms, 2 bathrooms, pool & AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 140, + "minimum_nights": 2, + "number_of_reviews": 47, + "last_review": "2019-04-05", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 54, + "availability_365": 335 + }, + { + "index": 8592, + "id": 19957835, + "name": "Near the beach, 3-bedroom, 2-bathroom, pool, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 87, + "last_review": "2019-06-13", + "reviews_per_month": 4.52, + "calculated_host_listings_count": 54, + "availability_365": 267 + }, + { + "index": 8593, + "id": 19958031, + "name": "Near the beach, pool, 3-bedroom, 2-bathroom, AC", + "host_name": "Yaiza", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 2, + "number_of_reviews": 102, + "last_review": "2019-06-26", + "reviews_per_month": 5.29, + "calculated_host_listings_count": 54, + "availability_365": 246 + }, + { + "index": 8594, + "id": 19959656, + "name": "DESIGN ROOM IN SARRI\u00c0 - BARCELONA", + "host_name": "Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2018-02-28", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8595, + "id": 19960402, + "name": "S42 - Sagrada Familia - 2 habitaciones", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 87 + }, + { + "index": 8596, + "id": 19962229, + "name": "S43 - Sagrada Familia - 3 habitaciones", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 162 + }, + { + "index": 8597, + "id": 19962349, + "name": "Big double room in historic center", + "host_name": "Frida", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-08-08", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8598, + "id": 19962389, + "name": "BCN CENTRAL , 15 MIN LA RAMBLA, PRIVATE BATHROOM", + "host_name": "Anna", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 75, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2019-06-27", + "reviews_per_month": 1.12, + "calculated_host_listings_count": 3, + "availability_365": 82 + }, + { + "index": 8599, + "id": 19962749, + "name": "S13 - Sagrada Familia - 3habitaciones 2 ba\u00f1os", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 57 + }, + { + "index": 8600, + "id": 19962758, + "name": "Apartamento completo en el centro de Barcelona ,", + "host_name": "B\u00e1rbara", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 360 + }, + { + "index": 8601, + "id": 19963099, + "name": "S23 - Sagrada Familia - 3 habitaciones 2 ba\u00f1os", + "host_name": "Weflating", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-10", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 71, + "availability_365": 92 + }, + { + "index": 8602, + "id": 19963459, + "name": "2162 - AB Casa Saltor P-1 - Luxury 2-Bedroom City Centre Apartment with Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 380, + "minimum_nights": 4, + "number_of_reviews": 7, + "last_review": "2018-07-26", + "reviews_per_month": 0.38, + "calculated_host_listings_count": 193, + "availability_365": 340 + }, + { + "index": 8603, + "id": 19963517, + "name": "Habitacion muy bien ubicada cerca Sagrada Familia.", + "host_name": "Norbert", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-07-04", + "reviews_per_month": 2.74, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8604, + "id": 19963950, + "name": "Sunny private room + terrace - City Center (Raval)", + "host_name": "Sebasti\u00e1n", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-07-07", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 8605, + "id": 19965132, + "name": "Sagrada Familia room with balcony", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-17", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 8606, + "id": 19965292, + "name": "Nice room close to the beach!", + "host_name": "J", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 65, + "last_review": "2019-06-17", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 2, + "availability_365": 302 + }, + { + "index": 8607, + "id": 19965585, + "name": "Habitaci\u00f3n en pleno coraz\u00f3n del modernismo", + "host_name": "Mire", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-10", + "reviews_per_month": 0.73, + "calculated_host_listings_count": 1, + "availability_365": 1 + }, + { + "index": 8608, + "id": 19968192, + "name": "The place", + "host_name": "U-Da", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 5, + "last_review": "2019-06-15", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 268 + }, + { + "index": 8609, + "id": 19972380, + "name": "Nice studio at heart of the city", + "host_name": "Bernat Family Office, S.L.", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 77, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2018-04-29", + "reviews_per_month": 0.1, + "calculated_host_listings_count": 6, + "availability_365": 312 + }, + { + "index": 8610, + "id": 19974416, + "name": "BOQUERIA-RAMBLA- DOUBLE ROOM WITH FAN", + "host_name": "Giuseppe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 100, + "last_review": "2019-07-07", + "reviews_per_month": 4.66, + "calculated_host_listings_count": 2, + "availability_365": 242 + }, + { + "index": 8611, + "id": 19976748, + "name": "Lovely room with private bathroom", + "host_name": "Nalu", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 23, + "last_review": "2019-06-21", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 30 + }, + { + "index": 8612, + "id": 19978181, + "name": "2163 - AB Casa Saltor P-2 - Luxury 3-Bedroom City Centre Apartment with a Private Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2019-04-20", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 193, + "availability_365": 357 + }, + { + "index": 8613, + "id": 19978670, + "name": "Cozy Bedroom near Sagrada Familia", + "host_name": "Sergio", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8614, + "id": 19981280, + "name": "COSY NEW BEACH HOME with 7m SEA VIEW BALCONY! AC", + "host_name": "Elena", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 43, + "minimum_nights": 31, + "number_of_reviews": 11, + "last_review": "2019-06-09", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 1, + "availability_365": 310 + }, + { + "index": 8615, + "id": 19983319, + "name": "Habitaci\u00f3n privada cerca del Metro y el Estadio", + "host_name": "Geral", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 20, + "minimum_nights": 2, + "number_of_reviews": 42, + "last_review": "2019-06-18", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 13 + }, + { + "index": 8616, + "id": 19983618, + "name": "\u201c420 ROOM\u201d SMALL, COZY, PRIVATE, n\u2019COOL", + "host_name": "Santiago", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 4, + "number_of_reviews": 35, + "last_review": "2019-06-04", + "reviews_per_month": 1.48, + "calculated_host_listings_count": 1, + "availability_365": 194 + }, + { + "index": 8617, + "id": 19984295, + "name": "Nata", + "host_name": "Nata", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Sant Gen\u00eds dels Agudells", + "room_type": "Private room", + "price": 34, + "minimum_nights": 5, + "number_of_reviews": 9, + "last_review": "2019-06-20", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 320 + }, + { + "index": 8618, + "id": 19986337, + "name": "FURGONETA CAMPER BARCELONA R", + "host_name": "Baloba", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-10-15", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8619, + "id": 19988908, + "name": "2291 - AB Roma Apartment 6-B - Luminous Eixample Apartment with a Large Communal Terrace", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 13, + "last_review": "2019-06-26", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 193, + "availability_365": 144 + }, + { + "index": 8620, + "id": 19989745, + "name": "Hab. cama doble + vestidor incre\u00edble en el centro", + "host_name": "Arantxa", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 48, + "minimum_nights": 5, + "number_of_reviews": 2, + "last_review": "2018-02-10", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8621, + "id": 19992301, + "name": "Room + Terrace with a view of the Sagrada Familia", + "host_name": "Moe", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 95, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2019-05-06", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 8622, + "id": 19993321, + "name": "Habitaci\u00f3n doble en pleno centro de Barcelona!!!", + "host_name": "Mariana", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 55, + "minimum_nights": 2, + "number_of_reviews": 97, + "last_review": "2019-06-18", + "reviews_per_month": 4.08, + "calculated_host_listings_count": 2, + "availability_365": 13 + }, + { + "index": 8623, + "id": 19993991, + "name": "ASTONISHING sea view from 20th floor and pool!", + "host_name": "Akira", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 190, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-06-20", + "reviews_per_month": 0.69, + "calculated_host_listings_count": 15, + "availability_365": 47 + }, + { + "index": 8624, + "id": 19995421, + "name": "Very central, cozy room with terrace", + "host_name": "Freya Amber", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 3, + "number_of_reviews": 5, + "last_review": "2017-09-01", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8625, + "id": 19995428, + "name": "Cozy & chill bedroom in Barceloneta", + "host_name": "Mery", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-09-16", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8626, + "id": 19995661, + "name": "BEAUTIFUL TRIPLE ROOM next to Paseo de Gracia", + "host_name": "Jenya", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 150, + "minimum_nights": 1, + "number_of_reviews": 43, + "last_review": "2019-06-26", + "reviews_per_month": 1.85, + "calculated_host_listings_count": 4, + "availability_365": 342 + }, + { + "index": 8627, + "id": 19995748, + "name": "Lovely Ap in Pla\u00e7a Catalunya, Unbeatable location!", + "host_name": "Your Apartment In Central Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 2, + "number_of_reviews": 75, + "last_review": "2019-07-03", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 266 + }, + { + "index": 8628, + "id": 19995834, + "name": "DuplexBCN", + "host_name": "Micaela", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 130, + "last_review": "2019-07-05", + "reviews_per_month": 5.6, + "calculated_host_listings_count": 1, + "availability_365": 3 + }, + { + "index": 8629, + "id": 20002444, + "name": "Exterior luminosa a 5min de Ramblas", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2018-11-07", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8630, + "id": 20002590, + "name": "Central, cozy double room with terrace", + "host_name": "Freya Amber", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-08-24", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8631, + "id": 20004294, + "name": "Habitaci\u00f3n acogedora", + "host_name": "Montse", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 45, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8632, + "id": 20004753, + "name": "Artistic and cozy bedroom on the mid most", + "host_name": "Pi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-07-04", + "reviews_per_month": 2.48, + "calculated_host_listings_count": 1, + "availability_365": 289 + }, + { + "index": 8633, + "id": 20007013, + "name": "Habitaci\u00f3n doble en Eixample", + "host_name": "Jose & Cl\u00e1udia Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-03-10", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8634, + "id": 20008263, + "name": "Habitaci\u00f3n individual ideal bissnes, estudiantes.", + "host_name": "Carme", + "neighbourhood_group": "Les Corts", + "neighbourhood": "la Maternitat i Sant Ramon", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2019-03-02", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8635, + "id": 20011703, + "name": "Suite modernista Sagrada Familia - Barcelona", + "host_name": "Miriam", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 7, + "number_of_reviews": 34, + "last_review": "2019-06-03", + "reviews_per_month": 1.57, + "calculated_host_listings_count": 1, + "availability_365": 121 + }, + { + "index": 8636, + "id": 20012516, + "name": "SPACIOUS AND COMFORTABLE SUITE IN THE CENTER", + "host_name": "Shanty And Ernest", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-24", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 2, + "availability_365": 7 + }, + { + "index": 8637, + "id": 20012900, + "name": "Bailey's Barcelona!!!!", + "host_name": "Sergi & Senia", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 33, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-01", + "reviews_per_month": 1.19, + "calculated_host_listings_count": 3, + "availability_365": 68 + }, + { + "index": 8638, + "id": 20013040, + "name": "Apartamento moderno para 5 en zona tranquila", + "host_name": "Mary", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 62, + "last_review": "2019-06-23", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 1, + "availability_365": 104 + }, + { + "index": 8639, + "id": 20013629, + "name": "Suite Doble Poblenou privada cerca de la playa.", + "host_name": "Vanessa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 74, + "last_review": "2019-07-01", + "reviews_per_month": 3.25, + "calculated_host_listings_count": 1, + "availability_365": 246 + }, + { + "index": 8640, + "id": 20018346, + "name": "BARCELONA/room 1 pax/public transport/quite area", + "host_name": "Antonio", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 8641, + "id": 20018828, + "name": "Bonita y silenciosa habitaci\u00f3n en el centro.", + "host_name": "Angel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 4, + "number_of_reviews": 45, + "last_review": "2019-06-24", + "reviews_per_month": 1.91, + "calculated_host_listings_count": 2, + "availability_365": 339 + }, + { + "index": 8642, + "id": 20021910, + "name": "Industrial Loft Gracia-Park Guell", + "host_name": "Fotli", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "el Putxet i el Farr\u00f3", + "room_type": "Private room", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 33, + "last_review": "2019-02-22", + "reviews_per_month": 1.41, + "calculated_host_listings_count": 1, + "availability_365": 80 + }, + { + "index": 8643, + "id": 20022693, + "name": "Nice sunny room in Raval Citycenter Barcelona", + "host_name": "Gerard", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 42, + "minimum_nights": 5, + "number_of_reviews": 6, + "last_review": "2018-01-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 190 + }, + { + "index": 8644, + "id": 20028272, + "name": "Habitaci\u00f3n privada a 5min del mar y de Ramblas", + "host_name": "Sonia", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2018-08-29", + "reviews_per_month": 0.42, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8645, + "id": 20031419, + "name": "HABITACI\u00d3N DOBLE (1/2PERSONAS)ASEO PRIVADOS+COCINA", + "host_name": "M\u00aaCarmen", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 32, + "minimum_nights": 2, + "number_of_reviews": 126, + "last_review": "2019-07-07", + "reviews_per_month": 5.35, + "calculated_host_listings_count": 1, + "availability_365": 257 + }, + { + "index": 8646, + "id": 20031775, + "name": "Pearl in central Barcelona", + "host_name": "Magnus", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 31, + "number_of_reviews": 6, + "last_review": "2019-06-30", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 1, + "availability_365": 318 + }, + { + "index": 8647, + "id": 20043458, + "name": "Room for two and a nice sofa bed in a shared flat.", + "host_name": "Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 5, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8648, + "id": 20043774, + "name": "Cozy room with a private terrace in central Gracia", + "host_name": "Vic", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 16, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-12-22", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8649, + "id": 20044149, + "name": "Habitacion Doble", + "host_name": "Ferran", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 29, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-08-13", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8650, + "id": 20044811, + "name": "Habitaci\u00f3n doble Barcelona centro.", + "host_name": "Miguel \u00c1ngel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 39, + "minimum_nights": 1, + "number_of_reviews": 39, + "last_review": "2019-06-16", + "reviews_per_month": 1.65, + "calculated_host_listings_count": 1, + "availability_365": 83 + }, + { + "index": 8651, + "id": 20045088, + "name": "Sunny comfortable double room in the center of BCN", + "host_name": "Ana", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 5, + "last_review": "2017-09-07", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8652, + "id": 20047501, + "name": "Prime Ap Large Terrace Born Triomf Ciutadella", + "host_name": "Josep", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 111, + "last_review": "2019-06-17", + "reviews_per_month": 4.7, + "calculated_host_listings_count": 6, + "availability_365": 198 + }, + { + "index": 8653, + "id": 20049287, + "name": "Habitaci\u00f3n individual Eixample", + "host_name": "Jose & Cl\u00e1udia Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 26, + "minimum_nights": 3, + "number_of_reviews": 18, + "last_review": "2019-06-12", + "reviews_per_month": 0.78, + "calculated_host_listings_count": 2, + "availability_365": 61 + }, + { + "index": 8654, + "id": 20049666, + "name": "Habitaci\u00f3n doble cerca de Sagrada Familia", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 17, + "last_review": "2017-11-12", + "reviews_per_month": 0.72, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 8655, + "id": 20052796, + "name": "HABITACI\u00d3N MATRIMONIAL PARA 2 PERSONAS", + "host_name": "Victoria Annabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 11, + "last_review": "2019-06-23", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 3, + "availability_365": 365 + }, + { + "index": 8656, + "id": 20053630, + "name": "Beautiful Room for two in heart of Barcelona *****", + "host_name": "Jenya", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 95, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-08", + "reviews_per_month": 1.23, + "calculated_host_listings_count": 4, + "availability_365": 352 + }, + { + "index": 8657, + "id": 20060181, + "name": "Design 2bed/3bath close to Passeig de Gracia", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-07-05", + "reviews_per_month": 2.8, + "calculated_host_listings_count": 5, + "availability_365": 103 + }, + { + "index": 8658, + "id": 20060383, + "name": "Habitaci\u00f3n alquiler barrio Sant Antoni, Barcelona.", + "host_name": "Sarah", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 111, + "last_review": "2019-06-22", + "reviews_per_month": 4.77, + "calculated_host_listings_count": 1, + "availability_365": 319 + }, + { + "index": 8659, + "id": 20060427, + "name": "Central comfortable double room & private bathroom", + "host_name": "Alex", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 106, + "last_review": "2019-07-06", + "reviews_per_month": 4.53, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 8660, + "id": 20061032, + "name": "Cozy Apartment in Poblenou", + "host_name": "Roger", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 2, + "number_of_reviews": 78, + "last_review": "2019-07-06", + "reviews_per_month": 3.34, + "calculated_host_listings_count": 7, + "availability_365": 16 + }, + { + "index": 8661, + "id": 20061176, + "name": "Habitaci\u00f3n doble en el centro de Barcelona!", + "host_name": "Martino", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-30", + "reviews_per_month": 2.0, + "calculated_host_listings_count": 2, + "availability_365": 48 + }, + { + "index": 8662, + "id": 20064328, + "name": "Stylish bedroom in Upper class Central Barcelona", + "host_name": "Christel", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 92, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-07-07", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 2, + "availability_365": 159 + }, + { + "index": 8663, + "id": 20064978, + "name": "Private Suite Double Room in Barcelona", + "host_name": "Victoria", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 111, + "last_review": "2019-07-08", + "reviews_per_month": 4.67, + "calculated_host_listings_count": 1, + "availability_365": 168 + }, + { + "index": 8664, + "id": 20065465, + "name": "PRIVATE ROOM AT GOTIC QUARTER", + "host_name": "Daniel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-10-17", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 5, + "availability_365": 312 + }, + { + "index": 8665, + "id": 20066087, + "name": "Estudio bien equipado en el centro de Barcelona", + "host_name": "Moran", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 40, + "minimum_nights": 30, + "number_of_reviews": 2, + "last_review": "2018-04-05", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 284 + }, + { + "index": 8666, + "id": 20066721, + "name": "Piso de lujo con cinco dormitorios, piscina y sauna", + "host_name": "Minerva", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 800, + "minimum_nights": 2, + "number_of_reviews": 21, + "last_review": "2019-07-06", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 3, + "availability_365": 329 + }, + { + "index": 8667, + "id": 20067919, + "name": "Habitaci\u00f3n privada doble lugar centrico.", + "host_name": "Sany", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-06-29", + "reviews_per_month": 1.51, + "calculated_host_listings_count": 1, + "availability_365": 314 + }, + { + "index": 8668, + "id": 20069818, + "name": "Apartment Leonor", + "host_name": "Alex", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 5, + "number_of_reviews": 46, + "last_review": "2019-06-25", + "reviews_per_month": 1.97, + "calculated_host_listings_count": 5, + "availability_365": 62 + }, + { + "index": 8669, + "id": 20071568, + "name": "Happy family house near Sants train station!", + "host_name": "Max", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 77, + "last_review": "2019-06-26", + "reviews_per_month": 3.28, + "calculated_host_listings_count": 1, + "availability_365": 56 + }, + { + "index": 8670, + "id": 20074443, + "name": "DUPLEX TERRACE FOR TRAVELLERS,BUSINESSMEN PARKING", + "host_name": "Jenny & Pol", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2019-05-17", + "reviews_per_month": 0.55, + "calculated_host_listings_count": 12, + "availability_365": 72 + }, + { + "index": 8671, + "id": 20081814, + "name": "Double bed in Center with private bathroom", + "host_name": "Carlos", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 62, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-09-13", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8672, + "id": 20082710, + "name": "Habitaci\u00f3n en piso con excelente ubicaci\u00f3n y vista", + "host_name": "Ivonne", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 14, + "last_review": "2018-05-01", + "reviews_per_month": 0.6, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8673, + "id": 20082750, + "name": "4 dormitorios en el Eixample *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 92 + }, + { + "index": 8674, + "id": 20086013, + "name": "Nice and friendly place next to Sagrada Familia", + "host_name": "Mizio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 38, + "minimum_nights": 3, + "number_of_reviews": 6, + "last_review": "2017-09-25", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8675, + "id": 20087375, + "name": "Gracia Diagonal Apartment", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 25, + "last_review": "2019-06-09", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 95, + "availability_365": 269 + }, + { + "index": 8676, + "id": 20091067, + "name": "Tranquil Double in the Heart of Bustling Old Town", + "host_name": "Malakai", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 68, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-08-23", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8677, + "id": 20091884, + "name": "Centric double room with a nice view and air-con", + "host_name": "Henrik", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 81, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-27", + "reviews_per_month": 0.75, + "calculated_host_listings_count": 1, + "availability_365": 166 + }, + { + "index": 8678, + "id": 20106854, + "name": "**** Beautiful room 10 minutes from La Rambla****", + "host_name": "Inna", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 60, + "minimum_nights": 3, + "number_of_reviews": 30, + "last_review": "2019-06-23", + "reviews_per_month": 1.64, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8679, + "id": 20107496, + "name": "Doble excellent View of Gaud\u00ed Themple", + "host_name": "Ernest", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 30, + "number_of_reviews": 55, + "last_review": "2019-05-31", + "reviews_per_month": 2.34, + "calculated_host_listings_count": 3, + "availability_365": 137 + }, + { + "index": 8680, + "id": 20111044, + "name": "Double Room Near to beach (30 min from the center)", + "host_name": "Roomie", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 31, + "minimum_nights": 2, + "number_of_reviews": 22, + "last_review": "2019-01-01", + "reviews_per_month": 0.94, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8681, + "id": 20111149, + "name": "Luxury apartment with SEA VIEW - CCIB", + "host_name": "Dante", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 2, + "number_of_reviews": 35, + "last_review": "2019-07-07", + "reviews_per_month": 1.5, + "calculated_host_listings_count": 1, + "availability_365": 135 + }, + { + "index": 8682, + "id": 20113478, + "name": "Amplia habitaci\u00f3n doble junto a la Sagrada Familia", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2017-11-20", + "reviews_per_month": 0.64, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 8683, + "id": 20115285, + "name": "Stunning Sagrada Familia upto 6!!", + "host_name": "Xavi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 18, + "availability_365": 316 + }, + { + "index": 8684, + "id": 20122224, + "name": "Romantic Space for Couples", + "host_name": "Gerard", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 364 + }, + { + "index": 8685, + "id": 20128592, + "name": "Distinctive Room at the Heart of Poblenou.", + "host_name": "Pau", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-26", + "reviews_per_month": 1.46, + "calculated_host_listings_count": 1, + "availability_365": 230 + }, + { + "index": 8686, + "id": 20129351, + "name": "Alquiler Dos Habitaciones Barcelona Centro", + "host_name": "Lena", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 200, + "minimum_nights": 14, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 90 + }, + { + "index": 8687, + "id": 20129816, + "name": "Gothic Quarter - spacious room with roof terrace", + "host_name": "Soren", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 51, + "minimum_nights": 4, + "number_of_reviews": 31, + "last_review": "2019-07-02", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 8688, + "id": 20130790, + "name": "Bohemian apartment in Barcelona", + "host_name": "Alexandre", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-07-01", + "reviews_per_month": 3.0, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 8689, + "id": 20131970, + "name": "Precioso bajo con vistas al parque Esp Industrial", + "host_name": "Daniel", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-08-22", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8690, + "id": 20143206, + "name": "Habitaci\u00f3n individual. Barcelona", + "host_name": "Lisa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2019-06-23", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 273 + }, + { + "index": 8691, + "id": 20144403, + "name": "Room in the apartment with SEA View, Swimming pool", + "host_name": "\u041c\u0438\u043b\u0430", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 19, + "last_review": "2019-06-02", + "reviews_per_month": 0.82, + "calculated_host_listings_count": 2, + "availability_365": 71 + }, + { + "index": 8692, + "id": 20145668, + "name": "Nice Room in apartment in front of the beach!", + "host_name": "Daniel", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 16, + "last_review": "2018-08-12", + "reviews_per_month": 0.68, + "calculated_host_listings_count": 1, + "availability_365": 324 + }, + { + "index": 8693, + "id": 20146211, + "name": "Cama doble con buena iluminaci\u00f3n", + "host_name": "Tomeu", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 7, + "last_review": "2017-09-01", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8694, + "id": 20146905, + "name": "HABITACION ASEO PRIVADO HOSP SANT PAU/S. FAMILIA", + "host_name": "Elena", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 27, + "minimum_nights": 3, + "number_of_reviews": 74, + "last_review": "2019-07-03", + "reviews_per_month": 3.21, + "calculated_host_listings_count": 1, + "availability_365": 297 + }, + { + "index": 8695, + "id": 20148643, + "name": "CCIB Room and Barcelona Beach", + "host_name": "Sandra", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 36, + "minimum_nights": 3, + "number_of_reviews": 46, + "last_review": "2019-06-23", + "reviews_per_month": 1.95, + "calculated_host_listings_count": 3, + "availability_365": 73 + }, + { + "index": 8696, + "id": 20153700, + "name": "Room with a fantastic view", + "host_name": "Lenard", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 57, + "last_review": "2019-07-07", + "reviews_per_month": 2.63, + "calculated_host_listings_count": 2, + "availability_365": 313 + }, + { + "index": 8697, + "id": 20160810, + "name": "Single room - Very well located", + "host_name": "Marcia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 35, + "minimum_nights": 7, + "number_of_reviews": 6, + "last_review": "2018-08-24", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8698, + "id": 20163839, + "name": "Casa Elaine y Liz", + "host_name": "Elaine", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2018-08-03", + "reviews_per_month": 0.87, + "calculated_host_listings_count": 1, + "availability_365": 357 + }, + { + "index": 8699, + "id": 20164125, + "name": "Confortable space with balcony", + "host_name": "Niurka", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 82, + "last_review": "2019-06-30", + "reviews_per_month": 3.54, + "calculated_host_listings_count": 1, + "availability_365": 138 + }, + { + "index": 8700, + "id": 20168348, + "name": "Habitaci\u00f3n 3-4 Camas Individuales", + "host_name": "Dani", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 104, + "last_review": "2019-06-24", + "reviews_per_month": 4.43, + "calculated_host_listings_count": 2, + "availability_365": 150 + }, + { + "index": 8701, + "id": 20170296, + "name": "Habitaci\u00f3n doble y acogedora cerca de Plaza Espa\u00f1a", + "host_name": "Camilo", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 65, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 92 + }, + { + "index": 8702, + "id": 20170976, + "name": "CoZy Room near to Beach\u00a1 (30 min from the center)", + "host_name": "Roomie", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 15, + "minimum_nights": 4, + "number_of_reviews": 34, + "last_review": "2019-03-31", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8703, + "id": 20171562, + "name": "Economic and comfortable double room", + "host_name": "Alexei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Verdun", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-07-02", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 8704, + "id": 20172831, + "name": "Greatplace", + "host_name": "Alvaro", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8705, + "id": 20173661, + "name": "Luminosa habitaci\u00f3n en pleno centro de Barcelona", + "host_name": "Carla", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-20", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8706, + "id": 20179373, + "name": "Hermosa habitaci\u00f3n doble en Villa de Gracia BCN", + "host_name": "Andrea", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-08-24", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8707, + "id": 20182353, + "name": "Blue Fantastic View", + "host_name": "Joan", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 50, + "minimum_nights": 7, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 349 + }, + { + "index": 8708, + "id": 20183259, + "name": "Lujoso apartamento con terraza y tres dormitorios junto a Casa Batll\u00f3", + "host_name": "Antonio", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 547, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-07-07", + "reviews_per_month": 2.55, + "calculated_host_listings_count": 6, + "availability_365": 200 + }, + { + "index": 8709, + "id": 20184309, + "name": "Habitacion privada arco de triumfo", + "host_name": "Vict", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8710, + "id": 20185175, + "name": "Perfect Central Location in Barcelona Old Town", + "host_name": "Lucy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 100, + "minimum_nights": 2, + "number_of_reviews": 68, + "last_review": "2019-06-23", + "reviews_per_month": 2.9, + "calculated_host_listings_count": 1, + "availability_365": 11 + }, + { + "index": 8711, + "id": 20185942, + "name": "TWO BEDS ROOM in a MODERNIST APARTMENT", + "host_name": "Marta", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 50, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 178 + }, + { + "index": 8712, + "id": 20186594, + "name": "2 Lovely ROOMS !!!", + "host_name": "Marisa", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Verneda i la Pau", + "room_type": "Private room", + "price": 30, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2017-09-06", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8713, + "id": 20189360, + "name": "Apartamento / Penthouse in the heart of Barcelona", + "host_name": "Andres", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 56, + "minimum_nights": 31, + "number_of_reviews": 3, + "last_review": "2018-09-13", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 282 + }, + { + "index": 8714, + "id": 20189443, + "name": "Double room in Nou Barris", + "host_name": "Daniel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Prosperitat", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-06", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 1, + "availability_365": 17 + }, + { + "index": 8715, + "id": 20193305, + "name": "Single room in atico flat with great terrace view", + "host_name": "Egor", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Trinitat Vella", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 180 + }, + { + "index": 8716, + "id": 20200957, + "name": "ROOM IN VIBRANT SAN ANTONI NEIGHBORHOOD", + "host_name": "Shanty And Ernest", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 51, + "last_review": "2019-06-26", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 2, + "availability_365": 12 + }, + { + "index": 8717, + "id": 20201280, + "name": "Bright room in TOP LOCATION in Barcelona", + "host_name": "Farah", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 105, + "minimum_nights": 3, + "number_of_reviews": 73, + "last_review": "2019-07-07", + "reviews_per_month": 3.12, + "calculated_host_listings_count": 3, + "availability_365": 65 + }, + { + "index": 8718, + "id": 20201524, + "name": "Apartamento cerca del Arco del triunfo *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 130, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 75 + }, + { + "index": 8719, + "id": 20201831, + "name": "Cosy and beautiful flat in the heart of Barcelona", + "host_name": "Pedro", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 29, + "number_of_reviews": 2, + "last_review": "2018-06-27", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8720, + "id": 20203034, + "name": "Elegant design 3bed with balcony in Eixample", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 2, + "number_of_reviews": 55, + "last_review": "2019-07-06", + "reviews_per_month": 2.36, + "calculated_host_listings_count": 5, + "availability_365": 100 + }, + { + "index": 8721, + "id": 20203088, + "name": "Habitaci\u00f3n amplia cama doble", + "host_name": "Guido", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-08-29", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8722, + "id": 20206282, + "name": "Habitaci\u00f3n individual en Barcelona", + "host_name": "Devora", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 15, + "last_review": "2019-07-03", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 1, + "availability_365": 197 + }, + { + "index": 8723, + "id": 20207899, + "name": "Little Art Room", + "host_name": "D. Maximiliano", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-03-31", + "reviews_per_month": 1.54, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8724, + "id": 20208646, + "name": "Double Room close to Beach & Breakfast & 2 Bikes", + "host_name": "Carloncho", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 65, + "minimum_nights": 3, + "number_of_reviews": 9, + "last_review": "2018-08-29", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 1, + "availability_365": 9 + }, + { + "index": 8725, + "id": 20209669, + "name": "Cheap room near Port Vell and La Rambla", + "host_name": "My", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-09-01", + "reviews_per_month": 0.08, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8726, + "id": 20209929, + "name": "Liceo apartment by Las Ramblas", + "host_name": "Fernando", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 61, + "minimum_nights": 32, + "number_of_reviews": 3, + "last_review": "2019-01-09", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 11, + "availability_365": 207 + }, + { + "index": 8727, + "id": 20211447, + "name": "Explore BCN from a Stylish Room in Paseo de Gracia", + "host_name": "Logan", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 75, + "minimum_nights": 4, + "number_of_reviews": 12, + "last_review": "2019-06-28", + "reviews_per_month": 0.97, + "calculated_host_listings_count": 1, + "availability_365": 360 + }, + { + "index": 8728, + "id": 20212481, + "name": "Double room with charm !!", + "host_name": "Andrea", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Horta", + "room_type": "Private room", + "price": 27, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-17", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 312 + }, + { + "index": 8729, + "id": 20213095, + "name": "GOTIC BOT/Double bedroom for solo traveler", + "host_name": "Masoud", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 42, + "minimum_nights": 5, + "number_of_reviews": 21, + "last_review": "2019-06-28", + "reviews_per_month": 0.9, + "calculated_host_listings_count": 3, + "availability_365": 44 + }, + { + "index": 8730, + "id": 20215214, + "name": "Confortable habitaci\u00f3n doble cerca Sagrada Familia", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 24, + "last_review": "2017-11-19", + "reviews_per_month": 1.03, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 8731, + "id": 20215639, + "name": "Habitaci\u00f3n single junto a la Sagrada Familia", + "host_name": "Angela", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 17, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2017-11-19", + "reviews_per_month": 0.51, + "calculated_host_listings_count": 6, + "availability_365": 0 + }, + { + "index": 8732, + "id": 20217450, + "name": "Room in Barcelona - Gracia.", + "host_name": "Alexander", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-06-02", + "reviews_per_month": 1.33, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 8733, + "id": 20219412, + "name": "B&BICYCLES!! Suite rooms (private bathroom)Centric", + "host_name": "Alessandro", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 104, + "minimum_nights": 2, + "number_of_reviews": 11, + "last_review": "2018-01-02", + "reviews_per_month": 0.48, + "calculated_host_listings_count": 2, + "availability_365": 19 + }, + { + "index": 8734, + "id": 20219503, + "name": "Nice Room near the Beach(MarBella).Gayfriendly! :)", + "host_name": "Edu", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-06-02", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 365 + }, + { + "index": 8735, + "id": 20219754, + "name": "New stylish apartment up to 3", + "host_name": "Vanesa And Daniel", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 119, + "last_review": "2019-07-03", + "reviews_per_month": 5.1, + "calculated_host_listings_count": 16, + "availability_365": 122 + }, + { + "index": 8736, + "id": 20220009, + "name": "Beautiful room only girls", + "host_name": "Guiomar", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-13", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8737, + "id": 20220480, + "name": "3 habitaciones en Gr\u00e0cia *Bcn*", + "host_name": "Mar\u00eda & Oscar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 54, + "availability_365": 350 + }, + { + "index": 8738, + "id": 20220840, + "name": "BWH Gracia 2 3", + "host_name": "Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 29, + "availability_365": 80 + }, + { + "index": 8739, + "id": 20221638, + "name": "Blackandwhitehome Gracia 1 1", + "host_name": "Isabel", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 180, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-29", + "reviews_per_month": 0.4, + "calculated_host_listings_count": 29, + "availability_365": 66 + }, + { + "index": 8740, + "id": 20225704, + "name": "Near Camp Nou Stadium", + "host_name": "Gladis", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-13", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8741, + "id": 20226033, + "name": "2540 - AB Marina Apartment P-2 - Beautiful 3-Bedroom Apartment with a Private Terrace near the Sagrada Fam\u00edlia", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 400, + "minimum_nights": 2, + "number_of_reviews": 32, + "last_review": "2019-06-08", + "reviews_per_month": 1.55, + "calculated_host_listings_count": 193, + "availability_365": 271 + }, + { + "index": 8742, + "id": 20226221, + "name": "Nice Barcelona Views :D SR2", + "host_name": "Raul", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 3, + "last_review": "2018-04-15", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8743, + "id": 20227831, + "name": "Warm and bright apartment for a couple", + "host_name": "Carlos", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 4, + "number_of_reviews": 9, + "last_review": "2019-07-08", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 1, + "availability_365": 7 + }, + { + "index": 8744, + "id": 20228336, + "name": "Confortable room in quiet apartment", + "host_name": "Pablo", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-14", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8745, + "id": 20236994, + "name": "Apartment with amazing views", + "host_name": "Joseph", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-06", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8746, + "id": 20239438, + "name": "Bedroom in large shared appartment", + "host_name": "Karim Kimo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-16", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8747, + "id": 20239670, + "name": "Apartment very close to Sagrada Familia - 1032", + "host_name": "BBarcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 200, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2019-06-03", + "reviews_per_month": 0.79, + "calculated_host_listings_count": 10, + "availability_365": 323 + }, + { + "index": 8748, + "id": 20239737, + "name": "PRIVATE ROOM WITH THE BEST UBICATION IN BARCELONA", + "host_name": "Sebastian", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 53, + "minimum_nights": 1, + "number_of_reviews": 51, + "last_review": "2019-06-01", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 1, + "availability_365": 362 + }, + { + "index": 8749, + "id": 20240330, + "name": "Alojamiento en Gracia al lado del Park G\u00fcell", + "host_name": "Iv\u00e1n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2018-10-11", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8750, + "id": 20241152, + "name": "Center Room- Double room Parque de la ciudadela.", + "host_name": "Valeria", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 31, + "minimum_nights": 9, + "number_of_reviews": 52, + "last_review": "2019-06-28", + "reviews_per_month": 2.28, + "calculated_host_listings_count": 2, + "availability_365": 216 + }, + { + "index": 8751, + "id": 20241497, + "name": "Estupenda Habitaci\u00f3n", + "host_name": "Gina", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-06-24", + "reviews_per_month": 0.44, + "calculated_host_listings_count": 1, + "availability_365": 351 + }, + { + "index": 8752, + "id": 20243862, + "name": "Small room in the center", + "host_name": "Teri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 14, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-06", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8753, + "id": 20244524, + "name": "Comfortable bedroom in EXCELLENT LOCATION", + "host_name": "Farah", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 19, + "last_review": "2019-07-09", + "reviews_per_month": 0.81, + "calculated_host_listings_count": 3, + "availability_365": 75 + }, + { + "index": 8754, + "id": 20245258, + "name": "Habitaci\u00f3n en Gracia al lado del Park G\u00fcell", + "host_name": "Iv\u00e1n", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-06-28", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8755, + "id": 20247839, + "name": "Spacious and bright apartment - Sagrera Meridien", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Navas", + "room_type": "Entire home/apt", + "price": 53, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 13 + }, + { + "index": 8756, + "id": 20248766, + "name": "Habitaci\u00f3n privada en BCN.", + "host_name": "Neus", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 19, + "minimum_nights": 1, + "number_of_reviews": 9, + "last_review": "2017-09-16", + "reviews_per_month": 0.39, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8757, + "id": 20253352, + "name": "CHARMING FLAT IN THE HEART OF BORN, 2BDRS + WIFI!", + "host_name": "Jane", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 170, + "minimum_nights": 6, + "number_of_reviews": 37, + "last_review": "2019-06-25", + "reviews_per_month": 1.6, + "calculated_host_listings_count": 1, + "availability_365": 149 + }, + { + "index": 8758, + "id": 20258456, + "name": "Beautiful room in Eixample", + "host_name": "Anderson Johann", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2018-08-18", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8759, + "id": 20259902, + "name": "Rustic, brand new close to Universitat", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-01-31", + "reviews_per_month": 0.19, + "calculated_host_listings_count": 15, + "availability_365": 190 + }, + { + "index": 8760, + "id": 20260320, + "name": "A Private Room for 4 People", + "host_name": "Claudiu Nicolae", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 200, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2019-04-23", + "reviews_per_month": 0.23, + "calculated_host_listings_count": 15, + "availability_365": 75 + }, + { + "index": 8761, + "id": 20261506, + "name": "Beautiful flat with huge private bathroom", + "host_name": "Patrik", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 75, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-08-21", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8762, + "id": 20262929, + "name": "A Bed in a 6-Bed Female-only Dormitory", + "host_name": "Claudiu Nicolae", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Shared room", + "price": 44, + "minimum_nights": 1, + "number_of_reviews": 59, + "last_review": "2019-06-10", + "reviews_per_month": 2.56, + "calculated_host_listings_count": 15, + "availability_365": 92 + }, + { + "index": 8763, + "id": 20263115, + "name": "Double Room; Barceloneta near the beach", + "host_name": "Jhosaidy", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 56, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2019-05-01", + "reviews_per_month": 0.71, + "calculated_host_listings_count": 1, + "availability_365": 12 + }, + { + "index": 8764, + "id": 20263444, + "name": "Habitaci\u00f3n grande y luminosa en pleno Coraz\u00f3n del Barrio de Gracia", + "host_name": "Sebastian", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-28", + "reviews_per_month": 1.06, + "calculated_host_listings_count": 2, + "availability_365": 44 + }, + { + "index": 8765, + "id": 20263584, + "name": "Wonderful duplex with large terrace and views", + "host_name": "Jordi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Entire home/apt", + "price": 90, + "minimum_nights": 1, + "number_of_reviews": 33, + "last_review": "2019-06-23", + "reviews_per_month": 1.42, + "calculated_host_listings_count": 14, + "availability_365": 297 + }, + { + "index": 8766, + "id": 20264044, + "name": "Apartamento en el coraz\u00f3n de Gr\u00e0cia, Barcelona", + "host_name": "Belu", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-09", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8767, + "id": 20264472, + "name": "Habitaci\u00f3n luminosa en barrio de Gracia", + "host_name": "Margarita", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 18, + "minimum_nights": 9, + "number_of_reviews": 4, + "last_review": "2018-08-19", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 2, + "availability_365": 66 + }, + { + "index": 8768, + "id": 20264909, + "name": "Apartamento luminoso y tranquilo.", + "host_name": "Alejandro", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 31, + "number_of_reviews": 65, + "last_review": "2019-03-26", + "reviews_per_month": 2.83, + "calculated_host_listings_count": 1, + "availability_365": 8 + }, + { + "index": 8769, + "id": 20265359, + "name": "Quit apartment next to G\u00fcell Palace", + "host_name": "David", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 1, + "last_review": "2017-09-16", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 2, + "availability_365": 281 + }, + { + "index": 8770, + "id": 20266749, + "name": "Wonderful room", + "host_name": "Gia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 73, + "last_review": "2019-06-29", + "reviews_per_month": 3.17, + "calculated_host_listings_count": 1, + "availability_365": 141 + }, + { + "index": 8771, + "id": 20266994, + "name": "SINGLE ROOM CLOSE TO SAGRADA FAMILIA", + "host_name": "Pilar", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2018-04-01", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8772, + "id": 20271222, + "name": "Large bedroom", + "host_name": "Sergio", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 20, + "minimum_nights": 4, + "number_of_reviews": 71, + "last_review": "2019-07-01", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 2, + "availability_365": 27 + }, + { + "index": 8773, + "id": 20273799, + "name": "Private room and balcony for 2 near Plaza Espanya", + "host_name": "Diego", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 39, + "minimum_nights": 4, + "number_of_reviews": 4, + "last_review": "2017-10-02", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8774, + "id": 20274223, + "name": "Cozy room in the heart of Barcelona. Sant Antoni", + "host_name": "Paulo", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 16, + "minimum_nights": 1, + "number_of_reviews": 36, + "last_review": "2019-06-26", + "reviews_per_month": 1.66, + "calculated_host_listings_count": 7, + "availability_365": 4 + }, + { + "index": 8775, + "id": 20274512, + "name": "=:Doubleroom in modern, refurbished¢ric Flat", + "host_name": "Jorge", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 41, + "minimum_nights": 3, + "number_of_reviews": 85, + "last_review": "2019-06-26", + "reviews_per_month": 3.71, + "calculated_host_listings_count": 1, + "availability_365": 67 + }, + { + "index": 8776, + "id": 20276107, + "name": "Sol +2 confort (playa 5'min) hogar Zen", + "host_name": "Carles", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 12, + "number_of_reviews": 12, + "last_review": "2019-06-16", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 3, + "availability_365": 4 + }, + { + "index": 8777, + "id": 20276192, + "name": "Habitaci\u00f3n para tres en Barcelona cerca transport", + "host_name": "Isabel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 130, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2019-06-23", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 3, + "availability_365": 171 + }, + { + "index": 8778, + "id": 20276718, + "name": "Hermosa habitaci\u00f3 2 personas Barcelona 2 camas \u00f3 1", + "host_name": "Isabel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Private room", + "price": 60, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2019-04-21", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 3, + "availability_365": 172 + }, + { + "index": 8779, + "id": 20278477, + "name": "El Borne", + "host_name": "Lales", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8780, + "id": 20279496, + "name": "small room close to the beach", + "host_name": "Pablo", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 36, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2017-12-03", + "reviews_per_month": 0.3, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8781, + "id": 20279754, + "name": "High-end Super Centric Double Flat & Big Terrace", + "host_name": "Eduard", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 180, + "number_of_reviews": 3, + "last_review": "2018-05-14", + "reviews_per_month": 0.15, + "calculated_host_listings_count": 5, + "availability_365": 30 + }, + { + "index": 8782, + "id": 20281579, + "name": "Private room close to Sagrada Familia", + "host_name": "H.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 23, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2017-11-19", + "reviews_per_month": 0.96, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8783, + "id": 20281676, + "name": "*Doble con ba\u00f1o compartido* Conexi\u00f3n Aeropuerto", + "host_name": "Yasmina", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 43, + "last_review": "2019-07-07", + "reviews_per_month": 1.86, + "calculated_host_listings_count": 3, + "availability_365": 154 + }, + { + "index": 8784, + "id": 20283593, + "name": "Centric room in Sagrada Familia", + "host_name": "Alex And Iryna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2017-08-10", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8785, + "id": 20289508, + "name": "Warehouse: The Loft", + "host_name": "Carles", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Parc i la Llacuna del Poblenou", + "room_type": "Entire home/apt", + "price": 550, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-04-21", + "reviews_per_month": 0.24, + "calculated_host_listings_count": 11, + "availability_365": 322 + }, + { + "index": 8786, + "id": 20291336, + "name": "Apartment with 4 rooms - Gran-V\u00eda", + "host_name": "Maria StayBarcelona", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 41, + "availability_365": 305 + }, + { + "index": 8787, + "id": 20291512, + "name": "Sagrada Familia Views SPB142388", + "host_name": "Albert", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 76, + "minimum_nights": 1, + "number_of_reviews": 74, + "last_review": "2019-06-26", + "reviews_per_month": 3.19, + "calculated_host_listings_count": 20, + "availability_365": 89 + }, + { + "index": 8788, + "id": 20292550, + "name": "Habitaci\u00f3n individual peque\u00f1ita.", + "host_name": "Jordi", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 14, + "minimum_nights": 2, + "number_of_reviews": 60, + "last_review": "2019-06-18", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 5, + "availability_365": 99 + }, + { + "index": 8789, + "id": 20295131, + "name": "Loft up to 4 with private terrace. HUTB 013021", + "host_name": "Xavi", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-23", + "reviews_per_month": 1.28, + "calculated_host_listings_count": 10, + "availability_365": 7 + }, + { + "index": 8790, + "id": 20296783, + "name": "ALQUILO HABITACI\u00d3N A HU\u00c9SPEDES", + "host_name": "Julieta", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 31, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-07-08", + "reviews_per_month": 1.93, + "calculated_host_listings_count": 2, + "availability_365": 342 + }, + { + "index": 8791, + "id": 20298786, + "name": "Sofia&Marina's hostel", + "host_name": "Sofia", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-09-06", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8792, + "id": 20303249, + "name": "Chic Apt. 2min from Paseo de Gracia & Las Ramblas", + "host_name": "Florenza", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 214, + "minimum_nights": 2, + "number_of_reviews": 66, + "last_review": "2019-06-12", + "reviews_per_month": 2.86, + "calculated_host_listings_count": 4, + "availability_365": 324 + }, + { + "index": 8793, + "id": 20308062, + "name": "Principal B&bcn. Apartment - Barcelona", + "host_name": "Will", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8794, + "id": 20309328, + "name": "Homey apartment in the center with WIFI and A.A.", + "host_name": "Mario", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 46, + "last_review": "2019-07-04", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 1, + "availability_365": 327 + }, + { + "index": 8795, + "id": 20312675, + "name": "Amplio y luminoso.", + "host_name": "Guillermo", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 60, + "minimum_nights": 32, + "number_of_reviews": 4, + "last_review": "2019-04-11", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 1, + "availability_365": 300 + }, + { + "index": 8796, + "id": 20314997, + "name": "Huge private room in industrial loft in PobleNou", + "host_name": "Ark, Julia And Stef", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 120, + "minimum_nights": 2, + "number_of_reviews": 6, + "last_review": "2019-05-06", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 2, + "availability_365": 362 + }, + { + "index": 8797, + "id": 20316182, + "name": "Room close to Sagrada Familia, in shared flat", + "host_name": "Cristian", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 43, + "minimum_nights": 3, + "number_of_reviews": 23, + "last_review": "2019-06-25", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 2, + "availability_365": 324 + }, + { + "index": 8798, + "id": 20317869, + "name": "2 bdr - Gran Via Suites", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 163 + }, + { + "index": 8799, + "id": 20318131, + "name": "City Center, Luxury, Terrace (Wifi)", + "host_name": "Ricard", + "neighbourhood_group": "Eixample", + "neighbourhood": "Sant Antoni", + "room_type": "Private room", + "price": 46, + "minimum_nights": 1, + "number_of_reviews": 91, + "last_review": "2019-06-25", + "reviews_per_month": 4.01, + "calculated_host_listings_count": 2, + "availability_365": 170 + }, + { + "index": 8800, + "id": 20318382, + "name": "Big bedroom studio with terrace in cozy apartment", + "host_name": "Javier", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 29, + "last_review": "2019-06-29", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 1, + "availability_365": 72 + }, + { + "index": 8801, + "id": 20318868, + "name": "1 bdr - Gran Via Suites close to Passeig de Gracia", + "host_name": "Weflating", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 71, + "availability_365": 363 + }, + { + "index": 8802, + "id": 20319678, + "name": "Cozy bedroom next to Plaza Espa\u00f1a", + "host_name": "Eva", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 27, + "last_review": "2019-06-11", + "reviews_per_month": 1.17, + "calculated_host_listings_count": 1, + "availability_365": 6 + }, + { + "index": 8803, + "id": 20320007, + "name": "Room in Eixample", + "host_name": "Chiara", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 22, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8804, + "id": 20320182, + "name": "City Center Studio Gracia 6", + "host_name": "Aline", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 26, + "last_review": "2019-06-19", + "reviews_per_month": 1.14, + "calculated_host_listings_count": 95, + "availability_365": 311 + }, + { + "index": 8805, + "id": 20320485, + "name": "Habitaci\u00f3n con mucha luz, con mesa y individual.", + "host_name": "Tomeu", + "neighbourhood_group": "Les Corts", + "neighbourhood": "les Corts", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2017-08-14", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8806, + "id": 20320550, + "name": "CHAMBRE DOUBLE SPACIEUSE 18 M2 10 mins du centre!", + "host_name": "Yannick", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 58, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2018-02-15", + "reviews_per_month": 0.06, + "calculated_host_listings_count": 1, + "availability_365": 343 + }, + { + "index": 8807, + "id": 20321280, + "name": "COMFORTABLE AND CHARMING DOUBLE ROOM EN SUITE", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2019-05-31", + "reviews_per_month": 0.21, + "calculated_host_listings_count": 9, + "availability_365": 320 + }, + { + "index": 8808, + "id": 20323107, + "name": "Sunny room close to beach", + "host_name": "Nadi", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8809, + "id": 20324372, + "name": "Big room near Park G\u00fcell and Gracia neighborhood", + "host_name": "Gorka", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-06-18", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8810, + "id": 20325056, + "name": "MINI LOFT IN BARCELONA CENTER", + "host_name": "Oz", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 150, + "minimum_nights": 31, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 9, + "availability_365": 348 + }, + { + "index": 8811, + "id": 20325080, + "name": "Nice quiet room near Plaza de Sants", + "host_name": "Rita", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 13, + "minimum_nights": 30, + "number_of_reviews": 1, + "last_review": "2017-09-07", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8812, + "id": 20326192, + "name": "Sunny and big room in the heart of Gracia", + "host_name": "Lucia", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2019-01-05", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8813, + "id": 20327351, + "name": "Sun & beach", + "host_name": "Dmitry", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 28, + "minimum_nights": 2, + "number_of_reviews": 76, + "last_review": "2019-06-29", + "reviews_per_month": 3.3, + "calculated_host_listings_count": 1, + "availability_365": 47 + }, + { + "index": 8814, + "id": 20328405, + "name": "Habitaci\u00f3n Sagrada Familia", + "host_name": "Alda", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 70, + "minimum_nights": 1, + "number_of_reviews": 3, + "last_review": "2019-06-02", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 1, + "availability_365": 325 + }, + { + "index": 8815, + "id": 20328553, + "name": "House with terrase and views", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "Can Bar\u00f3", + "room_type": "Entire home/apt", + "price": 129, + "minimum_nights": 2, + "number_of_reviews": 30, + "last_review": "2019-06-15", + "reviews_per_month": 1.35, + "calculated_host_listings_count": 13, + "availability_365": 130 + }, + { + "index": 8816, + "id": 20329292, + "name": "Habitaci\u00f3n cerca Diagonal Mar y CCIB", + "host_name": "Carolina & Fernando", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 71, + "last_review": "2019-07-07", + "reviews_per_month": 3.1, + "calculated_host_listings_count": 5, + "availability_365": 65 + }, + { + "index": 8817, + "id": 20329383, + "name": "Room in Barcelona and CCIB", + "host_name": "Carolina & Fernando", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Proven\u00e7als del Poblenou", + "room_type": "Private room", + "price": 50, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-07-07", + "reviews_per_month": 2.84, + "calculated_host_listings_count": 5, + "availability_365": 57 + }, + { + "index": 8818, + "id": 20345004, + "name": "MAGNIFICENT DOUBLE ROOM IN SANTS", + "host_name": "Julia Y Javi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 146, + "last_review": "2019-06-26", + "reviews_per_month": 6.49, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8819, + "id": 20346113, + "name": "C\u00f3moda habitaci\u00f3n en el centro de la ciudad.", + "host_name": "Patricia", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 35, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2017-09-17", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8820, + "id": 20348497, + "name": "Fantastic 2bed, 5 min by car from Plaza Catalunya", + "host_name": "Mario Y Keila", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 125, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-06-10", + "reviews_per_month": 1.94, + "calculated_host_listings_count": 1, + "availability_365": 331 + }, + { + "index": 8821, + "id": 20352086, + "name": "Yacht for six people - 2 min. to the Beach", + "host_name": "Alvaro", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 157, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2018-11-21", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 73 + }, + { + "index": 8822, + "id": 20353402, + "name": "Lovely 2bed/3bath in the heart of Eixample", + "host_name": "Oscar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 75, + "minimum_nights": 2, + "number_of_reviews": 63, + "last_review": "2019-07-02", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 5, + "availability_365": 124 + }, + { + "index": 8823, + "id": 20357039, + "name": "Vintage and lovely at Universitat", + "host_name": "Ewa & Pau", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Entire home/apt", + "price": 120, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 15, + "availability_365": 0 + }, + { + "index": 8824, + "id": 20359326, + "name": "Private double room in a cozy apt", + "host_name": "Bertha", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 55, + "minimum_nights": 1, + "number_of_reviews": 5, + "last_review": "2017-09-28", + "reviews_per_month": 0.22, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8825, + "id": 20367634, + "name": "Barcelona CASA VILARO an oasis in the city", + "host_name": "Conxita", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Salut", + "room_type": "Private room", + "price": 93, + "minimum_nights": 2, + "number_of_reviews": 4, + "last_review": "2017-10-30", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 7, + "availability_365": 212 + }, + { + "index": 8826, + "id": 20367809, + "name": "848 - AB Passeig de Gr\u00e0cia Penthouse - Red - Lovely Duplex on the Famous Passeig de Gr\u00e0cia opposite Casa Batll\u00f3", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 3, + "number_of_reviews": 28, + "last_review": "2019-06-16", + "reviews_per_month": 1.26, + "calculated_host_listings_count": 193, + "availability_365": 309 + }, + { + "index": 8827, + "id": 20369085, + "name": "849 - AB Passeig de Gr\u00e0cia Penthouse - Blue - Homely Duplex on the Famous Passeig de Gr\u00e0cia opposite Casa Batll\u00f3", + "host_name": "Eva", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 350, + "minimum_nights": 2, + "number_of_reviews": 17, + "last_review": "2019-06-25", + "reviews_per_month": 1.25, + "calculated_host_listings_count": 193, + "availability_365": 326 + }, + { + "index": 8828, + "id": 20371070, + "name": "Agradable hogar", + "host_name": "Pily", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 25, + "minimum_nights": 3, + "number_of_reviews": 15, + "last_review": "2019-06-26", + "reviews_per_month": 0.66, + "calculated_host_listings_count": 2, + "availability_365": 200 + }, + { + "index": 8829, + "id": 20374256, + "name": "Luxury Apartment in Eixample II", + "host_name": "Maria Soledad", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 10, + "last_review": "2019-05-26", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 35, + "availability_365": 149 + }, + { + "index": 8830, + "id": 20378869, + "name": "Bright double bedroom in El Born", + "host_name": "Jessica", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-24", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8831, + "id": 20381407, + "name": "habitacion poblenou", + "host_name": "Pau", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 15, + "minimum_nights": 7, + "number_of_reviews": 1, + "last_review": "2017-09-18", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8832, + "id": 20382103, + "name": "Habitaci\u00f3n cerca de Sants Estaci\u00f2", + "host_name": "Deborah", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 18, + "minimum_nights": 2, + "number_of_reviews": 107, + "last_review": "2019-07-07", + "reviews_per_month": 4.71, + "calculated_host_listings_count": 1, + "availability_365": 52 + }, + { + "index": 8833, + "id": 20385098, + "name": "Cozy room near everything!", + "host_name": "Victoria", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 200, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 88 + }, + { + "index": 8834, + "id": 20388215, + "name": "Bright room for relaxation near the sea.", + "host_name": "Vale", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 12, + "minimum_nights": 1, + "number_of_reviews": 22, + "last_review": "2019-07-07", + "reviews_per_month": 1.01, + "calculated_host_listings_count": 1, + "availability_365": 16 + }, + { + "index": 8835, + "id": 20398567, + "name": "Downtown bcn", + "host_name": "Rub\u00e9n", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 57, + "last_review": "2018-10-17", + "reviews_per_month": 2.51, + "calculated_host_listings_count": 1, + "availability_365": 36 + }, + { + "index": 8836, + "id": 20399080, + "name": "Habitaci\u00f3n doble Sagrada Familia", + "host_name": "Emilio J.", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8837, + "id": 20400093, + "name": "HABITACION COLOR CREMA", + "host_name": "Maria", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Congr\u00e9s i els Indians", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 1, + "last_review": "2017-08-25", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 5, + "availability_365": 0 + }, + { + "index": 8838, + "id": 20404153, + "name": "Habitaci\u00f3n privada en el coraz\u00f3n del Borne", + "host_name": "Room", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 78, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8839, + "id": 20404586, + "name": "Single Bunk Bed in BCN. \uff82", + "host_name": "Mirko", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 24, + "minimum_nights": 1, + "number_of_reviews": 15, + "last_review": "2019-06-23", + "reviews_per_month": 0.65, + "calculated_host_listings_count": 4, + "availability_365": 91 + }, + { + "index": 8840, + "id": 20404796, + "name": "Spacious w/4 Bedrooms close to Sagrada Familia", + "host_name": "Arnau Y Esther", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 50, + "last_review": "2019-06-03", + "reviews_per_month": 2.16, + "calculated_host_listings_count": 1, + "availability_365": 335 + }, + { + "index": 8841, + "id": 20409536, + "name": "Nice cozy Room in Poble Sec", + "host_name": "Jos\u00e9 Vicente", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 40, + "last_review": "2019-06-01", + "reviews_per_month": 1.75, + "calculated_host_listings_count": 1, + "availability_365": 346 + }, + { + "index": 8842, + "id": 20411235, + "name": "Habitaci\u00f3n en El Raval ( Con Aire Acondicionado )", + "host_name": "Djfksnc", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 37, + "minimum_nights": 2, + "number_of_reviews": 56, + "last_review": "2018-09-08", + "reviews_per_month": 2.43, + "calculated_host_listings_count": 1, + "availability_365": 193 + }, + { + "index": 8843, + "id": 20411255, + "name": "Bright room in the center of Barcelona", + "host_name": "Toto", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-08-21", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8844, + "id": 20416342, + "name": "Cozy room close to the beach! :)", + "host_name": "J", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 16, + "last_review": "2019-06-20", + "reviews_per_month": 0.7, + "calculated_host_listings_count": 2, + "availability_365": 139 + }, + { + "index": 8845, + "id": 20416911, + "name": "habitacion en barcelona capital cerca parque well", + "host_name": "Juan Ramon", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 48, + "last_review": "2019-02-28", + "reviews_per_month": 2.07, + "calculated_host_listings_count": 4, + "availability_365": 262 + }, + { + "index": 8846, + "id": 20420931, + "name": "Close to Plaza Espa\u00f1a/POBLE SEC", + "host_name": "Roser", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 160, + "minimum_nights": 3, + "number_of_reviews": 7, + "last_review": "2019-06-11", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 2, + "availability_365": 63 + }, + { + "index": 8847, + "id": 20423057, + "name": "Centric apartment with terrace", + "host_name": "Alexandra Y Juan", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Entire home/apt", + "price": 149, + "minimum_nights": 2, + "number_of_reviews": 38, + "last_review": "2019-06-22", + "reviews_per_month": 1.68, + "calculated_host_listings_count": 13, + "availability_365": 133 + }, + { + "index": 8848, + "id": 20428771, + "name": "Double room near Montju\u00efc", + "host_name": "Gerard", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-08-28", + "reviews_per_month": 0.17, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8849, + "id": 20429614, + "name": "Small light room near CCIB and sea", + "host_name": "Valentina", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 31, + "last_review": "2019-05-19", + "reviews_per_month": 1.34, + "calculated_host_listings_count": 2, + "availability_365": 79 + }, + { + "index": 8850, + "id": 20429804, + "name": "Room with private bathroom close to Las Ramblas.", + "host_name": "Paul", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 33, + "last_review": "2019-07-09", + "reviews_per_month": 1.43, + "calculated_host_listings_count": 1, + "availability_365": 63 + }, + { + "index": 8851, + "id": 20430800, + "name": "Barcelona 1 doble habitacion en el parque g\u00fcell", + "host_name": "Juan Ramon", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Carmel", + "room_type": "Private room", + "price": 27, + "minimum_nights": 1, + "number_of_reviews": 103, + "last_review": "2019-07-08", + "reviews_per_month": 4.49, + "calculated_host_listings_count": 4, + "availability_365": 278 + }, + { + "index": 8852, + "id": 20431369, + "name": "Habitaci\u00f3n tranquila", + "host_name": "Santi", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 48, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8853, + "id": 20431737, + "name": "Quiet,clean,cozy, bright apt SAGRADA FAMILIA VIEWS", + "host_name": "MD GaudiSquare", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 5, + "number_of_reviews": 49, + "last_review": "2019-06-20", + "reviews_per_month": 2.2, + "calculated_host_listings_count": 1, + "availability_365": 136 + }, + { + "index": 8854, + "id": 20432227, + "name": "CONFORTABLE DOBLE ROOM IN SANTS", + "host_name": "Julia Y Javi", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 119, + "last_review": "2019-06-18", + "reviews_per_month": 5.28, + "calculated_host_listings_count": 3, + "availability_365": 9 + }, + { + "index": 8855, + "id": 20432630, + "name": "Habitacion-1", + "host_name": "Oxi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 87, + "last_review": "2019-06-26", + "reviews_per_month": 3.78, + "calculated_host_listings_count": 2, + "availability_365": 57 + }, + { + "index": 8856, + "id": 20433221, + "name": "THE PERFECT APARTMENT IN THE CENTER", + "host_name": "Maria", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Entire home/apt", + "price": 110, + "minimum_nights": 5, + "number_of_reviews": 25, + "last_review": "2019-06-28", + "reviews_per_month": 1.08, + "calculated_host_listings_count": 1, + "availability_365": 291 + }, + { + "index": 8857, + "id": 20433466, + "name": "Habitacion-2", + "host_name": "Oxi", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Raval", + "room_type": "Private room", + "price": 58, + "minimum_nights": 1, + "number_of_reviews": 98, + "last_review": "2019-07-08", + "reviews_per_month": 4.39, + "calculated_host_listings_count": 2, + "availability_365": 50 + }, + { + "index": 8858, + "id": 20433471, + "name": "Habitaci\u00f3n individual", + "host_name": "Sara", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "la Vall d'Hebron", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 10, + "last_review": "2018-09-12", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 251 + }, + { + "index": 8859, + "id": 20433601, + "name": "Habitaci\u00f3n exterior y bien comunicada", + "host_name": "Rosa", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Private room", + "price": 60, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2018-08-23", + "reviews_per_month": 0.26, + "calculated_host_listings_count": 1, + "availability_365": 51 + }, + { + "index": 8860, + "id": 20435206, + "name": "Comoda y amplia habitacion individual exterior", + "host_name": "Andrea", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 3, + "last_review": "2018-09-08", + "reviews_per_month": 0.25, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8861, + "id": 20436360, + "name": "Spacious Room - Habitaci\u00f3n amplia", + "host_name": "Agustin", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Marina de Port", + "room_type": "Private room", + "price": 40, + "minimum_nights": 4, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8862, + "id": 20437264, + "name": "Gaudi - Barrio Gotico", + "host_name": "Mel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 25, + "minimum_nights": 2, + "number_of_reviews": 94, + "last_review": "2019-06-24", + "reviews_per_month": 4.13, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8863, + "id": 20439062, + "name": "Room in Barcelona", + "host_name": "Blad", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Vilapicina i la Torre Llobeta", + "room_type": "Private room", + "price": 40, + "minimum_nights": 3, + "number_of_reviews": 80, + "last_review": "2019-06-24", + "reviews_per_month": 3.57, + "calculated_host_listings_count": 3, + "availability_365": 230 + }, + { + "index": 8864, + "id": 20439326, + "name": "Walk to the Beach from a Bright, Sunny Home", + "host_name": "Vic&Ulp", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Private room", + "price": 95, + "minimum_nights": 2, + "number_of_reviews": 88, + "last_review": "2019-07-01", + "reviews_per_month": 3.97, + "calculated_host_listings_count": 1, + "availability_365": 33 + }, + { + "index": 8865, + "id": 20439342, + "name": "Charter en Yate 40 pies en Barcelona", + "host_name": "Tim\u00f3n De Fortuna", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "la Vila Ol\u00edmpica del Poblenou", + "room_type": "Entire home/apt", + "price": 250, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 7, + "availability_365": 364 + }, + { + "index": 8866, + "id": 20445562, + "name": "SOL &* Only\n1 * person\n1 *bed \n1 *room!!", + "host_name": "Bryson Jr.", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 112, + "last_review": "2019-07-07", + "reviews_per_month": 4.84, + "calculated_host_listings_count": 4, + "availability_365": 284 + }, + { + "index": 8867, + "id": 20449499, + "name": "brand new luxury apartment in fron HOSPITAL CLINIC", + "host_name": "Itamar", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 85, + "minimum_nights": 28, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 2, + "availability_365": 288 + }, + { + "index": 8868, + "id": 20451211, + "name": "Room with balcony near Plaza de Sants", + "host_name": "Rita", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Private room", + "price": 17, + "minimum_nights": 4, + "number_of_reviews": 2, + "last_review": "2017-09-22", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8869, + "id": 20455195, + "name": "Bright double room in Sagrada Familia", + "host_name": "Nicol\u00e1s", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 35, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8870, + "id": 20456026, + "name": "HABITACION DOBLE CERCA D SAGRADA FAMILIA Y T.AGBAR", + "host_name": "Antonio Jose", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 45, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2017-08-19", + "reviews_per_month": 0.04, + "calculated_host_listings_count": 2, + "availability_365": 3 + }, + { + "index": 8871, + "id": 20456831, + "name": "Hermosa habitaci\u00f3n exterior", + "host_name": "Isabel", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "la Guineueta", + "room_type": "Private room", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-06-07", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 3, + "availability_365": 172 + }, + { + "index": 8872, + "id": 20462440, + "name": "Double room + private balcony", + "host_name": "Gabriele", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 33, + "minimum_nights": 3, + "number_of_reviews": 2, + "last_review": "2017-09-26", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8873, + "id": 20464646, + "name": "Bright & cozy apartment at the beach", + "host_name": "Easystaybcn", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 3, + "number_of_reviews": 47, + "last_review": "2019-06-16", + "reviews_per_month": 2.17, + "calculated_host_listings_count": 2, + "availability_365": 177 + }, + { + "index": 8874, + "id": 20465466, + "name": "Habitaci\u00f3n sencilla en sagrada familia.", + "host_name": "Jennifer", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 35, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-24", + "reviews_per_month": 2.73, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8875, + "id": 20468674, + "name": "Cozy room with double bed near Sagrada Familia", + "host_name": "Peri", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Sagrada Fam\u00edlia", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 12, + "last_review": "2019-01-01", + "reviews_per_month": 0.54, + "calculated_host_listings_count": 1, + "availability_365": 66 + }, + { + "index": 8876, + "id": 20471629, + "name": "HABITACI\u00d3N PRIVADA - PISO CON ASCENSOR", + "host_name": "Erika", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Sant Mart\u00ed de Proven\u00e7als", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 79, + "last_review": "2019-07-07", + "reviews_per_month": 4.09, + "calculated_host_listings_count": 1, + "availability_365": 171 + }, + { + "index": 8877, + "id": 20480105, + "name": "perfect room", + "host_name": "Pengwei", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8878, + "id": 20486543, + "name": "SPLENDID THREE BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 1, + "number_of_reviews": 29, + "last_review": "2019-06-13", + "reviews_per_month": 1.47, + "calculated_host_listings_count": 35, + "availability_365": 227 + }, + { + "index": 8879, + "id": 20486545, + "name": "SUPERIOR 4 BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 170, + "minimum_nights": 1, + "number_of_reviews": 66, + "last_review": "2019-07-07", + "reviews_per_month": 3.27, + "calculated_host_listings_count": 35, + "availability_365": 214 + }, + { + "index": 8880, + "id": 20486551, + "name": "COMFORTABLE THREE BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 137, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-07-09", + "reviews_per_month": 0.98, + "calculated_host_listings_count": 35, + "availability_365": 208 + }, + { + "index": 8881, + "id": 20486557, + "name": "TWO BEDROOM APARTMENT", + "host_name": "Deco Apartments Barcelona", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Entire home/apt", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 18, + "last_review": "2019-06-18", + "reviews_per_month": 1.4, + "calculated_host_listings_count": 35, + "availability_365": 250 + }, + { + "index": 8882, + "id": 20486955, + "name": "Bed & Breakfast. Spacious room in Clot (Barcelona)", + "host_name": "Clot Palace", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 59, + "last_review": "2019-06-28", + "reviews_per_month": 2.59, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8883, + "id": 20488476, + "name": "Habitaci\u00f3 1 persona", + "host_name": "Merc\u00e8", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Guinard\u00f3", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 66, + "last_review": "2019-07-07", + "reviews_per_month": 2.88, + "calculated_host_listings_count": 2, + "availability_365": 52 + }, + { + "index": 8884, + "id": 20489402, + "name": "HABITACI\u00d3N EL RINC\u00d3N DEL ARTE", + "host_name": "Lourdes", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - la Bonanova", + "room_type": "Private room", + "price": 18, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8885, + "id": 20489907, + "name": "Comfortable room close to Parc Guel and Metro line", + "host_name": "Gabe", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Coll", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8886, + "id": 20490455, + "name": "Sunny doble room", + "host_name": "Megi", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 8, + "last_review": "2018-08-23", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8887, + "id": 20490744, + "name": "habitaci\u00f3n privada", + "host_name": "Ramiro- Alejandra-Hilda", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 69, + "minimum_nights": 2, + "number_of_reviews": 10, + "last_review": "2019-05-31", + "reviews_per_month": 0.45, + "calculated_host_listings_count": 3, + "availability_365": 287 + }, + { + "index": 8888, + "id": 20491104, + "name": "Cozy room quiet area well connected", + "host_name": "Cristian", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Sant Andreu", + "room_type": "Private room", + "price": 38, + "minimum_nights": 5, + "number_of_reviews": 55, + "last_review": "2019-07-02", + "reviews_per_month": 2.39, + "calculated_host_listings_count": 2, + "availability_365": 298 + }, + { + "index": 8889, + "id": 20492711, + "name": "Top Duplex at Barcelona Beach", + "host_name": "Vicky", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 175, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 89 + }, + { + "index": 8890, + "id": 20493220, + "name": "2 Deluxe Double Rooms in Las Ramblas", + "host_name": "Victor", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 191, + "minimum_nights": 3, + "number_of_reviews": 56, + "last_review": "2019-07-03", + "reviews_per_month": 2.46, + "calculated_host_listings_count": 1, + "availability_365": 117 + }, + { + "index": 8891, + "id": 20496703, + "name": "OCEAN ROOM", + "host_name": "Uri", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 9, + "last_review": "2019-06-13", + "reviews_per_month": 0.47, + "calculated_host_listings_count": 2, + "availability_365": 83 + }, + { + "index": 8892, + "id": 20509413, + "name": "Gothic Quarter - Centro Hist\u00f3rico 10/10", + "host_name": "Emiliano", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 43, + "minimum_nights": 2, + "number_of_reviews": 20, + "last_review": "2019-05-23", + "reviews_per_month": 0.88, + "calculated_host_listings_count": 1, + "availability_365": 147 + }, + { + "index": 8893, + "id": 20510958, + "name": "Habitaci\u00f3n en Barcelona", + "host_name": "Gisela", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "la Sagrera", + "room_type": "Private room", + "price": 30, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 151 + }, + { + "index": 8894, + "id": 20513754, + "name": "Cozy double room with flair!", + "host_name": "Jessica", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Hostafrancs", + "room_type": "Private room", + "price": 34, + "minimum_nights": 2, + "number_of_reviews": 45, + "last_review": "2019-07-04", + "reviews_per_month": 2.11, + "calculated_host_listings_count": 1, + "availability_365": 46 + }, + { + "index": 8895, + "id": 20531648, + "name": "Spacious single room, central and convenient.", + "host_name": "N\u00faria", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Private room", + "price": 41, + "minimum_nights": 2, + "number_of_reviews": 59, + "last_review": "2019-06-30", + "reviews_per_month": 3.06, + "calculated_host_listings_count": 3, + "availability_365": 33 + }, + { + "index": 8896, + "id": 20532252, + "name": "Lovely and modern apartment.", + "host_name": "Mariano", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Entire home/apt", + "price": 27, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 254 + }, + { + "index": 8897, + "id": 20534277, + "name": "Barcelona Beach & City", + "host_name": "Samuel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Private room", + "price": 60, + "minimum_nights": 2, + "number_of_reviews": 152, + "last_review": "2019-07-07", + "reviews_per_month": 6.83, + "calculated_host_listings_count": 2, + "availability_365": 136 + }, + { + "index": 8898, + "id": 20534305, + "name": "Beautiful bedroom & private bathroom, Born, centre", + "host_name": "Hazael", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 81, + "minimum_nights": 1, + "number_of_reviews": 50, + "last_review": "2019-06-14", + "reviews_per_month": 2.25, + "calculated_host_listings_count": 1, + "availability_365": 125 + }, + { + "index": 8899, + "id": 20534796, + "name": "Bonito apartamento a 5\u00b4 de la playa", + "host_name": "Jaume", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Poblenou", + "room_type": "Entire home/apt", + "price": 50, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 311 + }, + { + "index": 8900, + "id": 20535865, + "name": "Charming spacious 3 bedroom apartment", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Entire home/apt", + "price": 135, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2019-05-20", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 28, + "availability_365": 301 + }, + { + "index": 8901, + "id": 20536234, + "name": "Beatiful room in front of the beach with Sunrise", + "host_name": "\u041c\u0438\u043b\u0430", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 24, + "last_review": "2019-06-18", + "reviews_per_month": 1.09, + "calculated_host_listings_count": 2, + "availability_365": 43 + }, + { + "index": 8902, + "id": 20536353, + "name": "Courtyard Double Bedroom", + "host_name": "Miguel", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "el Barri G\u00f2tic", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 68, + "last_review": "2019-06-24", + "reviews_per_month": 3.14, + "calculated_host_listings_count": 2, + "availability_365": 214 + }, + { + "index": 8903, + "id": 20541359, + "name": "Habitaci\u00f3n individual en barrio prestigioso 3", + "host_name": "Ol\u00ed", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 30, + "minimum_nights": 3, + "number_of_reviews": 4, + "last_review": "2018-12-31", + "reviews_per_month": 0.18, + "calculated_host_listings_count": 17, + "availability_365": 86 + }, + { + "index": 8904, + "id": 20543982, + "name": "Habitaci\u00f3n comoda privada parejas o 2 personas", + "host_name": "Carolina", + "neighbourhood_group": "Nou Barris", + "neighbourhood": "Porta", + "room_type": "Private room", + "price": 37, + "minimum_nights": 1, + "number_of_reviews": 27, + "last_review": "2019-07-04", + "reviews_per_month": 1.22, + "calculated_host_listings_count": 1, + "availability_365": 202 + }, + { + "index": 8905, + "id": 20548782, + "name": "Sweet room in an artistic apartment", + "host_name": "Mile", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants - Badal", + "room_type": "Private room", + "price": 36, + "minimum_nights": 1, + "number_of_reviews": 53, + "last_review": "2019-07-04", + "reviews_per_month": 2.35, + "calculated_host_listings_count": 2, + "availability_365": 212 + }, + { + "index": 8906, + "id": 20550014, + "name": "Central finely refurbished flat with terrace p2", + "host_name": "Jorge", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 54, + "minimum_nights": 90, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 10, + "availability_365": 343 + }, + { + "index": 8907, + "id": 20550128, + "name": "Bcn aparts gracia apartment 7 wifi AC", + "host_name": "Aurora", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 99, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-27", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 7, + "availability_365": 93 + }, + { + "index": 8908, + "id": 20562663, + "name": "HHBCN Avenida Madrid #1", + "host_name": "Youri Janssen", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "Sants", + "room_type": "Entire home/apt", + "price": 72, + "minimum_nights": 1, + "number_of_reviews": 20, + "last_review": "2019-06-08", + "reviews_per_month": 0.56, + "calculated_host_listings_count": 3, + "availability_365": 354 + }, + { + "index": 8909, + "id": 20563416, + "name": "Habitaci\u00f3n doble cerca a Plaza Espa\u00f1a", + "host_name": "Jaime", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "la Font de la Guatlla", + "room_type": "Private room", + "price": 39, + "minimum_nights": 3, + "number_of_reviews": 50, + "last_review": "2019-07-08", + "reviews_per_month": 2.19, + "calculated_host_listings_count": 2, + "availability_365": 67 + }, + { + "index": 8910, + "id": 20564782, + "name": "FURGONETA CAMPER BARCELONA A", + "host_name": "Baloba", + "neighbourhood_group": "Les Corts", + "neighbourhood": "Pedralbes", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8911, + "id": 20565130, + "name": "FURGONETA CAMPER BARCELONA V", + "host_name": "Baloba", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sarri\u00e0", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 2, + "last_review": "2019-01-03", + "reviews_per_month": 0.09, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8912, + "id": 20565353, + "name": "Amazing MONJTUIC view from a private room in bcn", + "host_name": "Adam", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 31, + "last_review": "2019-06-26", + "reviews_per_month": 1.39, + "calculated_host_listings_count": 1, + "availability_365": 142 + }, + { + "index": 8913, + "id": 20565417, + "name": "Double room. \u0421enter of Barcelona.", + "host_name": "Anna", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 53, + "minimum_nights": 4, + "number_of_reviews": 6, + "last_review": "2018-03-16", + "reviews_per_month": 0.27, + "calculated_host_listings_count": 2, + "availability_365": 89 + }, + { + "index": 8914, + "id": 20565464, + "name": "Private Double Room Barcelona (near Arc de Triomf)", + "host_name": "Mollie", + "neighbourhood_group": "Eixample", + "neighbourhood": "el Fort Pienc", + "room_type": "Private room", + "price": 28, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8915, + "id": 20565812, + "name": "HOME SWEET HOME!!!!", + "host_name": "Christian", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "Bar\u00f3 de Viver", + "room_type": "Entire home/apt", + "price": 25, + "minimum_nights": 1, + "number_of_reviews": 124, + "last_review": "2019-06-28", + "reviews_per_month": 5.57, + "calculated_host_listings_count": 1, + "availability_365": 225 + }, + { + "index": 8916, + "id": 20567444, + "name": "Elegant studio in old town Barcelona, El Gothic", + "host_name": "Frid", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 7, + "last_review": "2019-05-14", + "reviews_per_month": 0.36, + "calculated_host_listings_count": 1, + "availability_365": 259 + }, + { + "index": 8917, + "id": 20568223, + "name": "Room with views to Ciudadela park", + "host_name": "Vanessa", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Private room", + "price": 59, + "minimum_nights": 3, + "number_of_reviews": 1, + "last_review": "2017-09-16", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8918, + "id": 20569507, + "name": "Large & light, 2 blocks from Sagrada Familia", + "host_name": "Derek", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Private room", + "price": 38, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2018-06-05", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 1, + "availability_365": 312 + }, + { + "index": 8919, + "id": 20579430, + "name": "Bright & quiet in Eixample close P. de Gracia av.", + "host_name": "Eloy & Maria", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 70, + "minimum_nights": 32, + "number_of_reviews": 2, + "last_review": "2019-02-11", + "reviews_per_month": 0.14, + "calculated_host_listings_count": 3, + "availability_365": 296 + }, + { + "index": 8920, + "id": 20583255, + "name": "Amazing 4 bedroom apartment near Plaza Glories", + "host_name": "Ram\u00f3n", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Clot", + "room_type": "Entire home/apt", + "price": 73, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 305 + }, + { + "index": 8921, + "id": 20587251, + "name": "Bungalow au c\u0153ur d'un jardin", + "host_name": "Caro", + "neighbourhood_group": "Horta-Guinard\u00f3", + "neighbourhood": "el Baix Guinard\u00f3", + "room_type": "Private room", + "price": 50, + "minimum_nights": 2, + "number_of_reviews": 7, + "last_review": "2018-11-14", + "reviews_per_month": 0.31, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8922, + "id": 20595369, + "name": "Familiar apartment / Apartamento familiar", + "host_name": "Eloy", + "neighbourhood_group": "Eixample", + "neighbourhood": "l'Antiga Esquerra de l'Eixample", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 2, + "number_of_reviews": 86, + "last_review": "2019-07-10", + "reviews_per_month": 4.65, + "calculated_host_listings_count": 1, + "availability_365": 176 + }, + { + "index": 8923, + "id": 20596087, + "name": "Fancy private room in modern flat in Barcelona", + "host_name": "Oliver", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Private room", + "price": 85, + "minimum_nights": 3, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 128 + }, + { + "index": 8924, + "id": 20596590, + "name": "Liceu - New apartment with Sea Views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "Sant Pere, Santa Caterina i la Ribera", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 206 + }, + { + "index": 8925, + "id": 20596809, + "name": "Palau - New Apartment Port and Via Laietana views", + "host_name": "Mafe", + "neighbourhood_group": "Ciutat Vella", + "neighbourhood": "la Barceloneta", + "room_type": "Entire home/apt", + "price": 155, + "minimum_nights": 32, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 28, + "availability_365": 270 + }, + { + "index": 8926, + "id": 20597809, + "name": "Paseo de Gracia Apartment", + "host_name": "Aline", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Dreta de l'Eixample", + "room_type": "Entire home/apt", + "price": 150, + "minimum_nights": 3, + "number_of_reviews": 29, + "last_review": "2019-06-16", + "reviews_per_month": 1.31, + "calculated_host_listings_count": 95, + "availability_365": 326 + }, + { + "index": 8927, + "id": 20597893, + "name": "Friendly house", + "host_name": "Alex & Egle", + "neighbourhood_group": "Sants-Montju\u00efc", + "neighbourhood": "el Poble Sec", + "room_type": "Private room", + "price": 38, + "minimum_nights": 1, + "number_of_reviews": 47, + "last_review": "2019-06-25", + "reviews_per_month": 2.09, + "calculated_host_listings_count": 1, + "availability_365": 333 + }, + { + "index": 8928, + "id": 20600010, + "name": "Can carme", + "host_name": "Jesus", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "Vallcarca i els Penitents", + "room_type": "Private room", + "price": 100, + "minimum_nights": 1, + "number_of_reviews": 0, + "last_review": null, + "reviews_per_month": null, + "calculated_host_listings_count": 1, + "availability_365": 0 + }, + { + "index": 8929, + "id": 20600604, + "name": "Precioso apartamento en Villa de Gracia", + "host_name": "Limani", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "la Vila de Gr\u00e0cia", + "room_type": "Entire home/apt", + "price": 80, + "minimum_nights": 3, + "number_of_reviews": 54, + "last_review": "2019-06-22", + "reviews_per_month": 3.26, + "calculated_host_listings_count": 3, + "availability_365": 25 + }, + { + "index": 8930, + "id": 20601112, + "name": "double bed room - close to Gracia & city centre", + "host_name": "Emili", + "neighbourhood_group": "Sarri\u00e0-Sant Gervasi", + "neighbourhood": "Sant Gervasi - Galvany", + "room_type": "Private room", + "price": 40, + "minimum_nights": 1, + "number_of_reviews": 2, + "last_review": "2019-07-09", + "reviews_per_month": 0.43, + "calculated_host_listings_count": 1, + "availability_365": 40 + }, + { + "index": 8931, + "id": 20601901, + "name": "Single room in a modern apartment in Barcelona", + "host_name": "Estefany", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 30, + "minimum_nights": 2, + "number_of_reviews": 3, + "last_review": "2017-09-05", + "reviews_per_month": 0.13, + "calculated_host_listings_count": 3, + "availability_365": 0 + }, + { + "index": 8932, + "id": 20603493, + "name": "Habitaci\u00f3n doble en Calle Calabria", + "host_name": "Rafael", + "neighbourhood_group": "Eixample", + "neighbourhood": "la Nova Esquerra de l'Eixample", + "room_type": "Private room", + "price": 45, + "minimum_nights": 1, + "number_of_reviews": 45, + "last_review": "2019-06-27", + "reviews_per_month": 2.01, + "calculated_host_listings_count": 2, + "availability_365": 328 + }, + { + "index": 8933, + "id": 20604699, + "name": "Quiet beautiful house in the downtown:\u95f9\u5e02\u4e2d\u7684\u9759\u9759\u7f8e\u4e3d\u5c4b", + "host_name": "Xiufen", + "neighbourhood_group": "Gr\u00e0cia", + "neighbourhood": "el Camp d'en Grassot i Gr\u00e0cia Nova", + "room_type": "Private room", + "price": 28, + "minimum_nights": 1, + "number_of_reviews": 4, + "last_review": "2018-10-02", + "reviews_per_month": 0.37, + "calculated_host_listings_count": 2, + "availability_365": 0 + }, + { + "index": 8934, + "id": 20604707, + "name": "Cozy Double-bed Interior room in a quiet area", + "host_name": "V\u00edctor Y Alberto", + "neighbourhood_group": "Sant Andreu", + "neighbourhood": "el Bon Pastor", + "room_type": "Private room", + "price": 40, + "minimum_nights": 2, + "number_of_reviews": 1, + "last_review": "2019-07-10", + "reviews_per_month": 1.0, + "calculated_host_listings_count": 1, + "availability_365": 308 + }, + { + "index": 8935, + "id": 20605042, + "name": "Cozy room for one person", + "host_name": "Lucia", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Bes\u00f2s i el Maresme", + "room_type": "Private room", + "price": 22, + "minimum_nights": 3, + "number_of_reviews": 25, + "last_review": "2019-05-07", + "reviews_per_month": 1.11, + "calculated_host_listings_count": 1, + "availability_365": 301 + }, + { + "index": 8936, + "id": 20605818, + "name": "Stylish seafront duplex with private terrace", + "host_name": "Unique", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "Diagonal Mar i el Front Mar\u00edtim del Poblenou", + "room_type": "Entire home/apt", + "price": 300, + "minimum_nights": 2, + "number_of_reviews": 43, + "last_review": "2019-06-23", + "reviews_per_month": 1.88, + "calculated_host_listings_count": 31, + "availability_365": 325 + }, + { + "index": 8937, + "id": 20612050, + "name": "Design apartment close to sagrada familia_P", + "host_name": "Alberto", + "neighbourhood_group": "Sant Mart\u00ed", + "neighbourhood": "el Camp de l'Arpa del Clot", + "room_type": "Entire home/apt", + "price": 84, + "minimum_nights": 31, + "number_of_reviews": 1, + "last_review": "2017-12-18", + "reviews_per_month": 0.05, + "calculated_host_listings_count": 15, + "availability_365": 341 + }, + { + "index": 8938, + "id": 20614237, + "name": "TERRACE-IN

    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 F!;2ISy+%anz!}D1}y#d=e-!)2@S%x)qS#4 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'vrIgvgl<0GICYDtLjfH7*5IV%!sx^ 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